:root {
  --main-bg: #98b646;
}

/* common */
html {
  scroll-behavior: smooth;
}
html.is-fixed {
    overflow: hidden;
}
.is-fixed {
    overflow-y: hidden;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

a {
    transition: color .4s, border .4s, background .4s;
}

.redC {
	color: red;
}
.whitec {
	color: white;
}
.darkc {
    color: #444;
}
.no-scroll {
	overflow: hidden;
}
.hid {
	display: none;
}
.text-decoration-underline {
    text-decoration: underline;
}
.text-decoration-underline-imp {
    text-decoration: underline !important;
}
.text-decoration-underline-hov:hover{
    text-decoration: underline;
}
.cp,
.c-pointer {
    cursor: pointer;
}
.null {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    border: none;
}

.children-w-100 > * {
    width: 100%;
}

.div-img-auto img {
    width: auto;
}

.div-img-w-auto-imp img {
    width: auto !important;
}

.div-img-h-auto-imp img {
    height: auto !important;
}

.h-35-rem {
    height: 3.5rem;
}

a {
	transition: 0.5s color, 0.5s background;
	color: black;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #2777bb;
}
a.focus-within:focus,
a.focus-within:focus * {
	text-decoration: none;
	color: #2777bb !important;
}
button:focus,
a:focus,
input:focus {
	outline: none;
}
.sectionC {
    background: #f6f6f6;
}
.headerC {
    color: #e00b17;
}
.backgroundC {
    background-color: #e00b17;
}
.before-white::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 100%;
    width: 60px;
    border-bottom: 3px solid #eaf2ec;
}
.before-color::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 100%;
    width: 60px;
    border-bottom: 3px solid #e00b17;
}

.css-hide-if-empty:empty {
    display: none;
}

.css-prepend:before {
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: inherit;
    line-height: 10px;
    
    margin-right: 4px;
}

.css-append:after {
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: inherit;
    line-height: 10px;
    margin-left: 3px;
}

.css-append--alt:after {
    margin-left: 6px;
}

.prepend-minus:before {
    content: '-';
}

.append-percent:after {
    content: '%';
}


.hover-opacity {
    transition: .4s;
}

.hover-opacity:hover {
    opacity: .8;
}

.box-shadow-1 {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
}

.box-shadow-2 {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .25);
}

.box-shadow-2-hover:hover {
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.20) !important;
}

.box-shadow-2-hover {
    transition: 0.3s;
}

.box-shadow-3 {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .25);   
}
.box-shadow-3-hover {
    box-shadow: 0 0 0 0 white;
    transition: 0.3s;
}

.box-shadow-3-hover:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .25);   
    transition: 0.3s;
}
.box-shadow-4 {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15)
}

.box-shadow-4-hover {
    transition: box-shadow .3s;
}

.box-shadow-4-hover:hover {
    box-shadow: 0 2px 10px #c7cad0
}

.box-shadow-5 {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25) !important;
}

.box-shadow-6 {
    box-shadow: 5px 5px 20px 0 #00000066;
}

.box-shadow-7 {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
}

.box-shadow-5-hover {
  transition: box-shadow 0.3s ease-in-out;
}

.box-shadow-5-hover:hover {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.box-shadow-inner-1 {
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25) inset;
}
.box-shadow-inner-2 {
    box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, .25);
}

/* box-shadow-remove-hover */

.box-shadow-remove-hover {
    transition: 0.5s;
}

.box-shadow-remove-hover:hover {
    box-shadow: unset !important;
}

/* box-shadow-hover-outter-and-inner-1 */

@media (min-width: 991.92px) {

    .box-shadow-hover-outter-and-inner-1 {
        transition: .3s;
    }

    .box-shadow-hover-outter-and-inner-1:hover {
        box-shadow: 0 0 8px 5px var(--color-19), 0 0 8px 5px var(--color-19) inset;
    }
}

/* text-shadow */
.text-shadow-1 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
}

/* text-stroke */

.text-stroke-white {
    -webkit-text-stroke: 1.5px #fff;
}

/* text-stroke-desktop */

@media ( min-width: 991.92px ) {
    
    .text-stroke-white-desktop {
        -webkit-text-stroke: 1.5px #fff;
    }
}

/* p-none-desktop */

@media ( min-width: 991.92px ) {
    
    .p-none-desktop {
        pointer-events: none;
    }
}

.font-style-normal {
    font-style: normal;
}

.iframe-w-100 iframe {
    width: 100%;
}

/* Translate element with 50% below (for desktop) */

@media (min-width: 992px) {
    
    .traslate-y-50-desktop {
        transform: translateY(50%);
    }
}

.container--3 {
    max-width: 1630px;
}
.container--4 {
    max-width: 1600px;
    padding: 0 15px;
}

.container--5 {
    max-width: 1400px;
}

.container--1030 {
    max-width: 1030px;
    padding: 0 15px;
}

.container--1420 {
    max-width: 1420px;
    padding: 0 15px;
}

.z-below {
    z-index: -1;
}
.transform-rotate-y-180 {
    transform: rotateY(180deg);
}
.roateY180,
[data-should-invert-image="1"] {
    transform: rotateY(180deg);
}

.btn-full {
    padding: 10px;
    border: 1px solid #e00b17;
    background-color: #e00b17;
    color: white;
    border-radius: 5px;
    display: inline-block;
}
.btn-full:hover {
    background: white;
    border: 1px solid #e00b17;
    color: #e00b17;
}
.btn-empty {
    padding: 10px;
    border: 1px solid #e00b17;
    color: #e00b17;
    border-radius: 5px;
    display: inline-block;
}
.btn-empty:hover {
    border: 1px solid #e00b17;
    background-color: #e00b17;
    color: white;
    border-radius: 5px;
}
.img-holder {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.img-holder img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.underline {
    text-decoration: underline;
}
.form-control:focus {
	border-color: #2777bb;
	box-shadow: 0 0 0 0.1rem #2777bb;
}
.form-control.focus-inv:focus {
	border-color: #014075;
	box-shadow: 0 0 0 0.1rem #014075;
}
.slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: white;
    border: 1px solid #2777bb;
    border-radius: 50%;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: #2777bb;
}
.slick-slide {
    outline: none;
}
.card-body {
    border-top: 1px solid #d5d5d5;
}
.with-background {
    background-image: url('../images/background.png');
    background-size: cover;
    background-attachment: fixed;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #e00b17;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #e00b17;
}

.list-style-none {
    list-style: none;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.c-light { color: var(--light); }
.c-main { color: var(--main); }
.c-dark { color: var(--dark); }
.c-second { color: var(--second); }
.c-black { color: black; }
.b-light { background: var(--light); }
.b-main { background: var(--main); }
.b-dark { background: var(--dark); }
.b-second { background: var(--second); }
.bg-black { background: black; }

.left-0 { left: 0; }
.left-25 { left: 25%; }
.left-50 { left: 50%; }
.left-75 { left: 75%; }
.left-100 { left: 100%; }
.right-0 { right: 0; }
.right-25 { right: 25%; }
.right-50 { right: 50%; }
.right-75 { right: 75%; }
.right-100 { right: 100%; }
.top-0 { top: 0; }
.top-25 { top: 25%; }
.top-50 { top: 50%; }
.top-75 { top: 75%; }
.top-100 { top: 100%; }
.bot-0 { bottom: 0; }
.bot-25 { bottom: 25%; }
.bot-50 { bottom: 50%; }
.bot-75 { bottom: 75%; }
.bot-100 { bottom: 100%; }

.rounded-2 {
    border-radius: 5px;
}

/* decorations */
@media (max-width: 375px) {
    .line-after {
        font-size: 18px;
    }
}

@media (min-width: 375px) {
	.line-after {
		position: relative;
		display: inline-block;
        padding-right: 65px;
	}.line-after:after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 50px;
		height: 4px;
		background: var(--main);
	}
}
/* decorations */

.text-strikethrough {
    text-decoration: line-through;
}



.submenu-1 {
    display: none;
}

.submenu-1.is-active {
    display: block;
}

.submenu-toggler-1 {
    border: none;
    background: none;

    padding: 0;
    height: 20px;
    line-height: 20px;
    font-size: 25px;
    flex: 0 0 20px;

    text-align: center;
    
    font-weight: bold;
}


/* CHECKBOX */
.checkbox-label-1 {
    padding-left: 20px;
    user-select: none;
    cursor: pointer;
}

.checkbox-label-1 a:hover {
    opacity: .6;
}

.checkbox-label-1 .checkbox {
    opacity: 0;
    height: 0;
    width: 0;
}

.checkbox-label-1 .checkmark {
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #000;
    transition: background .4s;
}

.checkbox-label-1 .checkmark:after,
.checkbox-label-1 .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label-1 .checkbox:checked ~ .checkmark:after,
.checkbox-label-1 .checkbox:checked ~ .checkmark:before {
    display: block;
}

.checkbox-label-1 .checkbox:checked ~ .checkmark {
    background: #000;
}

.checkbox-label-1 .checkmark:after, 
.checkbox-label-1 .checkmark:before {
    background: #fff;
    height: 2px;
    width: 10px;
    left: 1px;
    top: 5px;
    transform: rotate(40deg);
}

.checkbox-label-1 .checkmark:before {
    transform: rotate(-40deg);
}


.custom-checkbox-container-1 label:before {
    content: '';
    height: 17px;
    width: 17px;
    position: absolute;
    left: 15px;
    top: 2px;
    border: 1px solid #ccc;
    pointer-events: none;
}

.custom-checkbox-container-1 input {
    opacity: 0;
}

.custom-checkbox-container-1:has(>input:checked) label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 21px;
    width: 6px;
    height: 10px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    transform: rotate(41deg);
}

/*  checkbox-label-1--right  */

.checkbox-label-1--right {
    padding: 0 20px 0 0;
}

.checkbox-label-1--right .checkmark {
    left: auto;
    right: 0;
    top: 0;
}



/* CHECKBOX */

/* CHECKBOX - 2 */
.checkbox-label-2 {
	padding-left: 24px;
	font-size: 15px;
	user-select: none;
}

.checkbox-label-2 a:hover {
    opacity: .6;
}

.checkbox-label-2 .checkbox {
	opacity: 0;
	height: 0;
	width: 0;
}

.checkbox-label-2 .checkmark {
    top: 2px;
    left: 0;
    height: 16px;
    width: 17px;
	background-color: #D3D3D3;
	transition: background .4s;
}

.checkbox-label-2 .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-label-2 .checkbox:checked ~ .checkmark:after {
	display: block;
}

.checkbox-label-2 .checkmark:after {
    left: 6px;
    top: 2px;
	width: 6px;
	height: 10px;
	border: solid #2a2c30;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
/* CHECKBOX - 2 */
/*  checkbox-label-2--border  */

.checkbox-label-2--border .checkmark {
    border: 1px solid #393E46;
    background: #fff;
    border-radius: 2px;
}

.checkbox-label-2--border .checkmark:after {
    left: 5px;
    top: 1px;
    border-width: 0 2px 2px 0;
}

/* RADIO CONTAINER */
.radio-container-1 {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container-1 .radio-checkmark {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.radio-container-1 input:checked ~ .radio-checkmark {
    background-color: #000;
}

.radio-container-1 .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container-1 input:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-container-1 .radio-checkmark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.radio-container-1 img {
    max-width: 60px;
}
/* RADIO CONTAINER */
.radio-container-1.checkbox-label-1--right  {
    padding-left: 0;
}
.checkbox-label-1--right .radio-checkmark {
    left: auto;
    right: 0;
}

/*******************************
    radio-container-2
*******************************/

.radio-container-2 {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-container-2 input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-container-2 input ~ .radio-checkmark {
    position: relative;
    margin-left: 15px;
}

.radio-container-2 input ~ .radio-checkmark:after {
    content: '';
    display: none;
    width: 12px;
    height: 20px;
    margin-bottom: 5px;
    border: solid #2BB673;
    border-width: 0 4px 4px 0;
    transform: rotate(40deg);
}

.radio-container-2 input:checked ~ .radio-checkmark:after {
    display: block;
}

/* steps-1 */
.steps-1.steps-no-wrap {
    flex-wrap: nowrap !important;
}

.steps-1 .step {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    
    .steps-1 .step {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 10px 0;
    }
    
    .steps-1.steps-no-wrap .step {
        flex: 1 1 auto;
        max-width: unset;
    }
}

.steps-1 .step span {
    font-weight: 700;
    color: #b4b4b4;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 22px;
    font-size: 14px;
    transition: border .4s, color .4s;
    text-align: center;
}

.steps-1 .step span em {
    font-style: normal
}

@media ( min-width: 766.92px ) {
    
    .steps-1 .step span {
        height: 32px;
        width: 32px;
        padding: 3px 9px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.steps-1 .step span i {
    display: none;
}

.steps-1 .step strong {
    color: #b4b4b4;
    transition: color .4s;
    font-size: 14px;
}

@media ( min-width: 766.92px ) {
    
    .steps-1 .step strong {
        font-size: 16px;
    }
}

.steps-1 .step.is-completed span i {
    display: block;
}

.steps-1 .step.is-completed span em {
    display: none;
}

.steps-1 .step.is-active span,
.steps-1 .step.is-completed span {
    border: 2px solid #e7b769;
    background: #e7b769;
    color: #fff;
}

.steps-1 .step.is-completed span {
    padding: 6px;
}

.steps-1 .step.is-active strong,
.steps-1 .step.is-completed strong {
    color: #000;
    border-bottom: 2px solid #000;
}

.steps-1 .step__line {
    height: 2px;
    background: #b4b4b4;
    margin-top: 20px;
    transition: background .4s;
}

@media ( min-width: 766.92px ) {
    
    .steps-1 .step__line {
        margin-top: 14px;
    }
}

.steps-1 .step__line.is-completed {
    background: #e7b769;
}
/* steps-1 */

/* .color-button */

.color-options-container-2[data-hide-if-only-one-color-oc="1"] li:only-child > button[data-variation-value="OC"] {
    display: none;
}

.color-options-container-2 .color-button.is-active {
    border: 3px solid #e1b265;
}

.color-options-container-2 .color-button {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 3px solid #ccc; 
    transition: 0.5s border;
    padding: 0;
    position: relative;
}

.color-options-container-2 .color-btn-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #333;
    border: 1px solid #4f4f4f;
    border-radius: 5px;
    padding: 4px 8px;
    pointer-events: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    opacity: 0;
    transition: opacity .4s;
}

.color-options-container-2 .color-btn-tooltip:after {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

.color-options-container-2 .color-button:hover .color-btn-tooltip {
    opacity: 1;
}
/* .color-button */


/* .size-buttons */
.size-options-container-2 .section__sizes {
    display: none;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .15);
    transition: all .4s;
}

@media (max-width: 768px) {
    
    .size-options-container-2 .section__sizes {
        font-size: 14px;
    }
}

.size-options-container-2 .section__sizes.is-active {
    display: block;
}

.size-options-container-2 .section__sizes h6 {
    cursor: pointer;
    font-size: 15px;
}

.size-options-container-2 .section__sizes h6 img {
    max-width: 16px;
    transition: transform .4s;
}

.size-options-container-2 .section__sizes h6.is-active img {
    transform: rotate(180deg);
}

.size-options-container-2 .section__sizes ul {
    max-height: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .5s;
}

.size-options-container-2 .section__sizes ul.is-active {
    max-height: 2000px;
    opacity: 1;
    transform: scaleY(1);
}
.size-options-container-2 .section__sizes ul li:last-of-type {
    padding-bottom: 16px!important;
}

/* .size-options-container-2 .section__sizes ul li:first-child {
    border: none !important;
} */

.js-unavailable-form-1 {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    width: 230px;
    bottom: 100%;
    right: 0;
    transition: opacity .4s;
    opacity: 0;
    pointer-events: none;
}

.js-unavailable-form-1.is-active {
    opacity: 1;
    pointer-events: all;
}

.js-unavailable-form-1 input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-right: 30px;
    font-size: 15px;
}
.js-unavailable-form-1 button img {
    max-width: 16px;
}

.js-unavailable-form-1 button {
    bottom: 21px;
    right: 16px;
    cursor: pointer;
    background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
}

.js-unavailable-form-1 button {
    background: var(--color-3);
}


.size-options-container-2 .section__sizes .section__size-unavailable,
.size-options-container-4 .size-unavailable {
    color: #aaa;
}

.size-options-container-2 .section__sizes .section__size-unavailable .js-unavailable-form,
.size-options-container-4 .size-unavailable .js-unavailable-form,
.direction-cont.direction-unavailable .js-unavailable-form {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    width: 230px;
    bottom: 100%;
    right: 0;
    transition: opacity .4s;
    opacity: 0;
    pointer-events: none;
}

.size-options-container-2 .section__sizes .section__size-unavailable .js-unavailable-form.is-active,
.size-options-container-4 .size-unavailable .js-unavailable-form.is-active,
.direction-cont.direction-unavailable .js-unavailable-form.is-active {
    opacity: 1;
    pointer-events: all;
}

.size-options-container-2 .section__sizes .section__size-unavailable input,
.size-options-container-4 .size-unavailable input,
.direction-cont.direction-unavailable .js-unavailable-form input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-right: 30px;
    font-size: 15px;
}

.size-options-container-2 .section__sizes .section__size-unavailable mark,
.size-options-container-4 .size-unavailable mark {
    color: #aaa;
    transition: color .4s;
    cursor: pointer;
}

.size-options-container-2 .section__sizes .section__size-unavailable mark:hover,
.size-options-container-4 .size-unavailable mark:hover {
    color: #000;
}

.size-options-container-2 .section__sizes .section__size-unavailable .js-unavailable-form button img,
.size-options-container-4  .size-unavailable .js-unavailable-form button img,
.direction-cont.direction-unavailable .js-unavailable-form button img {
    max-width: 16px;
}

.size-options-container-2 .section__sizes .section__size-unavailable .js-unavailable-form button,
.size-options-container-4 .size-unavailable .js-unavailable-form button,
.direction-cont.direction-unavailable .js-unavailable-form button {
    bottom: 21px;
    right: 16px;
    cursor: pointer;
    background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
}

.size-options-container-4 .size-unavailable .js-unavailable-form button,
.direction-cont.direction-unavailable .js-unavailable-form button {
    background: var(--color-3);
}

.size-options-container-2 .section__sizes .size-btn {
    color: #343a40;
}

.size-options-container-2 .section__sizes .section__size-unavailable .size-btn,
.size-options-container-4 .size-unavailable .size-btn {
    pointer-events: none;
    color: #aaa;
}

.size-options-container-2 .section__sizes .size-btn.is-active {
    color: #e1b265 !important;
}

.size-options-container-2.pointer-all .section__sizes .section__size-unavailable .size-btn,
.size-options-container-4.pointer-all .size-unavailable .size-btn {
    pointer-events: all;
}

.size-options-container-4 .btn-size-cont.has-size-os {
    display: none;
}

/* .size-buttons */

/* color-btn only OC */

.color-options-container-4 .color-btn-modal.has-color-oc {
    display: none;
}

/*  renderButton4 - color buttons */

.color-btn-modal .modal-body .color-button {
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
}

/*  renderButton4 - directions buttons */

.direction-options-container-4 .direction-btn-modal {
    display: none;
}

.direction-options-container-4 .direction-btn-modal.is-active {
    display: inline-block;
}

/*  render-buttons-4-btn-trigger  */

.render-buttons-4-btn-trigger {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 0;
}

.render-buttons-4-btn-trigger.is-active:after {
    transform: rotate(-135deg) translateY(-5px);
}

/*  direction - unavailable  */

.direction-cont.direction-unavailable .card-render-buttons-4 {
    pointer-events: none;
    cursor: not-allowed;
}

.direction-cont.direction-unavailable .card-render-buttons-4 .card__image {
    opacity: .5;
}

.direction-cont.direction-unavailable .card-render-buttons-4 .card-title {
    color: #ccc;
}

.direction-cont.direction-unavailable .card-render-buttons-4 .title-arrow path {
    fill: #ccc;
}

.direction-cont.direction-unavailable .js-unavailable {
    cursor: pointer;
    color: var(--color-3);
}

/*  btn-size-cont  */

.btn-size-cont {
    display: none;
}

.btn-size-cont.is-active {
    display: block;
}

/*  size-btn  */

.size-btn.is-active {
    color: var(--color-3);
}

/*  render-buttons-4-ul  */

.render-buttons-4-ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .15);
    padding: 8px 10px;
    opacity: 0;
    transform-origin: top center;
    transform: scaleY(0);
    transition: opacity .4s;
    z-index: 2;
}

.render-buttons-4-ul.is-active {
    opacity: 1;
    transform: scaleY(1);
}

.render-buttons-4-ul li + li {
    border-top: 1px solid #ccc;
    padding-top: 2px;
    margin-top: 2px;
}

/*  render-buttons-4-modal  */

.render-buttons-4-modal .title-arrow {
    transition: transform .4s;
}

@media (min-width: 991.92px) {
    
    .render-buttons-4-modal .card-render-buttons-4:hover .title-arrow {
        transform: rotate(45deg);
    }
}

@media ( min-width: 767px ) {

    .render-buttons-4-modal .modal-dialog {
        max-width: 700px;
    }

    .render-buttons-4-modal .modal-content {
        border-radius: 15px;
    }
}

/*  card-render-button-4 card__image   */

.card-render-buttons-4 .card__image img {
    transition: opacity .4s;
}

.card-render-buttons-4 .card__image img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 991.92px) {

    .card-render-buttons-4 .card__image:hover img:first-child {
        opacity: 0;
    }
    
    .card-render-buttons-4 .card__image:hover img:nth-child(2) {
        opacity: 1;
    }
}

/*  add-to-cart-container-4 buy-btn  */

.add-to-cart-container-4 .buy-btn {
    color: #fff;
    background: var(--color-3);
    border: 1px solid var(--color-3);
    border-radius: 20px;
    padding: 0 25px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    transition: background .4s, color .4s;
    margin-bottom: 20px;
}

@media (min-width: 991.92px) {
    
    .add-to-cart-container-4 .buy-btn:hover {
        background: #fff;
        color: var(--color-3);
    }

    .add-to-cart-container-4 .buy-btn:hover svg path {
        stroke: var(--color-3);
    }
}

/* add-to-cart-container-4 out-of-stock-btn */

.add-to-cart-container-4 .out-of-stock-btn {
    background: var(--color-4);
    color: #fff !important;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    border-radius: 30px;
    padding: 0 25px;
    margin-bottom: 20px;
}

/*  add-to-cart-container-4 FAVS  */

.add-to-cart-container-4 .js-favourite {
    transition: background .4s;
    background-image: url('/assets/template_files/images/heart-light-blue.svg');
    position: relative;
    display: block;
    min-height: 23px;
    border: 0;
    background-size: 26px 26px !important;
    background-repeat: no-repeat;
    /* margin-bottom: 20px; */
    padding-left: 30px;
    color: var(--color-3);
    background-position: 0 center;
}

.add-to-cart-container-4 .js-favourite:after {
    content: 'Добави в любими';
    color: var(--color-3);
}

@media (min-width: 991.92px) {

    .add-to-cart-container-4 [data-add-favs-btn-container] > span:hover .js-favourite:after {
        color: #fff;
    }
}

.add-to-cart-container-4 .js-favourite.active {
    background-image: url('/assets/template_files/images/heart_full-light-blue.svg');
}

.add-to-cart-container-4 .js-favourite.active:after {
    content: 'Премахни от любими';
}

/* .add-to-cart-and-favs */
.add-to-cart-container-2 .section__favourites {
    width: 45px;
    transition: background .4s;
    background-image: url('/assets/template_files/images/heart.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}

.add-to-cart-container-2 .section__favourites.active {
    background-image: url('/assets/template_files/images/heart_full.svg');
}

@media (min-width: 992px) {
    .add-to-cart-container-2 .section__favourites:hover {
        background-image: url('/assets/template_files/images/heart_full.svg');
    }
}

.add-to-cart-container-2 [buy-product-button],
.add-to-cart-container-2 .render-buttons-2-add-to-cart-no-variation-button {
    font-size: 15px;
    border-radius: 0;
    padding: 13px;
}
/* .add-to-cart-and-favs */

/* custom containers */
.container--1 {
    max-width: 1440px;
}

.container--2 {
    max-width: 1920px;
    padding: 0 15px;
}
/* custom containers */

/* font sizes */
.fz-7 { font-size: 7px !important; }
.fz-8 { font-size: 8px !important; }
.fz-9 { font-size: 9px !important; }
.fz-10 { font-size: 10px !important; }
.fz-11 { font-size: 11px !important; }
.fz-12 { font-size: 12px !important; }
.fz-13 { font-size: 13px !important; }
.fz-14 { font-size: 14px !important; }
.fz-15 { font-size: 15px !important; }
.fz-16 { font-size: 16px !important; }
.fz-17 { font-size: 17px !important; }
.fz-18 { font-size: 18px !important; }
/* font sizes */

/*******************************
    Btns
*******************************/

.btn-1 {
    height: 32px;
    line-height: 30px;
    border-radius: 0;
    letter-spacing: 0.48px;
    padding: 0 35px;
    white-space: nowrap;
    display: inline-block;
    transition: background .4s, color .4s;
}

.btn-2 {
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    letter-spacing: 0.48px;
    padding: 0 35px;
    white-space: nowrap;
    display: inline-block;
    transition: background .4s, color .4s;
}

.btn-white {
    border: 1px solid #fff;
    color: #000 !important;
    background: #fff;
}

.btn-white:hover {
    background: #000 !important;
    color: #fff !important;
}

.btn-black {
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
}

.btn-black svg path {
    transition: fill .4s;
}

.btn-black:hover {
    background: #fff;
    color: #000 !important;
}

.btn-black:hover svg path {
    fill: #000;
}

.btn-disabled {
    background: #fff;
    color: #666 !important;
    border: 1px solid #666;
    cursor: auto !important;
}.btn-disabled:hover {
    background: #fff;
    color: #666 !important;
    border: 1px solid #666;
}

/*  btn 3 for diskret  */

.btn-3 {
    border: 1px solid var(--color-3);
    border-radius: 20px;
    transition: 0.3s;
    background: var(--color-3);
    color: var(--color-2);
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}

.btn-3:hover {
    background: var(--color-2);
    color: var(--color-3);
}

/*  btn 3 alternate version with svg  */

.btn-3--alt {
    background: var(--color-2);
    color: var(--color-3);
    padding: 0.6rem 1rem;
}

.btn-3--alt:hover {
    background: var(--color-3);
    color: var(--color-2);
}

.btn-3--alt svg,
.btn-3--alt svg path {
    transition: 0.3s;
    fill: var(--color-3);
}

.btn-3--alt:hover svg {
    transform: rotate(45deg);;
}

.btn-3--alt:hover svg path {
    fill: var(--color-2);
}

@media (min-width: 575.92px) {
    
    .btn-3--alt {
        padding: 0.6rem 1.5rem;
    }
}

/*  btn 3 alternate version with svg Inverted  */

.btn-3--alt-inverted {
    background: var(--color-3);
    color: var(--color-2);
    padding: 0.6rem 1rem;
}

.btn-3--alt-inverted svg,
.btn-3--alt-inverted svg path {
    transition: 0.3s;
    fill: var(--color-2);
}

@media (min-width: 575.92px) {
    
    .btn-3--alt-inverted {
        padding: 0.6rem 1.5rem;
    }
}

@media (min-width: 991.92px) {
    
    .btn-3--alt-inverted:hover {
        background: var(--color-2);
        color: var(--color-3);
    }
    
    .btn-3--alt-inverted:hover svg {
        transform: rotate(45deg);;
    }
    
    .btn-3--alt-inverted:hover svg path {
        fill: var(--color-3);
    }
}

/*  btn 3 alternate version with svg but for parnters  */

.btn-3--v2 {
    background: transparent;
    color: var(--color-3);
    padding: 0.6rem 1.5rem;
}

.btn-3--v2:hover {
    background: var(--color-3);
    color: var(--color-2);
}

.btn-3--v2 svg,
.btn-3--v2 svg path {
    transition: 0.3s;
    fill: var(--color-3);
}

.btn-3--v2:hover svg path {
    fill: var(--color-2);
}

@media (min-width: 575.92px) {
    
    .btn-3--v2 {
        padding: 0.6rem 2rem;
    }
}

/*  btn 3 alternate version with svg for callout */

.btn-3--v3 {
    border: 1px solid var(--color-2);
    background: transparent;
    padding: 0.6rem 1rem;
}

.btn-3--v3 svg,
.btn-3--v3 svg path {
    transition: 0.3s;
    fill: var(--color-2);
}

.btn-3--v3:hover svg {
    transform: rotate(45deg);;
}

.btn-3--v3:hover svg path {
    fill: var(--color-3);
}

@media (min-width: 575.92px) {
    
    .btn-3--v3 {
        padding: 0.6rem 1.5rem;
    }
}

/* btn 3 version with svg for the back button of the header dropdown */

.btn-3--v4 {
    background: transparent;
    color: var(--color-3);
    padding: 0.3rem 0.8rem;;
    font-size: 13px;
}

.btn-3--v4:hover {
    background: var(--color-3);
    color: var(--color-2);
}

.btn-3--v4 svg,
.btn-3--v4 svg path {
    transition: 0.3s;
    fill: var(--color-3);
}

.btn-3--v4:hover svg {
    transform: rotate(-35deg);
}

.btn-3--v4:hover svg path {
    fill: var(--color-2);
}

@media (min-width: 575.92px) {
    
    .btn-3--v4 {
        padding: 0.6rem 1rem;
    }
}

/*  btn 3 alternate version for the header's promotion button  */

.btn-3--v5 {
    position: relative;
    text-transform: uppercase !important;
    background: var(--color-3);
    color: var(--color-2) !important;
    border-radius: 20px;
    font-weight: 500 !important;
    transition: 0.3s;
    box-shadow: 0 0 10px 3px #0000003b;
}

.btn-3--v5:hover {
    background: var(--color-2);
    color: var(--color-3) !important;
}

.btn-3--v5::before {
    content: "";
    position: absolute;
    inset: 2px;
    border: 1px solid white;
    border-radius: 20px;
    transition: 0.3s;
}

.btn-3--v5:hover::before {
    border-color: var(--color-3);
}

/* red btn */

.btn-3--v5.btn--red {
    box-shadow: 0 0 10px 3px #eb1025;
    background: #eb1025;
}

.btn-3--v5.btn--red:hover {
    background: #fff;
    color: #eb1025 !important;
}

.btn-3--v5.btn--red:hover:before {
    border-color: #eb1025;
}

/* BUTTONS */

/* hover svg */ 

@media ( min-width: 991.92px ) {
    
    .svg-fill-hov-3 path {
        transition: fill .3s;
    }
    
    .svg-fill-hov-3:hover path {
        fill: var(--color-3);
    }

}

/*******************************
    Forms
*******************************/

/*  form 1  */

.form-1 textarea {
    height: 130px;
}

.form-1 input,
.form-1 textarea {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.form-1 input::placeholder,
.form-1 textarea::placeholder {
    color: #bbb;
}

.form-1 input:focus,
.form-1 textarea:focus {
    background: transparent;
    color: #fff;
}

.form-1 p,
.form-1 a {
    color: #fff;
    transition: opacity .4s;
}

.form-1 a:hover {
    opacity: .7;
}

.form-1 button {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 35px;
    height: 52px;
    line-height: 50px;
    transition: color .4s, background .4s;
}

.form-1 button:hover {
    color: #fff;
    background: #000;
}

/*  form 2  */

.form-2 .form-group {
    text-align: left !important;
}

.form-2 label {
    font-weight: 500;
}

.form-2 .submit-black button {
    display: inline-block;
    white-space: nowrap;
    background: #000;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000;
    color: #fff !important;
    border-radius: 0;
    transition: background .4s, color .4s;
}

.form-2 .submit-black:hover button {
    background: #fff;
    color: #000 !important;
}

/* form-3 - sbb */
.form-3 form input, 
.form-3 form select,
.form-3 form textarea {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    background: transparent;
    border-radius: 0;
}

.form-3 form input:focus, 
.form-3 form textarea:focus {
    background: transparent;
}

.form-3 form input::placeholder, 
.form-3 form textarea::placeholder {
    color: #D3D3D3;
}

.form-3 form button[type="submit"] {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 0 30px;
    border-radius: 25px;
    height: 40px;
    line-height: 38px;
    transition: color .4s, background .4s;
}

.form-3 form .form-group.not-rounded button[type="submit"] {
    border-radius: 0;
}

.form-3 form .form-group.black-btn button[type="submit"] {
    background: #000;
    color: #fff;
}

.form-3 form button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.form-3 form .form-group.black-btn button[type="submit"]:hover {
    background: #fff;
    color: #000;
}

/* form 3--alt */
.form-3.form-3--alt form input, 
.form-3.form-3--alt form select,
.form-3.form-3--alt form textarea {
    border: none;
    border-bottom: 2px solid var(--color-9);
    color: var(--color-8);
    background: transparent;
    border-radius: 0;
}

.form-3.form-3--alt form textarea {
    border: 2px solid var(--color-9) !important;
    border-radius: 20px;
    margin-top: 1rem;
}

.form-3.form-3--alt input::placeholder {
    opacity: 1;
    color: var(--color-8) !important;
}
/* form-submit-btn-color-3 */
.form-submit-btn-color-3 button[type="submit"] {
    border-radius: 5px;
    background: var(--color-3);
    border: 1px solid var(--color-3);
    color: #fff;
    transition: color .4s, background .4s;
    height: 45px;
    line-height: 43px;
    padding: 0px 40px;
}

.form-submit-btn-color-3 button[type="submit"]:hover {
    color: var(--color-3);
    background: #fff;
}
/* form-btn-submit-color-3--alt */

.form-btn-submit-color-3--alt button[type="submit"] {
    color: #fff !important;
    background: var(--color-3) !important;
    border: 2px solid var(--color-3) !important;
    height: 45px !important;
    line-height: 43px !important;
    border-radius: 20px !important;
    padding: 0 35px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    transition: background .4s, color .4s !important;
}

.form-btn-submit-color-3--alt button[type="submit"]:hover {
    color: var(--color-3) !important;
    background: #fff !important;
}

/* form-btn-submit-color-3--alt-v2 */

.form-btn-submit-color-3--alt-v2 button[type="submit"] {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    color: #fff !important;
    background: var(--color-3) !important;
    border: 1px solid var(--color-3) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 30px !important;
    padding: 0 35px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    transition: background .4s, color .4s !important;
}

.form-btn-submit-color-3--alt-v2 button[type="submit"]:hover {
    color: var(--color-1) !important;
    background: #fff !important;
}

/* form-btn-submit-color-3--alt-v3 */

.form-btn-submit-color-3--alt-v3 button[type="submit"] {
    color: #fff !important;
    background: var(--color-3) !important;
    border: 1px solid var(--color-3) !important;
    height: 50px !important;
    line-height: 40px !important;
    border-radius: 40px !important;
    padding: 0px 20px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    width: unset !important;
}

.form-btn-submit-color-3--alt-v3 button[type="submit"]:hover {
    color: var(--color-3) !important;
    background: var(--color-2) !important;
}

.form-btn-submit-color-3--alt-v3 button[type="submit"] svg path {
    transition: 0.4s;
}

.form-btn-submit-color-3--alt-v3 button[type="submit"]:hover svg path {
    fill: var(--color-3);
}

/* form-4 - hydro */
.form-4 input[type="text"] {
    height: 50px;
    border-radius: 10px;
    padding: 0 15px;
    border: 1px solid #AAAAAA;
}

.form-4 textarea {
    
    border-radius: 10px;
    border: 1px solid #AAAAAA;
}

.form-4 button[type="submit"] {
    background: #002B44;
    color: #fff;
    border: 1px solid #002B44;
    padding: 0 30px;
    border-radius: 10px;
    height: 44px;
    line-height: 42px;
    transition: color .4s, background .4s;
}

.form-4 button[type="submit"]:hover {
    background: #fff;
    color: #002B44;
}

.form-4 .form-check-input {
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.form-4 .form-check-input ~ p:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 13px;
    height: 14px;
    width: 14px;
    border: 1px solid #000;
    pointer-events: none
}

.form-4 .form-check-input:checked ~ p:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 6px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*  form-submit-btn-color-4  */
.form-submit-btn-color-4 button[type="submit"] {
    border-radius: 5px;
    background: var(--color-4);
    border: 1px solid var(--color-4);
    color: #fff;
    transition: color .4s, background .4s;
    height: 45px;
    border-radius:20px;
    line-height: 43px;
    padding: 0px 40px;
}
.form-submit-btn-color-4 button[type="submit"]:hover {
    background: #fff;
    color: var(--color-4);
}

/*  form-5  */
.form-5 input[type="text"],
.form-5 input[type="date"],
.form-5 textarea,
.form-5 select {
    padding: 0 15px;
    border-radius: 16px !important;
    box-shadow: 0px 0px 10px 4px rgba(99, 99, 99, .25);
    margin-top:0.6rem;
    border: 0;
}
.form-5 input[type="text"],
.form-5 select {
    height: 40px;
}
.form-5 textarea {
    height: 146px;
}
.form-5 button[type="submit"] {
    width: 100%;
    border-radius: 25px;
    transition: all .4s;
}
.form-5 button[type="submit"]:hover {
    background: var(--color-4);
    color: #FFFFFF;
    border: 1px solid var(--color-4);
}
.form-5 .form-check-input {
    opacity: 0;
}
.form-5 .form-check-input ~ p:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    height: 13px;
    width: 13px;
    border-radius: 0;
    border: 1px solid #767676;
    pointer-events: none;
}
.form-5 .form-check-input:checked ~ p:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--color-3);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    pointer-events: none;
}

/* form 5 alt */

.form-5.form-5--alt input[type="text"],
.form-5.form-5--alt input[type="date"],
.form-5.form-5--alt textarea,
.form-5.form-5--alt select {
    border-radius: 0 !important;
}

.form-5.form-5--alt button[type="submit"] {
    width: unset;
    padding: 8px 30px;
    border-radius: 0;
}

/* form 5 alt-v2 */

.form-5.form-5--alt-v2 input[type="text"],
.form-5.form-5--alt-v2 input[type="date"],
.form-5.form-5--alt-v2 textarea,
.form-5.form-5--alt-v2 select {
    box-shadow: unset;
    border: 1px solid #CCCCCC;
}

/*  form-6  */

.form-6 form input, 
.form-6 form select,
.form-6 form textarea {
    border: none;
    border-bottom: 2px solid var(--color-9);
    color: var(--color-8);
    background: transparent;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.form-6 form textarea {
    border: 2px solid var(--color-9) !important;
    border-radius: 20px;
    margin-top: 0.5rem;
    height: 100px;
}

@media (min-width: 991.92px) {
    
    .form-6 form textarea {
        height: 160px;
    }
}

.form-6 form .form-group {
    margin-bottom: 1.5rem;
}

.form-6 .form__heading {
    font-size: 1.25rem;
}

@media (min-width: 575.95px) {
    
    .form-6 .form__heading {
        font-size: 1.75rem;
    }
}

.form-6 .form-control:focus {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0 !important;
    border-color: var(--color-3);
    box-shadow: 0 0 0 0;
}

.form-6 textarea:focus {
    background: transparent;
    outline: 0 !important;
    border-color: var(--color-3) !important;
    border: 2px solid !important;
    box-shadow: 0 0 0 0.1rem var(--color-3) !important;
}

.form-6 form input::placeholder, 
.form-6 form textarea::placeholder {
    color: var(--color-8) !important;
}

.form-6 .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.25rem !important;
}

.form-6 .form-select::after {
    content: '';
    position: absolute;
    user-select: none;
    pointer-events: none;
    right: 15px;
    top: 38%;
    display: inline-block;
    height: 9px;
    width: 9px;
    border-bottom: 2px solid var(--color-1);
    border-right: 2px solid var(--color-1);
    transform: translateY(0px) rotate(45deg);
    transition: transform 0.3s ease;
}
    
.form-6 .form-select.active::after {
    transform: translateY(2px) rotate(225deg);
}

.form-6 form button[type="submit"] {
    border: 1px solid var(--color-3);
    border-radius: 20px;
    transition: 0.3s;
    font-weight: 500;
    background: var(--color-2);
    color: var(--color-3);
}

.form-6 form button[type="submit"] svg {
    transition: 0.3s;    
}

.form-6 form button[type="submit"]:hover {
    background: var(--color-3);
    color: var(--color-2);
}

.form-6 form button[type="submit"] svg path {
    width: 18px;
    max-width: 18px;
    transition: 0.3s;
    fill: var(--color-3);
}

.form-6 form button[type="submit"]:hover svg {
    transform: rotate(45deg);
}

.form-6 form button[type="submit"]:hover svg path {
    fill: var(--color-2);
}

@media (min-width: 575.92px) {
    .form-6 form button[type="submit"] {
        padding: 0.6rem 1.5rem;
    }
}

/* form-6--alt */

.form-6.form-6--alt form textarea {
    padding-top: .5rem;
    border-radius: 10px !important;
    font-size: 14px;
}

.form-6.form-6--alt form input {
    font-size: 14px;
}

@media (min-width: 991.92px) {

    .form-6.form-6--alt form textarea {
        padding-top: 1rem;
        border-radius: 20px !important;
        font-size: 16px;
    }

    .form-6.form-6--alt form input {
        font-size: 16px;
    }
}

.form-6.form-6--alt .form-label-style-1 label {
    position: relative;
    padding-top: 10px;
}

.form-6.form-6--alt .form-label-style-1 label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--color-3);
}

.form-6.form-6--alt .form-input-fz-14 input::placeholder,
.form-6.form-6--alt .form-textarea-fz-14 textarea::placeholder {
    font-size: 14px;
}

.form-6.form-6--alt input,
.form-6.form-6--alt select {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--color-9) !important;
}

.form-6.form-6--alt input:focus,
.form-6.form-6--alt select:focus {
    border-bottom: 1px solid var(--color-3) !important;
}

.form-btn-submit-color-3 button[type="submit"] {
    color: #fff !important;
    background: var(--color-3) !important;
    border: 1px solid var(--color-3) !important;
    height: 45px !important;
    line-height: 43px !important;
    border-radius: 5px !important;
    padding: 0 35px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    transition: background .4s, color .4s !important;
}

.form-btn-submit-color-3 button[type="submit"]:hover {
    color: var(--color-3) !important;
    background: #fff !important;
}

.form-btn-submit-color-border-hov-3 button[type="submit"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transition: all .4s;
}

.form-btn-submit-color-border-hov-3 button[type="submit"]:hover {
    background-color: #fff !important;
    color: var(--color-3) !important;
    border: 1px solid var(--color-3) !important;
}

.form-btn-submit-color-4 button[type="submit"] {
    color: #fff !important;
    background: var(--color-4) !important;
    border: 1px solid var(--color-4) !important;
    height: 45px !important;
    line-height: 43px !important;
    border-radius: 5px !important;
    padding: 0 35px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    transition: background .4s, color .4s !important;
}

.form-btn-submit-color-4 button[type="submit"]:hover {
    color: var(--color-4) !important;
    background: #fff !important;
}


.form-checkbox-input-hide input {
    display: none;
}

.form-fz-14 form input,
.form-fz-14 button[type="submit"] {
    font-size: 14px;
}

.form-btn-submit-radius-0 button[type="submit"] {
    border-radius: 0 !important;
}

/* form-btn-submit-1 */

.form-btn-submit-1 button[type="submit"] {
    color: var(--color-2)!important;
    background: var(--color-3)!important;
    border: 2px solid var(--color-2)!important;
    height: 45px !important;
    line-height: 43px !important;
    border-radius: 5px !important;
    padding: 0 35px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15)!important;
    transition: background .4s, color .4s !important;
}

.form-btn-submit-1 button[type="submit"]:hover {
    color: var(--color-3)!important;
    background: var(--color-2)!important;
    border: 2px solid var(--color-3)!important;
}

/* slick-dots-hide-only-child */

.slick-dots-hide-only-child .slick-dots .slick-active:only-child {
    display: none !important;
}

/*******************************
    slider-dots-numbers
*******************************/

.slider-dots-numbers .slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    background: var(--color-6);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.slider-dots-numbers .slick-dots li button:before {
    content: "0";
}

.slider-dots-numbers .slick-dots li:nth-child(n + 10) button:before {
    content: none;
}

.slider-dots-numbers .slick-dots li button {
    font-size: 16px;
    border: 0;
    background: transparent;
    color: var(--color-4);
    padding: 0 15px;
    transition: transform .4s, color .4s;
}

.slider-dots-numbers .slick-dots li.slick-active button {
    transform: scale(1.3);
    margin-top: -7px;
    margin-left: -2px;
    color: #fff;
}

@media (min-width: 992px) {
    
    .slider-dots-numbers .slick-dots {
        bottom: auto;
        left: auto;
        flex-direction: column;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        padding: 70px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }
    
    .slider-dots-numbers .slick-dots li button {
        padding: 15px;
    }
}

/*  slider-dots-4  */

.slider-dots-4 .slick-dots li.slick-active button {
    background: var(--color-3);
}

.slider-dots-4 .slick-dots li button {
    background: white;
    border-radius: 5px;
    width: 23px;
    height: 6px;
    border: 1px solid var(--color-3);
}

@media (min-width: 575.92px) {
    
    .slider-dots-4.slider-dots-4--v1 .slick-dots li button {
        width:41px;
        height: 7px;
    }
}

@media (min-width: 767.92px) {
    
    .slider-dots-4.slider-dots-4--v1 .slick-dots li button {
        width: 23px;
        height: 6px;
    }
}

@media (min-width: 991.92px) {
    
    .slider-dots-4.slider-dots-4--v1 .slick-dots li button {
        width:41px;
        height: 7px;
    }
}

/* slider dots 4 white */

.slider-dots-4.slider-dots-4--white .slick-dots li button {
    width: 15px;
    height: 15px;
    background: transparent;
    transition: background .4s, border-color .4s;
}

.slider-dots-4.slider-dots-4--white .slick-dots li button {
    border: 1px solid #fff;
}

.slider-dots-4.slider-dots-4--white .slick-dots li.slick-active button, 
.slider-dots-4.slider-dots-4--white .slick-dots li button:hover {
    background: white;
    border-color: white;
}

/*  slider-dots-5  */

.slider-dots-5 .slick-dots li button {
    background: transparent;
    border-radius: 20px;
    height: 18px;
    width: 18px;
    border: 1px solid white;
}

.slider-dots-5 .slick-dots {
    margin-bottom: 1rem;
}

/*******************************
    slider-square-dots-color-3
*******************************/

.slider-square-dots-color-3 .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid var(--color-3);
    border-radius: 4px;
    background: transparent;
}

/*******************************
    slider-arrows-1
*******************************/

.slider-arrows-1 {
    padding: 0 25px;
}

.slider-arrows-1 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-35px);
    background: transparent;
    border: none;
    z-index: 3;
    font-size: 30px;
}

.slider-arrows-1 .slick-prev {
    left: 5px;
}

.slider-arrows-1 .slick-next {
    right: 5px;
}

/*  slider-arrows-1--outside  */

.slider-arrows-1.slider-arrows-1--outside .slick-prev {
    left: auto;
    right: 100%;
}

.slider-arrows-1.slider-arrows-1--outside .slick-next {
    right: auto;
    left: 100%;
}

/*  slider-arrows-1--dif  */

.slider-arrows-1--dif .slick-arrow i{
    background: #F7F3ED;
    border: 1px solid #393E46;
    transition: all .4s;
}

.slider-arrows-1--dif .slick-arrow i {
    color: #393E46;
    transition: all .4s;
}

.slider-arrows-1--dif .slick-arrow:hover i{
    background: #989898;
    border: 1px solid #989898;
}

.slider-arrows-1--dif .slick-arrow:hover i {
    color: #fff;
}

/*  slider-arrows--inside  */

.slider-arrows-1.slider-arrows--inside {
    padding: 0;
}

.slider-arrows-1.slider-arrows--inside .slick-prev {
    left: 4%;
}

.slider-arrows-1.slider-arrows--inside .slick-next {
    right: 4%;
}

/*******************************
    slider-arrows-2
*******************************/
.slider-arrows-2 .slick-arrow {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-radius: 50%;
    border: 0;
    background-color: #121212;
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 0;
}

.slider-arrows-2 .slick-arrow i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-arrows-2 .slick-prev {
    margin-right: 40px;
}


.slider-arrows-2.slider-arrows-2--alt .slick-arrow {
    background-color: #fff;
    border: 1px solid #000;
}

.slider-arrows-2.slider-arrows-2--alt .slick-arrow i {
    color: #000;
}

.slider-arrows-2.slider-arrows-2--alt .slick-arrow:hover {
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
    transition: all .4s;
}

.slider-arrows-2.slider-arrows-2--alt .slick-arrow:hover i {
    color: #fff;
    transition: all .4s;
}

/*  slider-arrows-2--dif  */

.slider-arrows-2--dif .slick-arrow {
    background: #fff;
    border: 1px solid #393E46;
    transition: all .4s;
}

.slider-arrows-2--dif .slick-arrow i {
    color: #393E46;
    transition: all .4s;
}

.slider-arrows-2--dif .slick-arrow:hover {
    background: #989898;
    border: 1px solid #989898;
}

.slider-arrows-2--dif .slick-arrow:hover i {
    color: #fff;
}

/*  slider-arrows-2-color-4  */

.slider-arrows-2.slider-arrows-2-color-4 .slick-arrow {
    background-color: #fff;
    border: 1px solid var(--color-4);
    transition: all .4s;
}

.slider-arrows-2.slider-arrows-2-color-4 .slick-arrow i {
    color: var(--color-4);
    transition: all .4s;
}

.slider-arrows-2.slider-arrows-2-color-4 .slick-arrow:hover {
    background-color: var(--color-4);
}

.slider-arrows-2.slider-arrows-2-color-4 .slick-arrow:hover i {
    color: #fff;
}

/*******************************
    slider-arrows-3
*******************************/

.slider-arrows-3 .slick-arrow {
    position: absolute;
    bottom: 100%;
    right: 3%;
    border: 0;
    background: transparent;
}


.slider-arrows-3 .slick-prev {
    margin-right: 40px;
}

/* slider-arrows-3 most right */

.slider-arrows-3.slider-arrows-3--most-right .slick-arrow{
    right: 0!important;
}

/*******************************
    slider-arrows-4
*******************************/

.slider-arrows-4 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 3;
    font-size: 30px;
}

.slider-arrows-4 .slick-prev {
    left: 5px;
}

.slider-arrows-4 .slick-next {
    right: 5px;
}

@media (min-width: 992px) {

    .slider-arrows-4 .slick-arrow {
        opacity: 0;
        transition: opacity .4s
    }

    .slider-arrows-4:hover .slick-arrow {
        opacity: 1;
    }

    .slider-arrows-4 .slick-prev {
        left: -5px;
    }

    .slider-arrows-4 .slick-next {
        right: -5px;
    }
}

/*******************************
    slider-dots-1
*******************************/

.slider-dots-1 .slick-dots li button {
    background: #777777;
    height: 5px;
    width: 30px;
    border: 0;
    border-radius: 0;
    margin: 0;
    transition: background .4s, box-shadow .4s;
}

.slider-dots-1 .slick-dots li:first-child button {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slider-dots-1[dir="rtl"] .slick-dots li:first-child button {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slider-dots-1 .slick-dots li:last-child button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slider-dots-1[dir="rtl"] .slick-dots li:last-child button {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slider-dots-1 .slick-dots li.slick-active button {
    background: var(--color-3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.slider-dots-1.active-color-1 .slick-dots li.slick-active button {
    background: var(--color-1);
}

@media (min-width: 575px) {

    .slider-dots-1 .slick-dots li button {
        height: 4px;
        width: 60px;
    }
}

@media (min-width: 767px) {

    .slider-dots-1 .slick-dots li button {
        height: 4px;
        width: 80px;
    }
}

@media (min-width: 992px) {

    .slider-dots-1 .slick-dots li button {
        height: 5px;
        width: 120px;
    }
}

/*******************************
    slider-dots-absolute-center-bottom 
*******************************/
.slider-dots-absolute-center-bottom .slick-dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

/*******************************
    slider-dots-absolute-vertical-right
*******************************/
.slider-dots-absolute-vertical-right .slick-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/*******************************
    slider-dots-color-4-alt
*******************************/

.slider-dots-color-4-alt .slick-dots li button {
    background: var(--color-4);
    transition: background .4s;
}

.slider-dots-color-4-alt .slick-dots li.slick-active button{
   background: var(--color-2) !important;
}

.slider-dots-color-4-alt .slick-dots li button:hover {
    background: var(--color-2);
}

/*******************************
    slider-dots-color-3
*******************************/

.slider-dots-color-3 .slick-dots li button {
    border: 1px solid var(--color-3);
    transition: background .4s;
}
.slider-dots-border-white .slick-dots li button {
    border: 1px solid #fff;
}

.slider-dots-color-3 .slick-dots li.slick-active button,
.slider-dots-color-3 .slick-dots li button:hover {
    background: var(--color-3);
}

/*******************************
    slider-dots-2
*******************************/

.slider-dots-2 .slick-dots li button {
    background: #B8B8B8;
    border-radius: 2px;
    height: 5px;
    width: 24px;
    border: 0;
}

@media (min-width: 767px) {
    
    .slider-dots-2 .slick-dots li button {
        width: 38px;
    }
}

.slider-dots-2 .slick-dots li.slick-active button {
    background: var(--color-4);
}

/*******************************
    slider-dots-3
*******************************/

.slider-dots-3 .slick-dots li button {
    background: white;
    border-radius: 5px;
    height: 7px;
    width: 24px;
    border: 1px solid #16093E;
}

.slider-dots-3 .slick-dots li.slick-active button {
    background: #121F3F;
    width: 48px;
}

.dots-position-bottom-higher .slick-dots {
    bottom: 69px;
}

/*******************************************
    slider-dots-btn-transparent-active-white
*******************************************/

.slider-dots-btn-transparent-active-white .slick-dots li button {
    background: transparent;
    border: 1px solid #fff;
}

.slider-dots-btn-transparent-active-white .slick-dots li.slick-active button {
    background: #fff;
}

/*******************************
    swal extra calsses
*******************************/
/* swal-equal-buttons */
.swal-equal-buttons:has(.swal-button-container) .swal-footer {
    display: flex;
}
    
.swal-equal-buttons .swal-button-container {
    width: 50%;
    margin: 0;
    padding: 5px;
}

.swal-equal-buttons .swal-button-container .swal-button {
    width: 100%;
    padding: 10px 5px;
    height: 100%;
}

.swal-equal-buttons .swal-button-container .swal-button {
    background: var(--color-3);
    color: white;
}


.swal-overlay:has(> .top-right) {
    background: transparent;
    text-align: right;
    pointer-events: none;
}

.swal-modal.top-right {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
    margin: 60px 30px;
    vertical-align: top;
}


.swal-modal.top-right .swal-icon {
    display: inline-block;
    position: absolute;
    border-width: 2px;
    top: 10px;
    top: calc(50% - 12px);
    left: 10px;
    left: 33px;
    margin: 0;
    height: 20px;
    width: 20px;
}

.swal-modal.top-right .swal-icon.swal-icon--error .swal-icon--error__line--left,
.swal-modal.top-right .swal-icon.swal-icon--error .swal-icon--error__line--right {
    left: 8px;
    width: 40px;
    top: 27px;
}

.swal-modal.top-right .swal-icon--success__line--long {
    width: 14px;
    top: 9px;
    right: 0px;
    height: 2px;
    animation: none;
}
    
.swal-modal.top-right .swal-icon--success__line--tip {
    width: 8px;
    left: 1px;
    top: 11px;
    height: 2px;
    animation:none;
}

.swal-modal.top-right .swal-icon--success__ring {
    width: 20px;
    height: 20px;
}

.swal-modal.top-right .swal-icon--success__hide-corners {
    display: none;
}

.swal-modal.top-right .swal-title {
    text-align: left;
    padding: 15px 15px 15px 90px;
    font-size: 15px;
}

.swal-modal.top-right .swal-icon--success:after, 
.swal-modal.top-right .swal-icon--success:before {
    display: none;
}

.swal-modal.top-right .swal-icon .swal-icon--warning__body {
    width: 2px;
    height: 10px;
    top: 3px;
    border-radius: 2px;
    margin-left: -1px;
}

.swal-modal.top-right .swal-icon .swal-icon--warning__body .swal-icon--warning__dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    margin-left: -1px;
    bottom: -3px;
}

.top-right .swal-icon .swal-icon--warning__body {
    width: 2px;
    height: 10px;
    top: 3px;
    border-radius: 2px;
    margin-left: -1px;
}

.top-right .swal-icon .swal-icon--warning__body .swal-icon--warning__dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    margin-left: -1px;
    bottom: -3px;
}

.swal-modal.top-right .swal-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .swal-overlay:has(> .top-right) {
        bottom: auto;
        left: auto;
        overflow: hidden;
    }

    .swal-modal.top-right {
        margin: 30px 10px;
    }
    
    .swal-modal.top-right .swal-title {
        padding: 10px 10px 10px 50px;
    }
    
    .swal-modal.top-right .swal-icon {
        left: 18px;
    }
}


.swal-title:not(:first-child) {
    padding: 13px 16px;
}

/*   shrinking-line-green   */

.swal-overlay:has(> .shrinking-line-green),
.swal-overlay:has(> .shrinking-line-green--alt-1) {
    background: transparent;
    text-align: right;
    pointer-events: none;
}

.swal-modal.shrinking-line-green,
.swal-modal.shrinking-line-green--alt-1 {
    background-color: rgba(166, 239, 184, 1);
    width: auto;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .15);
    margin: 60px 30px;
    vertical-align: top;
}
.swal-modal.shrinking-line-green--alt-1 {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15);
}

.swal-modal.shrinking-line-green .swal-icon,
.swal-modal.shrinking-line-green--alt-1 .swal-icon {
    display: inline-block;
    position: absolute;
    border-width: 2px;
    top: 10px;
    top: calc(50% - 12px);
    left: 10px;
    left: 20px;
    margin: 0;
    height: 20px;
    width: 20px;
    border-color: #000;
}

.swal-modal.shrinking-line-green .swal-icon.swal-icon--error .swal-icon--error__line--left,
.swal-modal.shrinking-line-green .swal-icon.swal-icon--error .swal-icon--error__line--right,
.swal-modal.shrinking-line-green--alt-1 .swal-icon.swal-icon--error .swal-icon--error__line--left,
.swal-modal.shrinking-line-green--alt-1 .swal-icon.swal-icon--error .swal-icon--error__line--right {
    left: 8px;
    width: 40px;
    top: 27px;
}

.swal-modal.shrinking-line-green .swal-icon--success__line--long,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--success__line--long {
    width: 14px;
    top: 10px;
    right: 1px;
    height: 2px;
    animation: none;
    background: #000;
    border-radius: 0;
}
    
.swal-modal.shrinking-line-green .swal-icon--success__line--tip,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--success__line--tip {
    width: 7px;
    left: 2px;
    top: 12px;
    height: 2px;
    animation:none;
    background: #000;
    border-radius: 0;
}

.swal-modal.shrinking-line-green .swal-icon--success__ring,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--success__ring {
    width: 20px;
    height: 20px;
}

.swal-modal.shrinking-line-green .swal-icon--success__hide-corners,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--success__hide-corners {
    display: none;
}

.swal-modal.shrinking-line-green .swal-icon--success:after, 
.swal-modal.shrinking-line-green .swal-icon--success:before,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--success:after, 
.swal-modal.shrinking-line-green--alt-1 .swal-icon--success:before {
    display: none;
}

.swal-modal.shrinking-line-green .swal-icon .swal-icon--warning__body,
.swal-modal.shrinking-line-green--alt-1 .swal-icon .swal-icon--warning__body {
    width: 2px;
    height: 10px;
    top: 3px;
    border-radius: 2px;
    margin-left: -1px;
}

.swal-modal.shrinking-line-green .swal-icon .swal-icon--warning__body .swal-icon--warning__dot,
.swal-modal.shrinking-line-green--alt-1 .swal-icon .swal-icon--warning__body .swal-icon--warning__dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    margin-left: -1px;
    bottom: -3px;
}

.shrinking-line-green .swal-icon .swal-icon--warning__body,
.shrinking-line-green--alt-1 .swal-icon .swal-icon--warning__body {
    width: 2px;
    height: 10px;
    top: 3px;
    border-radius: 2px;
    margin-left: -1px;
}

.shrinking-line-green .swal-icon .swal-icon--warning__body .swal-icon--warning__dot,
.shrinking-line-green--alt-1 .swal-icon .swal-icon--warning__body .swal-icon--warning__dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    margin-left: -1px;
    bottom: -3px;
}

.swal-modal.shrinking-line-green .swal-title,
.swal-modal.shrinking-line-green--alt-1 .swal-title {
    text-align: left;
    padding: 15px 15px 15px 60px;
    font-size: 14px;
    color: #46604c;
    font-weight: 500;
}

.swal-modal.shrinking-line-green .swal-title:after,
.swal-modal.shrinking-line-green--alt-1 .swal-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--color-3);
    width: 100%;
    animation: shrinkLine 3.5s linear forwards;
}
.swal-modal.shrinking-line-green[data-timer="5000"] .swal-title:after,
.swal-modal.shrinking-line-green--alt-1[data-timer="5000"] .swal-title:after {
    animation-duration: 5s;
}

.swal-modal.shrinking-line-green:has(.swal-icon--warning) {
    background-color: rgba(255, 0, 0, 1);
}
.swal-modal.shrinking-line-green--alt-1:has(.swal-icon--warning) {
    background-color: rgb(220, 53, 69);
}

.swal-modal.shrinking-line-green:has(.swal-icon--warning) .swal-title:after {
    background-color: rgb(255, 0 , 0);
}
.swal-modal.shrinking-line-green--alt-1:has(.swal-icon--warning) .swal-title:after {
    background-color: rgb(220, 53, 69);

}

.swal-modal.shrinking-line-green .swal-icon--warning,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--warning {
    border-color: #fff !important;
}

.swal-modal.shrinking-line-green:has(.swal-icon--warning) .swal-title,
.swal-modal.shrinking-line-green--alt-1:has(.swal-icon--warning) .swal-title {
    color: #fff !important;
}

.swal-modal.shrinking-line-green .swal-icon--warning .swal-icon--warning__body,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--warning .swal-icon--warning__body,
.swal-modal.shrinking-line-green .swal-icon--warning .swal-icon--warning__dot,
.swal-modal.shrinking-line-green--alt-1 .swal-icon--warning .swal-icon--warning__dot {
    background: #fff !important;   
}

/* Keyframe animation to shrink the line */
@keyframes shrinkLine {
    0% {
      width: 100%;
    }
    
    100% {
      width: 0%;
    }
}

/*******************************
    subscribe-1
*******************************/

.subscribe-1 form {
    max-width: 395px;;
}

.subscribe-1 form input {
    padding-right: 100px;
}

.subscribe-1 form button[type="submit"] {
    position: absolute;
    right: 3px;
    top: -51px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    background: #000;
    border-radius: 4px;
    border: 1px solid #000;
    transition: background .4s, color .4s;
}

.subscribe-1 form button[type="submit"]:hover {
    background: #fff;
    color: #000;
}

/*******************************
    subscribe-2
*******************************/

.subscribe-2 input {
    border-color: var(--color-3);
    padding-right: 105px;
    height: 35px;
}

.subscribe-2 button[type="submit"] {
    background: var(--color-3);
    border: 1px solid var(--color-3);
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
    transition: color .4s, background .4s;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media ( min-width: 991.92px ) {
    .subscribe-2 button[type="submit"]:hover {
        background: #fff;
        color: var(--color-3);
    }
}

.subscribe-2.checkbox-auto-height input[type="checkbox"] {
    height: unset;
}

.subscribe-2.subscribe-2--inner-shadow input {
    box-shadow: inset 0 3px 10px 0 #0000004d;
}

.subscribe-2.subscribe-2--inner-shadow input[type="checkbox"] {
    box-shadow: unset;
}

.subscribe-2.subscribe-2--max-width-465 {
    max-width: 465px;
}

/* subscribe-2--dif */

.subscribe-2--dif input {
    height: 36px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 10px;
    padding-right: 60px;
}

.subscribe-2--dif input::placeholder {
    font-size: 14px;
    color: #A6A6A6;
}

.subscribe-2--dif button[type="submit"] {
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: transparent;
    border: 1px solid #000;
    transition: all .4s;
}

@media ( min-width: 991.92px ) {
    
    .subscribe-2--dif input {
        height: 44px;
        font-size: 16px;
    }
    
    .subscribe-2--dif input::placeholder {
        font-size: 16px;
    }
    
    .subscribe-2--dif button[type="submit"]:hover {
        background: var(--color-3);
    }
    
    .subscribe-2--dif button[type="submit"] svg path {
        transition: all .4s;
    }
        
    .subscribe-2--dif button[type="submit"]:hover svg path {
        fill: #fff;
    }
}

/*******************************
    subscribe-3
*******************************/

.subscribe-3 .form-group > button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-3);
    border: 1px solid var(--color-3);
    color: #fff;
    height: 41px;
    padding: 0 15px;
    line-height: 33px;
    transition: color .4s, background .4s;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}

.subscribe-3 .form-group > .form-control {
    border-color: var(--color-3);
    height: 41px;
    border-radius: 20px;
}

.subscribe-3 .form-group > button:hover {
    background: #ffffff;
}

.subscribe-3 .form-group > button:hover > svg > path {
    fill:var(--color-3)
}

.hover-svg-path-fill-color-1:hover svg path {
    fill: var(--color-1)!important;
}

/*******************************
    title-lines
*******************************/

.title-lines {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 40px;
}

.title-lines:before,
.title-lines:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #D9D9D9;
    height: 2px;
    left: 0;
    width: 30px;
}

.title-lines:after {
    left: 100%;
    width: 90px;
}

@media (min-width: 767px) {
    
    .title-lines {
        padding: 0 15px 0 65px;
    }
    
    .title-lines:before {
        width: 50px;
    }
    
    .title-lines:after {
        width: 150px;
    }
}

/*******************************
    Container--fluid
*******************************/ 
.container--fluid {
    max-width: 100vw;
}

@media (min-width: 992px) {
    .container--fluid {
        max-width: 95vw;
    }   
}

@media (min-width: 1199px) {
    .container--fluid {
        max-width: 90vw;
    }
}

/*******************************
    img-match-others
*******************************/

.img-match-others {
    aspect-ratio: 3/2;
    object-fit: contain;
}


.title-lines-color-4:before,
.title-lines-color-4:after {
    background: var(--color-4);
}

.border-line-left-color-3 {
    border-left: 3px solid var(--color-3);
    padding-left: 10px;
} 

@media ( min-width: 991.92px ) {
    
    .hover-filter-none-imp:hover {
        filter: none !important;
    }
}

/* Scale element on hover the container */

.hover-scale-container .hover-scale-child {
    transition: transform .4s;
}

@media ( min-width: 991.92px ) {
    .hover-scale-container:hover .hover-scale-child {
        transform: scale(1.1);
    }
}

/* child-img-w-100-h-auto-imp */

.child-img-w-100-h-auto-imp img {
    width: 100% !important;
    height: auto !important;
}

/* hover-tr-bg-to-right */

.hover-tr-bg-to-right {
    position: relative;
    overflow: hidden;
}

.hover-tr-bg-to-right:after {
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    filter: blur(20px);
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: transform .5s;
}

.hover-tr-bg-to-right:hover:after {
    transform: translateX(100%);
}

/*  hover-tr-bg--from-bot  */

.hover-tr-bg--from-bot:after {
    transform: translateY(100%);
}

.hover-tr-bg--from-bot:hover:after {
    transform: translateY(40%);
}

/* hover-tr-bg-to-top */

.hover-tr-bg-to-top {
    position: relative;
    overflow: hidden;
}

.hover-tr-bg-to-top:after {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    filter: blur(20px);
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: transform .5s;
}

.hover-tr-bg-to-top:hover:after {
    transform: translateY(100%);
}

/*******************************
    hover-tr-bg
*******************************/
.hover-tr-bg {
    position: relative;
    overflow: hidden;
}

.hover-tr-bg:after {
    content: '';
    position: absolute;
    top: 0;
    filter: blur(20px);
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: transform .5s;
    background: linear-gradient(to left, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
}

/* hover-tr-bg--to-right */
.hover-tr-bg--to-right:hover:after {
    transform: translateX(100%);
}

/* hover-tr-bg--to-top */
.hover-tr-bg--to-top:hover:after {
    transform: translateY(100%);
}

/*  hover-scale-img  */

.hover-scale-img {
    overflow: hidden;
}

.hover-scale-img > img {
    transition: transform .5s;
}

.hover-scale-img:hover > img {
    transform: scale(1.1);
}

/*  hover-darken  */
.hover-darken {
    filter: brightness(100%);
    transition: 0.6s;
}
.hover-darken:hover {
    filter: brightness(75%);
}

/****hover-reverse-darken****/

.hover-reverse-darken {
    filter: brightness(60%);
    transition: 0.6s;
}

.hover-reverse-darken:hover {
    filter: brightness(100%);
}

/* btn transparent bg color */

.btn-hover-bg-transparent:hover {
    background:transparent !important;
}

/* overflow-visible-imp */

.overflow-visible-imp {
    overflow: visible !important;
}

/*  .color-transparent */

.color-transparent {
    color: transparent;
}

/* mobile styles */

@media ( max-width: 992px ) {
    
    .mobile-radius-0 {
        border-radius: 0 !important;
    }
    
    .mobile-no-shadow-imp {
        box-shadow:none !important;
    }
    
    .mobile-scale-60 {
        transform: scale(.6);
    }  
}

/* phone styles */

@media ( max-width: 767px ) {
    
    .phone-radius-0 {
        border-radius: 0 !important;
    }
    
    .phone-fz-0 {
        font-size: 0;
    }
    
    .phone-border-bot {
        border-bottom: 1px solid #000;
    }
    
    .phone-border-right-0-imp {
        border-right: 0 !important;
    }
    
    .phone-border-right {
        border-right: 1px solid #000;
    }
}

/* h-auto-mobile-imp */

@media (max-width: 992px) {
    
    .h-auto-mobile-imp {
        height: auto !important;
    }
}

/* bg-transparent-mobile && mobile-border-0 */

@media ( max-width: 992px) {
    
    .bg-transparent-mobile {
        background: transparent;
    }
    
    .mobile-border-0 {
        border: 0 !important;
    }
}

@media ( max-width: 767px ) {
    
    .radius-10-mobile {
        border-radius: 10px;
    }
}

@media ( min-width: 991.92px ) {

    /* parent-hov-child-color-3 */  
    
    .parent-hov-child-color-3:hover .child-hov-color-3 {
        color: var(--color-3);
    }
    
    .parent-hov-child-color-3:hover .child-hov-bg-color-3 {
        background-color: var(--color-3);
    }

    /* parent-hov-child-scale-img */

    .parent-hov-child-scale-img:hover .child-scale-img {
        transform: scale(1.1);
    }
}

/* input-font-responsive */

.input-font-responsive input {
    font-size: 12px;
    text-overflow: ellipsis;
}

@media (min-width: 576.98px) {

    .input-font-responsive input {
        font-size: 14px;
    }
}

@media (min-width: 768px) {

    .input-font-responsive input {
        font-size: 15px;
    }
}

@media (min-width: 1199px) {

    .input-font-responsive input {
        font-size: 16px;
    }
}

/*******************************
    form-custom-checkbox-1
*******************************/

.form-custom-checkbox-1 input {
    opacity: 0;
    cursor: pointer;
}

.form-custom-checkbox-1 p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 15px;
    width: 15px;
    border: 0;
    background: #D3D3D3;
    pointer-events: none;
}

.form-custom-checkbox-1 input:checked ~ p:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    pointer-events: none;
}

.form-custom-checkbox-1 p {
    padding-left: 3px;
}

/* form-custom-checkbox-1--alt */

.form-custom-checkbox-1--alt p {
    position: relative;
}

.form-custom-checkbox-1--alt p:before {
    left: auto;
    right: 100%;
    margin-right: 3px;
}

.form-custom-checkbox-1--alt input:checked ~ p:after {
    left: auto;
    right: 100%;
    margin-right: 8px;
}

/*******************************
    hover-box-shadow
*******************************/

.hover-box-shadow {
   transition: all 0.3s;
}
.hover-box-shadow:hover {
   box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .55);
}

/*  hover-box-shadow-inner  */

.hover-box-shadow-inner {
    transition: box-shadow .4s;
}

.hover-box-shadow-inner:hover {
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.25)
}

.hover-box-shadow-inner-2 { 
    transition: 0.3s;
}

.hover-box-shadow-inner-2:hover {
    box-shadow: inset 0 0 10px 3px rgba(0, 0, 0, .25);
}

/*******************************
    slider-arrows-vertical-centered
*******************************/

.slider-arrows-vertical-centered .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 3;
}

.slider-arrows-vertical-centered .slick-prev {
    left: 15px;
}

.slider-arrows-vertical-centered .slick-next {
    right: 15px;
}


.slider-arrows-2-bg-color-3 .slick-arrow {
    background: var(--color-3);
    border: 1px solid var(--color-3);
    transition: background .4s;
}

.slider-arrows-2-bg-color-3 .slick-arrow i {
    transition: color .4s;
}

.slider-arrows-2-bg-color-3 .slick-arrow:hover {
    background: #fff;
}

.slider-arrows-2-bg-color-3 .slick-arrow:hover i {
    color: var(--color-3);
}

/*******************************
    slick-h-100
*******************************/

.slick-h-100,
.slick-h-100 .slick-list,
.slick-h-100 .slick-track {
    height: 100%;
}

/**********************************************
    slick-slide-opacity-half-tablet
**********************************************/

@media ( min-width: 767.92px ) {
    
    .slick-slide-opacity-half-tablet .slick-slide {
        opacity: .5;
        transition: .4s;
    }
    
    .slick-slide-opacity-half-tablet .slick-slide.slick-current {
        opacity: 1;
    }
}

/*******************************
    slider-hide-disabled-arrows
*******************************/

.slider-hide-disabled-arrows .slick-arrow {
    transition: opacity .2s;
}

.slider-hide-disabled-arrows .slick-arrow.slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

/*******************************
    form-inputs-placeholder-black
*******************************/

.form-inputs-placeholder-black input::placeholder {
    opacity: 1;
    color: #000 !important;
}

.table-tbody-left table tbody {
    text-align: left;
}

/*  form-placeholders-black-imp  */

.form-placeholders-black-imp input::placeholder,
.form-placeholders-black-imp textarea::placeholder{
    color: #000 !important;
}

/*  form-6  */
.form-6 input[type="text"],
.form-6 input[type="date"],
.form-6 input[type="password"],
.form-6 textarea,
.form-6 select {
    padding: 0 10px;
    border-radius: 10px !important;
    border: 2px solid #D9D9D9!important;
    border: 0;
}

@media (min-width: 991.92px) {

    .form-6 input[type="text"],
    .form-6 input[type="date"],
    .form-6 input[type="password"],
    .form-6 textarea,
    .form-6 select {
        padding: 0 15px;
    }
}

.form-6 label{
    color: #6D6D6D;
    padding-left: 15px;
}


.form-6 input[type="file"] {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    color: #6D6D6D;
    border: 2px solid #D9D9D9!important;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
}

.form-6 input[type="file"]:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

/*  hover-link-arrow  */

.hover-link-arrow {
    color: #505050;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: color 0.4s ease, transform 0.4s ease;
}

.hover-link-arrow a {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: transform 0.4s ease;
}

.hover-link-arrow a::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: red;
    position: absolute;
    left: -25px; 
    opacity: 0; 
    transform: translateX(-10px); 
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hover-link-arrow:hover a {
    transform: translateX(20px); 
}

.hover-link-arrow:hover a::before {
    opacity: 1;
    transform: translateX(0);
}

/* object-fit-cover */

.object-fit-cover {
    object-fit: cover;
}

/* object-fit-contain */

.object-fit-contain {
    object-fit: contain !important;
}

/* mr-md-n6 */

@media (min-width: 767.92px) {
 
    .mr-md-n6 {
        margin-right: -5rem;
    }
}

/* responsive borders */

@media (min-width: 766.92px) {
    
    .border-md-bottom-none {
        border-bottom: none !important;
    }
    
    .border-md-right {
        border-right: 1px solid #000;
    }
}

/*******************************
    Headings
*******************************/

.h0-bs {
    font-size: 42px;
}

.h1-bs {
    font-size: 30px;
}

.h1-bs-imp {
    font-size: 30px !important;
}

.h2-bs {
    font-size: 23px;
}

.h3-bs {
    font-size: 20px;
}

.h4-bs {
    font-size: 19px;
}

.h5-bs {
    font-size: 17px;
}

.h6-bs {
    font-size: 14px;
}

.h7-bs {
    font-size: 12px;
}

@media (max-width: 399px) {

    .h7-xs {
        font-size: 11px;    
    }
    
    .h6-xs {
        font-size: 13px;    
    }
}

@media (min-width: 576px) {

    .h0-sm {
        font-size: 46px;
    }

    .h1-sm {
        font-size: 32px;
    }

    .h1-sm-imp {
        font-size: 32px !important;
    }

    .h2-sm {
        font-size: 24px;
    }

    .h3-sm {
        font-size: 22px;
    }

    .h4-sm {
        font-size: 20px;
    }

    .h6-sm {
        font-size: 15px;
    }

    .h7-sm {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    
    .h0-md {
        font-size: 50px;
    }

    .h1-md {
        font-size: 35px;
    }

    .h1-md-imp {
        font-size: 35px !important;
    }

    .h2-md {
        font-size: 27px;
    }

    .h3-md {
        font-size: 24px;
    }

    .h4-md {
        font-size: 22px;
    }

    .h5-md {
        font-size: 18px;
    }

    .h7-md {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    
    .h0-lg {
        font-size: 55px;
    }

    .h1-lg {
        font-size: 37px;
    }

    .h1-lg-imp {
        font-size: 37px !important;
    }

    .h2-lg {
        font-size: 30px;
    }

    .h3-lg {
        font-size: 26px;
    }

    .h4-lg {
        font-size: 23px;
    }

    .h5-lg {
        font-size: 19px;
    }

    .h6-lg {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    
    .h0-xl {
        font-size: 60px;
    }
    
    .h1-xl {
        font-size: 40px;
    }
    
    .h1-xl-imp {
        font-size: 40px !important;
    }

    .h2-xl {
        font-size: 32px;
    }

    .h3-xl {
        font-size: 28px;
    }

    .h4-xl {
        font-size: 24px;
    }

    .h5-xl {
        font-size: 20px;
    }

    .h7-xl {
        font-size: 15px;
    }
}

@media (min-width: 1399.92px) {
    
    .h1-xxl {
        font-size: 48px;
    }
    
    .h1-xxl-imp {
        font-size: 48px !important;
    }
}

/*  input-type-num-remove-default  */

.input-type-num-remove-default::-webkit-outer-spin-button,
.input-type-num-remove-default::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*  pointer-none  */

.pointer-none {
    pointer-events: none;
}

@media (min-width: 992px) {

    .pointer-lg-none {
       pointer-events: none;
    }
}

/* border-radius classes */

.radius-5 {
    border-radius: 0.25rem;
}

.radius-5-imp {
    border-radius: 0.25rem!important;
}

.radius-10 {
    border-radius: 10px;
}

.radius-10-imp {
    border-radius: 10px !important;
}

.radius-15 {
    border-radius:15px;
}

.radius-15-imp {
    border-radius:15px !important;
}

.radius-20 {
    border-radius: 20px;
}

.radius-20-imp {
    border-radius: 20px!important;
}

.radius-30 {
    border-radius: 30px;
}

.radius-30-imp {
    border-radius: 30px !important;
}

.radius-50 {
    border-radius: 50px;
}

.radius-50-imp {
    border-radius: 50px !important;
}

.radius-top-left-10 {
    border-top-left-radius: 10px;
}

.radius-top-right-10 {
    border-top-right-radius: 10px;
}

.radius-bottom-left-10 {
    border-bottom-left-radius: 10px;
}

.radius-bottom-right-10 {
    border-bottom-right-radius: 10px;
}
.radius-top-left-20 {
    border-top-left-radius: 20px;
}

.radius-top-right-20 {
    border-top-right-radius: 20px;
}

.radius-bottom-left-20 {
    border-bottom-left-radius: 20px;
}

.radius-bottom-right-20 {
    border-bottom-right-radius: 20px;
}

.radius-top-left-30 {
    border-top-left-radius: 30px;
}

.radius-top-right-30 {
    border-top-right-radius: 30px;
}

.radius-bottom-left-30 {
    border-bottom-left-radius: 30px;
}

.radius-bottom-right-30 {
    border-bottom-right-radius: 30px;
}

.radius-top-right-50 {
    border-top-right-radius: 50px;
}

.radius-top-left-50 {
    border-top-left-radius: 50px;
}

.radius-bottom-right-50 {
    border-bottom-right-radius: 50px;
}

.radius-bottom-left-50 {
    border-bottom-left-radius: 50px;
}

.radius-mobile-16-desktop-30 {
    border-radius: 16px;
}

@media ( min-width: 991.92px ) {
    
    .radius-mobile-16-desktop-30 {
        border-radius: 30px;
    }   
}

/*  font-weight-medium  */

.font-weight-medium {
    font-weight: 500;
}

/*  font-weight-semibold  */

.font-weight-semibold {
    font-weight: 600;
}

/*  font-weight-extrabold  */

.font-weight-extrabold {
    font-weight: 900;
}

/*  font-style-italic  */

.font-style-italic {
    font-style: italic;
}

/*  transform-center-absolute-el  */

.transform-center-absolute-el {
    transform: translate(-50%, -50%);
}

/*  transition-all-4   */

.transition-all-4 {
    transition: all .4s;
}

.should-hide-if-system-variation[data-is-system-variation="1"] {
    display: none;
}

.blue-shadow {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/* p-0-imp */

.p-0-imp {
    padding: 0px!important;
}

/*  :active  */

.btn-on-active-1 {
    position: relative;
}

.btn-on-active-1:active {
    top: 2px;
}

/* .btn-hover-1 */

.btn-hover-1 {
    position: relative;
    font-size: 14px;
    padding: 0 10px;
}

.btn-hover-1 span {
    position: relative;
    z-index: 2;
    padding-left: 25px;
    font-weight: 500;
}

.btn-hover-1 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: opacity .4s;
    transform-origin: left;
}

.btn-hover-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    max-width: 100%;
    transition: all .4s;
}

.btn-hover-1.rounded-0:before {
    border-radius: 0;
}

.btn-hover-1 img:first-child {
    opacity: 0;
}

.btn-hover-1:focus {
    box-shadow: none;
}

/* .btn-hover-1--reverse */

.btn-hover-1.btn-hover-1--reverse:before {
    border: 1px solid #fff;
}

.btn-hover-1.btn-hover-1--reverse:hover:before {
    background: transparent;
}

@media (min-width: 399.92px) {
    
    .btn-hover-1 {
        font-size: 16px;
        padding: 0 18px;
    }

    .btn-hover-1 span {
        
        padding-left: 37px;
    }
}

@media ( min-width: 991.92px ) {

    .btn-hover-1:before {
        background: #000;
    }

    .btn-hover-1 img:first-child {
        opacity: 1;
    }

    .btn-hover-1:before {
        max-width: 42px;
    }

    .btn-hover-1:hover:before {
        max-width: 100%;
        background: #fff;
    }

    .btn-hover-1 img:last-child,
    .btn-hover-1:hover img:first-child {
        opacity: 0;
    }

    .btn-hover-1:hover img:last-child {
        opacity: 1;
    }
    
    .btn-hover-1.btn-hover-1--reverse:before {
        background: #fff;
    }
}

[animate-add-to-cart].is-adding-to-cart {
    cursor: not-allowed;
    padding-right: 40px;
    position: relative;
}

[animate-add-to-cart].is-adding-to-cart:after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 5px;
    top: 13px;
    width: 20px;
    height: 20px;
    border: 3px solid #eee;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translateY(-50%);
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

[animate-add-to-cart][data-added-to-cart="1"]:focus {
    color: #fff;
    background: var(--color-3);
}

[animate-add-to-cart][data-added-to-cart="1"]:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 11px;
    width: 12px;
    height: 20px;
    margin-left: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

[animate-add-to-cart][data-added-to-cart="1"]:focus:hover {
    background: #fff;
    color: var(--color-3);
}

[animate-add-to-cart][data-added-to-cart="1"]:hover:after {
    border-width: 0 3px 3px 0 !important;
    border: solid var(--color-3);
}

[data-show-product-specific] {
    display: none !important;
}

[data-show-product-specific="1"] {
    display: block !important;
}

[data-hide-product-specific="1"] {
    display: none !important;
}

.display-none {
    display: none;
}

.d-none-imp {
    display: none !important;
}

@media (min-width: 768px) {
    
    .d-md-none-imp {
        display: none !important;
    }

    .d-md-block-imp {
        display: block !important;
    }
}

.links-color-3 a {
    color: var(--color-3) !important;
}

.links-font-weight-medium a {
    font-weight: 500 !important;
}

.white-space-no-wrap {
    white-space: nowrap;   
}

.white-space-normal {
    white-space: normal;   
}

[data-hide-if-wholesale] {
    display: block !important;
}

[data-show-if-wholesale] {
    display: none !important;
}


[data-hide-if-wholesale="1"] {
    display: none !important;
}

[data-show-if-wholesale="1"] {
    display: block !important;
}

[data-should-show='0'] {
    display: none !important;
}

[data-should-hide='1'] {
    display: none !important;
}
[data-should-display-block]:not([data-should-display-block="1"]) {
    display: none;
}
[data-should-display-block="1"] {
    display: block;
}

/*********************************
    Text alignments importants
*********************************/

.text-left-imp {
    text-align: left !important;
}

.text-center-imp {
    text-align: center !important;
}

.text-right-imp {
    text-align: right !important;
}

@media (min-width: 575.92px) {
    
    .text-sm-left-imp {
        text-align: left !important;
    }
    
    .text-sm-center-imp {
        text-align: center !important;
    }
    
    .text-sm-right-imp {
        text-align: right !important;
    }
}

@media (min-width: 767.92px) {
    
    .text-md-left-imp {
        text-align: left !important;
    }
    
    .text-md-center-imp {
        text-align: center !important;
    }
    
    .text-md-right-imp {
        text-align: right !important;
    }
}

@media (min-width: 991.92px) {
    
    .text-lg-left-imp {
        text-align: left !important;
    }
    
    .text-lg-center-imp {
        text-align: center !important;
    }

    .text-lg-right-imp {
        text-align: right !important;
    }
}

@media (min-width: 1199.92px) {
    
    .text-xl-left-imp {
        text-align: left !important;
    }
    
    .text-xl-center-imp {
        text-align: center !important;
    }

    .text-xl-right-imp {
        text-align: right !important;
    }
}

/* Bootstrap 5 col's for xxl */

@media (min-width: 1399.92px) {

    .col-xxl-1 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        width: 100%;
    }
}

/* col-20 */

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 575.92px) {

    .col-sm-20 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}

@media (min-width: 767.92px) {

    .col-md-20 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}

@media (min-width: 991.92px) {

    .col-lg-20 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}

@media (min-width: 1199.92px) {

    .col-xl-20 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}

@media (min-width: 1399.92px) {

    .col-xxl-20 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}

/*  Rotate infinite class and animation  */

.rotate-infinite-20 {
    animation: rotate-infinite 20s infinite linear;
}

@keyframes rotate-infinite {
    
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Counter */

.card-counter-color-3 {
    position: relative;
}

.card-counter-color-3 input {
    display: block !important;
    width: 60px;
    text-align: center;
    padding: 0 17px;
    height: 25px;
    border: 1px solid #AAAAAA;
    font-size: 15px;
    cursor: pointer;
    border-radius: 2px;
    line-height: 1;
}

.card-counter-color-3 input::-webkit-outer-spin-button,
.card-counter-color-3 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card-counter-color-3:before,
.card-counter-color-3:after {
    content: '-';
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    background: var(--color-3);
    height: 25px;
    font-size: 30px;
    text-align: center;
    pointer-events: none;
    line-height: 22px;
    width: 17px;
    border-radius: 2px;
}

.card-counter-color-3:after {
    content: '+';
    left: 43px;
    line-height: 25px;
    border-radius: 2px;
    font-size: 24px;
}

.card-counter-color-3.height-36 input {
    height: 32px;
}

.card-counter-color-3.height-36:before,
.card-counter-color-3.height-36:after {
    height: 32px;
    line-height: 31px;
}

.card-counter-color-3.height-36:after {
    line-height: 33px;
}

.card-counter-color-3.radius-20 {
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 767.92px) {
 
   .card-counter-color-3.height-36 input {
        height: 36px;
    }
    
    .card-counter-color-3.height-36:before,
    .card-counter-color-3.height-36:after {
        height: 36px;
        line-height: 35px;
    }

    .card-counter-color-3.height-36:after {
        line-height: 37px;
    }
}

.card-counter-color-3.radius-20 input {
    width: 66px;
}

.card-counter-color-3.radius-20:before {
    width: 22px;
}

.card-counter-color-3.radius-20:after {
    width: 22px;
    left: 44px;
}

@media (min-width: 991.92px) {
    
    .card-counter-color-3 input {
        width: 69px;
        padding: 0 20px;
    }
    
    .card-counter-color-3:before {
        width: 20px;
        
    }
    
    .card-counter-color-3:after {
        width: 20px;
        left: 49px;
    }
    
    .card-counter-color-3.radius-20 input {
        width: 76px;
    }
    
    .card-counter-color-3.radius-20:before {
        width: 24px;
    }
    
    .card-counter-color-3.radius-20:after {
        width: 24px;
        left: 52px;
    }
}
