﻿:root {

	--color-blue: #007bff;

	--color-indigo: #6610f2;

	--color-purple: #6f42c1;

	--color-pink: #e83e8c;

	--color-red: #dc3545;

	--color-orange: #fd7e14;

	--color-yellow: #ffc107;

	--color-green: #28a745;

	--color-teal: #20c997;

	--color-cyan: #17a2b8;

	--color-white: #fff;

	--color-gray: #6c757d;

	--color-gray-dark: #343a40;

	--color-secondary: #6c757d;

	--color-success: #28a745;

	--color-info: #17a2b8;

	--color-warning: #ffc107;

	--color-danger: #dc3545;

	--color-light: #f8f9fa;

	--color-dark: #3e3e3e;

	

	--color-body: #7a7a7a;

	--color-label: #3f3f3f;

	--color-title: #282828;

	--color-semi: #282828;

	--color-price: #dc3545;

	--color-a: #282828;

	--color-a-hover: #1367ef;

	--color-date: #999999;

	

	--color-primary: #1367ef;	

	--color-secondary: #1367ef;

	--color-btn: #ffffff;

	--color-btn-hover: #ffffff;

	--bg-color-btn: #1367ef;

	--bg-color-btn-hover: #1367ef;

	

	--bg-color-label-new: #50c646;

	--bg-color-label-sale: #ff7380;

	

	--font-weight-body: 400;

	--font-weight-label: 600;

	--font-weight-semi: 600;

	--font-weight-title: 700;

	

	--font-family-body: Arial, Helvetica, sans-serif;

	--font-family-label: Arial, Helvetica, sans-serif;

	--font-family-semi: Arial, Helvetica, sans-serif;

	--font-family-title: Arial, Helvetica, sans-serif;

	

	--font-size-body: 1.4rem;

	--font-size-h1: 4rem;

	--font-size-h2: 3.6rem;

	--font-size-h3: 2.6rem;

	--font-size-h4: 2.2rem;

	--font-size-h5: 2rem;

	--font-size-h6: 1.6rem;

	

	--ax-form-bi-width: 1px;

	--ax-form-bi-rd: 0;

	--ax-form-bi-color: rgba(129, 129, 129, 0.2);

	

	--ax-form-btn-width: 1px;

	--ax-form-btn-rd: 0;

	

	--ax-line-color: #E6E6E6;

	

	--ax-bg-wrapper: rgba(255, 255, 255, 0.5);

}



@media (min-width: 768px) {

	:root {

		--font-size-h1: 5rem;

		--font-size-h2: 4rem;

		--font-size-h3: 3rem;

		--font-size-h4: 2.4rem;

	}

}



*, ::before, ::after {

    box-sizing: border-box;

    -ms-word-wrap: break-word;

    word-wrap: break-word;

}



html {

    font-size: 62.5%;

}



body {

	font-family: var(--font-family-body);

    font-size: var(--font-size-body);

    color: var(--color-body);

    line-height: 1.5;

	overflow-x: hidden;

	min-height: 100vh;

	text-rendering: optimizeLegibility;

	-webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



body:not(.modal-open) {

    padding: 0 !important;

}



select {

    outline: none;

}



select.form-control {

	-webkit-appearance: auto;

	-moz-appearance: auto;

	appearance: auto;

}



@media (min-width:1025px) {

    select.form-control {

		padding-right: 38px !important;

		background: transparent url("select.png") no-repeat scroll right 15px center/8px 5px;

		-webkit-appearance: none;

		-moz-appearance: none;

		appearance: none;

    }

}



dl, ol, ul {

	padding: 0;

}



ol, ul {

	list-style-position: inside;

}



address, dl, ol, ul {

    margin-bottom: 20px;

}



button, .btn {

	font-family: var(--font-family-title);

}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {

	line-height: 1.25;

	color: var(--color-title);

	font-weight: var(--font-weight-title);

	font-family: var(--font-family-title);

    margin-top: 0;

    margin-bottom: 20px;

}



h1, .h1 {

    font-size: var(--font-size-h1);

}



h2, .h2 {

    font-size: var(--font-size-h2);

}



h3, .h3 {

    font-size: var(--font-size-h3);

}



h4, .h4 {

    font-size: var(--font-size-h4);

}



h5, .h5 {

    font-size: var(--font-size-h5);

}



h6, .h6 {

    font-size: var(--font-size-h6);

}



body input:not([disabled]):focus, body textarea:not([disabled]):focus, body select:not([disabled]):focus {

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    -o-box-shadow: none;

    -ms-box-shadow: none;

	outline: none;

}



:focus{

	outline: none;

}



input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus,

input:-webkit-autofill:active,

textarea:-webkit-autofill,

textarea:-webkit-autofill:hover,

textarea:-webkit-autofill:focus,

textarea:-webkit-autofill:active,

select:-webkit-autofill,

select:-webkit-autofill:hover,

select:-webkit-autofill:focus,

select:-webkit-autofill:active{

    transition: background-color 86400s ease-in-out 0s, color 86400s ease-in-out 0s;

}



/*------------------------toast---------------------------*/



#toast-container {

    position: fixed;

    z-index: 1052;

    top: 12px;

    right: 12px

}



.toast-progress {

    position: absolute;

    left: 0;

    bottom: 0;

    height: 4px;

    background-color: #000;

    opacity: .4;

    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);

    filter: alpha(opacity=40)

}



#toast-container .toast-close-button {

	color: #fff;

	cursor: pointer;

	line-height: 26px;

	position: absolute;

	right: 10px;

	top: 10px;

	width: 28px;

	z-index: 1;

	background: no-repeat;

	border: none;

	padding: 0;

	text-align: center;

	font-size: 22px;

	font-family: arial;

}



#toast-container .toast.toast-error .toast-close-button {

    line-height: 20px;

    position: absolute;

    right: 1px;

    top: 1px;

    width: 21px;

    font-size: 18px;

}



.goto_page {

    font-size: inherit !important;

}



#toast-container .toast.toast-error {

    background: #bd362f;

    color: #fff;

}



#toast-container .toast-error .toast-message {

    padding: 5px 10px;

}



#toast-container .toast {

	border-radius: 2px;

    font-size: 1.2rem;

    margin: 5px 0 5px auto;

    max-width: 100%;

    min-width: 200px;

    padding: 10px;

    position: relative;

    width: 320px;

    background: #fff;

    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);

    color: var(--color-title);

}



.toast-message .qtt-ajax {

	background-color: var(--color-primary);

	border-radius: 100%;

	color: var(--color-btn);

	display: block;

	font-size: 0.9rem;

	height: 17px;

	line-height: 17px;

	position: absolute;

	right: -5px;

	text-align: center;

	top: -5px;

	min-width: 17px;

	padding: 0 3px;

}



.toast-message .group_button{

	font-size: 0;	

}



.toast-message > a:not(.goto_page) {

    float: left;

    margin-right: 10px;

    max-width: 70px;

    position: relative;

    width: 100%;

}



.toast-message > a img {

    max-width: 100%;

    height: auto;

}



.toast-message h4 {

    background: #242424 none repeat scroll 0 0;

    color: #fff;

    font-size: 1.2rem;

    line-height: 18px;

    margin-bottom: 10px;

    padding: 5px 28px 5px 10px;

    font-weight: 500;

}



.toast-message h4 span {

    white-space: nowrap;

    width: 262px;

    overflow: hidden;

    display: block;

    text-overflow: ellipsis;

}



.toast-message .group_button a {

    background: #242424 none repeat scroll 0 0;

    color: #fff;

    display: inline-block;

    font-size: 1.2rem;

    line-height: 1.2857;

    margin-right: 10px;

    margin-top: 6px;

    padding: 5px 10px;

	border-radius: var(--ax-form-btn-rd);

}



.toast-message .group_button a:hover {

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

}



.toast-message {

    display: table;

    width: 100%;

}



.toast-message .group_button a:last-child {

    margin-right: 0;

}





/*---------------------------------------------------*/



.text-muted {

    color: var(--color-body) !important;

}



.relative {

    position: relative;

}



.container,

.container-fluid {

    width: 100%;

    padding-right: 30px;

    padding-left: 30px;

    margin-right: auto;

    margin-left: auto;

}



.container-fluid.max-width-1600 {

	max-width: 1640px;

}



.container-fluid.max-width-1400 {

	max-width: 1440px;

}



.container .container:not(.container-parent), .container-fluid .container-fluid:not(.container-parent) {

    padding-right: 0 !important;

    padding-left: 0 !important;

}



.container-fluid .container:not(.container-parent), .container .container-fluid:not(.container-parent) {

    padding-right: 0 !important;

    padding-left: 0 !important;

}



.container-parent .container-parent{

    padding-right: 0 !important;

    padding-left: 0 !important;

}



@media (min-width: 1025px) {



	.col-space-lg-30 .container-parent {

		padding-right: 30px;

		padding-left: 30px;

	}



	.col-space-lg-50 .container-parent {

		padding-right: 50px;

		padding-left: 50px;

	}

	

}



.container {

	max-width: 1230px;

}



.row {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-right: -15px;

    margin-left: -15px;

}



@media (min-width: 1025px) {



	.col-space-lg-30 .row {

		margin-right: -15px;

		margin-left: -15px;

	}



	.col-space-lg-50 .row {

		margin-right: -25px;

		margin-left: -25px;

	}

	

}



.no-gutters {

    margin-right: 0;

    margin-left: 0;

}



.no-gutters > .col,

.no-gutters > [class*="col-"] {

    padding-right: 0;

    padding-left: 0;

}



.col-2-4,.col-9-6,.col-1-7,.col-10-3,.col-1-5,.col-10-5,.col-1-3,.col-10-7,.col-1-2,.col-10-8,.col-1-1,.col-10-9,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-xs-2-4,.col-xs-9-6,.col-xs-1-7,.col-xs-10-3,.col-xs-1-5,.col-xs-10-5,.col-xs-1-3,.col-xs-10-7,.col-xs-1-2,.col-xs-10-8,.col-xs-1-1,.col-xs-10-9,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.col-sm-2-4,.col-sm-9-6,.col-sm-1-7,.col-sm-10-3,.col-sm-1-5,.col-sm-10-5,.col-sm-1-3,.col-sm-10-7,.col-sm-1-2,.col-sm-10-8,.col-sm-1-1,.col-sm-10-9,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-2-4,.col-md-9-6,.col-md-1-7,.col-md-10-3,.col-md-1-5,.col-md-10-5,.col-md-1-3,.col-md-10-7,.col-md-1-2,.col-md-10-8,.col-md-1-1,.col-md-10-9,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-2-4,.col-lg-9-6,.col-lg-1-7,.col-lg-10-3,.col-lg-1-5,.col-lg-10-5,.col-lg-1-3,.col-lg-10-7,.col-lg-1-2,.col-lg-10-8,.col-lg-1-1,.col-lg-10-9,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-2-4,.col-xl-9-6,.col-xl-1-7,.col-xl-10-3,.col-xl-1-5,.col-xl-10-5,.col-xl-1-3,.col-xl-10-7,.col-xl-1-2,.col-xl-10-8,.col-xl-1-1,.col-xl-10-9,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {

    position: relative;

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

}



@media (min-width: 1025px) {



	 .col-space-lg-30 .col-2-4, .col-space-lg-30 .col-9-6, .col-space-lg-30 .col-1-7, .col-space-lg-30 .col-10-3, .col-space-lg-30 .col-1-5, .col-space-lg-30 .col-10-5, .col-space-lg-30 .col-1-3, .col-space-lg-30 .col-10-7, .col-space-lg-30 .col-1-2, .col-space-lg-30 .col-10-8, .col-space-lg-30 .col-1-1, .col-space-lg-30 .col-10-9, .col-space-lg-30 .col-1, .col-space-lg-30 .col-2, .col-space-lg-30 .col-3, .col-space-lg-30 .col-4, .col-space-lg-30 .col-5, .col-space-lg-30 .col-6, .col-space-lg-30 .col-7, .col-space-lg-30 .col-8, .col-space-lg-30 .col-9, .col-space-lg-30 .col-10, .col-space-lg-30 .col-11, .col-space-lg-30 .col-12,.col, .col-space-lg-30 .col-auto, .col-space-lg-30 .col-xs-2-4, .col-space-lg-30 .col-xs-9-6, .col-space-lg-30 .col-xs-1-7, .col-space-lg-30 .col-xs-10-3, .col-space-lg-30 .col-xs-1-5, .col-space-lg-30 .col-xs-10-5, .col-space-lg-30 .col-xs-1-3, .col-space-lg-30 .col-xs-10-7, .col-space-lg-30 .col-xs-1-2, .col-space-lg-30 .col-xs-10-8, .col-space-lg-30 .col-xs-1-1, .col-space-lg-30 .col-xs-10-9, .col-space-lg-30 .col-xs-1, .col-space-lg-30 .col-xs-2, .col-space-lg-30 .col-xs-3, .col-space-lg-30 .col-xs-4, .col-space-lg-30 .col-xs-5, .col-space-lg-30 .col-xs-6, .col-space-lg-30 .col-xs-7, .col-space-lg-30 .col-xs-8, .col-space-lg-30 .col-xs-9, .col-space-lg-30 .col-xs-10, .col-space-lg-30 .col-xs-11, .col-space-lg-30 .col-xs-12, .col-space-lg-30 .col-xs, .col-space-lg-30 .col-xs-auto, .col-space-lg-30 .col-sm-2-4, .col-space-lg-30 .col-sm-9-6, .col-space-lg-30 .col-sm-1-7, .col-space-lg-30 .col-sm-10-3, .col-space-lg-30 .col-sm-1-5, .col-space-lg-30 .col-sm-10-5, .col-space-lg-30 .col-sm-1-3, .col-space-lg-30 .col-sm-10-7, .col-space-lg-30 .col-sm-1-2, .col-space-lg-30 .col-sm-10-8, .col-space-lg-30 .col-sm-1-1, .col-space-lg-30 .col-sm-10-9, .col-space-lg-30 .col-sm-1, .col-space-lg-30 .col-sm-2, .col-space-lg-30 .col-sm-3, .col-space-lg-30 .col-sm-4, .col-space-lg-30 .col-sm-5, .col-space-lg-30 .col-sm-6, .col-space-lg-30 .col-sm-7, .col-space-lg-30 .col-sm-8, .col-space-lg-30 .col-sm-9, .col-space-lg-30 .col-sm-10, .col-space-lg-30 .col-sm-11, .col-space-lg-30 .col-sm-12, .col-space-lg-30 .col-sm, .col-space-lg-30 .col-sm-auto, .col-space-lg-30 .col-md-2-4, .col-space-lg-30 .col-md-9-6, .col-space-lg-30 .col-md-1-7, .col-space-lg-30 .col-md-10-3, .col-space-lg-30 .col-md-1-5, .col-space-lg-30 .col-md-10-5, .col-space-lg-30 .col-md-1-3, .col-space-lg-30 .col-md-10-7, .col-space-lg-30 .col-md-1-2, .col-space-lg-30 .col-md-10-8, .col-space-lg-30 .col-md-1-1, .col-space-lg-30 .col-md-10-9, .col-space-lg-30 .col-md-1, .col-space-lg-30 .col-md-2, .col-space-lg-30 .col-md-3, .col-space-lg-30 .col-md-4, .col-space-lg-30 .col-md-5, .col-space-lg-30 .col-md-6, .col-space-lg-30 .col-md-7, .col-space-lg-30 .col-md-8, .col-space-lg-30 .col-md-9, .col-space-lg-30 .col-md-10, .col-space-lg-30 .col-md-11, .col-space-lg-30 .col-md-12, .col-space-lg-30 .col-md, .col-space-lg-30 .col-md-auto, .col-space-lg-30 .col-lg-2-4, .col-space-lg-30 .col-lg-9-6, .col-space-lg-30 .col-lg-1-7, .col-space-lg-30 .col-lg-10-3, .col-space-lg-30 .col-lg-1-5, .col-space-lg-30 .col-lg-10-5, .col-space-lg-30 .col-lg-1-3, .col-space-lg-30 .col-lg-10-7, .col-space-lg-30 .col-lg-1-2, .col-space-lg-30 .col-lg-10-8, .col-space-lg-30 .col-lg-1-1, .col-space-lg-30 .col-lg-10-9, .col-space-lg-30 .col-lg-1, .col-space-lg-30 .col-lg-2, .col-space-lg-30 .col-lg-3, .col-space-lg-30 .col-lg-4, .col-space-lg-30 .col-lg-5, .col-space-lg-30 .col-lg-6, .col-space-lg-30 .col-lg-7, .col-space-lg-30 .col-lg-8, .col-space-lg-30 .col-lg-9, .col-space-lg-30 .col-lg-10, .col-space-lg-30 .col-lg-11, .col-space-lg-30 .col-lg-12, .col-space-lg-30 .col-lg, .col-space-lg-30 .col-lg-auto, .col-space-lg-30 .col-xl-2-4, .col-space-lg-30 .col-xl-9-6, .col-space-lg-30 .col-xl-1-7, .col-space-lg-30 .col-xl-10-3, .col-space-lg-30 .col-xl-1-5, .col-space-lg-30 .col-xl-10-5, .col-space-lg-30 .col-xl-1-3, .col-space-lg-30 .col-xl-10-7, .col-space-lg-30 .col-xl-1-2, .col-space-lg-30 .col-xl-10-8, .col-space-lg-30 .col-xl-1-1, .col-space-lg-30 .col-xl-10-9, .col-space-lg-30 .col-xl-1, .col-space-lg-30 .col-xl-2, .col-space-lg-30 .col-xl-3, .col-space-lg-30 .col-xl-4, .col-space-lg-30 .col-xl-5, .col-space-lg-30 .col-xl-6, .col-space-lg-30 .col-xl-7, .col-space-lg-30 .col-xl-8, .col-space-lg-30 .col-xl-9, .col-space-lg-30 .col-xl-10, .col-space-lg-30 .col-xl-11, .col-space-lg-30 .col-xl-12, .col-space-lg-30 .col-xl, .col-space-lg-30 .col-xl-auto {

		padding-right: 15px;

		padding-left: 15px;

	}



	 .col-space-lg-50 .col-2-4, .col-space-lg-50 .col-9-6, .col-space-lg-50 .col-1-7, .col-space-lg-50 .col-10-3, .col-space-lg-50 .col-1-5, .col-space-lg-50 .col-10-5, .col-space-lg-50 .col-1-3, .col-space-lg-50 .col-10-7, .col-space-lg-50 .col-1-2, .col-space-lg-50 .col-10-8, .col-space-lg-50 .col-1-1, .col-space-lg-50 .col-10-9, .col-space-lg-50 .col-1, .col-space-lg-50 .col-2, .col-space-lg-50 .col-3, .col-space-lg-50 .col-4, .col-space-lg-50 .col-5, .col-space-lg-50 .col-6, .col-space-lg-50 .col-7, .col-space-lg-50 .col-8, .col-space-lg-50 .col-9, .col-space-lg-50 .col-10, .col-space-lg-50 .col-11, .col-space-lg-50 .col-12,.col, .col-space-lg-50 .col-auto, .col-space-lg-50 .col-xs-2-4, .col-space-lg-50 .col-xs-9-6, .col-space-lg-50 .col-xs-1-7, .col-space-lg-50 .col-xs-10-3, .col-space-lg-50 .col-xs-1-5, .col-space-lg-50 .col-xs-10-5, .col-space-lg-50 .col-xs-1-3, .col-space-lg-50 .col-xs-10-7, .col-space-lg-50 .col-xs-1-2, .col-space-lg-50 .col-xs-10-8, .col-space-lg-50 .col-xs-1-1, .col-space-lg-50 .col-xs-10-9, .col-space-lg-50 .col-xs-1, .col-space-lg-50 .col-xs-2, .col-space-lg-50 .col-xs-3, .col-space-lg-50 .col-xs-4, .col-space-lg-50 .col-xs-5, .col-space-lg-50 .col-xs-6, .col-space-lg-50 .col-xs-7, .col-space-lg-50 .col-xs-8, .col-space-lg-50 .col-xs-9, .col-space-lg-50 .col-xs-10, .col-space-lg-50 .col-xs-11, .col-space-lg-50 .col-xs-12, .col-space-lg-50 .col-xs, .col-space-lg-50 .col-xs-auto, .col-space-lg-50 .col-sm-2-4, .col-space-lg-50 .col-sm-9-6, .col-space-lg-50 .col-sm-1-7, .col-space-lg-50 .col-sm-10-3, .col-space-lg-50 .col-sm-1-5, .col-space-lg-50 .col-sm-10-5, .col-space-lg-50 .col-sm-1-3, .col-space-lg-50 .col-sm-10-7, .col-space-lg-50 .col-sm-1-2, .col-space-lg-50 .col-sm-10-8, .col-space-lg-50 .col-sm-1-1, .col-space-lg-50 .col-sm-10-9, .col-space-lg-50 .col-sm-1, .col-space-lg-50 .col-sm-2, .col-space-lg-50 .col-sm-3, .col-space-lg-50 .col-sm-4, .col-space-lg-50 .col-sm-5, .col-space-lg-50 .col-sm-6, .col-space-lg-50 .col-sm-7, .col-space-lg-50 .col-sm-8, .col-space-lg-50 .col-sm-9, .col-space-lg-50 .col-sm-10, .col-space-lg-50 .col-sm-11, .col-space-lg-50 .col-sm-12, .col-space-lg-50 .col-sm, .col-space-lg-50 .col-sm-auto, .col-space-lg-50 .col-md-2-4, .col-space-lg-50 .col-md-9-6, .col-space-lg-50 .col-md-1-7, .col-space-lg-50 .col-md-10-3, .col-space-lg-50 .col-md-1-5, .col-space-lg-50 .col-md-10-5, .col-space-lg-50 .col-md-1-3, .col-space-lg-50 .col-md-10-7, .col-space-lg-50 .col-md-1-2, .col-space-lg-50 .col-md-10-8, .col-space-lg-50 .col-md-1-1, .col-space-lg-50 .col-md-10-9, .col-space-lg-50 .col-md-1, .col-space-lg-50 .col-md-2, .col-space-lg-50 .col-md-3, .col-space-lg-50 .col-md-4, .col-space-lg-50 .col-md-5, .col-space-lg-50 .col-md-6, .col-space-lg-50 .col-md-7, .col-space-lg-50 .col-md-8, .col-space-lg-50 .col-md-9, .col-space-lg-50 .col-md-10, .col-space-lg-50 .col-md-11, .col-space-lg-50 .col-md-12, .col-space-lg-50 .col-md, .col-space-lg-50 .col-md-auto, .col-space-lg-50 .col-lg-2-4, .col-space-lg-50 .col-lg-9-6, .col-space-lg-50 .col-lg-1-7, .col-space-lg-50 .col-lg-10-3, .col-space-lg-50 .col-lg-1-5, .col-space-lg-50 .col-lg-10-5, .col-space-lg-50 .col-lg-1-3, .col-space-lg-50 .col-lg-10-7, .col-space-lg-50 .col-lg-1-2, .col-space-lg-50 .col-lg-10-8, .col-space-lg-50 .col-lg-1-1, .col-space-lg-50 .col-lg-10-9, .col-space-lg-50 .col-lg-1, .col-space-lg-50 .col-lg-2, .col-space-lg-50 .col-lg-3, .col-space-lg-50 .col-lg-4, .col-space-lg-50 .col-lg-5, .col-space-lg-50 .col-lg-6, .col-space-lg-50 .col-lg-7, .col-space-lg-50 .col-lg-8, .col-space-lg-50 .col-lg-9, .col-space-lg-50 .col-lg-10, .col-space-lg-50 .col-lg-11, .col-space-lg-50 .col-lg-12, .col-space-lg-50 .col-lg, .col-space-lg-50 .col-lg-auto, .col-space-lg-50 .col-xl-2-4, .col-space-lg-50 .col-xl-9-6, .col-space-lg-50 .col-xl-1-7, .col-space-lg-50 .col-xl-10-3, .col-space-lg-50 .col-xl-1-5, .col-space-lg-50 .col-xl-10-5, .col-space-lg-50 .col-xl-1-3, .col-space-lg-50 .col-xl-10-7, .col-space-lg-50 .col-xl-1-2, .col-space-lg-50 .col-xl-10-8, .col-space-lg-50 .col-xl-1-1, .col-space-lg-50 .col-xl-10-9, .col-space-lg-50 .col-xl-1, .col-space-lg-50 .col-xl-2, .col-space-lg-50 .col-xl-3, .col-space-lg-50 .col-xl-4, .col-space-lg-50 .col-xl-5, .col-space-lg-50 .col-xl-6, .col-space-lg-50 .col-xl-7, .col-space-lg-50 .col-xl-8, .col-space-lg-50 .col-xl-9, .col-space-lg-50 .col-xl-10, .col-space-lg-50 .col-xl-11, .col-space-lg-50 .col-xl-12, .col-space-lg-50 .col-xl, .col-space-lg-50 .col-xl-auto {

		padding-right: 25px;

		padding-left: 25px; 

	}

	

}



@media (max-width: 1024px) {

	.container,

	.container-fluid {

		padding-right: 20px;

		padding-left: 20px;

	}



	.row {

		margin-right: -10px;

		margin-left: -10px;

	}



	.col-2-4,.col-9-6,.col-1-7,.col-10-3,.col-1-5,.col-10-5,.col-1-3,.col-10-7,.col-1-2,.col-10-8,.col-1-1,.col-10-9,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-xs-2-4,.col-xs-9-6,.col-xs-1-7,.col-xs-10-3,.col-xs-1-5,.col-xs-10-5,.col-xs-1-3,.col-xs-10-7,.col-xs-1-2,.col-xs-10-8,.col-xs-1-1,.col-xs-10-9,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.col-sm-2-4,.col-sm-9-6,.col-sm-1-7,.col-sm-10-3,.col-sm-1-5,.col-sm-10-5,.col-sm-1-3,.col-sm-10-7,.col-sm-1-2,.col-sm-10-8,.col-sm-1-1,.col-sm-10-9,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-2-4,.col-md-9-6,.col-md-1-7,.col-md-10-3,.col-md-1-5,.col-md-10-5,.col-md-1-3,.col-md-10-7,.col-md-1-2,.col-md-10-8,.col-md-1-1,.col-md-10-9,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-2-4,.col-lg-9-6,.col-lg-1-7,.col-lg-10-3,.col-lg-1-5,.col-lg-10-5,.col-lg-1-3,.col-lg-10-7,.col-lg-1-2,.col-lg-10-8,.col-lg-1-1,.col-lg-10-9,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-2-4,.col-xl-9-6,.col-xl-1-7,.col-xl-10-3,.col-xl-1-5,.col-xl-10-5,.col-xl-1-3,.col-xl-10-7,.col-xl-1-2,.col-xl-10-8,.col-xl-1-1,.col-xl-10-9,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {

		padding-right: 10px;

		padding-left: 10px;

	}

}



@media (max-width: 767px) {

	.container,

	.container-fluid {

		padding-right: 10px;

		padding-left: 10px;

	}



	.row {

		margin-right: -5px;

		margin-left: -5px;

	}



	.col-2-4,.col-9-6,.col-1-7,.col-10-3,.col-1-5,.col-10-5,.col-1-3,.col-10-7,.col-1-2,.col-10-8,.col-1-1,.col-10-9,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-xs-2-4,.col-xs-9-6,.col-xs-1-7,.col-xs-10-3,.col-xs-1-5,.col-xs-10-5,.col-xs-1-3,.col-xs-10-7,.col-xs-1-2,.col-xs-10-8,.col-xs-1-1,.col-xs-10-9,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs,.col-xs-auto,.col-sm-2-4,.col-sm-9-6,.col-sm-1-7,.col-sm-10-3,.col-sm-1-5,.col-sm-10-5,.col-sm-1-3,.col-sm-10-7,.col-sm-1-2,.col-sm-10-8,.col-sm-1-1,.col-sm-10-9,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-2-4,.col-md-9-6,.col-md-1-7,.col-md-10-3,.col-md-1-5,.col-md-10-5,.col-md-1-3,.col-md-10-7,.col-md-1-2,.col-md-10-8,.col-md-1-1,.col-md-10-9,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-2-4,.col-lg-9-6,.col-lg-1-7,.col-lg-10-3,.col-lg-1-5,.col-lg-10-5,.col-lg-1-3,.col-lg-10-7,.col-lg-1-2,.col-lg-10-8,.col-lg-1-1,.col-lg-10-9,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-2-4,.col-xl-9-6,.col-xl-1-7,.col-xl-10-3,.col-xl-1-5,.col-xl-10-5,.col-xl-1-3,.col-xl-10-7,.col-xl-1-2,.col-xl-10-8,.col-xl-1-1,.col-xl-10-9,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {

		padding-right: 5px;

		padding-left: 5px;

	}

}



.col {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    max-width: 100%;

}



.row-cols-1 > * {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



.row-cols-2 > * {

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}



.row-cols-3 > * {

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}



.row-cols-4 > * {

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}



.row-cols-5 > * {

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}



.row-cols-6 > * {

    -ms-flex: 0 0 16.666667%;

    flex: 0 0 16.666667%;

    max-width: 16.666667%;

}



.col-2-4 {

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

}



.col-9-6 {

    -ms-flex: 0 0 80%;

    flex: 0 0 80%;

    max-width: 80%;

}



.col-1-7 {

    -ms-flex: 0 0 14.285714%;

    flex: 0 0 14.285714%;

    max-width: 14.285714%;

}



.col-10-3 {

    -ms-flex: 0 0 85.714286%;

    flex: 0 0 85.714286%;

    max-width: 85.714286%;

}



.col-1-5 {

    -ms-flex: 0 0 12.5%;

    flex: 0 0 12.5%;

    max-width: 12.5%;

}



.col-10-5 {

    -ms-flex: 0 0 87.5%;

    flex: 0 0 87.5%;

    max-width: 87.5%;

}



.col-1-3 {

    -ms-flex: 0 0 11.111111%;

    flex: 0 0 11.111111%;

    max-width: 11.111111%;

}



.col-10-7 {

    -ms-flex: 0 0 88.888889%;

    flex: 0 0 88.888889%;

    max-width: 88.888889%;

}



.col-1-2 {

    -ms-flex: 0 0 10%;

    flex: 0 0 10%;

    max-width: 10%;

}



.col-10-8 {

    -ms-flex: 0 0 90%;

    flex: 0 0 90%;

    max-width: 90%;

}



.col-1-1 {

    -ms-flex: 0 0 9.090909%;

    flex: 0 0 9.090909%;

    max-width: 9.090909%;

}



.col-10-9 {

    -ms-flex: 0 0 90.909091%;

    flex: 0 0 90.909091%;

    max-width: 90.909091%;

}



.col-auto {

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;

    width: auto;

    max-width: 100%;

}



.col-1 {

    -ms-flex: 0 0 8.333333%;

    flex: 0 0 8.333333%;

    max-width: 8.333333%;

}



.col-2 {

    -ms-flex: 0 0 16.666667%;

    flex: 0 0 16.666667%;

    max-width: 16.666667%;

}



.col-3 {

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}



.col-4 {

    -ms-flex: 0 0 33.333333%;

    flex: 0 0 33.333333%;

    max-width: 33.333333%;

}



.col-5 {

    -ms-flex: 0 0 41.666667%;

    flex: 0 0 41.666667%;

    max-width: 41.666667%;

}



.col-6 {

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}



.col-7 {

    -ms-flex: 0 0 58.333333%;

    flex: 0 0 58.333333%;

    max-width: 58.333333%;

}



.col-8 {

    -ms-flex: 0 0 66.666667%;

    flex: 0 0 66.666667%;

    max-width: 66.666667%;

}



.col-9 {

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;

}



.col-10 {

    -ms-flex: 0 0 83.333333%;

    flex: 0 0 83.333333%;

    max-width: 83.333333%;

}



.col-11 {

    -ms-flex: 0 0 91.666667%;

    flex: 0 0 91.666667%;

    max-width: 91.666667%;

}



.col-12 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



.col-xs {

	-ms-flex-preferred-size: 0;

	flex-basis: 0;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 100%;

}

.row-cols-xs-1 > * {

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;

}

.row-cols-xs-2 > * {

	-ms-flex: 0 0 50%;

	flex: 0 0 50%;

	max-width: 50%;

}

.row-cols-xs-3 > * {

	-ms-flex: 0 0 33.333333%;

	flex: 0 0 33.333333%;

	max-width: 33.333333%;

}

.row-cols-xs-4 > * {

	-ms-flex: 0 0 25%;

	flex: 0 0 25%;

	max-width: 25%;

}

.row-cols-xs-5 > * {

	-ms-flex: 0 0 20%;

	flex: 0 0 20%;

	max-width: 20%;

}

.row-cols-xs-6 > * {

	-ms-flex: 0 0 16.666667%;

	flex: 0 0 16.666667%;

	max-width: 16.666667%;

}

.col-xs-2-4 {

	-ms-flex: 0 0 20%;

	flex: 0 0 20%;

	max-width: 20%;

}

.col-xs-9-6 {

	-ms-flex: 0 0 80%;

	flex: 0 0 80%;

	max-width: 80%;

}

.col-xs-1-7 {

	-ms-flex: 0 0 14.285714%;

	flex: 0 0 14.285714%;

	max-width: 14.285714%;

}

.col-xs-10-3 {

	-ms-flex: 0 0 85.714286%;

	flex: 0 0 85.714286%;

	max-width: 85.714286%;

}

.col-xs-1-5 {

	-ms-flex: 0 0 12.5%;

	flex: 0 0 12.5%;

	max-width: 12.5%;

}

.col-xs-10-5 {

	-ms-flex: 0 0 87.5%;

	flex: 0 0 87.5%;

	max-width: 87.5%;

}

.col-xs-1-3 {

	-ms-flex: 0 0 11.111111%;

	flex: 0 0 11.111111%;

	max-width: 11.111111%;

}

.col-xs-10-7 {

	-ms-flex: 0 0 88.888889%;

	flex: 0 0 88.888889%;

	max-width: 88.888889%;

}

.col-xs-1-2 {

	-ms-flex: 0 0 10%;

	flex: 0 0 10%;

	max-width: 10%;

}

.col-xs-10-8 {

	-ms-flex: 0 0 90%;

	flex: 0 0 90%;

	max-width: 90%;

}

.col-xs-1-1 {

	-ms-flex: 0 0 9.090909%;

	flex: 0 0 9.090909%;

	max-width: 9.090909%;

}

.col-xs-10-9 {

	-ms-flex: 0 0 90.909091%;

	flex: 0 0 90.909091%;

	max-width: 90.909091%;

}

.col-xs-auto {

	-ms-flex: 0 0 auto;

	flex: 0 0 auto;

	width: auto;

	max-width: 100%;

}

.col-xs-1 {

	-ms-flex: 0 0 8.333333%;

	flex: 0 0 8.333333%;

	max-width: 8.333333%;

}

.col-xs-2 {

	-ms-flex: 0 0 16.666667%;

	flex: 0 0 16.666667%;

	max-width: 16.666667%;

}

.col-xs-3 {

	-ms-flex: 0 0 25%;

	flex: 0 0 25%;

	max-width: 25%;

}

.col-xs-4 {

	-ms-flex: 0 0 33.333333%;

	flex: 0 0 33.333333%;

	max-width: 33.333333%;

}

.col-xs-5 {

	-ms-flex: 0 0 41.666667%;

	flex: 0 0 41.666667%;

	max-width: 41.666667%;

}

.col-xs-6 {

	-ms-flex: 0 0 50%;

	flex: 0 0 50%;

	max-width: 50%;

}

.col-xs-7 {

	-ms-flex: 0 0 58.333333%;

	flex: 0 0 58.333333%;

	max-width: 58.333333%;

}

.col-xs-8 {

	-ms-flex: 0 0 66.666667%;

	flex: 0 0 66.666667%;

	max-width: 66.666667%;

}

.col-xs-9 {

	-ms-flex: 0 0 75%;

	flex: 0 0 75%;

	max-width: 75%;

}



.col-xs-10 {

	-ms-flex: 0 0 83.333333%;

	flex: 0 0 83.333333%;

	max-width: 83.333333%;

}

.col-xs-11 {

	-ms-flex: 0 0 91.666667%;

	flex: 0 0 91.666667%;

	max-width: 91.666667%;

}

.col-xs-12 {

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;

}



@media (min-width: 576px) {

    .col-sm {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%;

    }

    .row-cols-sm-1 > * {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

    .row-cols-sm-2 > * {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .row-cols-sm-3 > * {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .row-cols-sm-4 > * {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .row-cols-sm-5 > * {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

        max-width: 20%;

    }

    .row-cols-sm-6 > * {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

	.col-sm-2-4 {

		-ms-flex: 0 0 20%;

		flex: 0 0 20%;

		max-width: 20%;

	}

	.col-sm-9-6 {

		-ms-flex: 0 0 80%;

		flex: 0 0 80%;

		max-width: 80%;

	}

	.col-sm-1-7 {

		-ms-flex: 0 0 14.285714%;

		flex: 0 0 14.285714%;

		max-width: 14.285714%;

	}

	.col-sm-10-3 {

		-ms-flex: 0 0 85.714286%;

		flex: 0 0 85.714286%;

		max-width: 85.714286%;

	}

	.col-sm-1-5 {

		-ms-flex: 0 0 12.5%;

		flex: 0 0 12.5%;

		max-width: 12.5%;

	}

	.col-sm-10-5 {

		-ms-flex: 0 0 87.5%;

		flex: 0 0 87.5%;

		max-width: 87.5%;

	}

	.col-sm-1-3 {

		-ms-flex: 0 0 11.111111%;

		flex: 0 0 11.111111%;

		max-width: 11.111111%;

	}

	.col-sm-10-7 {

		-ms-flex: 0 0 88.888889%;

		flex: 0 0 88.888889%;

		max-width: 88.888889%;

	}

	.col-sm-1-2 {

		-ms-flex: 0 0 10%;

		flex: 0 0 10%;

		max-width: 10%;

	}

	.col-sm-10-8 {

		-ms-flex: 0 0 90%;

		flex: 0 0 90%;

		max-width: 90%;

	}

	.col-sm-1-1 {

		-ms-flex: 0 0 9.090909%;

		flex: 0 0 9.090909%;

		max-width: 9.090909%;

	}

	.col-sm-10-9 {

		-ms-flex: 0 0 90.909091%;

		flex: 0 0 90.909091%;

		max-width: 90.909091%;

	}

    .col-sm-auto {

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: 100%;

    }

    .col-sm-1 {

        -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

        max-width: 8.333333%;

    }

    .col-sm-2 {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

    .col-sm-3 {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .col-sm-4 {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .col-sm-5 {

        -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

        max-width: 41.666667%;

    }

    .col-sm-6 {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .col-sm-7 {

        -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

        max-width: 58.333333%;

    }

    .col-sm-8 {

        -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

        max-width: 66.666667%;

    }

    .col-sm-9 {

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%;

    }



    .col-sm-10 {

        -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

        max-width: 83.333333%;

    }

    .col-sm-11 {

        -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

        max-width: 91.666667%;

    }

    .col-sm-12 {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

}



@media (min-width: 768px) {

    .col-md {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%;

    }

    .row-cols-md-1 > * {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

    .row-cols-md-2 > * {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .row-cols-md-3 > * {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .row-cols-md-4 > * {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .row-cols-md-5 > * {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

        max-width: 20%;

    }

    .row-cols-md-6 > * {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

	.col-md-2-4 {

		-ms-flex: 0 0 20%;

		flex: 0 0 20%;

		max-width: 20%;

	}

	.col-md-9-6 {

		-ms-flex: 0 0 80%;

		flex: 0 0 80%;

		max-width: 80%;

	}

	.col-md-1-7 {

		-ms-flex: 0 0 14.285714%;

		flex: 0 0 14.285714%;

		max-width: 14.285714%;

	}

	.col-md-10-3 {

		-ms-flex: 0 0 85.714286%;

		flex: 0 0 85.714286%;

		max-width: 85.714286%;

	}

	.col-md-1-5 {

		-ms-flex: 0 0 12.5%;

		flex: 0 0 12.5%;

		max-width: 12.5%;

	}

	.col-md-10-5 {

		-ms-flex: 0 0 87.5%;

		flex: 0 0 87.5%;

		max-width: 87.5%;

	}

	.col-md-1-3 {

		-ms-flex: 0 0 11.111111%;

		flex: 0 0 11.111111%;

		max-width: 11.111111%;

	}

	.col-md-10-7 {

		-ms-flex: 0 0 88.888889%;

		flex: 0 0 88.888889%;

		max-width: 88.888889%;

	}

	.col-md-1-2 {

		-ms-flex: 0 0 10%;

		flex: 0 0 10%;

		max-width: 10%;

	}

	.col-md-10-8 {

		-ms-flex: 0 0 90%;

		flex: 0 0 90%;

		max-width: 90%;

	}

	.col-md-1-1 {

		-ms-flex: 0 0 9.090909%;

		flex: 0 0 9.090909%;

		max-width: 9.090909%;

	}

	.col-md-10-9 {

		-ms-flex: 0 0 90.909091%;

		flex: 0 0 90.909091%;

		max-width: 90.909091%;

	}

    .col-md-auto {

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: 100%;

    }

    .col-md-1 {

        -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

        max-width: 8.333333%;

    }

    .col-md-2 {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

    .col-md-3 {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .col-md-4 {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .col-md-5 {

        -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

        max-width: 41.666667%;

    }

    .col-md-6 {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .col-md-7 {

        -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

        max-width: 58.333333%;

    }

    .col-md-8 {

        -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

        max-width: 66.666667%;

    }

    .col-md-9 {

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%;

    }

    .col-md-10 {

        -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

        max-width: 83.333333%;

    }

    .col-md-11 {

        -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

        max-width: 91.666667%;

    }

    .col-md-12 {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

}



@media (min-width: 1025px) {

    .col-lg {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%;

    }

    .row-cols-lg-1 > * {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

    .row-cols-lg-2 > * {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .row-cols-lg-3 > * {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .row-cols-lg-4 > * {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .row-cols-lg-5 > * {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

        max-width: 20%;

    }

    .row-cols-lg-6 > * {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

	.col-lg-2-4 {

		-ms-flex: 0 0 20%;

		flex: 0 0 20%;

		max-width: 20%;

	}

	.col-lg-9-6 {

		-ms-flex: 0 0 80%;

		flex: 0 0 80%;

		max-width: 80%;

	}

	.col-lg-1-7 {

		-ms-flex: 0 0 14.285714%;

		flex: 0 0 14.285714%;

		max-width: 14.285714%;

	}

	.col-lg-10-3 {

		-ms-flex: 0 0 85.714286%;

		flex: 0 0 85.714286%;

		max-width: 85.714286%;

	}

	.col-lg-1-5 {

		-ms-flex: 0 0 12.5%;

		flex: 0 0 12.5%;

		max-width: 12.5%;

	}

	.col-lg-10-5 {

		-ms-flex: 0 0 87.5%;

		flex: 0 0 87.5%;

		max-width: 87.5%;

	}

	.col-lg-1-3 {

		-ms-flex: 0 0 11.111111%;

		flex: 0 0 11.111111%;

		max-width: 11.111111%;

	}

	.col-lg-10-7 {

		-ms-flex: 0 0 88.888889%;

		flex: 0 0 88.888889%;

		max-width: 88.888889%;

	}

	.col-lg-1-2 {

		-ms-flex: 0 0 10%;

		flex: 0 0 10%;

		max-width: 10%;

	}

	.col-lg-10-8 {

		-ms-flex: 0 0 90%;

		flex: 0 0 90%;

		max-width: 90%;

	}

	.col-lg-1-1 {

		-ms-flex: 0 0 9.090909%;

		flex: 0 0 9.090909%;

		max-width: 9.090909%;

	}

	.col-lg-10-9 {

		-ms-flex: 0 0 90.909091%;

		flex: 0 0 90.909091%;

		max-width: 90.909091%;

	}

    .col-lg-auto {

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: 100%;

    }

    .col-lg-1 {

        -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

        max-width: 8.333333%;

    }

    .col-lg-2 {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

    .col-lg-3 {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .col-lg-4 {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .col-lg-5 {

        -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

        max-width: 41.666667%;

    }

    .col-lg-6 {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .col-lg-7 {

        -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

        max-width: 58.333333%;

    }

    .col-lg-8 {

        -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

        max-width: 66.666667%;

    }

    .col-lg-9 {

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%;

    }

    .col-lg-10 {

        -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

        max-width: 83.333333%;

    }

    .col-lg-11 {

        -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

        max-width: 91.666667%;

    }

    .col-lg-12 {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

}



@media (min-width: 1200px) {

    .col-xl {

        -ms-flex-preferred-size: 0;

        flex-basis: 0;

        -ms-flex-positive: 1;

        flex-grow: 1;

        max-width: 100%;

    }

    .row-cols-xl-1 > * {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

    .row-cols-xl-2 > * {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .row-cols-xl-3 > * {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .row-cols-xl-4 > * {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .row-cols-xl-5 > * {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

        max-width: 20%;

    }

    .row-cols-xl-6 > * {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

	.col-xl-2-4 {

		-ms-flex: 0 0 20%;

		flex: 0 0 20%;

		max-width: 20%;

	}

	.col-xl-9-6 {

		-ms-flex: 0 0 80%;

		flex: 0 0 80%;

		max-width: 80%;

	}

	.col-xl-1-7 {

		-ms-flex: 0 0 14.285714%;

		flex: 0 0 14.285714%;

		max-width: 14.285714%;

	}

	.col-xl-10-3 {

		-ms-flex: 0 0 85.714286%;

		flex: 0 0 85.714286%;

		max-width: 85.714286%;

	}

	.col-xl-1-5 {

		-ms-flex: 0 0 12.5%;

		flex: 0 0 12.5%;

		max-width: 12.5%;

	}

	.col-xl-10-5 {

		-ms-flex: 0 0 87.5%;

		flex: 0 0 87.5%;

		max-width: 87.5%;

	}

	.col-xl-1-3 {

		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;

		max-width: 11.111111%;

	}

	.col-xl-10-7 {

		-ms-flex: 0 0 88.888889%;

		flex: 0 0 88.888889%;

		max-width: 88.888889%;

	}

	.col-xl-1-2 {

		-ms-flex: 0 0 10%;

		flex: 0 0 10%;

		max-width: 10%;

	}

	.col-xl-10-8 {

		-ms-flex: 0 0 90%;

		flex: 0 0 90%;

		max-width: 90%;

	}

	.col-xl-1-1 {

		-ms-flex: 0 0 9.090909%;

		flex: 0 0 9.090909%;

		max-width: 9.090909%;

	}

	.col-xl-10-9 {

		-ms-flex: 0 0 90.909091%;

		flex: 0 0 90.909091%;

		max-width: 90.909091%;

	}

    .col-xl-auto {

        -ms-flex: 0 0 auto;

        flex: 0 0 auto;

        width: auto;

        max-width: 100%;

    }

    .col-xl-1 {

        -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

        max-width: 8.333333%;

    }

    .col-xl-2 {

        -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

        max-width: 16.666667%;

    }

    .col-xl-3 {

        -ms-flex: 0 0 25%;

        flex: 0 0 25%;

        max-width: 25%;

    }

    .col-xl-4 {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .col-xl-5 {

        -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

        max-width: 41.666667%;

    }

    .col-xl-6 {

        -ms-flex: 0 0 50%;

        flex: 0 0 50%;

        max-width: 50%;

    }

    .col-xl-7 {

        -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

        max-width: 58.333333%;

    }

    .col-xl-8 {

        -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

        max-width: 66.666667%;

    }

    .col-xl-9 {

        -ms-flex: 0 0 75%;

        flex: 0 0 75%;

        max-width: 75%;

    }

    .col-xl-10 {

        -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

        max-width: 83.333333%;

    }

    .col-xl-11 {

        -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

        max-width: 91.666667%;

    }

    .col-xl-12 {

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

}



.hidden,

.hide {

    display: none !important;

}



@media (max-width: 575px) {

    .hidden-xs {

        display: none !important;

    }

}



@media (min-width: 576px) and (max-width: 767px) {

    .hidden-sm {

        display: none !important;

    }

}



@media (min-width: 768px) and (max-width: 1024px) {

    .hidden-md {

        display: none !important;

    }

}



@media (min-width: 1025px) and (max-width: 1199px) {

    .hidden-lg {

        display: none !important;

    }

}



@media (min-width: 1200px) {

    .hidden-xl {

        display: none !important;

    }

}



.hidden-xs-up {

    display: none!important

}



@media (max-width:575px) {

    .hidden-xs-down {

        display: none!important

    }

}



@media (min-width:576px) {

    .hidden-sm-up {

        display: none!important

    }

}



@media (max-width:767px) {

    .hidden-sm-down {

        display: none!important

    }

}



@media (min-width:768px) {

    .hidden-md-up {

        display: none!important

    }

}



@media (max-width:1024px) {

    .hidden-md-down {

        display: none!important

    }

}



@media (min-width:1025px) {

    .hidden-lg-up {

        display: none!important

    }

}



@media (max-width:1199px) {

    .hidden-lg-down {

        display: none!important

    }

}



@media (min-width:1200px) {

    .hidden-xl-up {

        display: none!important

    }

}



[type="reset"],

[type="submit"],

button,

html [type="button"] {

    cursor: pointer;

	outline: none !important;

}



/**************************************************************************/



.swiper-button-disabled {

	opacity: 0.5 !important;

}



.item-product-list .swiper-container .swiper-dots {

	display: none !important;

}



.item-product-list .swiper-container .swiper-arrows {

	display: none;

}



.item-product-list:hover .swiper-container .swiper-arrows {

	display: block;

}



.item-product-list .swiper-container .axps-swiper-arrow {

	position: absolute;

	bottom: 15px;

	left: 50%;

	float: left;

	background: #ffffff;

	padding: 3px 0;

	width: 20px;

	margin-left: 1px;

	z-index: 1;

	border: none;

	font-size: 13px;

	line-height: 14px;

	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.095), 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.1);

	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.095),0 1.5px 1.5px 0 rgba(0,0,0,0.2),0 2px 1.5px 0 rgba(0,0,0,0.1),0 3px 10px 0 rgba(0,0,0,0.1);

	box-shadow: 0 0 0 1px rgba(0,0,0,0.095), 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.1);

}



.item-product-list .swiper-container .axps-swiper-arrow.axps-swiper-arrow-prev {

	margin-left: -21px;

}



/**************************************Box-wide************************************/



.boxed main {

    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);

    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);

}



.boxed main, .boxed #header-sticky {

    max-width: 1200px;

    margin: 0 auto;

}



@media only screen and (min-width: 1025px) and (max-width: 1200px) {

    .boxed main, .boxed #header-sticky {

        max-width: 980px;

    }

}



@media only screen and (max-width: 1024px) {

    .boxed main, .boxed #header-sticky {

        margin: 0 auto;

    }

}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .boxed main, .boxed #header-sticky {

        max-width: 768px;

    }

}



@media only screen and (max-width: 767px) {

    main {

        width: 100%;

    }

}



/*-------------------------------------------------------------------------------*/



main {

    min-height: 100%;

	background: #ffffff;

}



#header {

	margin-bottom: 40px;

}



.header-is-overlap #header-normal {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    z-index: 390;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.header-is-overlap #header {

	margin-bottom: 0 !important;

	position: relative;

}



.header-is-overlap #header-normal > .elementor {

	background: none;

}



@media (max-width: 1024px) {

	#header {

		margin-bottom: 20px;

	}

}



@media (max-width: 767px) {

	#header {

		margin-bottom: 10px;

	}

}



#wrapper {

    padding-bottom: 40px;

}



@media (max-width: 1024px) {

	#wrapper {

		padding-bottom: 20px;

	}

}



#footer {



}



a {

    font-size: inherit;

    color: var(--color-a);

    transition: all 0.2s ease-in-out 0s;

    -webkit-transition: all 0.2s ease-in-out 0s;

    -ms-transition: all 0.2s ease-in-out 0s;

    -moz-transition: all 0.2s ease-in-out 0s;

    -o-transition: all 0.2s ease-in-out 0s;

}



.addthis_toolbox a {

    transition: all 0s ease-in-out 0s;

    -webkit-transition: all 0s ease-in-out 0s;

    -ms-transition: all 0s ease-in-out 0s;

    -moz-transition: all 0s ease-in-out 0s;

    -o-transition: all 0s ease-in-out 0s;

}



p {

	margin-top: 0;

	margin-bottom: 15px;

}



a:hover {

    color: var(--color-a-hover);

}



a:focus {

    text-decoration: none;

	outline: none;

}



.form-control:focus {

    outline: none;

}



.form-control {

    font-size: var(--font-size-body);

}



.form-control::-webkit-input-placeholder {

    color: inherit;

    opacity: 0.5;

}



.form-control:-ms-input-placeholder {

    color: inherit;

    opacity: 0.5;

}



.form-control::placeholder {

    color: inherit;

    opacity: 0.5;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    color: inherit;

    opacity: 0.5;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

    color: inherit;

    opacity: 0.5;

}



input:-ms-input-placeholder,

textarea:-ms-input-placeholder {

    color: inherit;

    opacity: 0.5;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

    color: inherit;

    opacity: 0.5;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

    color: inherit;

    opacity: 0.5;

}



input:active::-webkit-input-placeholder,

textarea:active::-webkit-input-placeholder {

    color: inherit;

    opacity: 0;

}



input:active::-moz-placeholder,

textarea:active::-moz-placeholder {

    color: inherit;

    opacity: 0;

}



input:active:-ms-input-placeholder,

textarea:active:-ms-input-placeholder {

    color: inherit;

    opacity: 0;

}



input:active:-moz-placeholder,

textarea:active:-moz-placeholder {

    color: inherit;

    opacity: 0;

}



input:focus::-webkit-input-placeholder,

textarea:focus::-webkit-input-placeholder {

    color: inherit;

    opacity: 0;

}



input:focus::-moz-placeholder,

textarea:focus::-moz-placeholder {

    color: inherit;

    opacity: 0;

}



input:focus:-ms-input-placeholder,

textarea:focus:-ms-input-placeholder {

    color: inherit;

    opacity: 0;

}



input:focus:-moz-placeholder,

textarea:focus:-moz-placeholder {

    color: inherit;

    opacity: 0;

}



/*-------------------------------------------*/



.block {

    margin-bottom: 30px;

}



.text-center {

    text-align: center;

}



.text-right {

    text-align: right;

}



.text-left {

    text-align: left;

}



.pick-color {

	font-size:0;

	margin:0 -3px;



}



.pick-color .color {

    margin: 3px;

}



.price {

    font-weight: 500;

    color: var(--color-price);

	font-family: var(--font-family-title);

}



.product-price{

	color: var(--color-price);

	font-family: var(--font-family-title);

	font-weight: 500;

}



.cart-summary-line .value{

	float: right;

    margin-bottom: 0;

	color: var(--color-body);

	font-weight: var(--font-weight-body);

	font-family: var(--font-family-title);

}



.cart-summary-totals .cart-summary-line .value{

	color: var(--color-price);

	font-family: var(--font-family-title);

	font-weight: var(--font-weight-label);

}



.product-line-grid-right .cart-line-product-actions,

.product-line-grid-right .product-price {

    color: var(--color-price);

	font-family: var(--font-family-title);

	font-weight: 500;

}



.carrier-price{

	color: var(--color-price);

	font-family: var(--font-family-title);

	font-weight: 500;

}



.regular-price {

    text-decoration: line-through;

    color: #bdbdbd !important;

    font-weight: 400;

	font-family: var(--font-family-title);

}



.variant-links-product {

    bottom: 0;

    position: absolute;

    right: 10px;

}



/********************************************/



#left-content, #right-content, #main-content {

	margin-bottom: 40px;

}



@media (max-width: 1024px) {

	#left-content, #right-content, #main-content {

		margin-bottom: 30px;

	}

}



@media (min-width: 1025px) {

	#left-column{

		order: -1;

	}

}



#contact #left-column{

	order: -1;

}



#left-content::after, #right-content::after, #main-content::after{

	content: '';

	display: table;

	clear: both;

}



@media (min-width: 1025px) {

	#content-wrapper.col-lg-9 {

		-ms-flex: 0 0 calc(100% - 300px);

		flex: 0 0 calc(100% - 300px);

		max-width: calc(100% - 300px);

	}

	#content-wrapper.col-lg-6 {

		-ms-flex: 0 0 calc(100% - 600px);

		flex: 0 0 calc(100% - 600px);

		max-width: calc(100% - 600px);

	}

	#left-column.col-lg-3, #right-column.col-lg-3 {

		-ms-flex: 0 0 300px;

		flex: 0 0 300px;

		max-width: 300px;

	}

	#content-wrapper.col-lg-8 {

		-ms-flex: 0 0 calc(100% - 390px);

		flex: 0 0 calc(100% - 390px);

		max-width: calc(100% - 390px);

	}

	#left-column.col-lg-4, #right-column.col-lg-4 {

		-ms-flex: 0 0 390px;

		flex: 0 0 390px;

		max-width: 390px;

	}

}



/*--------------------------------------------------------------------------------------------------------------*/



.dropdown-wrapper {

    position: relative;

	display: inline-block;

}



.dropdown-toggle {

    cursor: pointer;

	display: inline-flex;

	align-items: center;

	padding: 10px 0;

	line-height: 20px;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-o-transition: all 0.3s;

	-ms-transition: all 0.3s;

}



.dropdown-toggle span.las {

    margin-left: 9px;

    font-size: 80%;

    opacity: 0.8;

}



.dropdown-toggle i {

	margin-right: 5px;

}



.dropdown-toggle svg {

	width: 16px;

	margin-right: 5px;

}



.dropdown-menu {	

	display: block;

	position: absolute;

	top: 100%;

	left: 0;

	min-width: 100%;

	visibility: hidden;

	opacity: 0;

	transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;

	transition: opacity .2s ease,visibility .2s ease,transform .2s ease;

	transition: opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease;

	pointer-events: none;

	text-align: left;

	list-style: none;

	background-color: #fff;

	background-clip: padding-box;

	z-index: 1000;

	border: none;

	border-radius: 0;

	overflow: hidden;

	overflow-y: auto;

	max-height: 60vh;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);

	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);

	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);

	-webkit-transform: translateY(15px) translateZ(0);

	transform: translateY(15px) translateZ(0);

}



.dropdown-menu {

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

}



.dropdown-menu::-webkit-scrollbar {

    width: 6px;

}



.dropdown-menu::-webkit-scrollbar-thumb {

    background-color: #cdcdcd;

}



.dropdown-menu::-webkit-scrollbar-track {

    background-color: #f0f0f0;

}



.open > .dropdown-menu {

	visibility: visible;

	opacity: 1;

	-webkit-transform: none;

	transform: none;

	pointer-events: visible;

	pointer-events: unset;

}



.dropdown-menu > a {

    display: block;

	white-space: nowrap;

    padding: 8px 16px;

    font-size: var(--font-size-body);

    line-height: 20px;

	position: relative;

	color: #353535;

	fill: #353535;

}



.dropdown-menu > a:hover, .dropdown-menu > a.selected, .dropdown-menu > a.current {

    background: #faf9fe;

	color: #000000;

	fill: #000000;

}



.dropdown-menu > a.selected, .dropdown-menu > a.current {

	padding-right: 40px;

}



.dropdown-menu > a.selected::after, .dropdown-menu > a.current::after {

    content: "\f058";

    position: absolute;

	right: 16px;

	line-height: 16px;

	top: 50%;

	margin-top: -8px;

    color: var(--color-primary);

    font-family: 'Line Awesome Free';

    font-weight: 900;

    font-size: 110%;

}



.dropdown-menu > a.selected, .dropdown-menu > a.current {

	color: #000000 !important;

	fill: #000000 !important;

}



.dropdown-menu > a i {

	margin-right: 5px;

}



.dropdown-menu > a svg {

	margin-right: 5px;

	width: 16px;

}



/*-------------------------------------------------------------------*/



.category-banner{

	margin: 0 auto;

	box-shadow: 0 5px 5px rgba(0,0,0,0.07);

}



.category-banner-boxed{

	margin-bottom: 30px;

}



.category-description {

	margin-bottom: 30px;

}



.category-description p {

	line-height: 1.8;

	margin-bottom: 10px;

}



.category-description p:last-child {

    margin-bottom: 0;

}



/*---------------------------------------------------------------------*/



#main .page-header {}



#pagenotfound #main .page-header,

#products #main .page-header {

    margin: 0 0 30px;

}



#pagenotfound #main .page-content,

#products #main .page-content {

    margin-bottom: 30px;

    max-width: 100%;

}



#pagenotfound #content-wrapper h1 {

    font-size: 8rem;

    font-weight: 700;

    letter-spacing: 8px;

    color: #333334;

    margin-bottom: 10px;

}



#pagenotfound #content-wrapper h5 {

    font-size: 1.8rem;

    font-weight: 700;

    text-transform: uppercase;

    color: #333334;

    margin-bottom: 20px;

}



#pagenotfound #content-wrapper p {

    letter-spacing: 2px;

	margin-bottom: 30px;

}



#pagenotfound #content-wrapper p a {

    border-bottom: 1px solid;

    font-weight: 700;

    margin-left: 5px;

    padding: 2px 5px;

}



.img-responsive {

    max-width: 100%;

    height: auto;

}



/*-----------------------------------------quick view---------------------*/



@keyframes effect-translator {

    from {

        opacity: 0;

        -webkit-transform: translateY(30px);

        -moz-transform: translateY(30px);

        -ms-transform: translateY(30px);

        -o-transform: translateY(30px);

        transform: translateY(30px)

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0);

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

}



@-webkit-keyframes effect-translator {

    from {

        opacity: 0;

        -webkit-transform: translateY(30px);

        -moz-transform: translateY(30px);

        -ms-transform: translateY(30px);

        -o-transform: translateY(30px);

        transform: translateY(30px)

    }

    to {

        opacity: 1;

        -webkit-transform: translateY(0);

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes effect-opacity {

    from {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}



@-webkit-keyframes effect-opacity {

    from {

        opacity: 0;

    }

    to {

        opacity: 1;

    }

}





.effect-translator {

    animation-name: effect-translator;

    animation-duration: 0.7s

}



.effect-opacity {

    animation-name: effect-opacity;

    animation-duration: 0.8s

}



.effect-transparent, .effect-transparent-2 {

    opacity: 0

}



hr {

    margin-top: 20px;

    margin-bottom: 20px;

    border-top: 1px solid var(--ax-line-color);

}



.product-unit-price {

    font-size: 1.2rem !important;

    margin-bottom: 0;

    color: #7b858a;

}



.product-line-grid-body .product-line-info {

    margin-bottom: 0;

    float: left;

    clear: both;

}



.summary-container .product-short-description {

    margin-bottom: 20px;

}



.summary-container .product-short-description p:last-child {

    margin-bottom: 0;

}



.product-information {

    color: #666666;

    font-size: var(--font-size-body);

    margin: 0;

}



.product-quantity #quantity_wanted {

    height: 42px;

    padding: 0 25px;

    text-align: center;

    width: 80px;

    border-color: var(--ax-line-color);

    background: none;

    box-shadow: none;

	border-radius: 0;

}



.product-quantity .input-group-btn-vertical .btn {

    height: auto;

    padding: 0;

    border-color: var(--ax-line-color);

    margin: 0;

    position: absolute;

    z-index: 3;

    top: 0;

    bottom: 0;

    width: 25px;

	border-radius: 0;

}



.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {

	right: 0;

	border-top: none;

	border-bottom: none;

	border-right: none;

}



.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {

    left: 0;

	border-top: none;

	border-bottom: none;

	border-left: none;

}



.product-discounts {

    margin: 0;

}



.product-discounts > .product-discounts-title {

    margin-bottom: 10px;

    margin-top: 20px;

}



.product-discounts > .table-product-discounts {

    margin-bottom: 20px;

    width: 100%;

}



.product-discounts > .table-product-discounts thead tr th {

    padding: 5px 15px;

    border: 1px solid var(--ax-line-color);

    text-align: center;

    font-weight: var(--font-weight-semi);

    color: var(--color-title);

}



.product-discounts > .table-product-discounts tr td {

    padding: 5px 15px;

    border: 1px solid var(--ax-line-color);

    text-align: center;

}



.product-discount {

    color: #999999;

}



.input-container label {

    margin: 0;

}



.product-variants .select-container {

    position: relative;

    display: table-cell;

}



.variants-loader-icon {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

	display: flex;

	justify-content: center;

	align-items: center;

    background: hsla(0, 0%, 100%, .8);

    z-index: 1;

    cursor: default;

    text-align: center;

    overflow: hidden;

    color: #666;

	border-radius: inherit;

}



.type_color .variants-loader-icon {

    border-radius: 100%;

}



.variants-loader-icon i {

    font-size: 16px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}



.variants-no-event-icon {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    background: hsla(0, 0%, 100%, .2);

    z-index: 1;

    cursor: not-allowed;

    text-align: center;

    overflow: hidden;

    border-radius: inherit;

}



.product-variants > .product-variants-item select {

    border: 1px solid var(--ax-line-color);

    box-shadow: none;

    height: 35px;

    padding: 0 10px;

    margin: 2px;

    font-size: var(--font-size-body);

	background-color: rgba(255, 255, 255, 0);

}



.product-customization-button {

	margin-bottom: 20px;

}



.product-customization {

    margin: 0;

}



.product-pack {

    margin-top: 0;

	margin-bottom: 20px;

}



.product-pack .pack-product-container {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: distribute;

    justify-content: space-around

}



.product-pack .pack-product-container .pack-product-name {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

}



.product-pack .pack-product-container .pack-product-name a {

    font-size: var(--font-size-body);

    padding: 0 5px;

}



.product-pack .pack-product-container .pack-product-name a:not(:hover) {

    color: #7a7a7a;

}



.product-pack .pack-product-container .pack-product-quantity {

    border-left: 2px solid #f1f1f1;

    padding-left: 1rem

}



.product-pack .pack-product-container .pack-product-name,

.product-pack .pack-product-container .pack-product-price,

.product-pack .pack-product-container .pack-product-quantity {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center

}





.product-pack > p.h4 {

    color: #666666;

    font-size: var(--font-size-body);

    margin-bottom: 10px;

    font-weight: 500;

}



.product-pack .card {

    margin-bottom: 10px;

    padding: 5px;

}



.product-pack .pack-product-container .pack-product-quantity {

    border-left: 1px solid var(--ax-line-color);

    padding-left: 10px;

    margin-left: 10px;

}



.thumb-mask > .mask img {

	max-width: 100%;

	height: auto;

	width: 100%;

}



.thumb-mask > .mask {

    position: relative;

    width: 5.5rem;

    height: auto;

    overflow: hidden;

    border: 1px solid #f1f1f1;

    margin: 1rem 0;

}



#product_comments_block_extra {

	clear: both;

	font-size: 0;

	margin-left: -5px;

	margin-right: -5px;

	margin-bottom: 5px;

	margin-top: -5px;

}



.comments_advices a.open-comment-form::before {

	color: var(--color-primary);

	font-size: 16px;

	margin-right: 5px;

	vertical-align: -1px;

	line-height: 1;

	margin-left: 0;

	display: none;

}



.label-flags {

    top: 15px;

    left: 0;

    position: absolute;

    z-index: 1;

    display: flex;

    align-items: flex-start;

    flex-direction: column;

    flex-wrap: nowrap;

    max-width: 50%;
    transition: opacity .3s ease;

}



.product-label-circle .label-flags {

    top: 7px;

    left: 7px;

}



.product-images-cover .label-flags {

    left: auto;

    right: 0;

    align-items: flex-end;

}



.product-label-circle .product-images-cover .label-flags {

    top: 15px;

    right: 15px;

}



.label-flags li {

    min-width: 40px;

    color: #FFF;

    background: #333333;

    text-align: center;

    text-transform: uppercase;

    word-break: break-all;

    letter-spacing: .4px;

    line-height: 16px;

    padding: 5px 10px;

    font-size: 1.2rem;

	white-space: nowrap;

}



.product-label-circle .label-flags li {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px 7px;

    min-height: 50px;

	min-width: 50px;

    border-radius: 35px;

    font-size: 1.2rem;

	white-space: inherit;

}



.product-label-circle .label-flags li.type-outstock {

    max-width: 50px;

    font-size: 12px;

}



.label-flags li:not(:last-child) {

    margin-bottom: 10px;

}



@media (max-width: 767px) {

	.label-flags li {

		min-width: 40px;	

	}

	 .product-label-circle .label-flags li, .product-label-circle .label-flags li.type-outstock {

		min-height: 40px;

		font-size: 10px;

	}

	.label-flags li:not(:last-child) {

		margin-bottom: 5px;

	}

}



.label-flags li.type-on-sale, .label-flags li.type-discount{

	background-color: var(--bg-color-label-sale);

}



.label-flags li.type-new{

	background-color: var(--bg-color-label-new);

}



.label-flags li.type-pack{

	background-color: #888888;

}



.label-flags li.type-outstock {

    background-color: rgba(255,255,255,.9);

    color: #2d2a2a;

    opacity: 0.8;

}



/*********************************************Gallery*********************************************************/



.swiper-button-disabled {

	cursor: default !important;

}



.product-images-thumb {

    margin-left: -5px;

    margin-right: -5px;

    margin-bottom: 10px;

}



.product-images-thumb .item-image {

    padding: 0 5px;

    width: 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

    cursor: pointer;

}



.images-container {

	overflow: hidden;

	margin-bottom: 20px;

}



.product-images-cover {

	margin-bottom: 10px;

	position: relative;

}



.images-cover-wrapper {

	overflow: hidden;

	max-width: none;

	margin-bottom: 0;

}



.images-cover-slider .product-images-cover .item-image {

    padding-left: 0;

    padding-right: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



.images-container .easyzoom-product img {

	width: auto;

}



.images-container .img-light-box {

    display: block;

    overflow: hidden;

    position: relative;

}



.images-cover-slider .product-images-cover .swiper-arrows {

    position: absolute;

	z-index: 2;

    left: -30px;

	right: -30px;

    top: 50%;

    margin-top: -25px;

	height: 0;

	opacity: 0;

	transition: all 0.25s ease;

}



.images-cover-slider .product-images-cover .gallery-swiper-arrow {

    background: none;

    color: #232323;

    padding: 0;

    border: none;

    width: 50px;

    height: 50px;

	border-radius: 0;

    box-shadow: none !important;

    font-size: 30px;

	float: left;

	transition: all 0.25s ease;

}



.images-cover-slider .product-images-cover .gallery-swiper-arrow.gallery-swiper-arrow-next {

	float: right;

}



.images-cover-slider .product-images-cover .images-cover-wrapper:hover .swiper-arrows {

	left: 0;

	right: 0;

	opacity: 1;

}



.images-cover-slider .product-images-cover .gallery-swiper-arrow::before {

	font-family: 'Line Awesome Free';

	font-weight: 900;

}



.images-cover-slider .product-images-cover .gallery-swiper-arrow.gallery-swiper-arrow-prev::before {

	content: "\f104";

}



.images-cover-slider .product-images-cover .gallery-swiper-arrow.gallery-swiper-arrow-next::before {

	content: "\f105";

}



.product-images-cover .swiper-dots, .product-images-thumb .swiper-dots {

	display: none;

}



.product-images-thumb .item-image {

    padding: 0 5px;

	width: 25%;

	-ms-flex: 0 0 25%;

	flex: 0 0 25%;

	max-width: 25%;

	cursor: pointer;

}



.product-images-thumb {

    margin-left: -5px;

    margin-right: -5px;

	margin-bottom: 10px;

}



.horizontal-thumb .product-images-thumb .img-count-0 .swiper-arrows, .horizontal-thumb .product-images-thumb .img-count-1 .swiper-arrows, .horizontal-thumb .product-images-thumb .img-count-2 .swiper-arrows, .horizontal-thumb .product-images-thumb .img-count-3 .swiper-arrows, .horizontal-thumb .product-images-thumb .img-count-4 .swiper-arrows {

	display: none !important;

}



.product-images-cover .img-count-0 .swiper-arrows, .product-images-cover .img-count-1 .swiper-arrows {

	display: none !important;

}



@media (max-width: 1024px) {

	.product-images-thumb .item-image {

		padding: 0 2px;

	}



	.product-images-thumb {

		margin-left: -2px;

		margin-right: -2px;

	}

	

	.product-images-cover {

		margin-bottom: 4px;

	}



	.images-cover-slider .product-images-cover .gallery-swiper-arrow {

		width: 40px;

		font-size: 24px;

	}

	

	.images-cover-slider .product-images-cover .images-cover-wrapper .swiper-arrows {

		left: 0;

		right: 0;

		opacity: 1;

	}

	

	.product-images-thumb .images-thumb-wrapper {

		height: auto !important;

	}

}



@media (min-width: 1025px) {

	.vertical-thumb  {

		position: relative;

		padding-left: 110px;

		overflow: hidden;

	}

	

	.vertical-thumb .product-images-cover {

		margin-bottom: 0;

	}



	.vertical-thumb .product-images-thumb {

		position: absolute;

		left: 0;

		top: -5px;

		bottom: 10px;

		width: 100px;

	}



	.vertical-thumb.vertical-thumb-right {

		padding-right: 110px;

		padding-left: 0;

	}



	.vertical-thumb.vertical-thumb-right .product-images-thumb {

		left: auto;

		right: 0;

	}

	

	.vertical-thumb .product-images-thumb .item-image {

		width: 100%;

		padding: 5px 0;

		-ms-flex: none;

		flex: none;

		max-width: 100%;

	}

		

	.vertical-thumb .product-images-thumb {

		margin-left: 0;

		margin-right: 0;

		margin-bottom: 0;

	}

	

	.vertical-thumb .product-images-thumb {

		margin-left: 0;

		margin-right: 0;

		margin-bottom: 0;

	}

}



.no-thumb .product-images-thumb {

	display: none !important;

}



.product-images-thumb .swiper-slide-thumb-active {

	opacity: 0.5;

}



.product-images-thumb .swiper-arrows {

	padding: 0 3px;

	margin-top: 10px;

	font-size: 0;

}



.product-images-thumb .swiper-arrows {

    padding: 0 3px;

    margin-top: 10px;

}



.product-images-thumb .gallery-swiper-arrow {

    background-color: rgba(133, 133, 133, 0.07);

    padding: 0;

    border: none;

    width: 45px;

    height: 30px;

    border-radius: 0;

    font-size: 18px;

    z-index: 2;

    margin: 0 2px;

    display: inline-block;

    color: var(--color-title);

}



.product-images-thumb .gallery-swiper-arrow::before {

	font-family: 'Line Awesome Free';

	font-weight: 900;

}



.product-images-thumb .gallery-swiper-arrow.gallery-swiper-arrow-prev::before {

	content: "\f104";

}



.product-images-thumb .gallery-swiper-arrow.gallery-swiper-arrow-next::before {

	content: "\f105";

}



@media (min-width: 1025px) {

	.vertical-thumb .product-images-thumb .swiper-arrows {

		padding: 0;

		position: absolute;

	}

	.vertical-thumb .product-images-thumb .gallery-swiper-arrow {

		margin: 0;

	}

	.vertical-thumb .product-images-thumb .gallery-swiper-arrow.gallery-swiper-arrow-prev {

		margin-right: 10px;

	}

	.vertical-thumb .product-images-thumb .gallery-swiper-arrow.gallery-swiper-arrow-prev::before {

		content: "\f106";

	}

	.vertical-thumb .product-images-thumb .gallery-swiper-arrow.gallery-swiper-arrow-next::before {

		content: "\f107";

	}

}



.product-images-thumb .gallery-swiper-arrow:hover {

	background-color: rgba(133, 133, 133, 0.15);

	box-shadow: none;

}



.product-images-thumb .images-thumb-wrapper {

	width: 100%;

	height: 100%;

	position: static;

}



@media (max-width: 767px) {

	.product-images-thumb .swiper-arrows {

		text-align: center;

	}

}



@media (min-width: 1025px) {

	.images-cover-gird .images-cover-wrapper > .swiper-wrapper {

		margin-left: -5px;

		margin-right: -5px;

		width: auto;

		height: auto;

		display: -ms-flexbox;

		display: flex;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

	}

	.images-cover-gird .item-image {

		padding-left: 5px;

		padding-right: 5px;

		margin-bottom: 10px;

	}

	.images-cover-gird .product-images-thumb {

		display: none;

	}

	.images-cover-gird-1-column .item-image {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

		margin-bottom: 4px;

	}

	.images-cover-gird-1-column .item-image:last-child {

		margin-bottom: 0;

	}

	.images-cover-gird-2-column .item-image {

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;

	}

	.images-cover-gird-2-column .item-image:last-child {

		margin-bottom: 0;

	}

	.images-cover-gird-2-column .item-image:nth-last-child(2) {

		margin-bottom: 0;

	}

	.images-cover-gird .swiper-arrows {

		display: none;

	}

}



.images-cover-gird .gr-btn-additional a.btn-additional-view {

	display: none !important;

}



.gr-btn-additional {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 2;

    padding: 15px;

}



.gr-btn-additional .btn-additional {

    display: flex;

    align-items: flex-start;

    flex-direction: column;

    margin-bottom: 10px;

}



.gr-btn-additional .btn-additional:last-child {

    margin-bottom: 0;

}



.gr-btn-additional .btn-additional > a {

    display: flex;

    align-items: center;

    flex-direction: row;

    flex-wrap: nowrap;

    overflow: hidden;

    min-width: 45px;

    height: 45px;

    border-radius: 30px;

    background: rgba(255, 255, 255, 0.9);

    box-shadow: 0 0 5px rgba(0, 0, 0, .08);

    color: rgba(0, 0, 0, 0.7);

    font-size: 1.3rem;

}



.gr-btn-additional .btn-additional > a::before {

    display: inline-block;

    width: 45px;

    height: 45px;

    text-align: center;

    font-size: 20px;

    line-height: 45px;

	font-family: 'Line Awesome Free';

	font-weight: 900;

}



.gr-btn-additional a.btn-additional-video::before {

	content: "\f04b";

    font-size: 26px;

	padding-left: 2px;

}



.gr-btn-additional a.btn-additional-xyz::before {

	content: "\f1b2";

    font-size: 24px;

}



.gr-btn-additional a.btn-additional-view::before {

	content: "\f31e";

}



.gr-btn-additional .btn-additional > a > span {

    overflow: hidden;

    padding: 0;

    max-width: 0;

    white-space: nowrap;

    font-weight: var(--font-weight-semi);

    font-family: var(--font-family-semi);

    transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier( 0.175, 0.885, 0.32, 1.15);

}



.gr-btn-additional .btn-additional > a:hover > span {

    padding-right: 20px;

    max-width: 280px;

}



@media (max-width: 1024px) {

	.gr-btn-additional .btn-additional > a {

		min-width: 40px;

		height: 40px;

	}

	.gr-btn-additional .btn-additional > a::before {

		width: 40px;

		height: 40px;

		line-height: 40px;

		font-size: 18px;

	}

	.gr-btn-additional a.btn-additional-video::before {

		font-size: 24px;

	}



	.gr-btn-additional a.btn-additional-xyz::before {

		font-size: 22px;

	}

}



.pswp__caption {

	opacity: 0 !important;

}



.pswp__caption, .pswp__top-bar {

    background-color: transparent !important;

}



.pswp__bg {

    background: rgba(0, 0, 0, 0.8);

}



/*-----------------------------------------------------------------------------*/



.input-color:checked + span,

.input-color:hover + span,

.input-radio:checked + span,

.input-radio:hover + span {

	border: 1px solid var(--color-primary);

	background-color: var(--color-primary);

	color: var(--color-btn-hover);

}



.color.active,

.color:hover,

.custom-checkbox input + span.color.active,

.custom-checkbox input + span.color:hover,

.facet-label.active .custom-checkbox span.color,

.facet-label:hover .custom-checkbox span.color {

	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0);

}



.radio-label {

    min-width: 24px;

    line-height: 22px;

    padding: 0 8px;

    text-align: center;

    font-weight: normal;

    border: 1px solid var(--ax-line-color);

    color: var(--color-body);

    font-size: 12px;

    box-shadow: none;

	display: inline-block;

	background: var(--ax-bg-wrapper);

}



.input-container {

    position: relative;

}



.input-radio {

    position: absolute;

    top: 0;

    cursor: pointer;

    opacity: 0;

    width: 100%;

    height: 100%;

}



.product-variants > .product-variants-item ul li {

    line-height: 1;

    margin: 3px;

    font-size: 0;

    display: inline-block;

}



.product-variants > .product-variants-item ul li span {

    margin: 0;

}



.color,

.custom-checkbox input + span.color {

	display: inline-block;

	border: none !important;

	width: 20px;

	height: 20px;

	border-radius: 100%;

	cursor: pointer;

	box-shadow: none !important;

	background-repeat: no-repeat;

	background-size: 100% 100%;

	margin: 0;

	background-position: center center;

	transition: all 0s ease-in-out 0s;

	-webkit-transition: all 0s ease-in-out 0s;

	-ms-transition: all 0s ease-in-out 0s;

	-moz-transition: all 0s ease-in-out 0s;

	-o-transition: all 0s ease-in-out 0s;

}



.color::after,

.custom-checkbox input + span.color::after {

	content: "";

	position: absolute;

	bottom: -5px;

	left: 0;

	width: 100%;

	border-bottom: 2px solid transparent;

	border-color: var(--color-label);

	opacity: 0;

	transition: opacity .2s ease;

}



.color:hover::after, .active.color::after, input:checked + span.color::after, input:hover + span.color::after {

	opacity: 1;	

	visibility: visible;

}



@media (max-width: 1024px) {

	.corlor-tooltip{

		display: none !important;

	}

}



.corlor-tooltip{

	position: absolute;

	bottom: 100%;

	z-index: 4;

	width: 130px;

	text-align: center;

	border: 1px solid var(--ax-line-color);

	border-radius: 4px;

	left: 50%;

	margin-left: -65px !important;

	margin-bottom: 15px !important;

	opacity:0;

	visibility:hidden;

	background:#fff;

	font-size: var(--font-size-body);

}



.corlor-tooltip::before{

	content: '';

	position: absolute;

	width: 14px;

	height: 14px;

	border-bottom: 1px solid var(--ax-line-color);

	border-left: 1px solid var(--ax-line-color);

	transform: rotateZ(-45deg);

	background: #fff;

	bottom: -8px;

	left: 50%;

	margin-left: -7px;

}



.corlor-tooltip .bg-tooltip {

    width: 100%;

    height: 130px;

    display: block;

    border-radius: 4px 4px 0 0;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    background-position: center center;

}



.corlor-tooltip .name-tooltip {

    display: block;

    border-top: 1px solid var(--ax-line-color);

    color: var(--color-title);

    padding: 7px 0;

}



.color:hover .corlor-tooltip, .facet_color label:hover .corlor-tooltip{

	opacity: 1;	

	visibility: visible;

}



.color{

	position:relative;	

}



.product-variants > .product-variants-item ul li span {

    margin-bottom: 0;

}



.input-color {

	position: absolute;

	opacity: 0;

	cursor: pointer;

    width: 22px;

    height: 22px;

    margin: 0;

    visibility: hidden;

    left: 1px;

    right: 1px;

    top: 1px;

    bottom: 1px;

}



.product-variants > .product-variants-item .color {

	width: 20px;

	height: 20px;

	float: left;

	border-radius: 100%;

}



.product-variants > .product-variants-item ul {

    margin: 0;

    font-size: 0;

    display: table-cell;

}



.summary-container .product-add-to-cart .input-group > .input-group-btn{

	display: none;

}



.product-quantity .input-group-btn-vertical {

    position: static !important;

    float: none;

    display: block;

}



.product-quantity .input-group-btn-vertical .btn i {

    font-size: 1.8rem;

    left: 0;

    line-height: 1.42857;

    text-align: center;

    width: 100%;

    position: absolute;

    top: 50%;

    margin-top: -8px;

    display: none;

}



.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    width: 9px;

    border-top: 1px solid var(--color-body);

    margin-top: -0.5px;

    margin-left: -4.5px;

}



.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    height: 9px;

    border-left: 1px solid var(--color-body);

    margin-top: -4.5px;

    margin-left: -0.5px;

}



.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    width: 9px;

    border-top: 1px solid var(--color-body);

    margin-top: -0.5px;

    margin-left: -4.5px;

}



.product-quantity .bootstrap-touchspin .input-group-btn-vertical .btn:hover::before, .product-quantity .bootstrap-touchspin .input-group-btn-vertical .btn:hover::after {

    border-color: var(--color-btn);

}



.bootstrap-touchspin .btn-touchspin:hover {

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

}



.bootstrap-touchspin {

    box-shadow: none;

}



.input-group {

    z-index: 1;

}



.input-group-1 {

    padding-right: 70px;

    position: relative;

}



.input-group-1 > .btn {

    position: absolute;

    right: 0;

    top: 0;

}



.action_product_customization {

    color: #666;
    cursor: pointer;

    display: inline-block;

    font-size: var(--font-size-body);

    font-weight: 500;

    line-height: 16px;

    margin-bottom: 10px;

    text-transform: capitalize;

}



.action_product_customization:hover {

    color: var(--color-primary);

}



#product .product-customization-button > p {

    color: #999;

    font-size: 1.2rem;

    font-style: italic;

    margin-bottom: 15px;

}



.clearfix {

    clear: both;

}



.action_product_customization i {

    color: var(--color-primary);

    font-size: 18px;

    line-height: 16px;

    margin-right: 5px;

    vertical-align: top;

}



.social-sharing {

    display: block;

    margin-left: -2px;

    margin-right: -2px;

    margin-bottom: 18px;

    font-size: 0;

}



.social-sharing ul {

    margin-bottom: 0;

    font-size: 0;

    display: inline-block;

}



.social-sharing li {

    box-shadow: none;

    border-radius: 0;

    height: auto;

    width: auto;

    float: none;

    background: transparent;

    margin: 2px;

    display: inline-block;

}



.social-sharing li a {

    display: block;

    overflow: visible;

    color: #fff;

    font-size: 0;

    width: 30px;

    text-align: center;

    line-height: 30px;

    height: 30px;

    border-radius: 100%;

    text-indent: 0;

}



.social-sharing li a:before {

    font-size: 18px;

    font-family: 'Line Awesome Brands';

    margin-right: 0;

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

	display: inline-block;

	font-style: normal;

	font-variant: normal;

	text-rendering: auto;

}



.social-sharing li a:hover {

    color: #fff;

}



.social-sharing li a {}



.facebook a:before {

    content: "\f39e";

}



.social-sharing li.facebook a {

    background: #435f9f;

}



.twitter a:before {

    content: "\f099";

}



.social-sharing li.twitter a {

    background: #00aaf0;

}



.pinterest a:before {

    content: "\f231";

}



.social-sharing li.pinterest a {

    background: #ce1f21;

}



.googleplus a:before {

    content: "\f0d5";

}



.social-sharing li.googleplus a {

    background: #e04b34;

}



.social-sharing span {

    float: left;

    line-height: 30px;

    text-transform: uppercase;

    font-weight: 600;

    margin: 2px;

    margin-right: 10px;

	font-size: var(--font-size-body);

}



.easyzoom-flyout, .easyzoom-product{

    position:absolute;

    width: 100%;

    height: 100%;

    left: 0;

    bottom: 0;

    top: 0;

    right: 0;

    z-index: 1;	

}



@media (max-width: 1024px) {

	.easyzoom-flyout, .easyzoom-product{

		display: none !important;

	}

}



/*------------------------------------------------------*/



#nrtsizechart {

    font-size: var(--font-size-body);

}



#moda_sizechart .table th {

    font-weight: 500;

}



#moda_sizechart .table td {

    color: var(--color-body);

}



#wrapper-tab-product .product-description p iframe {

    max-width: 100%;

    width: 100%;

}



@media (max-width: 1024px) {

    #product .product-description p iframe {

        height: auto;

    }

}



#wrapper-tab-product .product-description ul, #wrapper-tab-product .product-description ol {

    padding-left: 12px;

    margin-bottom: 15px;

}



#wrapper-tab-product .product-description ul:last-child, #wrapper-tab-product .product-description ol:last-child {

    margin-bottom: 0;

}



#wrapper-tab-product .product-description ul {

    list-style-type: disc;

}



#product_comments_block_tab > p {

    margin-bottom: 15px;

}



/*------------------------------------------------------------------------*/



.axps_shop_attributes {

    margin: 0 auto;

	width: 100%;

	border-spacing: 0;

	border-collapse: collapse;

	line-height: 1.4;

    border: 1px solid var(--ax-line-color);

}



.tab-type-accordion .axps_shop_attributes {

    max-width: 100%;

}



.axps_shop_attributes:not(:last-child) {

	margin-bottom: 20px;

}



.product-features > .h6 {

	margin-top: 20px;

	margin-bottom: 15px;

}



table.axps_shop_attributes tbody th {

    border-top: 1px solid var(--ax-line-color);

	padding: 12px 15px;

	font-weight: var(--font-weight-title);

	font-family: var(--font-family-title);

	color: var(--color-title);

    width: 250px;

}



table.axps_shop_attributes td {

	padding: 12px 15px;

	border-top: 1px solid var(--ax-line-color);

}



table.axps_shop_attributes td br {

	margin-bottom: 10px;

}



table.axps_shop_attributes tr:nth-of-type(2n+1) {

    background-color: #f9f9f9;

}



#product-details .product-info-catalog {

	margin-bottom: 5px;

}



#product-details .product-info-catalog a {

	text-decoration: underline;

}



#product-details .product-info-catalog label {

	margin-bottom: 0;

	margin-right: 10px;

	font-weight: var(--font-weight-label);

	color: var(--color-label);

}



/*--------------------------------------------------------------*/



input[type=number] {

    -moz-appearance: textfield

}



input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    margin: 0

}



#content-hook_order_confirmation .card-block {

    text-align: center;

}



#content-hook_order_confirmation .card-title {

    color: #4cbb6c;

    font-size: 1.8rem;

}



#content-hook_order_confirmation .card-title .done {

    background: #4cbb6c none repeat scroll 0 0;

    color: #fff;

    font-size: 18px;

    height: 30px;

    line-height: 30px;

    margin-right: 10px;

    padding: 0;

    width: 30px;

}



#content-hook_order_confirmation p {

    margin-bottom: 0;

}



@media (min-width:768px) {

    #order-items {

        -webkit-box-flex: 0;

        -webkit-flex: 0 0 66.666667%;

        -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

        max-width: 66.666667%;

    }

}



body#checkout #order-summary-content #order-items {

	-webkit-box-flex: 0;

	-webkit-flex: 0 0 100%;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;

	margin-top: 20px;

}



body#checkout #order-summary-content #order-items h3.card-title {

    margin-bottom: 15px;

}



body#checkout #order-summary-content #order-items .row {

    align-items: center;

}



#order-items .details {

    margin-bottom: 0;

}



#order-items .qty {

    margin-bottom: 0;

}



#order-items .image img {

	border: none;

    margin-bottom: 0;

}



@media (max-width: 576px) {

	#order-items .image img {

		margin-bottom: 10px;

	}

}



#order-items > .card-title {



}



#order-items h3.card-title {

	margin: 0;

}



#order-details > .card-title {

    border-bottom: 1px solid var(--ax-line-color);

    margin-bottom: 15px;

    padding-bottom: 15px;

    text-transform: capitalize;

}



#order-details ul {

    padding-left: 15px;

    list-style: outside;

}



#order-details ul li {

    font-size: var(--font-size-body);

    line-height: 1.142857;

    margin-bottom: 10px;

    padding-left: 5px;

}



body#checkout section.checkout-step #customer-form,

body#checkout section.checkout-step #delivery-address,

body#checkout section.checkout-step #invoice-address,

body#checkout section.checkout-step #login-form {

    margin: 0;

}



body#checkout section.checkout-step {

    border: medium none;

    box-shadow: none;

    margin-bottom: 20px;

    padding: 0;

    background: var(--ax-bg-wrapper);

}



body#checkout section.checkout-step:last-child{

	margin-bottom: 0;

}



body#checkout section.checkout-step .content {

    border: 1px solid var(--ax-line-color);

    padding: 20px;

    background: none;

    clear: both;

}



body#checkout section.checkout-step .content .tab-content {

    padding: 0;

    clear: both;

}



body#checkout section.checkout-step .content .my-2 {

    margin: -20px -20px 30px !important;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

}



body#checkout .additional-information {

    font-size: var(--font-size-body);

    margin-left: 37px;

    margin-top: 0;

}



body#checkout section.checkout-step .payment-options p {

    text-align: left !important;

}



body#checkout section.checkout-step .step-title {

    background: none;

    border: 1px solid var(--ax-line-color);

    cursor: pointer;

    font-weight: 400;

    padding: 15px 20px;

    position: relative;

    text-transform: unset;

	font-size: 1.8rem;

}



body#checkout section.checkout-step.js-current-step .step-title {

    border-bottom: none;

}





body#checkout section.checkout-step.-unreachable .step-title {

    cursor: not-allowed;

    opacity: .5;

}



body#checkout section.checkout-step .step-number,

body#checkout section.checkout-step .step-title i.done {

	background: #999999 none repeat scroll 0 0;

    color: #fff;

    font-weight: 700;

    line-height: 30px;

    border-radius: 3px;

    padding: 0;

    text-align: center;

    width: 30px;

    font-size: var(--font-size-body);

    margin-right: 10px;

}



body#checkout section.checkout-step .step-title i.done {

    background: #4cbb6c;

}



body#checkout section.checkout-step .step-title i.done,

body#checkout section.checkout-step .step-number {



}



body#checkout #order-summary-content .step-edit {

    display: inline;

    color: #7a7a7a;

    text-transform: capitalize;

    margin: 0;

    font-size: 0;

}



body#checkout section.checkout-step .step-edit .edit {

    margin-right: 0;

    font-size: 24px;

    vertical-align: 0;

}



body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {

    float: right;

    text-transform: capitalize;

    margin: 0;

	font-size: 0;

}



body#checkout section.checkout-step.-reachable.-complete h1 .step-edit i {

    margin-right: 0;

    font-size: 24px;

    vertical-align: 0;

}



.nav-inline .nav-item + .nav-item,

.nav-inline .nav-link + .nav-link {

    margin: 0;

}



body#checkout section.checkout-step .content .nav-inline .nav-item {

    text-align: center;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

}



body#checkout section.checkout-step .content .nav-inline .nav-item a {

    border-bottom: 1px solid var(--ax-line-color);

    border-right: 1px solid var(--ax-line-color);

    display: block;

    font-weight: 500;

    height: 100%;

    padding: 10px 15px;

}



body#checkout section.checkout-step .content .nav-inline .nav-item a:not(.active) {

    color: #999999;

}



body#checkout section.checkout-step .content .nav-inline .nav-item:last-child a {

    border-right: none;

}



body#checkout section.checkout-step .forgot-password {

    margin-left: 0;

    margin-top: 20px;

    text-align: center;

    padding-bottom: 0;

}



#cart-summary-product-list .media-list {

    padding-left: 0;

    list-style: none;

    margin-bottom: 0;

}



body#checkout #cart-summary-product-list {

    border-bottom: 1px solid var(--ax-line-color);

    padding-bottom: 5px;

    margin-bottom: 15px;

}



body#checkout #cart-summary-product-list .summary_count {

    border-radius: 14px;

    font-size: 1.2rem;

    line-height: 24px;

    min-width: 24px;

    position: absolute;

    right: 25px;

    top: 26px;

    text-align: center;

    background: var(--color-primary);

	color: var(--color-btn);

    padding: 0 5px;

}



body#checkout #cart-summary-product-list .label, body#checkout #cart-summary-product-list .value{

	font-size: 1.3rem;

}



body#checkout #cart-summary-product-list .price-value{

	font-family: var(--font-family-label);

}



.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line .label {

    color: var(--color-label);

    font-size: var(--font-size-body);

	font-weight: var(--font-weight-label);

	font-family: var(--font-family-label);

}



#block-reassurance > ul {

    border: 1px solid var(--ax-line-color);

    background: #fff;

}



#block-reassurance li .block-reassurance-item {

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: start;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    padding: 20px;

}



#block-reassurance li .block-reassurance-item span {

    font-size: var(--font-size-body);

    font-weight: 400;

    line-height: 1.42857;

    margin-bottom: 0;

}



#block-reassurance img {

    border: 1px dashed;

    height: 47px;

    margin-right: 20px;

    padding: 10px;

    width: 47px;

}



#block-reassurance li {

    border-bottom: 1px solid var(--ax-line-color);

}



body#checkout #cart-summary-product-list .media-left-a {

    width: 40px;

	display: block;

}



.block-promo .promo-code-button {

    display: inline-block;

    padding: 0 20px;

    margin-bottom: 0;

    font-weight: 500;

    color: #666;

    text-decoration: underline;

}



.block-promo .promo-code form {

    padding-top: 15px;

    width: 100%;

    border-top: 1px solid var(--ax-line-color);

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 15px;

}



.block-promo .promo-code input {

    margin-right: 10px;

	border-width: 2px;

}



.block-promo .promo-code .alert-danger {

    margin-top: 10px;

    border: none;

    margin-left: 0;

    margin-right: 0;

    padding: 10px 15px;

    margin-bottom: 15px;

}



.block-promo .promo-code .alert-danger i {

    font-size: 20px;

    line-height: 0;

    vertical-align: -3px;

    margin-right: 5px;

}



.block-promo .cart-summary-line .label, .block-promo .promo-name {

    color: var(--color-primary);

    font-weight: 600;

}



.block-promo .promo-name a i {

    font-size: 16px;

    margin-left: 2px;

    border-radius: 50%;

    width: 16px;

    height: 16px;

    line-height: 16px;

    vertical-align: -2px;

    color: var(--color-body);

}



.ax-cart-summary {

	border: 3px solid #efefef;

	padding: 25px;

	position: relative;

	background: var(--ax-bg-wrapper);

}



.ax-cart-summary:not(:last-child) {

	margin-bottom: 30px;

}



.ax-cart-summary h2 {

    margin-bottom: 15px;

    text-transform: uppercase;

    font-size: 2.2rem;

    border-bottom: 1px solid var(--ax-line-color);

    padding-bottom: 15px;

    padding-right: 35px;

}



.card-block {

    padding: 20px;

	background-color: var(--ax-bg-wrapper);

}



.definition-list dl dd, .definition-list dl dt {

    background-color: var(--ax-bg-wrapper);

}



.ax-cart-summary .promo-name {

    border-top: 1px solid var(--ax-line-color);

    padding-top: 15px;

    margin-top: 15px;

	margin-bottom: 0;

}



.ax-cart-summary .cart-summary-totals {

    padding-top: 15px;

    border-top: 1px solid var(--ax-line-color);

    margin-top: 15px;

}



.cart-btn-actions {

    padding: 15px 0 0;

    border-top: 1px solid var(--ax-line-color);

    margin-top: 15px;

}



.cart-btn-actions .btn.btn-primary {

    width: 100%;

}



.bootstrap-touchspin input.form-control,

.bootstrap-touchspin input.input-group {	

	background-color: unset;

	border: 1px solid var(--ax-line-color);

	color: var(--color-title);

	display: block;

	font-size: var(--font-size-body);

	height: 42px;

	padding: 5px 14px;

	padding-right: 31px;

	transition: all 0.2s ease 0s;

	-ms-transition: all 0.2s ease 0s;

	-webkit-transition: all 0.2s ease 0s;

	width: 100%;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;

}



.cart-summary-line {

	margin-bottom: 10px;

}



.js-cart .cart-summary-products #cart-summary-product-list {

    border-color: var(--ax-line-color);

}



.js-cart .cart-summary-products #cart-summary-product-list {

    clear: both;

}



#order-items hr {

    border-top: 1px solid var(--ax-line-color);

}



.order-confirmation-table .text-xs-right,

#order-items table tr td:last-child {

    color: var(--color-price);

	font-family: var(--font-family-title);

	font-weight: var(--font-weight-title);

}



.definition-list dl dd:first-of-type {

    color: var(--color-price);

	font-family: var(--font-family-title);

	font-weight: var(--font-weight-title);

}



.page-my-account #content .links a:hover {

    color: var(--color-primary);

}



#history .orders .order a h3 {

    color: inherit;

    font-size: var(--font-size-body);

    font-weight: 500;

}



#history .orders .order .date {

    margin-bottom: 5px;

}



#history .orders .order .total {

    margin-bottom: 5px;

}



#history .order-actions a {

	padding: 5px 10px !important;

	background: rgba(129, 129, 129, 0.05);

	display: block;

	border-radius: 3px;

}



#history .order-actions a:first-child {

	margin-bottom: 10px;

}



#history .orders .order {

    padding-top: 20px;

    border-top: 1px solid var(--ax-line-color);

    margin-top: 20px;

}



#history .orders .order a i {

    font-size: 20px;

    padding: 10px;

    background: rgba(129, 129, 129, 0.05);

    border-radius: 5px;

    margin-bottom: 10px;

}



#history .orders .order .label {

    display: inline-block;

    margin: .4rem 0;

    padding: .4rem 0.6rem;

    color: #fff;

    border-radius: 3px

}



.form-control{

    background: var(--ax-bg-wrapper);

    border: var(--ax-form-bi-width) solid var(--ax-form-bi-color);

	border-radius: var(--ax-form-bi-rd);

    color: var(--color-title);

    display: block;

    font-size: var(--font-size-body);

    height: 42px;

    padding: 0 15px;

    width: 100%;

}



.forgotten-password .form-fields .email input {

	height: 42px;

}



textarea.form-control {

    height: auto;

    padding: 10px 15px;

}



#moda_product_customization .modal-dialog {

	max-width: 500px;

}



#moda_product_customization small {

    margin-top: 10px;

    float: none !important;

    display: block;

    text-align: right;

}



#moda_product_customization .custom-file {

	margin-top: 10px;

}



.product-customization .customization-message {

    margin-top: 10px;

    clear: both;

}



.product-customization .customization-message label{

    color: #666;

    font-weight: 400;

}



.form-group.has-error input,

.form-group.has-error select {

    border-color: #ff4c4c;

    outline: 0;

}



.card {

    box-shadow: none;

    border: 1px solid var(--ax-line-color);

    margin-bottom: 30px;

    background-color: transparent;

}



.bold {

	font-weight: 700;

}



#order-items .order-line {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    margin-top: 0;

}



body#checkout #order-items .order-line {

    margin-bottom: 15px;

}



.separator {

    border-color: rgba(0, 0, 0, 0.1);

    margin: 0;

}



body#checkout section.checkout-step .delivery-option {

    background: none;

}



.form-control:focus {

    border-color: var(--ax-form-bi-color);

    outline: 0 none;

    background-color: var(--ax-bg-wrapper);

    color: var(--color-title);

}



.input-group.focus {

    outline: 0;

}



.form-control-comment {

    color: var(--color-body);

    padding-top: 5px;

    display: block;

    font-size: 1.3rem;

}



.page-content.page-cms {

    padding: 0;

    text-align: inherit;

    background: none;

}



body#checkout section#content {

    width: 100%;

    margin-bottom: 40px;

}



body#checkout section.checkout-step .radio-block {

    padding: 0;

    display: block;

}



body#checkout section.checkout-step .address {

    font-weight: 400;

    margin-left: 30px;

}



body#checkout section.checkout-step .btn.btn-primary {

    width: 100%;

}



.page-addresses .address {

   box-shadow: none;

}



.page-addresses .address .address-body {

    padding: 0;

}



.page-addresses .address .address-footer a,

body#checkout section.checkout-step .delete-address,

body#checkout section.checkout-step .edit-address {

	display: inline-block;

	padding-right: 10px;

	margin-right: 10px;

	color: var(--color-a);

}



.page-addresses .address .address-footer a:hover {

    color: var(--color-a-hover);

}



.page-addresses .addresses-footer a, .page-addresses .addresses-footer a:hover {

    color: var(--color-a-hover);

}



.page-addresses .address .address-footer a span,

body#checkout section.checkout-step .delete-address span,

body#checkout section.checkout-step .edit-address span{

	vertical-align: middle;

}



.page-addresses .address .address-footer a i,

body#checkout section.checkout-step .delete-address i,

body#checkout section.checkout-step .edit-address i {

	font-size: 20px;

	vertical-align: middle;

}



.page-addresses .addresses-footer {

    margin: 0;

}



.page-addresses .addresses-footer a,

body#checkout section.checkout-step .add-address a {

	border: 1px solid;

	font-size: var(--font-size-body);

	padding: 5px 15px;

	text-transform: capitalize;

	display: block;

	text-align: center;

	color: var(--color-title);

}



body#checkout section.checkout-step .add-address a {

    margin: 0 auto;

	color: var(--color-title);

}



body#checkout section.checkout-step p a[data-link-action=different-invoice-address] {

    text-align: center;

    display: block;

}



body#checkout section.checkout-step .delete-address .delete,

body#checkout section.checkout-step .delete-address .edit,

body#checkout section.checkout-step .edit-address .delete,

body#checkout section.checkout-step .edit-address .edit {

    font-size: 20px;

}



.page-addresses .address .address-footer,

body#checkout section.checkout-step .address-footer {

    border-top: 1px solid var(--ax-line-color);

    padding: 0;

    padding-top: 15px;

    text-align: left;

}



body#checkout section.checkout-step hr {

    border: medium none;

    margin: 0;

}



.ps-alert-success {

    padding: 0;

}



b,

strong {

    font-weight: 700;

}



.text-xs-right {

    text-align: right;

}



.page-order-detail .box {

	border-bottom: 1px solid var(--ax-line-color);

	box-shadow: none;

	padding: 15px 0;

	margin-bottom: 15px;

	font-size: var(--font-size-body);

	background: none;

}



.page-order-detail .box .table {

    margin-bottom: 0;

}



address {

    color: #999;

    font-size: var(--font-size-body);

    font-style: normal;

    line-height: 1.7;

    margin-bottom: 15px;

}



label {

    margin-bottom: 10px;

}



.form-group label {

	margin-bottom: 5px;

}



.form-control-label {

    padding-top: 0;

}



#main .card-block .login-form + hr,

#main .card-block .register-form + hr {

    border: medium none;

    margin: 0;

}



.forgot-password {

	margin-top: 10px;

	text-align: center;

	margin-bottom: 20px;

}



.forgot-password a:not(:hover) {

    color: #999999;

}



.no-account {

    text-align: center;

    padding: 15px 20px;

    margin-left: -20px;

	margin-right: -20px;

    background: rgba(129, 129, 129, 0.05);

	text-transform: uppercase;

	color: #999999;

	font-family: var(--font-family-title);

	margin-bottom: 15px;

}



.no-account a {

    color: var(--color-primary);

}



#login-form .btn-primary {

    margin-top: 10px;

}



.form-group .col-md-3.form-control-comment {

    display: none;

}



.form-group .col-md-6,

.form-group .col-md-3,

.form-group .col-md-5,

.form-group .col-md-9 {

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



#wrapper > #notifications article:last-child {

	margin-bottom: 40px;

}



#main .page-content #notifications {

    margin: 0;

}



.register-form p {

    color: #999;

    margin-bottom: 20px;

}



.register-form p a {

    color: var(--color-primary);

    display: table;

    margin-top: 10px;

    text-decoration: underline;

    width: 100%;

}



.form-footer .btn {

    width: 100%;

}



#customer-form .custom-checkbox label {

    color: var(--color-primary);

    font-weight: 500;

}



#customer-form .custom-checkbox label em {

    color: #a0a0a0;

    display: table;

    font-size: 1.3rem;

    font-weight: 400;

    line-height: 1.4;

    margin-top: 5px;

}



.table {

    margin-bottom: 15px;

}



#main .page-content h6 {

    margin-bottom: 15px;

}



.page-customer-account #content .form-footer {

    margin-bottom: 10px;

    padding-top: 10px;

}



.js-visible-password + button::before {

	content: "\f06e";

	font-size: 24px;

	font-family: 'Line Awesome Free';

	font-weight: 900;

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

	display: inline-block;

	font-style: normal;

	font-variant: normal;

	text-rendering: auto;

	line-height: 1;

	vertical-align: middle;

}



.js-visible-password[type="text"] + button::before {

    content: "\f070";

}



.forgotten-password .form-fields label.required {

    width: 100%;

    padding: 0;

}



.forgotten-password .form-fields .email {

    width: 100%;

}



.forgotten-password .form-fields .form-control-submit {

    width: 100%;

    margin-top: 20px;

}



.send-renew-password-link {

    padding-left: 0;

    padding-right: 0;

}



.forgotten-password {

    padding: 0;

}



.my-account-page-content {

	margin: 0 !important;

}



.my-account-links {

    padding: 0 !important;

}



.my-account-links a{

	-webkit-box-flex: 0;

	-webkit-flex: 0 0 100%;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;

	padding: 0;

	padding: 10px 20px;

	border: 1px solid var(--ax-line-color);

	margin-bottom: -1px;

	background: var(--ax-bg-wrapper);

	float: left;

}



.my-account-links a i {

    font-size: 18px;

    vertical-align: -2px;

    margin-right: 5px;

}

 

.my-account-content{

	padding: 20px !important;

	border: 1px solid var(--ax-line-color);

	background: var(--ax-bg-wrapper);

}



.my-account-content > h4{

	margin-bottom: 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid var(--ax-line-color);

}



@media (min-width: 768px) {

	.my-account-links a{

		padding: 15px 20px;	

	}

	.my-account-content{

		padding: 30px !important;

		margin-left: -1px;

		margin-bottom: -1px;

	}

}



.table-striped tbody tr:nth-of-type(2n+1) {

    background: none;

}



.input-group .form-control {

    z-index: 1;

}



.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {

    z-index: 1;

}



.js-visible-password{

	padding-right: 30px;

}



.js-visible-password + button {

    background: transparent !important;

    border: 0 none;

    color: var(--color-body);

    font-size: 0;

    z-index: 2;

    position: absolute;

    right: 0 !important;

    bottom: 0;

    padding: 0;

    top: 0;

    width: 50px;

}



.input-group .form-control.js-visible-password {

    padding-right: 45px;

}



.form-control-label {

    color: var(--color-label);

    font-size: var(--font-size-body);

}



label.required:after {

    color: red;

    content: "*";

    margin-left: 3px;

}



.table td, .table th {

    border-top: 1px solid var(--ax-line-color);

}



.table-bordered, .table-bordered td, .table-bordered th {

    border: 1px solid var(--ax-line-color);

}



table thead th {

    border-bottom: 2px solid var(--ax-line-color);

}



.table thead th {

    border-bottom: 2px solid var(--ax-line-color);

}



.thead-default th {

    color: var(--color-body);

    background-color: var(--ax-line-color);

}



.page-order-detail {

    color: var(--color-body);

}



textarea {

	background: var(--ax-bg-wrapper);

}



body#checkout section.checkout-step .address-alias {

    font-size: 1.8rem;

}



body#checkout .cancel-address {

    margin: 10px 0 5px;

}



body#checkout section.checkout-step .address-item {

	margin-bottom: 15px;

	padding: 20px 15px;

}



body#checkout section.checkout-step .delivery-options {

	margin-bottom: 10px;

}



body#checkout section.checkout-step .delivery-option {

    border-bottom: 1px solid var(--ax-line-color);

    margin: 0 0 13px;

    padding: 0;

}



body#checkout section.checkout-step .delivery-option label .row {

    align-items: center;

    flex: 0 0 100%;

}



body#checkout section.checkout-step .delivery-option label .row > div {

	padding-top: 2px;

	padding-bottom: 2px;

}



body#checkout section.checkout-step .delivery-option label {

    text-align: inherit;

    display: flex;

    align-items: center;

    flex-wrap: nowrap;

    flex-direction: row;

    padding-bottom: 13px;

}



body#checkout section.checkout-step .delivery-option label > .custom-radio {

	margin-right: 10px;

}



body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {

    display: inline-block;

    word-break: break-word;

    text-align: left;

	margin: 0;

}



body#checkout #delivery textarea,

body#checkout #gift_message textarea {

    border: 1px solid var(--ax-line-color);

    color: var(--color-body);

    margin-bottom: 15px;

    max-width: 100%;

    min-height: 130px;

    padding: 15px;

	background: var(--ax-bg-wrapper);

}



body#checkout section.checkout-step .payment-options .custom-radio {

    margin-right: 10px;

}



body#checkout .condition-label {

    margin-left: 25px;

    margin-top: 0;

}



.js-terms a {

    text-decoration: underline;

    color: var(--color-primary);

}



#notifications ul {

	margin-bottom: 0;

}



body#checkout section.checkout-step .address-item.selected .address-alias {

    color: var(--color-primary);

}



body#checkout section.checkout-step .address {

    line-height: 1.7143;

}



.page-addresses .address .address-body address,

body#checkout section.checkout-step .address {

    color: var(--color-body);

    font-size: var(--font-size-body);

    line-height: 1.7857;

    min-height: auto;

}



/*-----------------input-group-add-cart---------------------------*/



.input-group-add-cart.bootstrap-touchspin input.form-control{

	padding-right: 41px;

}



.input-group-add-cart.bootstrap-touchspin {

    box-shadow: none;

    width: 80px;

    float: left;

    display: table;

    margin-right: 5px;

    height: 36px;

    margin-top: 5px;

    margin-left: 5px;

}



.input-group-add-cart.bootstrap-touchspin input.form-control {

    height: 36px;

    padding: 0 25px;

    text-align: center;

    width: 100%;

    border-color: var(--ax-form-bi-color);

    background: none;

    box-shadow: none;

    z-index: 1;

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn {

	position: static;

	width: 0;

	height: 0;

	display: block;

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button{

	height: auto;

	padding: 0;

	border: none;

	margin: 0;

	position: absolute;

	background: none;

	z-index: 2;

	top: 0;

	bottom: 0;

	width: 25px;

	font-size: 0;

	border-radius: 0;

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button:hover {

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button.bootstrap-touchspin-down{

	left: 0;

	border-right: 1px solid var(--ax-form-bi-color);

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button.bootstrap-touchspin-up {

    right: 0;

    border-left: 1px solid var(--ax-form-bi-color);

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button.bootstrap-touchspin-up::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    height: 9px;

    border-left: 1px solid var(--color-body);

    margin-top: -4.5px;

    margin-left: -.5px;

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button.bootstrap-touchspin-up::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    width: 9px;

    border-top: 1px solid var(--color-body);

    margin-top: -.5px;

    margin-left: -4.5px;

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button.bootstrap-touchspin-down::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    width: 9px;

    border-top: 1px solid var(--color-body);

    margin-top: -.5px;

    margin-left: -4.5px;

}



.input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button:hover::before, .input-group-add-cart.bootstrap-touchspin.input-group .input-group-btn button:hover::after {

    border-color: #ffffff;

}

/*------------------------------------------------*/



.bootstrap-touchspin input.form-control,

.bootstrap-touchspin input.input-group {

    text-align: center;

}



#cart-summary-product-list .media {

    margin-bottom: 10px;

}



/********************************************************/



.canvas-widget-content > .wrapper-scroll {

    position: relative;

    overflow-x: hidden;

    height: 100%;

}



.canvas-widget-content > .wrapper-scroll > .wrapper-scroll-content {

	height: 100%;

}



.widget-facet-search .wrapper-scroll-content {

	max-height: 248px;

}



.widget-facet-search .wrapper-scroll-content > ul {

	padding-right: 5px;

}



.widget-facet-search ul {

    display: flex;

    flex-wrap: wrap;

}



.wrapper-scroll-content {

    overflow-x: hidden;

	overflow-y: auto;

}



.wrapper-scroll-content {

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

}



.wrapper-scroll-content::-webkit-scrollbar {

    width: 6px;

}



.wrapper-scroll-content::-webkit-scrollbar-thumb {

    background-color: #cdcdcd;

}



.wrapper-scroll-content::-webkit-scrollbar-track {

    background-color: #f0f0f0;

}



/*-------------------------canvas-----------------------*/



.canvas-widget {

    display: flex;

    flex-direction: column;

}



.canvas-widget {

	position: fixed;

	top: 0;

	bottom: 0;

	z-index: 1055;

	overflow: hidden;

	overflow-y: auto;

	-webkit-overflow-scrolling: touch;

	width: 320px;

	max-width: 95%;

	background-color: #ffffff;	

	transition: transform 0.25s ease;

	-webkit-transition: transform 0.25s ease;

	-moz-transition: transform 0.25s ease;

	-o-transition: transform 0.25s ease;

	-ms-transition: transform 0.25s ease;

}



.canvas-widget-content {

    position: relative;

    flex: 1 1 auto;

    overflow-x: hidden;

}



.canvas-widget.canvas-left {

    left: 0;

    right: auto;

	transform: translate(-320px, 0);

	-webkit-transform: translate(-320px, 0);

	-ms-transform: translate(-320px, 0);

}



.canvas-widget.canvas-right {

    left: auto;

    right: 0;

	transform: translate(320px, 0);

	-webkit-transform: translate(320px, 0);

	-ms-transform: translate(320px, 0);

}



.canvas-widget.open-canvas {

	transform: none;

	-webkit-transform: none;

	-ms-transform: none;

}



.canvas-widget-top {

	flex: 0 0 auto;

}



.canvas-widget-top .title-canvas-widget {

    padding: 10px 50px 10px 20px;

    position: relative;

    line-height: 29px;

    font-size: 1.6rem;

    margin: 0;

    cursor: pointer;

    color: var(--color-primary);

    text-transform: uppercase;

    border-bottom: 1px solid var(--ax-line-color);

}



.canvas-widget-top .title-canvas-widget::after {

	position: absolute;

	right: 10px;

	width: 30px;

	line-height: 30px;

	color: var(--color-title);

	top: 50%;

	margin-top: -15px;

	text-align: center;

	font-size: 20px;

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f00d";

	-webkit-transform: rotate(0);

	-moz-transform: rotate(0);

	-ms-transform: rotate(0);

	transform: rotate(0);

	-webkit-transition: -webkit-transform .4s cubic-bezier(.55,.31,.15,.93);

	-moz-transition: -moz-transform .4s cubic-bezier(.55,.31,.15,.93);

	-ms-transition: -ms-transform .4s cubic-bezier(.55,.31,.15,.93);

	transition: transform .4s cubic-bezier(.55,.31,.15,.93);

}



.canvas-widget-top .title-canvas-widget:hover::after  {

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

}



.canvas-widget-backdrop {

    position: fixed;

	top: 0;

	left: 0;

	right: 0;

	height: 100vh;

    z-index: 1054;

    overflow: hidden;

    background: #000;

	cursor: pointer;

    opacity: 0;

	visibility: hidden;

	transition: opacity 0.25s ease, visibility 0s ease 0.25s;

	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;

	-moz-transition: opacity 0.25s ease, visibility 0s ease 0.25s;

	-o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;

	-ms-transition: opacity 0.25s ease, visibility 0s ease 0.25s;

}



.canvas-widget-backdrop.open-canvas {

	visibility: visible;

	opacity: 0.5;

	transition: opacity 0.25s ease, visibility 0s ease;

	-webkit-transition: opacity 0.25s ease, visibility 0s ease;

	-moz-transition: opacity 0.25s ease, visibility 0s ease;

	-o-transition: opacity 0.25s ease, visibility 0s ease;

	-ms-transition: opacity 0.25s ease, visibility 0s ease;

}



/*-------------------------shopping-cart------------------------*/



#canvas-mini-cart .shopping-cart-top{

	padding: 15px 20px;

	border-bottom: 1px solid #e1e1e1;

	font-size: 0;

}



#canvas-mini-cart .shopping-cart-top > p, #canvas-mini-cart .shopping-cart-top > span, #canvas-mini-cart .shopping-cart-top > a {

    display: inline-block;

    font-size: 1.6rem;

    margin: 0;

    text-transform: uppercase;

    line-height: 1.9rem;

}



#canvas-mini-cart .shopping-cart-top > p{

	font-weight: 700;

	color: var(--color-primary);

	margin-right: 10px;

}



#canvas-mini-cart .shopping-cart-top > span .nb{

	font-weight: 700;

	color: #333334;

}



#canvas-mini-cart .shopping-cart-top > a {

    float: right;

    font-size: 24px;

    margin-top: -3px;

}



#canvas-mini-cart .shopping-cart-no-item{

	text-transform: uppercase;

	text-align: center;

	font-size: var(--font-size-body);

	color: #999999;

}



#canvas-mini-cart .cart-item-product:not(:last-child) {

	margin-bottom: 20px;	

}



#canvas-mini-cart .cart-item-product-left{

	position: relative;

}



#canvas-mini-cart .cart-item-product-left > a:not(.btn-primary){

	display: block;

}



#canvas-mini-cart .remove-from-cart {

    padding: 0;

    line-height: 16px;

    width: 16px;

    text-align: center;

    position: absolute;

    left: 0;

    top: -5px;

    display: flex;

    height: 16px;

    align-items: center;

    justify-content: center;

}



#canvas-mini-cart .remove-from-cart i {

    font-size: 14px;

    line-height: 14px;

    margin: 0;

    vertical-align: middle;

    display: block;

}



#canvas-mini-cart .row{

	margin-left: -8px !important;

	margin-right: -8px !important;

}



#canvas-mini-cart .col{

	padding-left: 8px !important;

	padding-right: 8px !important;

	font-size: 1.2rem;

}



#canvas-mini-cart .customizations ul{

	margin-top: 5px;

	margin-bottom: 5px;

}



#canvas-mini-cart .product-name a{

	display: block;

	line-height: 1.25;

	font-size: 1.3rem;

	margin-bottom: 5px;

}



#canvas-mini-cart .product-line-info-top{

	font-size: 1.2rem;

	line-height: 1.25;

	margin-bottom: 2px;

}



#canvas-mini-cart .product-line-info-top .label-top {

    font-weight: 500;

}



#canvas-mini-cart .product-line-info-top:last-child{

	margin-bottom: 0px;

}



#canvas-mini-cart .price-qty .price {

    font-size: 16px;

    text-align: right;

    font-weight: 700;

    line-height: 1.25;

}



#canvas-mini-cart .qty {

	font-size: 0;

	text-align: right;

    white-space: nowrap;

}



#canvas-mini-cart .price-qty i {

    font-size: 18px;

    width: 25px;

    text-align: left;

    line-height: 25px;

    display: inline-block;

    cursor: pointer;

    vertical-align: -5px;

    padding-left: 3px;

}



#canvas-mini-cart .price-qty span{

	font-size: 1.2rem;

	text-transform: uppercase;

	color: var(--color-label);

}



#canvas-mini-cart .price-qty input {

	border: none;

	border-bottom: 1px solid var(--ax-line-color);

	width: 40px;

	height: 35px;

	text-align: center;

	padding: 0;

	font-size: 1.2rem;

	color: var(--color-body);

	background-color: transparent;

}



#canvas-mini-cart .card-block-bottom {

    background: #f7f7f7;

    padding: 20px;

	min-height: 120px;

}



#canvas-mini-cart .totals-top{

	font-size: 1.8rem;

	text-transform: uppercase;

	font-weight: 600;

	color: var(--color-body);

	margin-bottom: 10px;

	font-family: var(--font-family-title);

}



#canvas-mini-cart .totals-top .value-top{

	font-weight: 700;

	float: right;

}



#canvas-mini-cart .card-block-btn{

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

	margin: 0 -5px;

}



#canvas-mini-cart .card-block-btn .btn{

	margin: 0 5px;

}



#canvas-mini-cart .block-shopping-cart {

	padding: 20px;

}



#canvas-mini-cart .widget_shopping_cart {	

	position: relative;

	flex: 1 1 auto;

    overflow-x: hidden;

}



#canvas-mini-cart .widget_shopping_cart_content {

    display: flex;

    flex-direction: column;

    height: 100%;

}



#canvas-mini-cart .wrapper-scroll {

    position: relative;

    flex: 1 1 auto;

    overflow-x: hidden;

}



#canvas-mini-cart .widget_shopping_cart .wrapper-scroll-content {

    height: 100%;

}



#canvas-mini-cart .widget_shopping_cart .widget_shopping_cart_bottom {

    flex: 0 0 auto;

}



#canvas-mini-cart .title-canvas-widget .totals-nb {

    color: var(--color-label);

    margin-left: 5px;

    font-size: 0;

    line-height: 0;

}



#canvas-mini-cart .title-canvas-widget .nbr {

	font-size: 1.6rem;

	margin-right: 5px;

	font-family: var(--font-family-body);

}



#canvas-mini-cart .title-canvas-widget .text {

    font-weight: var(--font-weight-body);

    font-family: var(--font-family-title);

    color: var(--color-body);

	font-size: 1.6rem;

}



/********************************************************/



[disabled]:not([data-button-action="add-to-cart"]) {

    cursor: not-allowed !important;

	opacity: .65 !important;

}



.no-envents {

	pointer-events: none !important;

}



/*-------------------------category------------------------*/



.block-category img.category-img-cover {

    height: auto;

    margin-bottom: 20px;

    max-width: 100%;

}



.block-category #category-description p {

    line-height: 1.42857;

}



.block-category #category-description p:first-child {

    margin: 0;

}



/********************************************************************/



body.cart-processing .cart-overview .shop_table, body.cart-processing .cart-summary, body.cart-processing #canvas-mini-cart .block-shopping-cart {

	pointer-events: none !important;

	position: relative;

}



body.cart-processing .cart-overview .shop_table > *, body.cart-processing .cart-summary > *, body.cart-processing #canvas-mini-cart .block-shopping-cart > * {

	opacity: 0.5 !important;

}



body.cart-processing .cart-overview .shop_table::before, body.cart-processing .cart-summary::before, body.cart-processing #canvas-mini-cart .block-shopping-cart::before {

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -13px;

	margin-left: -13px;

	content: "";

	display: inline-block;

	width: 26px;

	height: 26px;

	border: 1px solid #9b9b9b;

	border-left-color: transparent !important;

	border-radius: 50%;

	vertical-align: middle;

	-webkit-animation: Anm-Spin 0.65s infinite linear;

	animation: Anm-Spin 0.65s infinite linear;

}



body.cart-processing #canvas-mini-cart .block-shopping-cart::before {

	top: 5px;

	margin-top: 0;

	margin-left: 0;

	border: 1px solid #666666;

	border-left-color: transparent;

	width: 20px;

	height: 20px;

}



.processing {

	pointer-events: none !important;

}



.processing::before {

    content: "\f1ce";

    display: inline-block;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    -webkit-animation: la-spin 1s infinite linear;

    animation: la-spin 1s infinite linear;

    font-family: 'Line Awesome Free';

    font-weight: 900;

    font-size: 1.1em;

    line-height: 1;

}



.btn.processing::before {

    font-size: 1.3em;

    margin-right: 5px;

}



.processing i {

	display: none;

}



/**********************************************************************/



.item-product-list {

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid var(--ax-line-color);

}



#box-product-list .item-product-list:last-child {

    padding-bottom: 0;

    border-bottom: none;

}



.item-product-list .info-product span{

	color: #999999;

}



.item-product-list .info-product a:not(:hover){

	color: #999999;

	text-decoration: underline;

}



.item-product-list .js-product-miniature {

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

}



.item-product-list .button-action-botom .btn-action {

    min-width: 32px;

    line-height: 32px;

    height: 32px;

    display: inline-block;

    position: relative;

    cursor: pointer;

    margin-right: 10px;

    font-size: 0;

    text-align: center;

}



.item-product-list .button-action-botom .btn-action:last-child {

	margin-right: 0;

}



.item-product-list .button-action-botom .btn-action.quick-view::before {

    font-family: 'Line Awesome Free';

    content: "\f31e";

	font-weight: 900;

    font-size: 22px;

}



.item-product-list .btn-action.btn-wishlist::before {

	font-family: 'Line Awesome Free';

	content: "\f004";

	font-weight: 400;

	font-size: 22px;

}



.item-product-list .btn-action.btn-wishlist.added::before {

    font-weight: 900 !important;

}



.item-product-list .btn-action.btn-compare::before {

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: "\f074";

    font-size: 22px;

}



.item-product-list .btn-action.btn-compare.added::before {

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: "\f058";

    font-size: 22px;

}



.item-product-list .btn-action::after {

	content: "";

	display: inline-block;

	width: 18px;

	height: 18px;

	border: 1px solid #9b9b9b;

	border-left-color: transparent !important;

	border-radius: 50%;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-left: -9px;

	margin-top: -9px;

	opacity: 0;

	visibility: hidden;

	transition: opacity 0.1s ease, visibility 0.1s ease;

}



.item-product-list .btn-action.add-to-cart::after {

	border-color: var(--color-btn);

}



.item-product-list .btn-action.loading::after {

    opacity: 1;

    visibility: visible;

    -webkit-animation: Anm-Spin 0.65s infinite linear;

    animation: Anm-Spin 0.65s infinite linear;

}



.item-product-list .btn-action.loading, .item-product-list .btn-action.loading::before {

    color: transparent !important; 

    transition: color 0.1s ease;

}



.item-product-list .button-action-botom {

	font-size: 0;

	margin-bottom: 10px;

    display: flex;

    justify-content: end;

}



.item-product-list .add-to-cart {

	color: var(--color-btn);

	background-color: var(--bg-color-btn);

	border-color: var(--bg-color-btn);

    opacity: 1;

    cursor: pointer;

}



.item-product-list form{

	display: block;

	margin-bottom: 10px;

}



.item-product-list .element-top-content {

	position: relative;

	overflow: hidden;

}



.item-product-list .element-top {

	width: 20%;

}



.item-product-list:hover .element-top-content {

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

}



.item-product-list:hover .element-top-content {

	box-shadow: 0 5px 25px rgba(0,0,0,.08);

}



.item-product-list:hover .countdown-timer-wrapper {

	display: none !important;

}



.item-product-list .element-bottom {

	width: 80%;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

}



@media (min-width:768px) {

	.item-product-list .element-top {

		width: 250px;

	}

	.item-product-list .element-bottom {

		width: calc(100% - 250px);

	}

}



.item-product-list .element-bottom-1 {

	width: calc(100% - 210px);

	padding-left: 20px;

}



.item-product-list .element-bottom-2 {

	width: 210px;

	text-align: right;

	padding-left: 20px;

}



.item-product-list .element-bottom-2 .input-group-add-cart.bootstrap-touchspin {

    float: none;

    margin-bottom: 10px;

    margin-left: auto;

    margin-right: 0;

    margin-top: 0;

}



@media (max-width:767px) {	

    .item-product-list .element-bottom-2 .input-group-add-cart.bootstrap-touchspin {

        margin-left: 0;

        margin-right: auto;

    }



	.item-product-list .element-top {

		width: 40%;

	}



	.item-product-list .element-bottom {

		width: 60%;

		-webkit-flex-wrap: wrap;

		-ms-flex-wrap: wrap;

		flex-wrap: wrap;

	}

	.item-product-list .element-bottom-1 {

		width: 100%;

	}



	.item-product-list .element-bottom-2 {

		width: 100%;

		text-align: left;

	}

    .item-product-list .button-action-botom {

        justify-content: start;

    }

}



.item-product-list .variant-links-list {

    margin-bottom: 10px;

    display: flex;

    align-items: center;

    margin-left: -4px;

    margin-right: -4px;

}



.item-product-list .ax-swatches-more {

    cursor: pointer;

    font-size: 14px;

    font-weight: 600;

    color: var(--color-label);

    transition: opacity .25s ease;

    margin: 4px;

    min-width: 20px;

    text-align: center;

    letter-spacing: 1px;

    line-height: 20px;

}



.item-product-list .ax-swatches-more:hover {

    opacity: 0.7;

}



.item-product-list .variant-links-list a {

	margin: 4px;

	width: 18px;

	height: 18px;

}



.item-product-list .reviews_note {

	display: block;

    margin-bottom: 10px;

    margin-top: 10px;

}



.item-product-list .reviews_note .nb-reviews {

    font-size: 13px;

    line-height: 1;

    margin-left: 5px;

}



.item-product-list .product_name {

    margin-bottom: 5px;

    margin-top: 5px;

}



.item-product-list .product-reference {

    margin-bottom: 10px;

}



.item-product-list .product_name a {

	font-size: var(--font-size-body);

	font-weight: var(--font-weight-label);

	font-family: var(--font-family-title);

}



.item-product-list .product-price-and-shipping > span {

    font-size: 2rem;

    margin-right: 7px;

}



.item-product-list .product-price-and-shipping > span:last-child {

    margin-right: 0;

}



.item-product-list .product-price-and-shipping {

    float: none;

    font-size: 0;

    margin-bottom: 10px;

    margin-top: 0;

}



.item-product-list .regular-price {

    font-size: var(--font-size-body);

}



.item-product-list .discount-percentage-product {

    background-color: var(--color-primary);

	color: var(--color-btn);

    padding: 0 6px;

    vertical-align: 2px;

}



.item-product-list .decriptions-short p {

    margin-bottom: 5px;

}



.item-product-list .decriptions-short {

    margin-bottom: 10px;

}



.product-availability-list {

    position: relative;

    margin-bottom: 10px;

}



.product-availability-list i {

    font-size: 24px;

    margin-right: 5px;

    vertical-align: -3px;

}



.type-available {

    color: #4cbb6c !important;

}



.type-last-remaining-items {

    color: #ff9a52 !important;

}



.type-out-stock {

    color: #f3515c !important;

}



.bootstrap-touchspin .group-span-filestyle .btn-touchspin,

.group-span-filestyle .bootstrap-touchspin .btn-touchspin,

.group-span-filestyle .btn-default {

    border: 1px solid;

    color: var(--color-primary);

    background: var(--ax-bg-wrapper);

}



.form-control:disabled, .form-control[readonly] {

    background-color: var(--ax-bg-wrapper);

}



/*************************************************************/



.block-categories {

    background: none;

	margin-bottom: 30px;

}



.block-categories ul{

	margin-bottom: 0;

}



.block-categories a {

	font-size: inherit;

	display: block;

}



.block-categories a:not(:hover) {

	color: inherit;

}



.block-categories .collapse-icons {

	border: medium none;

	cursor: pointer;

	font-size: 14px;

	padding: 0;

	position: absolute;

	right: 0;

	top: 2px;

	line-height: 30px;

	width: 30px;

	text-align: right;

	height: 30px;

}



.block-categories .collapse-icons i {

	font-size: 15px;

}



.block-categories li {

    position: relative;

}



.block-categories .collapse-icons:hover {

    color: var(--color-primary);

}



.block-categories ul > li {

    padding: 5px 0;

}



.block-categories ul > li:last-child {

    padding-bottom: 0;

}



.block-categories ul > li > a {

	margin-right: 20px;

	display: block;

	line-height: 2rem;

}



.block-categories ul > li > a::before {

    content: "";

    width: 8px;

    height: 8px;

    margin-right: 8px;

    border: 1px solid var(--ax-line-color);

    border-radius: 50%;

    display: inline-block;

}



.block-categories .category-sub-menu > ul {

    border-left: 1px solid var(--ax-line-color);

    border-right: 0 solid var(--ax-line-color);

    margin-left: 15px;

}



.block-categories .category-sub-menu::before {

	content: '';

	height: 5px;

	display: table;

	clear: both;

}



.block-categories .category-sub-menu > ul > li {

    padding: 3px 0 3px 10px;

}



.block-categories .category-sub-menu > ul > li a{

    font-size: var(--font-size-body);

}



.block-categories .category-sub-menu .category-sub-menu {

    margin-left: 0;

}



/*********************************************************************************/



small.label, small.value {

    font-size: 1.2rem;

}



.small, small {

    font-size: 1.2rem;

}



/*********************************************************************************/



.custom-checkbox input + span .checkbox-checked {

	position: absolute;

	font-size: 14px;

	left: 0;

	top: 0;

	right: 0;

	bottom: 0;

	color: #ffffff;

	opacity: 0;

	visibility: hidden;

	transition: opacity .01s;

	display: block;

}



.custom-checkbox input:checked + span .checkbox-checked {

	opacity: 1;

	visibility: visible;

}



.custom-checkbox input + span {

    position: relative;

    display: inline-block;

    width: 16px;

    height: 16px;

    border-radius: 2px;

    line-height: 16px;

    font-size: 14px;

    text-align: center;

    background-color: var(--ax-bg-wrapper);

    border: 1px solid #d8d8d8;

    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    vertical-align: -2px;

    margin-right: 5px;

}



.custom-checkbox input:checked + span {

	color: #ffffff;

    background: #333333;

    border-color: #333333;

}



.custom-checkbox input {

	z-index:1;

    opacity: 0;

    cursor: pointer;

    position: absolute;

    top: 0;

    left: 0;

	width: 100%;

	height: 100%;

}



.custom-checkbox {

	cursor: pointer;

	position: relative;

}



.custom-checkbox label {

    line-height: 18px;

    margin: 0;

    display: block;

    cursor: pointer;

    text-align: inherit;

}



.wrapper-custom-checkbox {

    position: relative;

    cursor: pointer;

    display: block;

	margin-bottom: 0;

}



/************************************************************/



.custom-radio input + span {

    position: relative;

    display: inline-block;

    width: 16px;

    height: 16px;

    border-radius: 50%;

    line-height: 16px;

    font-size: 14px;

    text-align: center;

    background-color: var(--ax-bg-wrapper);

    border: 1px solid #d8d8d8;

    vertical-align: -2px;

    margin-right: 5px;

}



.custom-radio input:checked + span {

    background: #333333;

    border-color: #333333;

}



.custom-radio input + span::before {

	content: '';

    background-color: #ffffff;

    border-radius: 50%;

    display: block;

    height: 6px;

    left: 50%;

    margin-left: -3px;

    margin-top: -3px;

    position: absolute;

    top: 50%;

    width: 6px;

	opacity: 0;

	visibility: hidden;

	transition: opacity .01s;

}



.custom-radio input:checked + span::before {

	opacity: 1;

	visibility: visible;

}



.custom-radio input {

	z-index:1;

    opacity: 0;

    cursor: pointer;

    position: absolute;

    top: 0;

    left: 0;

	width: 100%;

	height: 100%;

}



.custom-radio {

    cursor: pointer;

    position: relative;

}



.wrapper-custom-checkbox.custom-radio-inline {

	display: inline-block;

	margin-right: 10px;

}



/*****************************************************************/



.color,

.custom-checkbox input + span.color {

    margin-left: 0;

}



.collapse-icons .add{

 	display: inline-block !important;

}



.collapse-icons .remove{

 	display: none !important;

}



.collapse-icons[aria-expanded=true] .add{

 	display: none !important;

}



.collapse-icons[aria-expanded=true] .remove{

 	display: inline-block !important;

}



[aria-expanded=true] > .collapse-icons .add{

 	display: none !important;

}


[aria-expanded=true] > .collapse-icons .remove{

 	display: inline-block !important;

}



[data-toggle=collapse] {

 	cursor: pointer;

}



/*------------------------------------------------------------*/



.label,

label {

	color: var(--color-label);

    text-align: left;

    font-size: var(--font-size-body);

}



.contact-form {

    margin-bottom: 30px;

}



.form-group {

    margin-bottom: 15px;

}



.contact-rich {

    margin-bottom: 30px;

}



.contact-rich .block{

    margin-bottom: 15px !important;

}



.contact-rich .block a:not(:hover){

    color: #777777;

}



.contact-rich > p{

   line-height: 1.7;

}



.contact-rich .icon {

    float: left;

    margin-right: 10px;

    color: #666;

}



.contact-rich .data {

    line-height: 20px;

}



.contact-rich .icon i {

    font-size: 28px;

    line-height: 0;

    vertical-align: -4px;

}



.sitemap ul {

    padding: 0;

}



.sitemap ul li {

    font-size: var(--font-size-body);

    margin-bottom: 10px;

}



.sitemap ul.nested {

    margin-left: 10px;

}



.sitemap ul {

    margin-left: 0;

    margin-top: 10px;

	margin-bottom: 0;

}



@media (max-width: 767px) {

	.sitemap > div:not(:last-child) {

		margin-bottom: 20px;

	}

}



.sitemap h2 {

    text-transform: uppercase;

    font-size: 2.2rem;

    border-bottom: 1px solid var(--ax-line-color);

    padding-bottom: 10px;

    margin-bottom: 15px;

}



/*-----------------------------------------------------------------------*/



.btn-full{

	width: 100%;

}



.btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	padding: 0 20px;

	font-size: var(--font-size-body);

	text-transform: capitalize;

	line-height: 20px;

	position: relative;

	border-width: 1px;

	height: 42px;

	flex-wrap: nowrap;

	border-width: var(--ax-form-btn-width);

	border-radius: var(--ax-form-btn-rd);

	text-transform: uppercase;

	font-size: 1.3rem;

	-moz-transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.btn i{

	font-size: 1.3em;

	margin-right: 5px;

	vertical-align: -3px;

	line-height: 0;

}



.btn i.ic-r{

	margin-right: 0;

	margin-left: 5px;

}



.btn-main {

	color: var(--color-btn);

	background-color: var(--bg-color-btn);

	border-color: var(--bg-color-btn);

    text-shadow: 1px 1px 1px rgba(0,0,0,.5);

}



.btn-main.focus, .btn-main:focus, .btn-main:hover {

    background-color: #000000;

    color: #ffffff;

    border-color: #000000;

}



.btn-clean-dark {

    color: #000000;

    background-color: transparent;

    border-color: #000000;

}



.btn-clean-dark.focus, .btn-clean-dark:focus, .btn-clean-dark:hover {

	color: #fff;

	background-color: #000000;

	border-color: #000000;

}



.btn-clean {

    background-color: #000000;

    border-color: #000000;

    color: #fff;

}



.btn-clean.focus, .btn-clean:focus, .btn-clean:hover {

	background-color: #fff;

	border-color: #fff;

	color: #000;

}



.btn-primary {

	color: var(--color-btn);

	background-color: var(--bg-color-btn);

	border-color: var(--bg-color-btn);

}



.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {

	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

	border-color: var(--bg-color-btn-hover);

}



.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {

	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

	border-color: var(--bg-color-btn-hover);

}



.btn-outline-primary{

	color: var(--bg-color-btn);

	background-color: transparent;

	border-color: var(--bg-color-btn);

}



.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .open > .btn-outline-primary.dropdown-toggle {

    color: var(--color-btn-hover);

    background-color: var(--bg-color-btn-hover);

    border-color: var(--bg-color-btn-hover);

}



.btn-primary-r {

	color: #fff;

	background-color: #000000;

	border: 1px solid #000000;

}



.btn-primary-r.focus, .btn-primary-r:focus, .btn-primary-r:hover {

    color: var(--color-btn-hover);

    background-color: var(--bg-color-btn-hover);

    border-color: var(--bg-color-btn-hover);

}



.btn-primary-r.active, .btn-primary-r:active {

    color: var(--color-btn-hover);

    background-color: var(--bg-color-btn-hover);

    border-color: var(--bg-color-btn-hover);

}



.btn-outline-primary-r{

	color: #000000;

	background-color: transparent;

	border-color: #000000;

}



.btn-outline-primary-r.active, .btn-outline-primary-r.focus, .btn-outline-primary-r:active, .btn-outline-primary-r:focus, .btn-outline-primary-r:hover {

    color: #fff;

    background-color: #000000;

    border-color: #000000;

}



.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary.disabled:hover {

    background: #f6f6f6;

    color: #000000;

    border-color: #d8d8d8;

}



.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover{

    background: #eeeeee;

    color: #000000;

    border-color: #d8d8d8;

}



.page-header {

	margin-bottom: 30px;

}



@media (max-width: 1024px) {

	.page-header {

		text-align: center !important;

	}

}



#main .page-header {

	text-align: center;

	text-transform: uppercase;

}



#blog-details #main .page-header{

    text-align: left;

    text-transform: capitalize;

	margin-bottom: 15px;

}



#blog-category #main .page-header {

    text-align: left;

    text-transform: capitalize;

	margin-bottom: 30px;

}



.page-header h1 {

	font-size: 3.4rem;

}



.page-content {

    margin-bottom: 0;

}



#blog-details #main .page-content, #blog-category #main .page-content {

    margin-bottom: 0;

    padding: 0;

    border: none;

    background: transparent;

    box-shadow: none;

}



.page-footer {

	text-align: center;

}



.page-footer > *:first-child {

	margin-top: 30px;

}



.page-addresses .address {

    background: transparent;

}



.page-authentication #content, .page-password #content {

	max-width: 600px;

	margin-left: auto;

	margin-right: auto;

    box-shadow: none;

    border: 1px solid var(--ax-line-color);

    padding: 20px;

    background: var(--ax-bg-wrapper);

}



@media (min-width: 768px) {

	.page-authentication #content, .page-password #content {

		padding: 30px;

	}

	#content .no-account {

		margin-left: -30px;

		margin-right: -30px;

	}

}



.contact-form {

    box-shadow: none;

}



.contact-form .form-footer .btn {

    width: 100%;

    font-size: var(--font-size-body);

}



.contact-form textarea.form-control {

    height: 90px;

}



.custom-file {

	background: #f1f1f1 none repeat scroll 0 0;

	color: inherit;

	display: block;

	height: 40px;

	line-height: 36px;

	padding: 0 15px;

	position: relative;

	text-indent: 0;

	width: 100%;

	border: 1px solid var(--ax-line-color);

}



.file-input {

    cursor: pointer;

    height: 40px;

    left: 0;

    opacity: 0;

    overflow: hidden;

    position: absolute;

    width: 100%;

    z-index: 1;

}



.custom-file .btn {

	min-width: 50px;

	padding: 0;

	position: absolute;

	right: -1px;

	top: -1px;

	bottom: -1px;

	z-index: 0;

}



.group-span-filestyle .buttonText,

.custom-file .btn {



}



.group-span-filestyle .buttonText::before,

.custom-file .btn::before {



}



.group-file-style {

	position: relative;

}



.group-file-style .filestyle {

    position: absolute;

    clip: auto !important;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    z-index: 3;

    opacity: 0;

	cursor: pointer;

}



.input-group .input-group-btn > .btn {

    border: 1px solid var(--ax-line-color);

    padding: 10px 15px;

    color: var(--color-title);

    border-radius: var(--ax-form-bi-rd);

    text-transform: capitalize;

    line-height: 20px;

	margin-bottom: 0;

}



.input-group .input-group-btn > .btn:hover {

    color: var(--color-primary);

}



.bootstrap-touchspin .input-group-btn-vertical i {

    font-size: 16px;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    line-height: 17px;

}



/*******************************************/

.pagination {

    text-align: center;

	font-size: 0;

}



.pagination > a, .pagination > span {

    display: inline-block;

    margin-right: 2px;

    min-width: 34px;

    height: 34px;

    color: var(--color-a);

    vertical-align: middle;

    text-align: center;

    font-size: var(--font-size-body);

    line-height: 34px;

	transition: all 0.2s ease;

	-webkit-transition: all 0.2s ease;

	-moz-transition: all 0.2s ease;

	-o-transition: all 0.2s ease;

	-ms-transition: all 0.2s ease;

    padding: 0 10px;

}



.pagination > a:last-child, .pagination > span:last-child {

    margin-right: 0;

}



.pagination > a:focus, .pagination > a:hover {

    background-color: #eeeeee;

    color: var(--color-a);

}



.pagination > .current {

	color: var(--color-btn);

	background-color: var(--bg-color-btn);

}



/*-------Store---------------------*/



#main .page-content.page-stores{

	width: 800px;

	max-width: 100%;

	margin: 0 auto;

}



#stores .page-stores .store-item-container .divide-left th {

    padding-bottom: 5px;

    font-weight: 500;

    vertical-align: top;

}



#stores .page-stores .store-item-container .divide-left td {

    padding-left: 15px;

	padding-bottom: 5px;

}



#stores .page-stores .store-item-container .divide-left tr {

  	margin-bottom: 10px;

}



#stores .page-stores .store-item .store-item-container{

    border: 1px solid var(--ax-line-color);

	padding: 20px;

	padding-bottom: 10px;

}



#stores .page-stores .store-item:not(:last-child) .store-item-container{

	margin-bottom: 30px;

}



#stores .page-stores .store-item .store-item-container img{

   width: 100%;

}



#stores .page-stores .store-item .store-item-container ul{

	margin-bottom: 0;

}



#stores .page-stores .store-item .store-item-container .info-store{

	font-size: var(--font-size-body);

	text-decoration: underline;

	cursor: pointer;

}



#stores .page-stores .store-item .store-item-container .info-store i {

    font-size: 20px;

    vertical-align: top;

    margin-right: 5px;

    color: var(--color-title);

}



#stores .page-stores .store-item .store-item-container .card-title {

    color: var(--color-body);

    margin-bottom: 10px;

}



#stores .page-stores .store-item .store-item-container .store-picture, #stores .page-stores .store-item .store-item-container .store-description, #stores .page-stores .store-item .store-item-container .divide-left{

	margin-bottom: 10px;

}



#stores .page-stores .store-item-footer ul{

	margin-bottom: 0;

}



#stores .page-stores .store-item-footer ul li i{

	font-size: 17px;

	margin-right: 10px;

}



#stores .page-stores .store-item-footer ul li{

	margin-bottom: 10px;

}



/*----------------------------*/



#pagenotfound .page-not-found,

#products .page-not-found {

    border: medium none;

    box-shadow: none;

    max-width: 100%;

    padding: 0;

    width: 100%;

}



/*---------------------------------------------------------------------*/



.store-item .modal .modal-dialog {

	max-width: 500px;

}



.modal-backdrop.fade, .modal.fade {

    opacity: 0;

    -webkit-transition: opacity 0.15s linear;

    -o-transition: opacity 0.15s linear;

    transition: opacity 0.15s linear;

}



.modal.fade.in {

    opacity: 1;

}



.modal button.close {

	width: 44px;

	height: 44px;

	line-height: 44px;

	position: absolute;

	right: 0;

	top: 0;

	text-decoration: none;

	text-align: center;

	opacity: 1;

	color: var(--color-title);

	font-style: normal;

	font-family: Arial, Baskerville, monospace;

	overflow: visible;

	cursor: pointer;

	background: transparent;

	border: 0;

	-webkit-appearance: none;

	display: block;

	outline: none;

	padding: 0;

	z-index: 1051;

	box-shadow: none !important;

	font-weight: 400;

	border-radius: 0 !important;

	touch-action: manipulation;

	font-size: 0;

}



.modal .close::before {

	font-size: 24px;

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f00d";

}



.modal .close:hover, .modal .close:focus {

	color: var(--color-body);

}



.modal .close span {

	display: none;

}



.modal-open {

	overflow: hidden;

}



.modal {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 1050;

	display: none;

	overflow: hidden;

	-webkit-overflow-scrolling: touch;

	outline: 0;

	box-sizing: border-box;

	text-align: center;

}



.modal::before {

	content: '';

	display: inline-block;

	height: 100%;

	vertical-align: middle;

}



.modal .modal-dialog {

	-webkit-transform: scale(0.95);

	-ms-transform: scale(0.95);

	-o-transform: scale(0.95);

	transform: scale(0.95);

	opacity: 0;

    -webkit-transition: all 250ms;

    -ms-transition: all 250ms;

    transition: all 250ms;

}



.modal.in .modal-dialog {

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	transform: scale(1);

	opacity: 1;

}



.modal-open .modal {

	overflow-x: hidden;

	overflow-y: auto;

}



.modal-backdrop {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	height: 100vh;

	z-index: 1040;

	background-color: #000;

}



.modal-backdrop.fade {

	filter: alpha(opacity=0);

	opacity: 0;

}



.modal-backdrop.in {

	filter: alpha(opacity=50);

	opacity: 0.5;

}



.modal-scrollbar-measure {

	position: absolute;

	top: -9999px;

	width: 50px;

	height: 50px;

	overflow: scroll;

}



/**********************************************************************/



.modal-conditions.modal-dialog {

	max-width: 800px;

}



/************************************************************************/



.popup_text_bottom p {

    color: #999;

    margin: 0;

}



.popup_text_bottom {

    margin-top: 15px;

}



.customization-modal .modal-content {

    border: none;

}



.customization-modal .modal-content .modal-body .product-customization-line .label {

    font-weight: 500;

    text-align: left;

}



.customization-modal .modal-content .modal-body .product-customization-line {

    align-items: center;

    border-bottom: 1px solid var(--ax-line-color);

    padding-bottom: 15px;

    padding-top: 15px;

}



.font-weight-bold {

    color: var(--color-label);

}



/*-----------------------------------------*/



.bootstrap-touchspin .btn-touchspin {

    color: #444444;

	background: none;

}



/* Menu Styles/*----------------------------------------------------------------*/



.nrt_mega_brand {

	text-align: center;

}



.nrt_mega_brand img {

	max-height: 60px;

	width: auto;

}



.products_on_menu {

	text-align: center;

}



.products_on_menu .product_name {

	margin-top: 10px;

}



.products_on_menu .product-price-and-shipping span:not(:last-child) {

    margin-right: 5px;

}



.nrt_mega_menu .element_ul_depth_1 a, .nrt_mega_menu .nrtmenu_multi_level a {

	display: flex;

	padding: 8px 0;

	line-height: 18px;

	align-items: center;

}



.nrt_mega_menu .element_ul_depth_2 a:not(:hover), .nrt_mega_menu .nrtmenu_multi_level a:not(:hover) {

    color: var(--color-body);

}



.nrt_mega_menu .style_wide {

    padding: 30px 35px 15px 35px;

    max-height: 100vh;

    overflow-x: hidden;

    overflow-y: auto;

}



.nrt_mega_menu .style_wide {

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

}


.nrt_mega_menu .style_wide::-webkit-scrollbar {

    width: 6px;

}



.nrt_mega_menu .style_wide::-webkit-scrollbar-thumb {

    background-color: #cdcdcd;

}



.nrt_mega_menu .style_wide::-webkit-scrollbar-track {

    background-color: #f0f0f0;

}



.nrt_mega_menu .menu_sub {

	position: absolute;

	text-align: left;

	background: #fff;

	font-weight: 400;

	z-index: 70;

	box-shadow: 0 0 3px rgba(0,0,0,.15);

	-moz-box-shadow: 0 0 3px rgba(0,0,0,.15);

	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);

	visibility: hidden;

	opacity: 0;

	transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;

	transition: opacity .2s ease,visibility .2s ease,transform .2s ease;

	transition: opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease;

	pointer-events: none;

	-webkit-transform: translateY(15px) translateZ(0);

	transform: translateY(15px) translateZ(0);

}



.nrt_mega_menu .element_li_depth_0:hover > .menu_sub {

	visibility: visible;

	opacity: 1;

	-webkit-transform: none;

	transform: none;

	pointer-events: visible;

	pointer-events: unset;

}



.nrt_mega_menu .element_ul_depth_2 .granditem_0 > ul, .nrt_mega_menu .nrtmenu_multi_level ul {

    position: absolute;

    background: #fff;

    font-weight: normal;

    z-index: 70;

	box-shadow: 0 0 25px rgba(0,0,0,0.15);

	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);

	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);

	display: none;

	width: 100%;

}



.nrt_mega_menu .style_wide .element_a_depth_1 {

    font-weight: var(--font-weight-label);

	font-family: var(--font-family-title);

    text-transform: uppercase;

}



.nrt_mega_menu .element_a_depth_0 i.icon-home{

	margin-right: 0 !important;

}



.nrt_mega_menu .menu_cate_img {

    margin-bottom: 10px;

    display: block;

    padding-top: 8px;

}



.nrt_mega_menu .icon-img {

	max-height: 18px;

	display: inline-block;

	margin-right: 7px;

}



.nrt_mega_menu .element_a_depth_1.has-icon-img {

	flex-wrap: wrap;

}



.nrt_mega_menu .element_a_depth_1 .icon-img {

	max-width: 100%;

	max-height: none;

	margin-right: 0;

	margin-bottom: 10px;

}



.nrt_mega_menu .cate_label {

    font-size: 10px;

    display: inline-block;

    line-height: 12px;

    padding: 2px 4px;

    position: relative;

    letter-spacing: .3px;

    text-transform: uppercase;

    white-space: nowrap;

    margin-bottom: 0 !important;

    font-weight: var(--font-weight-label);

	font-family: var(--font-family-body);

    z-index: 2;

}



.nrt_mega_menu .cate_label::before {

	content: "";

	position: absolute;

	top: 100%;

	left: 10px;

	border: 4px solid;

	border-color: inherit;

	border-right-color: transparent !important;

	border-bottom-color: transparent !important;

	border-right-width: 7px;

	border-left-width: 0;

}



.nrt_mega_menu .menu_sub .cate_label {

	margin-top: -18px;

	margin-left: -20px;

	align-self: flex-start;

}



.nrt_mega_menu .element_li_depth_0:hover > a {

    color: var(--color-a-hover);

}



.nrt_mega_menu .style_wide .element_ul_depth_2 .granditem_0 > ul {

    top: 0;

    left: 80px;

    width: 190px;

    padding: 15px 0;

}



.nrt_mega_menu .style_wide .element_ul_depth_3 li.p_granditem_0 > .menu_a_wrap a {

	padding-left: 25px;

	padding-right: 25px;

}



.nrt_mega_menu .is_parent_icon {

    height: 7px;

    width: 7px;

    position: relative;

    overflow: hidden;

    display: inline-block;

    background: #999;

    margin-left: 3px;

    border-radius: 100%;

}



.nrt_mega_menu .is_parent_icon .is_parent_icon_h {

    position: absolute;

    top: 3px;

    left: 1px;

    width: 5px;

    height: 0;

    overflow: hidden;

    border-top: 1px solid #fff;

}



.nrt_mega_menu .is_parent_icon .is_parent_icon_v {

    position: absolute;

    top: 1px;

    left: 3px;

    width: 0;

    height: 5px;

    overflow: hidden;

    border-left: 1px solid #fff;

}


.nrt_mega_menu li:hover > .menu_a_wrap > a > .is_parent_icon > .is_parent_icon_v {

    display: none;

}



.nrt_mega_menu .style_wide .element_ul_depth_2 .granditem_0:hover > ul {

    display: block;

}



.nrt_mega_menu .style_wide .element_ul_depth_2 .granditem_0 {

    position: relative;

    display: block;

}



.nrt_mega_menu .element_ul_depth_1 {

    margin-bottom: 15px;

}



.nrt_mega_menu .nrtmenu_multi_level li {

    position: relative;

    display: block;

    width: 100%;

}



.nrt_mega_menu .nrtmenu_multi_level li .style_content {

	padding: 15px;

}



.nrt_mega_menu .nrtmenu_multi_level li a {

    padding: 10px 25px;

    border-bottom: 1px solid #f2f2f2;

}



.nrt_mega_menu .nrtmenu_multi_level > li:last-child > .menu_a_wrap > a {

    border-bottom: none;

}



.nrt_mega_menu .nrtmenu_multi_level ul > li:last-child > .menu_a_wrap > a {

    border-bottom: none;

}



.nrt_mega_menu .nrtmenu_multi_level li:hover > ul {

    display: block;

}



.nrt_mega_menu .nrtmenu_multi_level ul {

    border: 1px solid #f2f2f2;

    left: 100%;

    top: -1px;

}



.nrt_mega_menu i {

    margin-right: 4px;

    font-size: 1.3em;

}



.nrt_mega_menu .m_column_row {

    margin-bottom: 0;

}



.nrt_mega_menu .m_column_row:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}



/*  Horizontal Menu Styles/*----------------------------------------------------------------*/



.menu-horizontal {

    display: inline-flex;

    align-items: center;

    flex-direction: row;

    flex-wrap: wrap;

    list-style: none;

    margin-bottom: 0;

}



.menu-horizontal .item-level-0 > a {

    display: flex;

    align-items: center;

    flex-direction: row;

    padding: 18px 15px;

}



.menu-horizontal .item-level-0.is_parent {

  position: relative; 

}



.menu-horizontal .item-level-0 > a {

    position: relative; 

}



.menu-horizontal .item-level-0.is_parent > a .triangle::after {

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: "\f107";

    margin-left: 5px;

    font-size: 60%;

    vertical-align: 1px;

    opacity: 0.6;

}



.wrapper-menu-horizontal .dropdown-is-mega:not(.menu_initialized) > .sub-menu-dropdown {

	opacity: 0 !important;

	visibility: hidden !important;

}



.wrapper-menu-horizontal .element_a_depth_0 .cate_label {

    position: absolute;

    left: calc(50% - 10px);

    margin-left: 0;

    bottom: 70%;

}



/*  Vertical Menu Styles/*----------------------------------------------------------------*/



.wrapper-menu-vertical .element_a_depth_0 .cate_label {

	margin-left: 7px;

}



.wrapper-menu-vertical .element_a_depth_0 .cate_label::before {

    content: '';

    display: block;

    border: 5px solid transparent !important;

    border-right-color: inherit !important;

    position: absolute;

    left: -9px;

    top: 50%;

    margin-top: -5px;

    border-right-width: 7px !important;

}



.wrapper-menu-vertical {

	position: relative;

	display: inline-block;

}



.menu-vertical {

    display: flex;

    align-items: stretch;

    flex-direction: column;

    background-color: #ffffff;

    position: absolute;

    width: 270px;

    margin: 0;

    z-index: 3;

    left: 0;

    top: 100%;

	visibility: hidden;

	opacity: 0;

	transition: all .2s ease;

	-webkit-transform: translateY(15px) translateZ(0);

	transform: translateY(15px) translateZ(0);

	pointer-events: none;

}



.wrapper-menu-vertical.active .menu-vertical, body.allways_show_menu #header-normal .wrapper-menu-vertical .menu-vertical {

	visibility: visible;

	opacity: 1;

	-webkit-transform: none;

	transform: none;

	pointer-events: visible;

	pointer-events: unset;

}



.wrapper-menu-vertical .menu-vertical-title {

    background: #232323;

    border: none;

    padding: 15px;

	line-height: 1;

    position: relative;

    text-align: left;

    cursor: pointer;

    color: #ffffff;

    display: inline-block;

}



.axps-menu-no-text .wrapper-menu-vertical .menu-vertical-title > span {

    display: none;

}



@media (min-width: 1200px) {

	.axps-menu-has-text .wrapper-menu-vertical .menu-vertical-title {

		width: 270px;

	}

}



.wrapper-menu-vertical .menu-vertical-title {

	display: flex;

	align-items: center;

	flex-direction: row;

	justify-content: space-between;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-o-transition: all 0.3s;

	-ms-transition: all 0.3s;

}



.wrapper-menu-vertical .menu-vertical-title svg {

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-o-transition: all 0.3s;

	-ms-transition: all 0.3s;

}



.wrapper-menu-vertical .menu-vertical-title span {

    flex: 1 1 auto;

    margin-right: 10px;

	margin-left: 10px;

}



.wrapper-menu-vertical .menu-vertical-title i {

	font-size: 20px;

	margin: 0;

}



@media (max-width: 1199px) {

	.axps-menu-has-text .wrapper-menu-vertical .menu-vertical-title > span {

		display: none;

	}

	body:not(.allways_show_menu) .wrapper-menu-vertical.active .menu-vertical-title i::before {

		content: "\f00d";

	}

}



@media (min-width: 1200px) {

	.axps-menu-has-text .wrapper-menu-vertical .menu-vertical-title::after {

		font-family: 'Line Awesome Free';

		font-weight: 900;

		content: "\f107";

		font-size: 80%;

		transition: -webkit-transform .25s ease;

		transition: transform .25s ease;

		transition: transform .25s ease,-webkit-transform .25s ease;

		backface-visibility: hidden;

		-webkit-backface-visibility: hidden;

	}



	body:not(.allways_show_menu) .axps-menu-has-text .wrapper-menu-vertical.active .menu-vertical-title::after {

		-webkit-transform: rotate(-180deg);

		transform: rotate(-180deg);

	}

}



.menu-vertical .item-level-0 {

	display: block;

	margin-bottom: 0;

	border: 1px solid var(--ax-line-color); 

}



.menu-vertical .item-level-0:not(:first-child) {

	border-top: none !important;

}



.menu-vertical .item-level-0.submenu_position_1 {

    position: relative;

}



.menu-vertical .item-level-0.submenu_position_2 {

    position: relative;

}



.wrapper-menu-vertical .item-level-0.submenu_position_2 > .menu_sub {

    top: auto;

    bottom: 0;

}



.menu-vertical .item-level-0 > a {

    display: flex;

    align-items: center;

    flex-direction: row;

    padding: 12px 18px;

    text-transform: none;;

    line-height: 20px;

}



.menu-vertical .item-level-0.is_parent > a {

    position: relative;

}



.menu-vertical .item-level-0.is_parent > a {

	padding-right: 25px; 

}



.menu-vertical .item-level-0 .triangle::after {

    position: absolute;

    top: 50%;

    right: 18px;

    margin-top: -4px;

    margin-left: 0;

    font-size: 80%;

    line-height: 1;

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: "\f105";

    opacity: 0.7;

}



.menu-vertical .item-level-0:hover > a {

	background-color: #f9f9f9;

}



.wrapper-menu-vertical .menu_sub {

    left: 100%;

    top: 0;

	-webkit-transform: translateX(-15px) translateZ(0);

	transform: translateX(-15px) translateZ(0);

}



.show-more-cat .show_less{

	display: none !important;

} 



.show-more-cat.menu-show .show_more{

	display: none !important;

} 



.show-more-cat.menu-show .show_less{

	display: flex !important;

} 



/*--------------Column megamenu---------------*/



.wrapper-menu-column{



}



.wrapper-menu-column .col_element_li_depth_0, .wrapper-menu-column .col_sub_li {

	padding-left: 10px;

    display: block;

    position: relative;

    border-bottom: 1px solid #f2f2f2;

}



.wrapper-menu-column .col_sub_li.style_content {

	padding-top: 12px;

	padding-bottom: 12px;

}



.wrapper-menu-column .col_element_li_depth_0.active .col_sub_ul:last-child > .col_sub_li:last-child, .wrapper-menu-column .col_sub_li.active .col_sub_ul:last-child > .col_sub_li:last-child {

    border-bottom: none;

}



.wrapper-menu-column .col_element_a_depth_0{

	font-weight: 500;

}



.wrapper-menu-column .col_element_a_depth_0, .wrapper-menu-column .col_sub_a {

    display: inline-block;

    padding: 12px 0;

    z-index: 2;

    position: relative;

    margin-right: 28px;

}



.wrapper-menu-column .icon-opener {

	position: absolute;

	z-index: 1;

	left: auto;

	right: -10px;

	top: 1px;

	bottom: 1px;

	padding: 0;

	width: auto;

	cursor: pointer;

	background-color: transparent;

}



.wrapper-menu-column .icon-opener .minus_sign {

    display: none;

}



.wrapper-menu-column .active > .menu_a_wrap .icon-opener .plus_sign{

    display: none;

}



.wrapper-menu-column .active > .menu_a_wrap .icon-opener .minus_sign{

    display: inline-block;

}



.wrapper-menu-column .icon-opener i {

    display: block;

    text-align: center;

    width: 30px;

    height: 40px;

    line-height: 40px;

    overflow: hidden;

    font-size: 20px;

	color: #333334;

}



.wrapper-menu-column .menu_a_wrap {

    position: relative;

}



.wrapper-menu-column .col_element_li_depth_0, .col_sub_li {

    display: block;

    position: relative;

    padding-left: 10px;

    border-bottom: 1px solid #f2f2f2;

}



.wrapper-menu-column .col_element_li_depth_0 {

	padding-right: 10px;

}



.wrapper-menu-column i {

    display: inline-block;

    padding-right: 8px;

    width: 18px;

	margin-right: 4px;

	font-size: inherit;

	vertical-align: 0;

	text-align: center;

}



.wrapper-menu-column .icon-img {

	max-height: 18px;

	display: inline-block;

	margin-right: 7px;

}



.wrapper-menu-column .col_element_a_depth_0 i.icon-home{

	margin-right: 0 !important;

}



.wrapper-menu-column .col_sub_ul a i {

	margin-right: 4px;

	font-size: inherit;

	vertical-align: 0;

	width: 18px;

}



.wrapper-menu-column .col_element_a_depth_0 .cate_label, .wrapper-menu-column .col_sub_a .cate_label, .wrapper-menu-column .menu_sub .cate_label {

    margin-left: 7px;

}



.wrapper-menu-column .cate_label {

    font-size: 12px;

    font-weight: 400;

    display: inline-block;

    text-transform: none;

    line-height: 16px;

    padding: 0 3px;

    white-space: nowrap;

    border-radius: 2px;

    position: relative;

    border-color: transparent;

	vertical-align: middle;

	

}



.wrapper-menu-column .cate_label::before {

	content: '';

	display: block;

	border: 3px solid transparent;

	border-right-color: inherit;

	position: absolute;

	left: -6px;

	top: 50%;

	margin-top: -3px;

}



/*--------------Mobile megamenu---------------*/



.wrapper-menu-mobile > ul {

	margin: 0;	

}



.wrapper-menu-mobile .mo_element_a_depth_0 .cate_label, .wrapper-menu-mobile .mo_sub_a .cate_label, .wrapper-menu-mobile .menu_sub .cate_label {

    margin-left: 7px;

}



.wrapper-menu-mobile .cate_label {

    font-size: 10px;

    display: inline-block;

    line-height: 12px;

    padding: 2px 4px;

    position: relative;

    letter-spacing: .3px;

    text-transform: uppercase;

    white-space: nowrap;

    font-weight: var(--font-weight-label);

}



.wrapper-menu-mobile .cate_label::before {

    content: '';

    display: block;

    border: 5px solid transparent !important;

    border-right-color: inherit !important;

    position: absolute;

    left: -9px;

    top: 50%;

    margin-top: -5px;

    border-right-width: 7px !important;

}



.wrapper-menu-mobile li {

    position: relative;

    display: block;

}



.wrapper-menu-mobile li a {

    display: flex;

    align-items: center;

    flex-direction: row;

    padding-top: 5px;

    padding-right: 20px;

    padding-bottom: 5px;

    padding-left: 20px;

    min-height: 45px;

    border-bottom: 1px solid var(--ax-line-color);

    font-size: var(--font-size-body);

    line-height: 1.3;

}



.wrapper-menu-mobile .mo_sub_ul li .menu_a_wrap > a:not(:hover) {

    color: var(--color-body);

}



.wrapper-menu-mobile .menu_a_wrap.menu-item-has-children > a {

    padding-right: 45px;

}



.wrapper-menu-mobile .mo_sub_ul {

    margin: 0;

    padding: 0;

}



.wrapper-menu-mobile .mo_sub_li.style_content {

	padding-top: 15px;

	padding-right: 20px;

	padding-bottom: 15px;

	padding-left: 20px;

	min-height: 45px;

	border-bottom: 1px solid var(--ax-line-color);

	font-size: var(--font-size-body);

	line-height: 1.3;

}



.wrapper-menu-mobile i {

    display: inline-block;

    padding-right: 8px;

    width: 18px;

	margin-right: 4px;

	font-size: inherit;

	vertical-align: 0;

	text-align: center;

}



.wrapper-menu-mobile .icon-img {

	max-height: 18px;

	display: inline-block;

	margin-right: 7px;

}



.wrapper-menu-mobile .mo_sub_ul a i {

    margin-right: 4px;

    font-size: inherit;

    vertical-align: 0;

    width: 18px;

}



.wrapper-menu-mobile li.active > .menu_a_wrap {

    background-color: rgba(0, 0, 0, 0.04);

}



.wrapper-menu-mobile .menu_a_wrap .icon-opener {

    position: absolute;

    top: 0;

    right: 0;

    padding-right: 0;

    width: 45px;

    height: 45px;

	font-size: 0;

    border-left: 1px solid var(--ax-line-color);

    color: var(--color-a);

    text-align: center;

    line-height: 45px;

    cursor: pointer;

    transition: background-color .25s ease, color 0.25s ease;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}



.wrapper-menu-mobile li.active > .menu_a_wrap .icon-opener {

    color: var(--color-btn);

    background-color: var(--color-primary);

}



.wrapper-menu-mobile .menu_a_wrap .icon-opener::after {

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f105";

    display: inline-block;

    font-size: 16px;

    transition: -webkit-transform .25s ease;

    transition: transform 0.25s ease;

    transition: transform 0.25s ease, -webkit-transform 0.25s ease;

}



.wrapper-menu-mobile li.active > .menu_a_wrap .icon-opener::after {

    -webkit-transform: rotate(90deg);

    transform: rotate(90deg);

}



#canvas-menu-mobile .btn-canvas {

    display: flex;

    align-items: center;

    flex-direction: row;

    padding-top: 5px;

    padding-right: 20px;

    padding-bottom: 5px;

    padding-left: 20px;

    min-height: 45px;

    border-bottom: 1px solid var(--ax-line-color);

    font-size: var(--font-size-body);

    line-height: 1.3;

}



#canvas-menu-mobile .btn-canvas:not(:hover) {

    color: var(--color-a);

}



#canvas-menu-mobile .btn-canvas i {

	margin-right: 7px;

	font-size: 120%;

}



#canvas-menu-mobile .btn-canvas-compare .compare-nbr, #canvas-menu-mobile .btn-canvas-wishlist .wishlist-nbr {

	margin-left: 5px;	

}



#canvas-menu-mobile .btn-canvas-compare .compare-nbr::before, #canvas-menu-mobile .btn-canvas-wishlist .wishlist-nbr::before {

	content: '(';

}



#canvas-menu-mobile .btn-canvas-compare .compare-nbr::after, #canvas-menu-mobile .btn-canvas-wishlist .wishlist-nbr::after {

	content: ')';

}



#canvas-menu-mobile .social-list {

	padding: 11px 16px;

}



#canvas-menu-mobile .social-list a {

	width: 28px;

	height: 28px;

}



#canvas-menu-mobile .social-list a i {

    font-size: 16px;

    line-height: 28px;

}



/*-----------------------------------------------megamenu vertical-----------------------------------*/



.navbar-toggler {

    padding: 0;

    width: auto;

    font-size: inherit;

    border: none;

    cursor: pointer;

    background: none;

}



.goto_page {

    color: #fff !important;

    font-size: var(--font-size-body);

    margin-left: 10px;

    text-decoration: underline;

    text-transform: capitalize;

}



/********************************************/



.wrapper_smart_blog .block_content.list-block > ul {

    margin-bottom: 0;

}



.wrapper_smart_blog .block_content.list-block li {

	color: #999;

	padding-top: 15px;

	display: table;

	width: 100%;

	padding-left: 100px;

	font-size: 1.2rem;

}



.wrapper_smart_blog .block_content.list-block li:first-child {

	padding-top: 7px;

}



.wrapper_smart_blog .block_content.list-block a {

	display: block;

	font-size: var(--font-size-body);

	font-family: var(--font-family-title);

}



.wrapper_smart_blog .block_content.list-block .image {

	float: left;

	width: 90px;

	margin-left: -100px;

	margin-top: 3px;

}



.wrapper_smart_blog .quanty_categories {

    float: right;

}



.block-categories select{

    width: 100%;

    border: 1px solid var(--ax-line-color);

    padding: 10px;

    margin-top: 10px;

    border-radius: 3px;

}



/*******-------------------smartblog */



#module-smartblog-search .pagenotfound {

    padding: 20px;

    border: 1px solid var(--ax-line-color);

    background: #fff;

}



#module-smartblog-search .pagenotfound .page-footer {

    margin-top: 25px !important;

    margin-left: -5px;

    margin-right: -5px;

}



.input-group .input-group-btn > .btn {

    font-size: var(--font-size-body);

}



/*************************************************************blog-single*************************************************/



.blog-single h1.entry-title {

    font-size: 3.6rem;

    text-align: center;

	margin-bottom: 10px;

}



.blog-single .entry-info {

    text-transform: capitalize;

    margin-bottom: 40px;

    padding: 0;

    font-size: 0;

	text-align: center;

}



.blog-single .entry-info li {

    margin: 0 5px;

	display: inline;

    color: var(--color-date);

}



.blog-single .entry-info li:first-child {

    margin-left: 0;

}



.blog-single .entry-info li:not(:last-child)::after {

    content: "";

    width: 12px;

    margin-bottom: 3px;

    margin-left: 10px;

    border-bottom: 1px solid;

    display: inline-block;

}



.blog-single .entry-info li a, .blog-single .entry-info li span {

	font-size: var(--font-size-body);

    color: inherit;

}



.blog-single .entry-info li a {

    position: relative;

    padding-bottom: 3px;

    border-bottom: 1px solid transparent;

}



.blog-single .entry-info li a:hover{

    color: var(--color-primary);

}



.blog-single .entry-info li a::after {

    color: inherit;

    height: 1px;

    border-bottom: 1px solid;

    content: "";

    display: block;

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

	transition: all 0.3s;

	-webkit-transition: all 0.3s;

	-moz-transition: all 0.3s;

	-o-transition: all 0.3s;

	-ms-transition: all 0.3s;

}



.blog-single .entry-info li a:hover::after {

    width: 100%;

}



.blog-single .entry-thumbnail {

	text-align: center;

	margin-bottom: 30px;

}



.blog-single .entry-content {

    margin-bottom: 40px;

    font-size: 100%;

}



.blog-single .single-footer {

    display: flex;

    align-items: center;

    flex-direction: row;

    justify-content: space-between;

	text-align: center;

    padding-top: 20px;

    padding-bottom: 20px;

    border-top: 2px solid var(--ax-line-color);

}



.blog-single .single-footer .entry-tags {

    display: flex;

    align-items: flex-start;

    flex-wrap: wrap;

    font-size: 0;

	flex: 0 1 100%;

	max-width: 100%;

}



.blog-single .single-footer .entry-tags a {

    position: relative;

    display: inline-flex;

    margin-top: 5px;

    margin-bottom: 5px;

    margin-right: 15px;

    padding-right: 15px;

    padding-left: 15px;

    min-width: 70px;

	background: var(--ax-bg-wrapper);

    border: 2px solid var(--ax-line-color);

    text-align: center;

    text-decoration: none;

    text-transform: capitalize;

    font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

    font-size: var(--font-size-body);

    line-height: 2.8rem;

}



.blog-single .single-footer .social-list {

    flex: 1 0 auto;

    max-width: 100%;

}



@media (max-width: 767px) {

	.blog-single .single-footer {

		flex-wrap: wrap;

		padding-top: 0;

		padding-bottom: 0;

		border-top: none;

	}

	.blog-single .single-footer .entry-tags, .blog-single .single-footer .social-list {

		flex: 1 1 100%;

		margin-bottom: 15px;

		max-width: 100%;

		width: 100%;

		text-align: center;

		justify-content: center;

	}

	.blog-single .entry-content {

		font-size: inherit;

	}

}



.blog-single .single-navigation {

    display: flex;

    align-items: center;

    flex-direction: row;

    justify-content: space-between;

    padding-top: 25px;

    padding-bottom: 25px;

    border-bottom: 2px solid var(--ax-line-color);

}



@media (max-width: 767px) {

	.blog-single .single-navigation {

		margin-bottom: 40px;

		padding-top: 15px;

		padding-bottom: 15px;

	}

}



.blog-single .single-navigation:not(:last-child) {

    margin-bottom: 60px;

}



.blog-single .single-navigation .nav-btn {

    flex: 0 1 50%;

    max-width: 50%;

}



.blog-single .single-navigation .next-btn {

    text-align: right;

}



.blog-single .single-navigation .nav-btn a {

    position: relative;

    display: block;

}



.blog-single .single-navigation .prev-btn a {

    padding-left: 50px;

    padding-right: 20px;

}



.blog-single .single-navigation .next-btn a {

    padding-right: 50px;

    padding-left: 20px;

}



.blog-single .single-navigation .nav-btn .btn-label {

    display: block;

    margin-bottom: 5px;

    color: #bababa;

    text-transform: uppercase;

    font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

    font-size: var(--font-size-body);

}



.blog-single .single-navigation .nav-btn .title-post {

    word-wrap: break-word;

    font-weight: var(--font-weight-label);

	font-family: var(--font-family-label);

    font-size: var(--font-size-body);

    line-height: 1.3;

}



@media (max-width: 767px) {

	.blog-single .single-navigation .nav-btn .title-post {

		display: none;

	}

	.blog-single .single-navigation .nav-btn .btn-label {

		margin-bottom: 0;

		color: var(--color-a);

	}

}



.blog-single .single-navigation .nav-btn a i {

    position: absolute;

    top: 50%;

    margin-top: -20px;

    width: 40px;

    height: 40px;

    font-size: 40px;

    line-height: 40px;

}



.blog-single .single-navigation .prev-btn a i {

    left: 0;

}



.blog-single .single-navigation .prev-btn a:hover i {

    -webkit-animation: Anm-ShakePrev 1s ease infinite;

    animation: Anm-ShakePrev 1s ease infinite;

}



.blog-single .single-navigation .next-btn a i {

    right: 0;

}



.blog-single .single-navigation .next-btn a:hover i {

    -webkit-animation: Anm-ShakeNext 1s ease infinite;

    animation: Anm-ShakeNext 1s ease infinite;

}



.blog-single .single-navigation .back-btn a {

    display: block;

    color: #bababa;

}



.blog-single .single-navigation .back-btn a:hover {

    color: var(--color-a);

}



.blog-single .single-navigation .back-btn a i {

    font-size: 34px;

}



/******************Comment*************************************************/



#respond {

	margin-top: 20px;

}



#comments {

	margin-top: 40px;

}



#comments .comment-reply-title {

	font-size: var(--font-size-h3);

}



.comment-list {

    padding: 0;

}



.comment-list .comment {

    padding-top: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid var(--ax-line-color);

    display: block;

}



.comment-list .comment-body {

    position: relative;

    padding-left: 95px;

}



.comment-list .comment-author {

    float: left;

    margin-bottom: 10px;

    font-size: 1.6rem;

    line-height: 2rem;

}



.comment-list .comment-author .author-name {

    color: var(--color-label);

    vertical-align: top;

    font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

}



.comment-list .comment-author img {

    position: absolute;

    top: 0;

    left: 0;

    max-width: 74px;

    width: 100%;

    border-radius: 50%;

}



.comment-list .comment-author .says {

    margin-left: 3px;

    vertical-align: top;

}



.comment-list .comment-metadata {

    margin-bottom: 15px;

    text-align: right;

    font-size: var(--font-size-body);

    line-height: 20px;

}



.comment-list .comment-meta span {

    color: #bababa;

    vertical-align: middle;

}



.comment-list .comment-reply {

    margin-top: 15px;

}



.comment-list .comment-reply a {

    text-transform: uppercase;

	color: var(--color-primary);

    font-weight: var(--font-weight-label);

	font-family: var(--font-family-label);

}



.comment-list .children {

    margin-bottom: 0;

	padding: 0;

	margin-top: 30px;

    margin-left: 30px;

    border-top: 1px solid var(--ax-line-color);

    line-height: 1.6;

}



.comment-list .children .comment:last-child {

    padding-bottom: 0;

    border-bottom: none;

}



.comment-list .comment-awaiting-moderation {

    font-style: italic;

    background: rgba(129, 129, 129, 0.05);

    padding: 5px 15px;

}



.comment-list .comment-respond {

    margin-top: 30px;

}



.comment-list .comment-reply-title small {

    vertical-align: middle;

}



.comment-list #cancel-comment-reply-link {

    display: inline-block;

    margin-left: 20px;

    font-size: 0;

	cursor: pointer;

}



.comment-list #cancel-comment-reply-link::after {

    font-size: 24px;

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: "\f00d";

}



@media (max-width: 767px) {

	.comment-list .comment-author {

		float: none;

	}

	.comment-list .comment-metadata {

		text-align: left;

	}

	.comment-list .children {

		margin-left: 0;

	}

}



/*-----------------------------------------------------*/



.img-placeholder{

	position: relative;

	overflow: hidden;

	display: block;

    transition: all .3s ease;

}



.img-loader{

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	width: 100% !important;

	height: 100% !important;

}



img.img-loader{

	opacity: 0;

    transition: all .3s ease;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

}



img.img-loader.loaded{

	opacity: 1;

}



.img-placeholder:not(.loaded){

	background-color: rgba(102,102,102,0.05);

}



.product_name p{

	margin-bottom: 0 !important;	

}



/*-----------------------------------------------------*/



.alert {

    padding: 1rem 1.5rem;

    margin-bottom: 1.5rem;

    font-size: var(--font-size-body);

}



.alert-warning {

    background-color: #ffe0cb;

    border-color: #ff9a52;

    color: #232323;

}



.alert-warning a{

    text-decoration: underline;

}



/*------------------------------------------------------------------*/



.wrapper-list-brand {

	margin-bottom: -30px;

}



.wrapper-list-brand li .brand-box {

    display: inline-block;

    float: left;

    text-align: center;

    width: 100%;

    margin-bottom: 30px;

}



.wrapper-list-brand li .brand-img {

    margin-bottom: 15px;

}



.wrapper-list-brand li .brand-img a {

	display: block;

    border-radius: 3px;

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

	transition: all 0.3s ease;

}



.wrapper-list-brand li .brand-img a:hover {

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);

}



.wrapper-list-brand li .brand-infos h3 {

	margin-bottom: 5px;

}



@media (max-width: 1024px) {

	.wrapper-list-brand {

		margin-bottom: -20px;

	}

	.wrapper-list-brand li .brand-box {

		margin-bottom: 20px;

	}

}



@media (max-width: 767px) {

	.wrapper-list-brand {

		margin-bottom: -10px;

	}

	.wrapper-list-brand li .brand-box {

		margin-bottom: 10px;

	}

}



/**********************************************************************/



.product-list-subcategories .wrapp-category {

    position: relative;

	display: block;

	margin-bottom: 30px;

}



@media (max-width: 1024px) {

	.product-list-subcategories .wrapp-category {

		margin-bottom: 20px;

	}

}



@media (max-width: 767px) {

	.product-list-subcategories .wrapp-category {

		margin-bottom: 5px;

	}

}



.product-list-subcategories .wrapp-category .category-image {

	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);

    position: relative;

    overflow: hidden;

	display: block;

}



.product-list-subcategories .wrapp-category .category-image img {

	width: 100%;

}



.product-list-subcategories .wrapp-category .category-image img {

	width: 100%;

    display: block;

    transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);

    transition: transform .5s cubic-bezier(0,0,.44,1.18);

    transition: transform .5s cubic-bezier(0,0,.44,1.18),-webkit-transform .5s cubic-bezier(0,0,.44,1.18);

}



.product-list-subcategories .wrapp-category:hover .category-image img {

    -webkit-transform: scale3d(1.1,1.1,1);

    transform: scale3d(1.1,1.1,1);

}



.product-list-subcategories .wrapp-category .category-title {

    margin-bottom: 0;

    color: #333;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 2rem;

    line-height: 1.5;

    display: block;

    padding: 15px 20px;

}



@media (min-width: 768px) {

	.product-list-subcategories .wrapp-category .category-image + .category-title {

		position: absolute;

		bottom: 0;

		left: 0;

		right: 0;

	}

}



@media (max-width: 767px) {

	.product-list-subcategories .wrapp-category .category-title {

		font-size: 1.6rem;

		padding: 10px;

		text-align: center;

	}

}



/*------------------------------------------------------------------*/



.processing-infinite #modal_loading {

	display: none !important;

}



#modal_loading {

    position: fixed;

    top: 50%;

    left: 50%;

    background: rgba(255,255,255,0.8);

    width: 60px;

    height: 60px;

	margin-top: -30px;

	margin-left: -30px;

    box-shadow: 0 0 10px rgba(0,0,0,0.15);

    z-index: 1055;

}



#modal_loading .spinner {

	width: 36px;

	height: 36px;

	display: inline-block;

	position: absolute;

	left: 50%;

	top: 50%;

	margin-top: -18px;

	margin-left: -18px;

	border-width: 3px;

	border-color: #141414;

	border-top-color: transparent;

	-webkit-animation: l-spin 0.65s infinite linear;

	animation: l-spin 0.65s infinite linear;

	border-radius: 100%;

	border-style: solid; 

}



@-webkit-keyframes l-spin {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



@keyframes l-spin {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



.addthis_inline_share_toolbox {

    margin: 0 -2px;

    margin-bottom: 15px;

    margin-top: 10px;

}



#cookielaw-accept {

    border: none;

    padding: 0 20px;

    line-height: 30px;

    min-width: 115px;

    font-weight: 400;

    margin-left: 20px;

    text-transform: inherit;

}



#cookielaw a {

	color: inherit;

	margin-left: 5px;

	text-decoration: underline;

}



#cookielaw {

    position: fixed;

    bottom: 0;

    left: 0;

    max-width: 100%;

    padding: 0;

    opacity: 0;

    visibility: hidden;

    transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;

    transform: translate(0, 50%);

    z-index: 5101;

    right: 0;

    font-weight: 400;

}



#cookielaw .cookielaw-content {

    padding: 15px 20px;

    display: flex;

    align-items: center;

	justify-content: center;

}



#cookielaw .cookielaw-content p:last-of-type {

	margin-bottom: 0;

}



#cookielaw.cookielaw-showed{ 

  opacity: 1;

  visibility: visible;

  transform: translate(0, 0);

}



@media (max-width: 767px) {

	#cookielaw .cookielaw-content {

		align-items: center;

		justify-content: end;

		flex-wrap: wrap;

	}

	#cookielaw-accept {

		margin-top: 15px;

	}

}



.block-reassurance {

	margin-top: -25px;

}



.block-reassurance ul {

    margin-bottom: 5px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-left: -10px;

    margin-right: -10px;

}



.block-reassurance ul li{

	-webkit-flex: 1;

	-ms-flex: 1;

	flex: 1;

	padding: 0 10px;

	min-width: 270px;

}



.block-reassurance ul li .block-reassurance-item {

    border-bottom: 1px solid var(--ax-line-color);

    padding: 20px 0;

    text-align: left;

    font-size: 0;

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.block-reassurance ul li:last-child .block-reassurance-item {

    border-bottom: none;

}



.block-reassurance ul li:first-child .block-reassurance-item {



}



.block-reassurance ul li .block-reassurance-item > div {

	font-size: var(--font-size-body);

	vertical-align: middle;

	margin: 5px 0;

	line-height: 1.8rem;

	-webkit-box-flex: 1;

	-webkit-flex: 1;

	-ms-flex: 1;

	flex: 1;

}



.block-reassurance ul li .block-reassurance-item > div > *:last-child {

	margin: 0;

}



.block-reassurance ul li .block-reassurance-item img {

    max-width: 50px;

    height: auto;

    margin: 5px 0;

    margin-right: 20px;

    vertical-align: middle;

}



/*--------------------------------------------------*/



.dropdown{

	color: inherit;

}



#canvas-my-account .canvas-my-account-wrapper {

	padding: 20px;

}



#canvas-my-account .sb-item{

	clear: both;

	cursor: pointer;

	display: block;

	padding: 5px 0;

	font-size: 0;

	color: var(--color-a);

	transition: all 0.2s ease-in-out 0s;

	-webkit-transition: all 0.2s ease-in-out 0s;

	-ms-transition: all 0.2s ease-in-out 0s;

	-moz-transition: all 0.2s ease-in-out 0s;

	-o-transition: all 0.2s ease-in-out 0s;

}



#canvas-my-account .sb-item:hover {

	color: var(--color-a-hover);

}



#canvas-my-account .sb-item > span{

	vertical-align: middle;

	font-size: var(--font-size-body);

}



#canvas-my-account .sb-item .compare-nbr::before, #canvas-my-account .sb-item .wishlist-nbr::before {

	content: ' (';

}



#canvas-my-account .sb-item .compare-nbr::after, #canvas-my-account .sb-item .wishlist-nbr::after {

	content: ')';

}



#canvas-my-account .sb-item i {

    font-size: 20px;

    width: 18px;

    text-align: center;

    margin-right: 10px;

    vertical-align: middle;

}



#canvas-my-account .sb-item img {

    margin-left: 2px;

    height: auto;

    margin-right: 10px;

    width: 18px;

}



#canvas-my-account .dropdown .sb-item {

	margin-bottom: 5px;

	position: relative;

}



#canvas-my-account .dropdown .sb-item::before {

	content: '';

	position: absolute;

	height: 1px;

	left: 28px;

	right: 0;

	bottom: 0;

	background: #bdbdbd;

}



#canvas-my-account .dropdown .sb-item::after {

	content: '';

	position: absolute;

	right: 0;

	bottom: 12px;

	border-top: 4px solid #9c9c9c;

	border-left: 4px solid transparent;

	border-right: 4px solid transparent;

}



#canvas-my-account .dropdown-menu {

    border: none;

    padding: 0;

        padding-left: 0px;

    position: relative;

    width: 100%;

    float: none;

    background: none;

    margin: 0 !important;

    left: auto;

    top: auto;

    min-width: auto;

    font-size: var(--font-size-body);

    padding-left: 28px;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    display: none;

    -webkit-transform: none;

    transform: none;

    opacity: 1;

    visibility: visible;

    transition: none;

}



#canvas-my-account .open > .dropdown-menu {

	display: block;

}



#canvas-my-account .dropdown-menu li a{

	display: block;

	padding: 5px 0;

}



#canvas-my-account .dropdown-menu li a img{

	width: 12px;

	height: auto;

	margin-right: 5px;

	vertical-align: 1px;

}



#canvas-my-account .sb-account-info {

	display: block;

}



#canvas-my-account .sb-account-info p{

	margin-bottom: 20px;

}



#canvas-my-account .sb-account-info p:first-child a{

	text-transform: uppercase;

	color: var(--color-primary);

	display: table;

	margin: 0 auto;

	font-weight: 700;

}



#canvas-my-account .sb-account-info p:first-child a i{

	font-size: 90px;

	margin-top: 10px;

	margin-bottom: 20px;

}



#canvas-my-account .sb-account-info p:last-child a{

	display: table;

	margin: 0 auto;

	text-transform: capitalize;

	font-weight: 500;

}



/*--------------------------------*/



#back-top {

	position: fixed;

	right: 20px;

	bottom: 20px;

	z-index: 350;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	background-color: rgba(255,255,255,.9);

	box-shadow: 0 0 5px rgba(0,0,0,.17);

	color: #333;

	text-align: center;

	opacity: 0;

	border: none;

	pointer-events: none;

	backface-visibility: hidden;

	-webkit-backface-visibility: hidden;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	transition: all .25s ease;

}



#back-top.show {

	opacity: 1;

	-webkit-transform: none;

	transform: none;

	pointer-events: visible;

}



#back-top i{

	font-size: 16px;

	vertical-align: middle;

}



#back-top:hover{

    color: #777777;

}



@media (max-width: 1024px) {

	#back-top {

		right: 12px;

		bottom: 12px;

		width: 40px;

		height: 40px;

	}	

	#back-top i{

		font-size: 14px;

	}

}



body#index .hidden-home {

	display: none !important;

}



.ps-banner {

    border: medium none;

    color: #fff;

    display: block;

	text-align: center;

    margin: 0;

    padding: 0;

    position: relative;

}



.ps-banner span {

    position: absolute;

    left: 20px;

    top: 10px;

    font-size: 18px;

	cursor: pointer;

}



.ip-iframe {

    position: relative;

    padding-bottom: 60%;

}



.ip-iframe iframe, .ip-iframe video {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

}



[style="background-color: #ffffff"]::before, [style="background-color: #FFFFFF"]::before, [style="background-color: #fff"]::before, [style="background-color: #FFF"]::before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0,0.1);

    border-radius: inherit;

}



[style="background-color: #000000"]::before, [style="background-color: #000"]::before {

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255,0.3);

    border-radius: inherit;

}



.active_color{

	color: var(--color-primary);

}



.active_background{

	background-color: var(--color-primary);

	border-color: var(--color-primary);

	color: var(--color-btn);

}



/***********************************************************************************/



@-webkit-keyframes Anm-ShakePrev {

	25% {

		-webkit-transform:translate3d(0, 0, 0);

		transform:translate3d(0, 0, 0);

	}

	50% {

		-webkit-transform:translate3d(3px, 0, 0);

		transform:translate3d(3px, 0, 0);

	}

	75% {

		-webkit-transform:translate3d(-3px, 0, 0);

		transform:translate3d(-3px, 0, 0);

	}

}



@keyframes Anm-ShakePrev {

	25% {

		-webkit-transform:translate3d(0, 0, 0);

		transform:translate3d(0, 0, 0);

	}

	50% {

		-webkit-transform:translate3d(3px, 0, 0);

		transform:translate3d(3px, 0, 0);

	}

	75% {

		-webkit-transform:translate3d(-3px, 0, 0);

		transform:translate3d(-3px, 0, 0);

	}

}



@-webkit-keyframes Anm-ShakeNext {

	25% {

		-webkit-transform:translate3d(0, 0, 0);

		transform:translate3d(0, 0, 0);

	}

	50% {

		-webkit-transform:translate3d(-3px, 0, 0);

		transform:translate3d(-3px, 0, 0);

	}

	75% {

		-webkit-transform:translate3d(3px, 0, 0);

		transform:translate3d(3px, 0, 0);

	}

}



@keyframes Anm-ShakeNext {

	25% {

		-webkit-transform:translate3d(0, 0, 0);

		transform:translate3d(0, 0, 0);

	}

	50% {

		-webkit-transform:translate3d(-3px, 0, 0);

		transform:translate3d(-3px, 0, 0);

	}

	75% {

		-webkit-transform:translate3d(3px, 0, 0);

		transform:translate3d(3px, 0, 0);

	}

}



@-webkit-keyframes Anm-Spin {

	100% {

		-webkit-transform:rotate(360deg);

		transform:rotate(360deg);

	}

}



@keyframes Anm-Spin {

	100% {

		-webkit-transform:rotate(360deg);

		transform:rotate(360deg);

	}

}



@-webkit-keyframes Anm-TransFormUp {

	from {

		-webkit-transform: none;

		transform: none;

	}

	to {

		-webkit-transform: translateY(-100%);

		transform: translateY(-100%);

	}

}



@keyframes Anm-TransFormUp {

	from {

		-webkit-transform: none;

		transform: none;

	}

	to {

		-webkit-transform: translateY(-100%);

		transform: translateY(-100%);

	}

}



@-webkit-keyframes Anm-Opacity {

	from {

        opacity: 0;

	}

	to {

		opacity: 1;

	}

}



@keyframes Anm-Opacity {

	from {

        opacity: 0;

	}

	to {

		opacity: 1;

	}

}



/******************************popup***************************************/



.modal-dialog {

    background: #ffffff;

    margin: 30px auto;

    padding: 30px;

	width: calc(100% - 60px);

    position: relative;

	display: inline-block;

	vertical-align: middle;

	text-align: left;

	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);

}



@media (max-width: 1024px) {

	.modal-dialog {

   		margin: 20px auto;

    	padding: 20px;

		width: calc(100% - 40px);

	}

}



@media (max-width: 767px) {

	.modal-dialog {

   		margin: 10px auto;

    	padding: 15px;

		width: calc(100% - 20px);

	}

}



.modal .modal-iframe-wrapper button.close {

	top: -44px;

	color: #fff !important;

	text-align: right;

}



.modal-iframe-wrapper {

	padding: 0;

	background-color: transparent;

	max-width: 900px;

}



.modal-iframe-wrapper .modal-body {

	width: 100%;

	height: 0;

	overflow: hidden;

	padding-top: 56.25%;

	position: relative;

}



.modal-iframe-wrapper iframe {

    position: absolute;

    display: block;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

    background: #000;

}



/********************************************************/



.empty-products .empty-title {

    position: relative;

    margin-top: 0px !important;

    margin-bottom: 15px !important;

    font-size: 3rem;

    line-height: 1.3;

    text-align: center;

    color: var(--color-title) !important;

    font-weight: var(--font-weight-title) !important;

    font-family: var(--font-family-title);

    display: block;

    padding: 0;

    min-height: auto;

    background: transparent !important;

}



.empty-products .empty-title::before {

    font-family: 'Line Awesome Free';

    display: block;

    margin: 0 !important;

    color: #d0d0d0;

    font-size: 140px;

    line-height: 140px;

}



.empty-products .empty-title-compare::before {

    font-weight: 900;

    content: "\f074";

}



.empty-products .empty-title-wishlist::before {

    font-weight: 400;

    content: "\f004";

}



.empty-products .empty-title-cart::before {

	font-weight: 900;

	content: "\f07a";

}



.empty-products .empty-text {

    margin-bottom: 25px;

    text-align: center;

    font-size: var(--font-size-body);

}



.empty-products .return-to-home {

    text-align: center;

	margin-bottom: 0;

}



/*************************************************************/



.psgdprgetdatabtn17 {

    float: none !important;

}



/***************************************Tab responsive*******************************************/



.shop_table_responsive {

    margin-bottom: 35px;

    width: 100%;

    border-spacing: 0;

    border-collapse: collapse;

    font-size: var(--font-size-body);

    line-height: 1.4;

}



.shop_table_responsive th {

    padding: 15px 10px;

    border: none;

    border-bottom: 2px solid var(--ax-line-color);

    color: var(--color-title);

    vertical-align: middle;

    text-align: left;

    text-transform: uppercase;

    font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

    font-size: 1.6rem;

    line-height: 1.2;

}



.shop_table_responsive td {

    padding: 15px 12px;

    border: none;

    border-bottom: 1px solid var(--ax-line-color);

    text-align: left;

}



.shop_table_responsive tbody th, .shop_table_responsive tfoot th {

    border-bottom: 1px solid var(--ax-line-color);

    text-transform: none;

    font-size: var(--font-size-body);

}



.shop_table_responsive th.product-thumbnail {

    width: 90px;

}



.shop_table_responsive td.product-thumbnail .product-image {

    min-width: 90px;

    max-width: 90px;

	display: block;

}



.shop_table_responsive th.product-remove {

    width: 40px;

}



.shop_table_responsive th.product-remove, .shop_table_responsive th.product-thumbnail {

    font-size: 0;

}



.shop_table_responsive th.product-name {

    text-align: left;

}



.shop_table_responsive tr td:last-child, .shop_table_responsive tr th:last-child {

    text-align: right;

}



@media (max-width: 767px) {

	.shop_table_responsive {

		margin-bottom: 25px;

	}

	.shop_table_responsive th, .shop_table_responsive thead {

		display: none;

	}

	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {

		display: block;

	}

	.shop_table_responsive tr {

		position: relative;

		margin-bottom: 15px;

		padding-bottom: 15px;

		border-bottom: 1px solid var(--ax-line-color);

	}

	.shop_table_responsive tr:last-child {

		margin-bottom: 0;

		border-bottom: none;

		padding-bottom: 0;

	}

	.shop_table_responsive td {

		display: block;

		margin-bottom: 8px;

		padding: 0 0 8px;

		border-bottom: none;

		text-align: right;

		clear: both;

	}

	.shop_table_responsive tr td:last-child, .shop_table_responsive tr th:last-child {

		margin: 0;

		padding: 0;

	}

	.shop_table_responsive td:not(.product-remove):not(.product-thumbnail):not(.product-name)::before {

		content: attr(data-title);

		float: left;

		padding-top: 3px;

		color: var(--color-title);

		text-transform: uppercase;

		font-weight: var(--font-weight-semi);

		font-family: var(--font-family-semi);

		font-size: 12px;

	}

	.shop_table_responsive td.product-name {

		text-align: left;

		padding: 0;

	}

	.shop_table_responsive td.product-name a {

		padding-right: 30px;

		margin-bottom: 10px;

	}

	.cart-overview .shop_table .bootstrap-touchspin {

		margin-left: auto;

	}

	.cart-overview .shop_table .bootstrap-touchspin input.form-control {

		height: 30px !important;

	}

}



/*******************************************/



body.cart-is-empty .cart-grid-body {

	-ms-flex: 0 0 100% !important;

	flex: 0 0 100% !important;

	max-width: 100% !important;

}



body.cart-is-empty .cart-grid-right {

	display: none !important;

}



body.cart-is-empty .cart-summary-products-wrapper {

	display: none !important;

}



.cart-overview .shop_table .product-remove {

    padding: 0;

    text-align: center;

}



.cart-overview .shop_table .product-remove a {

	font-size: 0;

	width: 30px;

	height: 30px;

	position: relative;

	display: block;

}



.cart-overview .shop_table .product-remove a::before {

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f00d";

    font-size: 18px;

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    width: 30px;

    height: 30px;

    line-height: 30px;

    margin-left: -15px;

    margin-top: -15px;

}



.cart-overview .shop_table .product-name .product-title {
    font-weight: var(--font-weight-label);

    font-family: var(--font-family-label);

    margin-bottom: 5px;

    display: block;

}



.cart-overview .shop_table td.product-c-price .amount {

	color: var(--color-body);

	font-weight: var(--font-weight-body);

	font-family: var(--font-family-title);

}



@media (max-width: 1024px) {

	.cart-overview .shop_table_responsive {

		margin-bottom: 0;

	}	

}



@media (max-width: 767px) {

	.cart-overview tr.cart-item {

		position: relative;

		margin-bottom: 20px;

		padding-bottom: 20px;

		padding-left: 105px;

		border-bottom: 1px solid var(--ax-line-color);

		display: block;

	}

	.cart-overview tr.cart-item:last-child {

		margin-bottom: 0;

	}

	.cart-overview .product-remove {

		position: absolute;

		top: -5px;

		right: -5px;

		z-index: 1;

		margin-bottom: 0;

		padding-bottom: 0;

		border: none;

	}

	.cart-overview .product-thumbnail {

		position: absolute;

		top: 4px;

		left: 0;

		overflow: hidden;

		margin-bottom: 0;

		padding-bottom: 0;

		max-height: 115px;

		border-bottom: none;

	}

	.cart-overview .shop_table_responsive tr td:not(:last-child):not(.product-remove):not(.product-thumbnail):not(.product-name) {

		border-bottom: 1px dashed var(--ax-line-color);

	}

}



.cart-overview .shop_table .bootstrap-touchspin {

    box-shadow: none;

    width: 80px;

    display: table;

    float: none;

}



.cart-overview .shop_table .bootstrap-touchspin .input-group-btn .btn:not(:first-child){

	display: none;

}



.cart-overview .shop_table .bootstrap-touchspin input.form-control {

    height: 42px;

    padding: 0 25px;

    text-align: center;

    width: 100%;

    border-color: var(--ax-form-bi-color);

    background: none;

    box-shadow: none;

    z-index: 1;

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn {

	position: static;

	width: 0;

	height: 0;

	display: block;

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn{

	height: auto;

	padding: 0;

	border: none;

	margin: 0;

	position: absolute;

	z-index: 2;

	top: 0;

	bottom: 0;

	width: 25px;

	font-size: 0;

	border-radius: 0;

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn:hover {

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

	border-color: var(--bg-color-btn-hover);

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-down{

	left: 0;

	border-right: 1px solid var(--ax-form-bi-color);

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up {

    right: 0;

    border-left: 1px solid var(--ax-form-bi-color);

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    height: 9px;

    border-left: 1px solid var(--color-body);

    margin-top: -4.5px;

    margin-left: -.5px;

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    width: 9px;

    border-top: 1px solid var(--color-body);

    margin-top: -.5px;

    margin-left: -4.5px;

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-down::after {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    width: 9px;

    border-top: 1px solid var(--color-body);

    margin-top: -.5px;

    margin-left: -4.5px;

}



.cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn:hover::before, .cart-overview .shop_table .bootstrap-touchspin.input-group .input-group-btn .btn:hover::after {

    border-color: #ffffff;

}



/*******************************************************************************************************************/



.swiper-arrows-hidden, .swiper-dots-hidden {

    display: none !important;

}



/*********************************************************************/



.axps-breadcrumb {

    display: inline-flex;

    align-items: center;

    flex-wrap: wrap;

    color: var(--color-title);

}



.axps-breadcrumb a {

    color: #8e8e8e;

}



.axps-breadcrumb a:hover {

    color: #585858;

}



.axps-breadcrumb a:not(:last-child)::after {

    content: "/";

    margin-left: 5px;

}



.axps-breadcrumb a {

    margin-right: 6px;

}



.axps-breadcrumb > span {

    font-weight: var(--font-weight-semi);

}



.page-title {

    position: relative;

    padding-top: 60px;

    padding-bottom: 60px;

    text-align: center;

    margin-bottom: 40px;

    background-color: #333333;

    background-size: cover;

    background-position: center center;

	color: rgba(255, 255, 255, 0.8);

	margin-top: -40px;

}



.page-title.title-text-color-dark {

    background-color: #f9f9f9;

	color: #333333;

}



.page-title .h1 {

	color: inherit;

	font-size: 6.8rem;

	line-height: 1.2;

	margin: 0;

}



.page-title .h1 a {

    color: inherit;

}



.page-title .axps-breadcrumb {

    display: inline-flex;

    align-items: center;

    flex-wrap: wrap;

    color: inherit;

    margin-top: 10px;

}



.page-title .axps-breadcrumb a {

    color: inherit;

}



.page-title .axps-breadcrumb a:hover {

    opacity: 0.7;

}



.page-title .axps-breadcrumb > span {

    font-weight: var(--font-weight-body);

    font-family: var(--font-family-body);

}



.page-title-layout-2.page-title {

	padding-top: 20px;

	padding-bottom: 20px;

}



@media (min-width: 1025px) {

	.page-title-layout-2.page-title .h1 {

		font-size: 4.4rem;

	}

}



.header-is-overlap .page-title-layout-1.page-title {

    padding-top: 202px;

}



.header-is-overlap .page-title-layout-2.page-title {

    padding-top: 162px;

}



.header-is-overlap .page-title {

    margin-top: 0;

}



@media (max-width: 1024px) {

	.page-title {

		padding-top: 15px;

		padding-bottom: 15px;

		margin-top: -20px;

	}

	.page-title .h1 {

		font-size: 3.6rem;

	}

	.header-is-overlap .page-title-layout-1.page-title, .header-is-overlap .page-title-layout-2.page-title {

		padding-top: 127px;

	}

}



@media (max-width: 767px) {

	.page-title {

		margin-top: -10px;

	}

}



/*******************************************************************************************************************/



.single-breadcrumbs-wrapper {

    margin-bottom: 10px;

}



.single-breadcrumbs-wrapper .single-breadcrumbs {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.single-breadcrumbs-wrapper .single-breadcrumbs::before {

    content: "";

    display: block;

}



.single-breadcrumbs-wrapper .axps-breadcrumb {

    flex: 1 1 auto;

    margin-bottom: 10px;

	font-size: 1.3rem;

}



.axps-products-nav {

	position: relative;

	margin-bottom: 10px;

	font-size: 0;

	flex: 0 0 auto;

}



.axps-products-nav .product-btn {

	display: inline-flex;

	vertical-align: middle;

}



.axps-products-nav .product-btn > a {

	display: block;

	width: 30px;

	height: 20px;

	color: var(--color-title);

	vertical-align: middle;

	text-align: center;

	letter-spacing: 0;

	font-size: 0;

	line-height: 20px;

}



.axps-products-nav .product-btn > a:hover {

	color: var(--color-body);

}



.axps-products-nav .product-btn > a span:before {

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f104";

	font-size: 20px;

}



.axps-products-nav .product-btn:hover > .wrapper-short {

	visibility: visible;

	opacity: 1;

	transition: opacity 0.3s ease, visibility 0.3s ease;

}



.axps-products-nav .product-next > a span:before {

	content: "\f105";

}



.axps-products-nav .axps-back-btn {

    display: inline-flex;

    width: 20px;

    height: 20px;

    color: var(--color-title);

    vertical-align: middle;

    text-align: center;

    letter-spacing: 0;

    font-size: 0;

    line-height: 20px;

}



.axps-products-nav .axps-back-btn:after {

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f009";

	font-size: 20px;

}



.axps-products-nav .axps-back-btn:hover {

	color: var(--color-body);

}



.axps-products-nav .wrapper-short {

	position: absolute;

	top: 100%;

	right: 0;

	z-index: 2;

	visibility: hidden;

	padding-top: 10px;

	min-width: 240px;

	opacity: 0;

	transition: opacity 0.1s ease 0.1s, visibility 0.1s ease 0.1s;

}

.axps-products-nav .product-short {

	display: flex;

	align-items: center;

	flex-direction: row;

	background-color: #ffffff;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);

}



.axps-products-nav .product-short-image .img-placeholder {

	width: 90px;

}



.axps-products-nav .product-short-description {

	padding: 10px 15px;

    margin-bottom: 0;

}



.axps-products-nav .product-short-description .product-title {

    display: block;

 	margin-bottom: 7px;

	font-size: var(--font-size-body);

}



.axps-products-nav .product-short-description .price {

	display: block;

	font-size: var(--font-size-body);

	line-height: 1.2;

}



/**********************************************************************/



.product-brands {

    float: right;

    margin-bottom: 10px;

    margin-left: 10px;

}



.summary-container .product-brands a {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px;

    min-height: 70px;

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

    transition: all 0.3s ease;

}



.summary-container .product-brands a:hover {

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);

}



.summary-container .product-brands img {

    max-width: 90px;

}



@media (max-width: 1024px) {

	.product-brands {

		float: none;

		margin-left: 0;

	}

	.summary-container .product-brands a {

		display: inline-block;

		padding: 0;

		min-height: 0;

		background-color: transparent !important;

		box-shadow: none !important;

	}

}



/**************************************/



.summary-container .product_title {

    font-size: 3rem;

    line-height: 1.2;

}



.summary-container > .product-prices .product-price {

    font-size: 2.2rem;

    line-height: 1.2;

	margin-bottom: 20px;

}



.summary-container .label-small {

    margin-bottom: 15px;

    margin-top: -5px;

}



.summary-container .label-small .control-label {

    font-size: 1.4rem;

    margin-right: 5px;

    float: left;

    color: var(--color-label);

    white-space: nowrap;

    font-weight: var(--font-weight-label);

    font-family: var(--font-family-label);

}



.summary-container .label-small .control-label::after {

    content: ':';

}



.summary-container .countdown-title {

    margin-bottom: 10px;

    color: var(--color-title);

	font-weight: var(--font-weight-label);

	font-family: var(--font-family-label);

}



.summary-container .countdown-timer {

    display: block;

    font-size: 0;

    line-height: 1;

    margin-bottom: 15px;

    margin-left: -2px;

    margin-right: -2px;

}



.summary-container .countdown-timer > span {

    display: inline-flex;

    align-items: center;

    flex-direction: column;

    justify-content: center;

    margin: 0 2px 5px;

    padding: 5px;

    min-width: 55px;

    min-height: 55px;

    background-color: var(--ax-bg-wrapper);

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);

    color: var(--color-title);

	font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

    font-size: 2rem;

    line-height: 1;

}



.summary-container .countdown-timer > span span.countdown-text {

    display: block;

    margin-top: 5px;

    color: var(--color-body);

    text-transform: uppercase;

	font-weight: var(--font-weight-body);

	font-family: var(--font-family-body);

    font-size: 1rem;

    line-height: 1;

}



.summary-container .product-variants .control-label {

	display: table-cell;

	vertical-align: middle;

    margin-bottom: 0;

    padding-right: 20px;

    color: var(--color-label);

    white-space: nowrap;

    font-weight: var(--font-weight-semi);

    font-family: var(--font-family-semi);

	min-width: 70px;

}



.summary-container .product-variants .control-label::after {

	content: ':';

}



.summary-container .product-variants-item {

	margin-bottom: 5px;

}



.summary-container .product-variants-item.type_color {

	margin-bottom: 10px;

}



.summary-container #product-availability {

	margin-bottom: 5px;

}



.summary-container .product-add-to-cart .add-to-cart {

	line-height: 20px;

	text-transform: uppercase;

	font-size: 1.3rem;

}



.summary-container .product-add-to-cart .qty .input-group.bootstrap-touchspin {

	margin-right: 10px;

	margin-bottom: 10px;

}



.summary-container .product-add-to-cart .add {

	font-size: 0;

}



.summary-container .product-add-to-cart .add .btn {

	margin-right: 10px;

	margin-bottom: 10px;

}



.summary-container .product-add-to-cart .add .btn:last-child {

	margin-right: 0;

}



.summary-container .product-add-to-cart .add-to-cart::after {

    content: "";

    display: inline-block;

    width: 18px;

    height: 18px;

    border: 1px solid var(--color-btn);

    border-left-color: transparent !important;

    border-radius: 50%;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-left: -9px;

	margin-top: -9px;

    opacity: 0;

}



.summary-container .product-add-to-cart .add-to-cart.loading {

    color: transparent !important;

    transition: color 0s ease;

}



.summary-container .product-add-to-cart .add-to-cart.loading::after {

    opacity: 1;

    -webkit-animation: Anm-Spin 0.65s infinite linear;

    animation: Anm-Spin 0.65s infinite linear;

}



.summary-container .product-actions {

	margin-bottom: 15px;

}



.summary-container .product-additional-info {

	clear: both;

	margin-bottom: 10px;

}



.summary-container .product-additional-info > .btn-action {

    margin-bottom: 10px;

    margin-right: 10px;

    vertical-align: middle;

    position: relative;

    display: inline-flex;

    align-items: center;

    flex-direction: row;

	font-weight: var(--font-weight-semi);

    font-size: var(--font-size-body);

    line-height: 1;

}



.summary-container .product-additional-info > .btn-action::before {

    font-family: 'Line Awesome Free';

    font-weight: 900;

    font-size: 20px;

    display: block;

    margin-right: 5px;

}



@media (max-width: 767px) {

	.summary-container .product-additional-info > .btn-action {

		margin-right: 10px;

	}	

}



.summary-container .product-additional-info > .btn-action.btn-compare::before {

    content: "\f074";

}



.summary-container .product-additional-info > .btn-action.btn-wishlist::before {

    content: "\f004";

    font-weight: 400;

}



.summary-container .product-additional-info > .btn-action.btn-size-chart::before {

    content: "\f545";

}



.summary-container .product-additional-info > .btn-action.added::before {

	font-weight: 900;

	content: "\f00c";

    font-size: 18px;

}



.summary-container .product-additional-info > .btn-action::after {

    opacity: 0;

    transition: opacity 0.2s ease;

    content: "";

    display: inline-block;

    width: 16px;

    height: 16px;

    border: 1px solid #9b9b9b;

    border-left-color: transparent !important;

    border-radius: 50%;

}



.summary-container .product-additional-info > .btn-action::after {

    position: absolute;

    top: 50%;

    left: 0;

    margin-top: -8px;

}



.summary-container .product-additional-info > .btn-action.loading::before {

    opacity: 0;

}



.summary-container .product-additional-info > .btn-action.loading::after {

    opacity: 1;

    -webkit-animation: Anm-Spin 0.65s infinite linear;

    animation: Anm-Spin 0.65s infinite linear;

}



.summary-container .product_meta {

    display: block;

    line-height: 1.2;

	font-size: 0;

}



.summary-container .product_meta {

    padding-top: 20px;

    border-top: 1px solid var(--ax-line-color);

}



.summary-container .product_meta > div {

    display: block;

    margin-bottom: 10px;

}



.summary-container .product_meta > div span.label {

    color: var(--color-label);

	font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

    font-size: var(--font-size-body);

}



.summary-container .product_meta > div a, .summary-container .product_meta > div span:not(.label) {

    display: inline-block;

    margin: 0 1px;

	padding: 3px 0;

    color: var(--color-body);

	font-weight: var(--font-weight-body);

	font-family: var(--font-family-body);

	text-transform: capitalize;

    font-size: var(--font-size-body);

}



.summary-container .product_meta > div a:hover {

	text-decoration: underline;

}



.summary-container .product_meta > div a:not(:last-child)::after {

	content: ',';

	margin-right: 3px;

}



.summary-container .social-list {

	margin-top: -4px;

	margin-bottom: 26px;

}



.summary-container .social-list::before {

    content: attr(data-title);

    font-size: var(--font-size-body);

    color: var(--color-label);

    font-weight: var(--font-weight-semi);

    font-family: var(--font-family-semi);

    vertical-align: middle;

    margin-right: 5px;

}



.summary-container .social-list a {

	width: 32px;

	height: 32px;

	vertical-align: middle;

}



.summary-container .social-list a i {

    font-size: 18px;

    line-height: 32px;

}



/*------------------------------Tab product------------------------------------------*/



.wc-tabs-wrapper {

	margin-top: 20px;

}



.wc-tabs-wrapper .nav-tabs {

	font-size: 0;

	text-align: center;

	position: relative;

	margin-bottom: 30px;

	margin-left: -15px;

	margin-right: -15px;

}



.wc-tabs-wrapper .nav-tabs::after {

	content: '';

	position: absolute;

	left: 15px;

	right: 15px;

	bottom: 0;

	height: 1px;

	background: var(--ax-line-color);

}



.wc-tabs-wrapper .nav-tabs li a {

	color: inherit;

	font-size: 1.6rem;

	margin-right: 0;

	position: relative;

	font-weight: var(--font-weight-label);

	font-family: var(--font-family-label);

	padding-bottom: 10px;

	float: left;

	line-height: 1.5;

}



.wc-tabs-wrapper .nav-tabs li a::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    background: var(--color-primary);

    height: 2px;

    width: 0;

    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);

    z-index: 1;

}



.wc-tabs-wrapper .nav-tabs li a.active,

.wc-tabs-wrapper .nav-tabs li a:hover {

	color: var(--color-title);

}



.wc-tabs-wrapper .nav-tabs li a.active:after  {

	width: 100%;

}



.wc-tabs-wrapper .nav-tabs li {

	margin: 0 15px;

	display: inline-block;

	float: none;

}



.wc-tabs-wrapper .wc-tab {

    padding-bottom: 0;

}



.wc-tabs-wrapper.tab-type-accordion .wc-tab {

    padding-bottom: 20px;

}



@media (max-width: 1024px) {

	.wc-tabs-wrapper .wc-tab {

		padding-bottom: 15px;

	}	

}



.wc-tabs-wrapper {

	border-bottom: 1px solid var(--ax-line-color);

}



@media (min-width: 1025px) {

	.tab-type-default.wc-tabs-wrapper {

		border-bottom: none;

	}

}



.wc-tabs-wrapper .accordion-title {

    position: relative;

    display: block;

    padding-top: 20px;

    padding-bottom: 20px;

    color: var(--color-title);

    text-transform: uppercase;

    font-weight: var(--font-weight-semi);

	font-family: var(--font-family-semi);

    font-size: 1.6rem;

	border-top: 1px solid var(--ax-line-color);

}



.wc-tabs-wrapper .accordion-title::after {

    position: absolute;

    top: 50%;

    right: 0;

    margin-top: -10px;

    width: 20px;

    height: 20px;

    color: var(--color-body);

    text-align: center;

    font-size: 16px;

    line-height: 20px;

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform .4s ease;

	font-family: 'Line Awesome Free';

	font-weight: 900;

	content: "\f107";

    backface-visibility: hidden;

    perspective: 800px;

    -webkit-backface-visibility: hidden;

    -webkit-perspective: 800px;

}



.wc-tabs-wrapper .accordion-title.active_accordion::after {

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

}



.wc-tabs-wrapper .accordion-title.active_accordion {

    color: var(--color-primary);

}



@media (max-width: 1024px) {

	.wc-tabs-wrapper .accordion-title {

		padding-top: 15px;

		padding-bottom: 15px;

		font-size: var(--font-size-body);

	}

}



/***************************************************/



.quick-view-wrapper .countdown-timer-wrapper {

	display: none !important;

}



.quick-view-wrapper {

	max-width: 900px;

}



.quick-view-wrapper .quick-view-row {

	margin-left: -10px;

	margin-right: -10px;

}



.quick-view-wrapper .quick-view-row .quick-view-images, .quick-view-wrapper .quick-view-row .quick-view-summary {

	padding-left: 10px;

	padding-right: 10px;

}



.quick-view-wrapper .easyzoom-flyout, .quick-view-wrapper .easyzoom-product{

    display: none !important;	

}



.quick-view-wrapper .img-light-box {

	cursor: default;

}



@media (min-width: 1200px) {

	.quick-view-wrapper .vertical-thumb .product-images-cover {

		margin-bottom: 0;

	}

}



.quick-view-wrapper .images-container {

    margin-bottom: 0;

}



@media (max-width: 767px) {

	.quick-view-wrapper .images-container {

		margin-bottom: 10px;

	}

}



.quick-view-wrapper .summary-container .social-list {

	margin-bottom: 0;

}



.quick-view-wrapper .product-images-thumb {

    margin-bottom: 0;

}



@media (max-width: 767px) {

	.quick-view-wrapper .product-images-thumb {

		margin-bottom: 20px;

	}

}



.quick-view-wrapper .product-brands {

	float: none;

	margin-left: 0;

}



.quick-view-wrapper .summary-container .product-brands a {

	display: inline-block;

	padding: 0;

	min-height: 0;

	background-color: transparent !important;

	box-shadow: none !important;

}



.quick-view-wrapper .gr-btn-additional {

	display: none !important;

}



.quick-view-wrapper .img-light-box {

	pointer-events: none;

}



.quick-view-wrapper .summary-container .product-additional-info > .btn-action.btn-size-chart {

    display: none !important;

}



/***************************************************/



.tooltip {

    position: absolute;

    z-index: 9999;

    max-width: 300px;

    color: #fff;

    padding: 0;

    border: none !important;

    font-family: inherit;

    font-size: inherit;

    background: none;

    border-radius: 0;

    box-shadow: none;

    text-align: center;

}



.tooltip .tooltip-inner {

    padding: 6px 15px;

    background: rgba(0, 0, 0, 1);

    border-radius: 0;

    font-size: 14px;

    line-height: 20px;

    min-width: 100px;

    max-width: 200px;

}



.tooltip.top {

	margin-top: -6px;

}



.tooltip.top .tooltip-arrow {

    position: absolute;

    border-color: transparent;

    border-style: solid;

    width: 12px;

    height: 6px;

    left: 50%;

    margin-left: -6px;

}



.tooltip.top .tooltip-arrow {

    bottom: -6px;

    border-width: 6px 6px 0;

    border-top-color: rgba(0, 0, 0, 1);

}



/******************/



.tooltip.left {

	margin-left: -6px;

}



.tooltip.left .tooltip-arrow {

    position: absolute;

    border-color: transparent;

    border-style: solid;

    width: 6px;

    height: 12px;

    top: 50%;

    margin-top: -6px;

}



.tooltip.left .tooltip-arrow {

    right: -6px;

    border-width: 6px 0px 6px 6px;

    border-left-color: rgba(0, 0, 0, 1);

}



/******************/



.tooltip.right {

	margin-left: 6px;

}



.tooltip.right .tooltip-arrow {

    position: absolute;

    border-color: transparent;

    border-style: solid;

    width: 6px;

    height: 12px;

    top: 50%;

    margin-top: -6px;

}



.tooltip.right .tooltip-arrow {

    left: -6px;

    border-width: 6px 6px 6px 0px;

    border-right-color: rgba(0, 0, 0, 1);

}



/***********************************************************/



body.processing-infinite #axps_loading {

	opacity: 0 !important;

	visibility: hidden !important;

}



#axps_loading {

    position: fixed;

    top: 0;

	left: 0;

	right: 0;

	height: 100vh;

    background: rgba(0, 0, 0, 0.2);

    z-index: 1056;

	opacity: 0;

	visibility: hidden;

	-webkit-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;

	-moz-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;

	-o-transition: opacity 0.15s ease-out, visibility 0.15s ease-out;

	transition: opacity 0.15s ease-out, visibility 0.15s ease-out;

}



#axps_loading.loading_show {

	opacity: 1;

	visibility: visible;

}



#axps_loading .axps_loading_inner {

    height: 50px;

    width: 50px;

    background-color: rgba(255, 255, 255, 0.8);

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    display: inline-block;

    position: fixed;

    left: 50%;

    top: 50%;

    margin-top: -25px;

    margin-left: -25px;

    border-radius: 5px;

}



#axps_loading .spinner {

    height: 28px;

    width: 28px;

	display: inline-block;

	position: absolute;

	left: 50%;

	top: 50%;

	margin-top: -14px;

	margin-left: -14px;

    border-radius: 50%;

	border: 2px solid rgba(0, 0, 0, 0.8);

	border-left-color: transparent !important;

	-webkit-animation: Anm-Spin 0.65s infinite linear;

	animation: Anm-Spin 0.65s infinite linear;

}



/***************************************************************************/



.nav-products-list-top {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: space-between;

    margin-bottom: 20px;

}



.nav-products-list-top p {

	margin: 0;

}



@media (max-width: 1024px) {

	.nav-products-list-top .wc-result-count {

		display: none;

	}

}



.nav-products-list-top-left, .nav-products-list-top-center, .nav-products-list-top-right {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    justify-content: space-between;

	position: relative;

}



.wc-ordering-dropdown .dropdown-menu, .gr-per-page .dropdown-menu {

	right: 0;

	left: auto;

	margin-top: 2px;

}



.wc-ordering-dropdown .dropdown-toggle, .gr-per-page .dropdown-toggle {

    line-height: 32px;

    border: 1px solid var(--ax-line-color);

    padding: 0 10px;

}



.gr-per-page {

	margin-left: 15px;

}



.wc-ordering-dropdown {

	margin-left: 5px;

}



@media (max-width: 1024px) {

	.wc-ordering-dropdown {

		position: static;

	}

}



.gr-list-gird {

	font-size: 0;

	display: flex;

}



.gr-list-gird a:first-child {

	margin-right: 10px;

}



.gr-list-gird svg {

	width: 19px;

	height: 19px;

}



.gr-list-gird a {

	fill: var(--color-title);

	opacity: 0.3;

}



.gr-list-gird a:hover, .gr-list-gird a.active-view {

	opacity: 1;

}



.nav-products-list-top .filter-buttons {

    margin-right: 30px;

}



@media (max-width: 767px) {

	.nav-products-list-top .filter-buttons {

		margin-right: 10px;

	}

}



.nav-products-list-top .filter-buttons a {

    text-transform: uppercase;

    font-weight: var(--font-weight-semi);

    font-family: var(--font-family-semi);

	border-bottom: 1px solid;

}



.nav-products-list-top .filter-buttons a::after {

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: "\f067";

    font-size: 15px;

    margin-left: 5px;

}



body.facets-open .nav-products-list-top .filter-buttons a.open-filters-middle::after {

    content: "\f068";

}



/************************************************************/



.products .item-inner .countdown-title {

	display: none;

}



.products .item-inner .countdown-timer {

    display: block;

    font-size: 0;

    line-height: 1;

    margin-bottom: 15px;

}



.products .item-inner .countdown-timer > span {

    display: inline-flex;

    align-items: center;

    flex-direction: column;

    justify-content: center;

    padding: 5px 2px;

    background-color: rgba(255, 255, 255, 0.8);

	color: #484848;

    font-size: 1.2rem;

    line-height: 1.2;

    width: 25%;

    border-right: 1px solid rgba(0, 0, 0, 0.06);

}



.products .item-inner .countdown-timer > span:last-child {

	border-right: none;

}



.products .item-inner .countdown-timer-wrapper {

    position: absolute;

    bottom: 5px;

    left: 5px;

    right: 5px;

    text-align: center;

	z-index: 1;

	font-size: 0;

	opacity: 1;

	visibility: visible;

    transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

}



.products .item-inner .countdown-timer {

    width: 150px;

    max-width: 100%;

    margin: 0 auto;

}



/*****************************************************/



.archive-bottom {

	margin-top: 30px;

}



.archive-load-button {

	text-align: center;

}



.widget-archive-loader {

	cursor: default;

}



.widget-archive-loader:before {

    content: "";

    display: inline-block;

    width: 16px;

    height: 16px;

    border: 1px solid #9b9b9b;

    border-left-color: transparent !important;

    border-radius: 50%;

    vertical-align: middle; 

	margin-right: 5px;

}



.widget-archive-loader:before {

    -webkit-animation: Anm-Spin 0.65s infinite linear;

    animation: Anm-Spin 0.65s infinite linear;

}



.archive-load-button .btn {

    background: none;

    border: 2px solid var(--ax-line-color);

    box-shadow: none;

    color: #333;

    text-transform: uppercase;

}



/************************************************************/



.widget {

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid var(--ax-line-color);

}



.widget:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}



.widget-title {

    font-size: 2rem;

    margin-bottom: 20px;

}



.widget_tag_cloud .tagcloud {

    margin: -1px;

    font-size: 0;

}



.widget_tag_cloud .tagcloud a {

    display: inline-block;

    margin: 1px;

    padding: 5px 12px;

    border: 1px solid var(--ax-line-color);

    text-transform: capitalize;

    font-size: 1.2rem !important;

	color: var(--color-body);

	background: var(--ax-bg-wrapper);

}



.widget_tag_cloud .tagcloud a:hover {

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

	border-color: var(--bg-color-btn-hover);

}



.widget_recent_comments ul li::before {

    display: inline-block;

    margin-right: 7px;

    color: #232323;

    font-size: 16px;

	font-family: 'Line Awesome Free';

	content: "\f27a";

	font-weight: 900;

	vertical-align: middle;

	line-height: 12px;

}



.widget_recent_comments ul li:not(:last-child) {

	margin-bottom: 15px;

}



.widget ul, .widget label {

    margin: 0;

}



.widget-facet-search ul li {

    display: block;

    padding-top: 5px;

    padding-bottom: 5px;

}



.widget-facet-search ul li:not(.facet_color) {

    flex: 1 1 100%;

}



/*************************************************************/



.canvas-widget-content .widget-title {

    font-size: 2rem;

    margin-bottom: 15px;

}



.canvas-widget-content .widget:not(:last-child) {

    margin-bottom: 20px;

    padding-bottom: 20px;

}



#canvas-facets-search #search_filters_wrapper {

	padding: 20px;

}



#canvas-facets-search #search_filters_wrapper .corlor-tooltip {

	display: none !important;

}



.facet-dropdown .select-title {

    padding: 10px 20px;

    border: 1px solid var(--ax-line-color);

    position: relative;

    display: block;

}



.facet-dropdown .select-title i {

    position: absolute;

    right: 20px;

    top: 50%;

    line-height: 14px;

    margin-top: -7px;

}



.widget-facet-search .has-magnitude {

	padding-right: 40px;

}



.widget-facet-search .magnitude {

    font-size: 12px;

    color: var(--color-body);

    text-align: center;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -10px;

    line-height: 20px;

}



.widget-facet-search .wrapper-no-scroll {

	margin-top: -10px;

	margin-right: -10px;

}



.widget-facet-search .facet_color {

    display: inline-block;

    border: none;

    padding-bottom: 0;

    padding-right: 10px;

    padding-top: 10px;

}



.widget-facet-search .facet_color .custom-checkbox {

	margin: 0;

	display: block;

}



.widget-facet-search .facet_color .custom-checkbox input + span {

    width: 20px;

    height: 20px;

    border-radius: 100%;

    background-color: transparent;

}



.widget-facet-search .facet_color .custom-checkbox input:checked + span, .widget-facet-search .facet_color:hover .custom-checkbox input + span {

    box-shadow: 0 0 0 1px rgba(0,0,0);

}



#active-search-filters ul {

    display: flex;

    flex-wrap: wrap;

    margin: -2px;

}



#active-search-filters ul li a {

    display: inline-block;

    color: #666666;

    font-size: 1.2rem;

    position: relative;

    padding: 0 15px;

    margin: 2px;

    border: none;

    line-height: 24px;

    background: #f3f3f3;

}



#active-search-filters ul li a:not(.filter-block-all)::after {

    font-family: 'Line Awesome Free';

    font-weight: 900;

    content: '\f00d';

    font-size: 12px;

    margin-left: 5px;

}



#active-search-filters ul li a:hover, #active-search-filters ul li a.filter-block-all {

	color: var(--color-btn-hover);

	background-color: var(--bg-color-btn-hover);

	border-color: var(--bg-color-btn-hover);

}



#active-search-filters {

	margin-bottom: 13px;

}



/**************************************************************************************/



#facets_search_middle {

    padding-top: 30px;

    border-top: 1px solid var(--ax-line-color);

    margin-bottom: 30px;

    border-bottom: 1px solid var(--ax-line-color);

    display: none;

}



#facets_search_middle #search_filters {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-right: -15px;

	margin-left: -15px;

}



#facets_search_middle #search_filters .widget {

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

    padding-left: 15px;

    padding-right: 15px;

    border: none;

    margin-bottom: 30px;

    padding-bottom: 0;

}



@media (max-width: 1024px) {

	#facets_search_middle #search_filters .widget {

		padding: 0 10px;

	}

	#facets_search_middle #search_filters {

		margin: 0 -10px;

	}

}



@media (max-width: 767px) {

	#facets_search_middle #search_filters .widget {

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;

		padding: 0 5px;

		border: none;

	}

	#facets_search_middle #search_filters {

		margin: 0 -5px;

	}

}



@media (max-width: 575px) {

	#facets_search_middle #search_filters .widget {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

	}

}



#facets_search_middle #search_filters .widget-title {

    font-size: 1.8rem;

    margin-bottom: 20px;

}



/**************************************************************************************/



#facets_search_middle_dropdown {

    padding-top: 15px;

    border-top: 1px solid var(--ax-line-color);

    margin-bottom: 25px;

}



#facets_search_middle_dropdown .widget-content {

	position: relative;

}



#facets_search_middle_dropdown .widget-facet-search .wrapper-no-scroll {

	margin-top: -5px;

}



#facets_search_middle_dropdown .facet-wrapper-content {

    position: absolute;

    top: 100%;

    left: 0;

    min-width: 100%;

    visibility: hidden;

    opacity: 0;

    transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;

    transition: opacity .2s ease,visibility .2s ease,transform .2s ease;

    transition: opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease;

    pointer-events: none;

    text-align: left;

    list-style: none;

    background-color: #fff;

    background-clip: padding-box;

    z-index: 2;

    border: none;

    border-radius: 0;

	min-width: 220px;

	padding: 15px;

	margin-top: 2px;

    box-shadow: 0 0 3px rgba(0,0,0,.15);

    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);

    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);

    -webkit-transform: translateY(15px) translateZ(0);

    transform: translateY(15px) translateZ(0);

}



#facets_search_middle_dropdown .facet-open > .facet-wrapper-content {

    visibility: visible;

    opacity: 1;

    -webkit-transform: none;

    transform: none;

    pointer-events: visible;

    pointer-events: unset;

}



#facets_search_middle_dropdown #search_filters .widget {

    margin: 5px;

    padding-bottom: 0;

    border-bottom: none;

	display: inline-block;

}



#facets_search_middle_dropdown #search_filters {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -5px;

}



#facets_search_middle_dropdown #search_filters .widget-title {

    font-size: 1.4rem;

    margin-bottom: 0;

    background-color: #f6f6f6;

    cursor: pointer;

    font-weight: var(--font-weight-body);

    padding: 10px 20px;

    position: relative;

    display: flex;

    align-items: center;

}



#facets_search_middle_dropdown #search_filters .widget-title::after {

    content: "\f107";

    font-family: 'Line Awesome Free';

    font-weight: 900;

    font-size: 80%;

    margin-left: 5px;

}



/*****************************************************************************/



.archive-wrapper-items {

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.archive-wrapper-items > .item {

	-ms-flex: 0 0 calc(100%/4);

	flex: 0 0 calc(100%/4);

	max-width: calc(100%/4);

}



.archive-wrapper-items > .item-product-list {

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;

}



/***********************************************************/



#header-sticky {

    position: fixed;

	top: 0;

	right: 0;

	left: 0;

    z-index: 1040;

	background: #ffffff;

	border: none;

	backface-visibility: hidden;

	-webkit-backface-visibility: hidden;

	pointer-events: none;

	box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);

	-webkit-transform: translateY(-100%);

	transform: translateY(-100%);

}



header.is-sticked #header-sticky {

	visibility: visible;

	opacity: 1;

	pointer-events: visible;

	pointer-events: unset;

	transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.3s ease;

	transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.3s ease;

	transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.3s ease,-webkit-transform 0.3s ease;

}



header.is-sticked.is-scroll-up #header-sticky {

	-webkit-transform: none;

	transform: none;

}



/********************************************************/



.ax-show-swatches .ax-swatch-inner {

	display: block !important;

}



.ax-show-swatches .ax-swatches-more {

	display: none !important;

}



/********************************************************/



.page-order-detail h3 {

    color: var(--color-title);

}



a.text-muted:focus, a.text-muted:hover {

    color: var(--color-a-hover) !important;

}



/**********************************************************/



.swiper-wrapper .swiper-slide-alert {

    flex: 0 0 100% !important;

    width: 100% !important;

    max-width: 100% !important;

    text-align: center;

}



.swiper-wrapper .alert {

	margin-bottom: 0 !important;

}



/**********************************************************/



@media (min-width: 1025px) {

	.product-layout-2 .col-my-reviews, .product-layout-2 .col-reviews-form, .product-layout-4 .col-my-reviews, .product-layout-4 .col-reviews-form, .product-layout-5 .col-my-reviews, .product-layout-5 .col-reviews-form, .product-layout-6 .col-my-reviews, .product-layout-6 .col-reviews-form, .product-layout-7 .col-my-reviews, .product-layout-7 .col-reviews-form, .product-layout-9 .col-my-reviews, .product-layout-9 .col-reviews-form, .product-layout-10 .col-my-reviews, .product-layout-10 .col-reviews-form {

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;

	}

	.product-layout-2 #reviews_form, .product-layout-4 #reviews_form, .product-layout-5 #reviews_form, .product-layout-6 #reviews_form, .product-layout-7 #reviews_form, .product-layout-9 #reviews_form, .product-layout-10 #reviews_form {

		position: sticky;

		top: 80px;

	}

	.product-layout-2 .reviews-list hr:last-child, .product-layout-4 .reviews-list hr:last-child, .product-layout-5 .reviews-list hr:last-child, .product-layout-6 .reviews-list hr:last-child, .product-layout-7 .reviews-list hr:last-child, .product-layout-9 .reviews-list hr:last-child, .product-layout-10 .reviews-list hr:last-child {

		margin-bottom: 0;

	}

}



@media (min-width: 1025px) {

	.product-layout-10 .product-brands {

		float: none;

		margin-left: 0;

	}

	.product-layout-10 .summary-container .product-brands a {

		display: inline-block;

		padding: 0;

		min-height: 0;

		background-color: transparent !important;

		box-shadow: none !important;

	}

	.product-layout-10 .summary-container {

		max-width: 600px;

		margin-left: auto;

		margin-right: auto;

		text-align: center;

	}

	.product-layout-10 .label, .product-layout-10 label {

		text-align: center;

	}

	.product-layout-10 .summary-container .product-add-to-cart .qty .input-group.bootstrap-touchspin {

		margin-right: 0;

		margin-bottom: 10px;

		float: none;

	}

	.product-layout-10 .summary-container .product-variants-item {

		margin-bottom: 20px;

		display: table;

		margin-left: auto;

		margin-right: auto;

	}

	.product-layout-10 .product-images-thumb .swiper-arrows {

		padding: 0 3px;

		margin-top: 10px;

		text-align: center;

	}

	.product-layout-10 .product-images-cover {

		max-width: 600px;

		margin-left: auto;

		margin-right: auto;

	}

	.product-layout-10 .product-images-thumb {

		max-width: 300px;

		margin-left: auto;

		margin-right: auto;

	}

	.product-layout-10 .images-container {

		overflow: visible;

	}

	.product-layout-10 .img-placeholder:not(.loaded) {

		background-color: rgba(102,102,102,0);

	}

	.product-layout-10 .product-images-cover::after {

		content: '';

		position: absolute;

		top: 0;

		bottom: 0;

		width: 100vw;

		left: 50%;

		margin-left: -50vw;

		background: #f2f2f2;

		z-index: 0;

	}

	.product-layout-10 .product-images-thumb .images-thumb-wrapper.img-count-1 .swiper-wrapper, .product-layout-10 .product-images-thumb .images-thumb-wrapper.img-count-2 .swiper-wrapper, .product-layout-10 .product-images-thumb .images-thumb-wrapper.img-count-3 .swiper-wrapper, .product-layout-10 .product-images-thumb .images-thumb-wrapper.img-count-4 .swiper-wrapper {

		justify-content: center;

	}

}



/**************************************************/



#canvas-facets-search #_desktop_facets_search {

	display: block !important;

}



/***************************************************************/



.axps-demos-dropdown-wrapper {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: flex-start;

    align-content: flex-start;

    justify-content: center;

}



.axps-demos-dropdown-wrapper .axps-demo-preview-item {

	flex: 0 0 auto;

	max-width: 300px;

	width: 20%;

	padding-left: 15px;

	padding-right: 15px;

	margin-bottom: 30px;

}



.axps-demos-dropdown-wrapper {

    margin-left: -15px;

    margin-right: -15px;

    margin-top: 5px;

    margin-bottom: -15px;

}



#canvas-menu-mobile .axps-demos-dropdown-wrapper .axps-demo-preview-item {

	width: 50%;

	padding-left: 7px;

	padding-right: 7px;

	margin-bottom: 15px;

}



#canvas-menu-mobile .axps-demos-dropdown-wrapper {

    margin-left: -7px;

    margin-right: -7px;

    margin-top: 5px;

    margin-bottom: -7px;

}



.axps-demo-preview-item {

	text-align: center;

}



.axps-demo-preview-item .axps-demo-preview-item-inner {

	position: relative;

	transition: transform .3s ease;

	-webkit-transition: transform .3s ease;

}



.axps-demo-preview-item.hide-by-search {

	display: none;

}



.axps-demo-preview-item .axps-demo-image {

	position: relative;

	box-shadow: 0 0 9px rgba(0, 0, 0, .15);

	margin-bottom: 10px;

}



.axps-demo-preview-item .axps-image-loading .axps-preview-loader {

	opacity: 1;

	visibility: visible;

	transition: opacity .3s ease, visibility .3s ease;

}



.axps-demo-preview-item .axps-image-loading .axps-preview-loader:after {

	animation: axps-load-spin .45s infinite linear;

}



.axps-demo-preview-item .axps-demo-preview-link {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 2;

    display: block;

    padding: 0;

    min-height: auto;

    border: none;

    font-size: inherit;

    line-height: inherit;

}



.axps-demo-preview-item img {

	width: 100%;

}



.axps-demo-preview-item .axps-demo-name {

	font-weight: 600;

	font-size: 14px;

	line-height: 1.4;

	color: #212121;

}



.axps-demo-preview-item .axps-demo-text {

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	font-size: 14px;

	line-height: 1.4;

	text-transform: uppercase;

	letter-spacing: .2px;

	font-weight: 600;

	color: #fff;

	padding: 10px 15px;

	background-color: rgba(0, 0, 0, .7);

}



.axps-demo-label {

	position: absolute;

	top: 0;

	right: 0;

	font-size: 12px;

	line-height: 16px;

	letter-spacing: .4px;

	text-transform: uppercase;

	color: #fff;

	font-weight: 900;

	border: 20px solid transparent;

}



.axps-demo-label span {

	position: absolute;

	top: -14px;

	left: -7px;

	font-size: 10px;

	font-weight: 900;

	transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

}



.axps-demo-label.new {

	border-top: 20px solid #25a955;

	border-right: 20px solid #25a955;

}



.axps-demo-label.hot {

	border-top: 20px solid #f44336;

	border-right: 20px solid #f44336;

}



/*****************************************************************/



.product-information .js-mailalert {

    margin-top: 10px;

    padding-top: 20px;

    border-top: 1px solid var(--ax-line-color);

}



.product-information .js-mailalert .form-control {

    text-align: center;

}



.product-information .js-mailalert button {

    width: 100%;

    margin-bottom: 10px;

}



.product-information .js-mailalert .alert:last-child {

    margin-bottom: 0;

}



.product-information .js-mailalert > span {

    display: block;

    padding: 0 !important;

    margin-bottom: 20px;

}



/****************************************************************************/



.grecaptcha-badge {

    z-index: 99;

}



.axps-buy-now {

	display: none

}



@media only screen and (min-width:1024px) {

	@-webkit-keyframes bn-scaleout {

		0% {

			-webkit-transform: scale(0)

		}

		100% {

			-webkit-transform: scale(1);

			opacity: 0

		}

	}

	@keyframes bn-scaleout {

		0% {

			-webkit-transform: scale(0);

			transform: scale(0)

		}

		100% {

			-webkit-transform: scale(1);

			transform: scale(1);

			opacity: 0

		}

	}

	.axps-buy-now:after {

		content: '';

		position: absolute;

		width: 110px;

		height: 110px;

		background: #7cb442;

		bottom: -18px;

		right: -18px;

		-webkit-animation: bn-scaleout 1.0s infinite ease-in-out;

		animation: bn-scaleout 1.0s infinite ease-in-out;

		border-radius: 50%;

		z-index: -1

	}

	.axps-buy-now {

		bottom: 50px;

		display: inline-block;

		position: fixed;

		right: 123px;

		z-index: 999

	}

    .axps-buy-now-btn {

        background-color: #729c29;

        color: #fff;

        font-size: 30px;

        font-weight: 600;

        text-align: center;

        line-height: 60px;

        height: 70px;

        position: absolute;

        right: 0;

        bottom: 0;

        width: 70px;

        border-radius: 50%;

        -webkit-border-radius: 50%;

        -moz-border-radius: 50%;

        box-shadow: -6.772px 8.668px 16px 0 rgba(28, 30, 35, .15);

        -webkit-box-shadow: -6.772px 8.668px 16px 0 rgba(28, 30, 35, .15);

        -moz-box-shadow: -6.772px 8.668px 16px 0 rgba(28, 30, 35, .15);

    }

	.axps-buy-now-btn:hover {

		color: #f8f8f8

	}

	.axps-buy-now-btn .currency-symbol {

		font-size: 14px;

		vertical-align: super;

		font-weight: 400;

		margin-right: 3px

	}

	.axps-buy-now-btn .envato-logo {

		background: #7cb442 url(envato-logo.png) no-repeat scroll center center;

		border-radius: 50%;

		bottom: -10px;

		height: 40px;

		padding: 6px;

		position: absolute;

		right: -24px;

		width: 40px

	}

}





