/*skit-button - все стили*/
/*style1*/
button.skit-button.style1 {
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: none !important;
    transition: all .15s ease-in-out;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}

button.skit-button.style1:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

.card-product button.skit-button.style1.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style1.addbasket:before,
.card-product button.skit-button.style1.addbasket:after {
    display: block;
}

.card-product button.skit-button.style1.addbasket:hover:before,
.card-product button.skit-button.style1.addbasket:hover:after {
    background-color: var(--theme-skit-color);
}

a.skit-button.style1 {
    display: inline-block;
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    border: 2px solid var(--theme-skit-color) !important;
    transition: all .15s ease-in-out;
    text-decoration: none;
    text-transform: none !important;
    box-shadow: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}

a.skit-button.style1:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

button.skit-button.style1:after,
a.skit-button.style1:after {
    display: none;
}

button.skit-button.style1._light,
a.skit-button.style1._light {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

button.skit-button.style1._light:hover,
a.skit-button.style1._light:hover {
    color: var(--theme-skit-color) !important;
    background-color: #fff !important;
    border-color: var(--theme-skit-color) !important;
}

/*style2*/
button.skit-button.style2 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-transform: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style2:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .3s ease-in-out;
}

button.skit-button.style2:hover:after {
    width: 30%;
}

.card-product button.skit-button.style2.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style2.addbasket:after {
    background-color: #fff;
    width: 12px;
    height: 2px;
}

a.skit-button.style2 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    margin: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style2:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .3s ease-in-out;
}

a.skit-button.style2:hover:after {
    width: 30%;
}

.card-product button.style2.addbasket {
    border: 2px solid var(--theme-skit-color) !important;
    background: var(--theme-skit-color) !important;
}

.card-product button.style2.addbasket:after {
    margin: 0;
}

.card-product button.style2.addbasket:hover {
    background: transparent !important;
}

.card-product button.style2.addbasket:hover:before,
.card-product button.style2.addbasket:hover:after {
    background: var(--theme-skit-color) !important;
}

button.skit-button.style2._light,
a.skit-button.style2._light {
    color: #fff !important;
}

button.skit-button.style2._light:after,
a.skit-button.style2._light:after {
    background: #fff;
}

/*style3*/
button.skit-button.style3 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px !important;
    border: 2px solid var(--theme-skit-color) !important;
    border-radius: 5px;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style3:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

a.skit-button.style3 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid var(--theme-skit-color) !important;
    text-decoration: none !important;
    text-transform: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style3:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

button.skit-button.style3:after,
a.skit-button.style3:after {
    display: none;
}

.card-product button.skit-button.style3.addbasket {
    border-radius: 50%;
}

.card-product button.style3.addbasket:before,
.card-product button.style3.addbasket:after {
    display: block;
    background: var(--theme-skit-color) !important;
}

.card-product button.style3.addbasket:hover:before,
.card-product button.style3.addbasket:hover:after {
    background: #fff !important;
}

button.skit-button.style3._light,
a.skit-button.style3._light {
    color: #fff !important;
    border-color: #fff !important;
}

button.skit-button.style3._light:hover,
a.skit-button.style3._light:hover {
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
    background-color: #fff !important;
}

/*style4*/
button.skit-button.style4 {
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: uppercase !important;
    transition: all .15s ease-in-out;
    border-radius: 5px;
    box-shadow: none !important;
}

button.skit-button.style4:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

.card-product button.skit-button.style4.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style4.addbasket:before,
.card-product button.skit-button.style4.addbasket:after {
    display: block;
}

.card-product button.skit-button.style4.addbasket:hover:before,
.card-product button.skit-button.style4.addbasket:hover:after {
    background-color: var(--theme-skit-color);
}

a.skit-button.style4 {
    display: inline-block;
    background-color: var(--theme-skit-color) !important;
    color: #fff;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 2px solid var(--theme-skit-color) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all .15s ease-in-out;
    border-radius: 5px;
    box-shadow: none !important;
}

a.skit-button.style4:hover {
    background-color: transparent !important;
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
}

button.skit-button.style4:after,
a.skit-button.style4:after {
    display: none;
}

button.skit-button.style4._light,
a.skit-button.style4._light {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

button.skit-button.style4._light:hover,
a.skit-button.style4._light:hover {
    color: var(--theme-skit-color) !important;
    background-color: #fff !important;
    border-color: var(--theme-skit-color) !important;
}

/*style5*/
button.skit-button.style5 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style5:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .15s ease-in-out;
}

button.skit-button.style5:hover:after {
    width: 30%;
}

.card-product button.skit-button.style5.addbasket {
    border-radius: 50%;
}

.card-product button.skit-button.style5.addbasket:after {
    background-color: #fff;
    width: 12px;
    height: 2px;
}

a.skit-button.style5 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    margin: 0.6rem 0.6rem !important;
    border: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style5:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: var(--theme-skit-color);
    margin: -1px auto 0;
    transition: all .3s ease-in-out;
}

a.skit-button.style5:hover:after {
    width: 30%;
}

.card-product button.style5.addbasket {
    border: 2px solid var(--theme-skit-color) !important;
    background: var(--theme-skit-color) !important;
}

.card-product button.style5.addbasket:after {
    margin: 0;
}

.card-product button.style5.addbasket:hover {
    background: transparent !important;
}

.card-product button.style5.addbasket:hover:before,
.card-product button.style5.addbasket:hover:after {
    background: var(--theme-skit-color) !important;
}

button.skit-button.style5._light,
a.skit-button.style5._light {
    color: #fff !important;
}

button.skit-button.style5._light:after,
a.skit-button.style5._light:after {
    background: #fff;
}


/*style6*/
button.skit-button.style6 {
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px !important;
    border: 2px solid var(--theme-skit-color) !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

button.skit-button.style6:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

.card-product button.skit-button.style6.addbasket {
    border-radius: 50%;
}

a.skit-button.style6 {
    display: inline-block;
    background: transparent !important;
    color: var(--theme-skit-color) !important;
    font-size: 16px;
    padding: 10px 15px;
    border: 2px solid var(--theme-skit-color) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition: all .15s ease-in-out;
}

a.skit-button.style6:hover {
    background-color: var(--theme-skit-color) !important;
    color: #fff !important;
}

button.skit-button.style6:after,
a.skit-button.style6:after {
    display: none;
}

.card-product button.style6.addbasket:before,
.card-product button.style6.addbasket:after {
    display: block;
    background: var(--theme-skit-color) !important;
}

.card-product button.style6.addbasket:hover:before,
.card-product button.style6.addbasket:hover:after {
    background: #fff !important;
}

button.skit-button.style6._light,
a.skit-button.style6._light {
    color: #fff !important;
    border-color: #fff !important;
}

button.skit-button.style6._light:hover,
a.skit-button.style6._light:hover {
    color: var(--theme-skit-color) !important;
    border-color: var(--theme-skit-color) !important;
    background-color: #fff !important;
}

/*skit-button - small - для все стилей*/
button.skit-button._small,
a.skit-button._small {
    font-size: 14px !important;
    padding: 5px 10px !important;
}

/*skit-button - upper - для все стилей*/
button.skit-button._upper,
a.skit-button._upper {
    text-transform: uppercase !important;
}

/*button_arrow_text*/
.button_arrow_text {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    border: none;
    background: transparent;
}

.button_arrow_text:hover,
.button_arrow_text:focus {
    color: inherit;
    outline: unset;
}

.card-product .button_arrow_text.addbasket {
    width: auto;
    height: auto;
}

.button_arrow_text.addbasket:before,
.button_arrow_text.addbasket:after {
    display: none !important;
}

.button_arrow_text._light {
    color: #fff !important;
}

.button_arrow_text._small {
    font-size: 14px !important;
}

.button_arrow_text._upper {
    text-transform: uppercase;
}

.link__arrow {
    border: 1px solid currentColor;
    border-radius: 0.3125rem;
    padding: 0.3rem 0.5rem;
}

._small .link__arrow{
    padding: 0.2rem 0.25rem;
}

.link__arrow svg {
    color: inherit !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

._small .link__arrow svg {
    width: 25px;
}

.button_arrow_text:hover svg {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
}

.button_arrow_text._small:hover svg {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
}

.link__text {
    margin-left: 1rem;
}

._small .link__text {
    margin-left: 0.5rem;
}

/*text_arrow - button*/
.text_arrow {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 1em;
    background: -webkit-linear-gradient(0deg, var(--theme-color-orange) 0%, var(--theme-color-red) 100%);
    background: linear-gradient(90deg, var(--theme-color-orange) 0%, var(--theme-color-red) 100%);
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.text_arrow:hover,
.text_arrow:focus {
    color: #fff;
    background: -webkit-linear-gradient(0deg, var(--theme-color-red) 0%, var(--theme-color-orange) 100%);
    background: linear-gradient(90deg, var(--theme-color-red) 0%, var(--theme-color-orange) 100%);
    outline: unset;
}

.card-product .text_arrow.addbasket {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: auto;
    height: auto;
    border-radius: 5px;
}

.card-product .text_arrow.addbasket:before,
.card-product .text_arrow.addbasket:after {
    display: none;
}

.text_arrow._light {
    background: transparent !important;
    border-color: #fff;
}

.text_arrow._small {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.text_arrow._upper {
    text-transform: uppercase;
}

.text_arrow svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.text_arrow._small svg {
    width: 25px;
    min-width: 25px;
    height: auto;
}

.text_arrow:hover svg {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}

.text_arrow.button_violet {
    color: #fff;
    background: var(--theme-color-violet) !important;
}

/* round_arrow round_arrow_1 */
.round_arrow {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    padding: 1rem 2rem;
    background: var(--theme-skit-color);
    border: 1px solid var(--theme-skit-color);
    border-radius: 100px;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.round_arrow:hover,
.round_arrow:focus {
    color: #fff;
    outline: unset;
}

.round_arrow_icon {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    height: auto;
    margin-left: 1em;
}

.round_arrow_icon svg {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.round_arrow:hover {
    color: var(--theme-skit-color);
    background: transparent;
    border-color: var(--theme-skit-color);
}

/* round_arrow round_arrow_2 */
.round_arrow.round_arrow_2 {
    color: var(--theme-skit-color);
    background: transparent;
}

.round_arrow.round_arrow_2 .round_arrow_icon {
    color: var(--theme-skit-color);
}

.round_arrow.round_arrow_2:hover {
    color: #fff;
    background: var(--theme-skit-color);
}

.round_arrow.round_arrow_2:hover .round_arrow_icon {
    color: #fff;
}

/* round_arrow addbasket */
.card-product .round_arrow.addbasket {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
}

.card-product .round_arrow.addbasket .round_arrow_icon {
    margin-right: 0;
}

.card-product .round_arrow.addbasket:before,
.card-product .round_arrow.addbasket:after {
    display: none;
}

/*round_arrow _small*/
.round_arrow._small {
    font-size: 14px;
    padding: 5px 15px 5px 5px;
}

.round_arrow._small .round_arrow_icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
}

.round_arrow._small .round_arrow_icon svg {
    width: 15px;
}

/*round_arrow _upper*/
.round_arrow._upper {
    text-transform: uppercase;
}

/*round_arrow _light */
.round_arrow._light {
    color: var(--theme-skit-color);
    background: #fff;
    border-color: #fff;
}

.round_arrow._light .round_arrow_icon {
    color: var(--theme-skit-color);
}

.round_arrow._light:hover {
    color: #fff !important;
    background: transparent;
    border-color: #fff;
}

.round_arrow._light:hover .round_arrow_icon {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

/*round_arrow _light round_arrow_2*/
.round_arrow.round_arrow_2._light {
    color: #fff !important;
    background: transparent;
    border-color: #fff;
}

.round_arrow.round_arrow_2._light .round_arrow_icon {
    color: #fff;
}

.round_arrow.round_arrow_2._light:hover {
    color: var(--theme-skit-color) !important;
    background: #fff;
    border-color: #fff;
}

.round_arrow.round_arrow_2._light:hover .round_arrow_icon {
    color: var(--theme-skit-color);
}

/*round_arrow round_arrow_2 black_white*/
.round_arrow.round_arrow_2.black_white {
    color: inherit;
    background: transparent;
    border-color: currentColor;
}

.round_arrow.round_arrow_2.black_white .round_arrow_icon {
    color: currentColor;
}

.round_arrow.round_arrow_2.black_white:hover {
    color: var(--theme-skit-color) !important;
    background: #fff;
    border-color: #fff;
}

.round_arrow.round_arrow_2.black_white:hover .round_arrow_icon {
    color: var(--theme-skit-color);
}