@import './catalog.css';
@import './product-page.css?1';
@import './about.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
button {
    cursor: pointer;
    border: none;
    display: inline-block;
    background: none;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #363636;
    line-height: 1.6;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    margin: 0;
}

/*wrapper*/
#wrapper {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF
}

.container {
    max-width: 1680px;
    margin: 0 auto;
}

/*header*/
/* ============burger-menu======== */
.burger-menu {
    display: none;
}

.burger-img-line {
    position: absolute;
    top: 427px;
    width: 100%;
}


.burger-menu {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100%;
    z-index: 1200;
    transition: all 1s ease;
}

.menu-content {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 800;
    padding-top: 150px;
}
.menu-content ul {
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 0 30px;
}
.menu-content li{
    transition: all 0.3s;
}

.menu-content li a {
    color: #363636;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    text-decoration: none;
}

.boot_svg{
    width: 129px;
    height: 135px;
    transition: all .5s ease;
}

.boorger_btm p{
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}
.burger-menu .footer-btn{
    margin-top: 140px;
}

.boorger_btm p:hover + .boot_svg{
    transform: scale(.9);
    transition: all .5s ease;
}

.boot_svg:hover{
    transform: scale(.9);
    transition: all .5s ease;
}

.boorger_btm button{
    display: flex;
    align-items: center;
}

.burger-icon {
    display: none;
    z-index: 1200;
    cursor: pointer;
}

.bar {
    width: 30px;
    height: 3px;
    background-color: #363636;
    margin: 6px 0;
    transition: 0.4s;

}

/* Animation of the burger icon*/
.burger-icon.active {
    width: 45px;
    height: 45px;
    padding: 7px;
    top: 30px;
    right: 44%;
    position: absolute;
}

.burger-icon.active .bar {
    background-color: #363636;
}
.burger-icon .bar {
    background-color: #363636;
}

.burger-icon.active .bar1 {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.burger-icon.active .bar2 {
    transform: rotate(45deg) translate(-2px, -1px);
}
.burger-icon.active .bar3 {
    display: none;
}

.burger-menu.active {
    right: 0;
}

.bur-foot {
    background: #163588;
    height: 100vh;
    margin-top: 80px;
}

.booter_soc{
    display: flex;
    gap: 15px;
    margin-bottom: 140px;
}

.headerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0;
}

.headerTop_info {
    display: flex;
    align-items: center;
}

.headerTop_address {
    display: flex;
    align-items: center;
}

.headerTop_address img{
    margin-right: 10px;
}

.headerTop_numbers {
    margin-left: 30px;
}

.headerTop_numbers a {
    color: inherit;
}

.headerTop_cart {
    position: relative;
    margin-left: 34px;
}

.headerTop_cart div {
    right: -17px;
    top: -5px;
    width: 27px;
    height: 27px;
    background: #2967EC;
    border-radius: 50%;
    position: absolute;
}

.count_cart-mobile div
{
    width: 27px;
    height: 27px;
    background: #2967EC;
    border-radius: 50%;
    margin: 0 10px;
}

.headerTop_cart span,
.count_cart-mobile span
{
    display: flex;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.headerTop_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.headerTop_btn  a {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px 40px;
    background: #2967EC;
    border-radius: 5px;
    transition: .3s ease;
}

.headerTop_btn  a:hover {
    background: #5088FF;
}

.img-back-mobile {
    display: none;
}

.img-back {
    display: block;
    background: url("../images/img/main-img.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 926px;
    height: 100vh;
    position: relative;
}

.mainImg {
    width: 100%;
    height: 100vh;
    background-position: center;
    object-fit: cover;
}

.img-back_menu-block {
    background: #163588;
    width: 100%;
}

.img-back_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.img-back_menu-block .booter_soc {
    margin-bottom: 0;
}

.img-back_menu-block .booter_soc a {
    display: flex;
    align-items: center;
}

.img-back_menu-block nav a {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 30px;
}

ul.header-list {
    display: flex;
}

.current-menu-item span {
    position: relative;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: column;
}

.current-menu-item span::after {
    content: '';
    width: 42px;
    height: 2px;
    background-color: #FFFFFF;
    position: relative;
    top: 12px;
}


/*content*/
#content {
    flex: 1 0 auto;
}

.main-title p:first-child{
    color: #2967EC;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.main-title p:last-child{
    color: #FFFFFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.main-title {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding: 75px 0 50px 0;
}

.mainLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1920px;
    margin: 0 auto;
}

.mainLinks a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.main-link {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 100px;
    padding: 15px 25px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.main-link img {
    margin-left: 10px;
}

.mouse-img {
    text-align: center;
    margin-top: 25px;
}

.phone-call {
    position: fixed;
    right: 50px;
    top: 220px;
    z-index: 20;
}

.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(80, 136, 255);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.phone-call>div {
    background: #2967EC;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgb(80, 136, 255);
    transform: scale(1);
    animation: pulse 1.5s infinite;
    border: 2px solid #5088ff;
}

.mainLinks-mobile {
    display: none;
}

.mainVariants_title {
    text-align: center;
    margin: 130px 0 80px 0;
}

.mainVariants_title p {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    text-transform: uppercase;
}

.mainVariants_title p:first-child {
    color: #363636;
}

.mainVariants_title p:last-child {
    color: #2967EC;
}

.mainVariants_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mainVariants_list-item a p {
    color: #363636;
    max-width: 300px;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 120% */
    text-transform: uppercase;
    transition: .3s ease;
}

.mainVariants_list-item a {
    display: flex;
    align-items: center;
    transition: .3s ease;
}

.mainVariants_info {
    margin: 100px 0 130px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainVariants_info div:first-child>div {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 85.714% */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mainVariants_info div:first-child>p {
    color: #787878;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 40px;
    max-width: 830px;
    margin-right: 20px;
}

.mainVariants_info div:last-child img {
    width: 100%;
    height: 336px;
    min-width: 582px;
    object-fit: cover;
}

a.goToCatalog {
    border-radius: 5px;
    background: #2967EC;
    width: 400px;
    height: 80px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

a.goToCatalog:hover {
    background: #5088FF;
}

a.goToCatalog span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

a.goToCatalog img {
    margin-left: 10px;
}

.products_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.products_title h3 {
    color: #363636;
}

.products_title span {
    color: #2967EC;
}

.cardImg {
    position: relative;
}

.cardImg .sale, .promotion, .cardImg .hit, .hit {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 35px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background: #2967EC;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.cardImg .hit, .hit {
    top: 52px;
    left: 10px;
    width: 75px;
    height: 35px;
    background: #FF8B37;
}

.cardContent {
    padding: 30px 10px 30px 10px;
    transition: .3s ease;
    position: relative;
}

.cardContent>a>p
{
    color: #363636;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    margin-bottom: 30px;
}

.cardStatus>div>img {
    width: 11px;
    height: 11px;
    margin-right: 10px;
}

.cardStatus>div {
    display: flex;
    align-items: center;
}

.cardStatus .status-item:after {
    margin-left: 5px;
    margin-right: 5px;
    content: "|";
}

.price span{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.cardStatus {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.price {
    position: initial;
    transition: .3s ease;
    text-align: start;
    padding-bottom: 20px;
}

.cardStatus::after,
nav.woocommerce-MyAccount-navigation li:not(:last-child)::after,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled.order::after,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold.order::after,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order::after,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order::after,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-refunded.order::after,
.woocommerce-cart-form .cart-count-block::after,
.search-result>a::after,
.order-product-base-info::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(230, 230, 230, 0.00) 0%, #E6E6E6 49.57%, rgba(230, 230, 230, 0.00) 100%);
}

.button-wrap {
    border-top: 1px solid;
    border-image: repeating-linear-gradient(270deg, rgba(230, 230, 230, 0.00) 0%, #E6E6E6 49.57%, rgba(230, 230, 230, 0.00) 100%) 20;
}

.toOrder {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #5088FF;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#swiper-wrapper-f9d9b1634af4e53f {
    align-items: flex-start;
    height: fit-content !important;
}

.card {
    position: relative;
}

.card:hover .card-wrapper:not(.swiper-wrapper .card:hover .card-wrapper) {
    position: absolute;
    z-index: 15;
    top: 0;
}

.card-wrapper {
    background-color: white;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    width: 100%;
}

.card .button-wrap {
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.card:hover .button-wrap  {
    height: auto;
    opacity: 1;
    padding-top: 40px;
}

.toOrder a {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toOrder a span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.toOrder a img {
    margin-left: 10px;
}

/*swiper*/
.products .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

.swiper-slide .cardImg>a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.swiper-btn .swiper-button-prev, .swiper-rtl .swiper-button-next {
    background: #2967EC;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 25px;
    left: 91%;
}

.swiper-btn .swiper-button-next, .swiper-rtl .swiper-button-prev {
    background: #2967EC;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 25px;
}

.swiper-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 28px;
}

.swiper-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 28px;
}

.metal_title {
    margin-top: 130px;
    margin-bottom: 20px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    text-transform: uppercase;
    text-align: center;
}

.metalOptions_title.metal_title {
    margin-bottom: 80px;
}

.metalSchemes_title.metal_title {
    margin-bottom: 75px;
}

.metal_title h3 {
    color: #363636;
}

.metal_title span {
    color: #2967EC;
}

table {
    width: 100%;
}

th, td {
    border: 1px solid #bfc3c8 !important;
}

.tablepress-id-2 tr:first-child td {
    border: none !important;
}

table.tablepress {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 30px;
}

.tablepress-id-2 tr:first-child th {
    border: none;
}

.tablepress-id-2 tr:not(:first-child) {
    border-bottom: 1px solid #D1D1D1;
}

.tablepress-id-2 tr:not(:first-child) td {
    border-right: 1px solid #D1D1D1;
    padding: 6px;
    text-align: center;
}

.tablepress-id-2 tr:nth-child(2) td {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    background: #d1d1d173;
}

.tablepress-id-2 tr:nth-child(2) td:first-child {
    border-top-left-radius: 30px;
}

.tablepress-id-2 tr:nth-child(2) td:last-child {
    border-top-right-radius: 30px;
    border-right: none;
}

.tablepress-id-2 tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}

.tablepress-id-2 tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
    border-right: 1px solid #D1D1D1;
}

.tablepress-id-2 tr:not(:first-child) td:first-child {
   background: #d1d1d173;
}

.tablepress-id-2 tr:not(:nth-child(2)) td:first-child {
    background: #2967EC;
    width: 97px;
    color: #FFFFFF;
}

.table-metalThickness-info {
    display: flex;
}

.table-metalThickness-info .block {
    border-radius: 20px;
    border: 1px solid #D1D1D1;
    padding: 30px;
    width: 50%;
}

.table-metalThickness-info .block {
    margin-top: 20px;
}

.table-metalThickness-info .block>div {
    display: flex;
    align-items: center;
}

.table-metalThickness-info .block>div img {
    margin-right: 10px;
}

.table-metalThickness-info .block:first-child {
    margin-right: 20px;
}

.table-metalThickness-info .block:last-child {
    display: flex;
    align-items: center;
}

.table-metalThickness-info .block span, .table-metalThickness-info .block p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.metalInfo_img {
    position: relative;
}

.metalInfo_img img:first-child {
    display: flex;
    margin: 0 auto;
    padding-top: 170px;
}

.metalInfo_img img:not(:first-child) {
    position: absolute;
}

.metalInfo_img img:nth-child(2) {
    top: 172px;
    left: 641px;
}

.metalInfo_img img:nth-child(3) {
    top: 322px;
    left: 969px;
}

.metalInfo_img img:last-child {
    top: 345px;
    left: 561px;
}

.metalInfo_block {
    border-radius: 20px;
    border: 1px solid #D1D1D1;
    width: 420px;
    padding: 30px;
    position: relative;
}

.metalInfo_block p {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.metalInfo_icon {
    width: 28px;
    height: 28px;
    background: #2967EC;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(80, 136, 255);
    transform: scale(1);
    animation: pulse 1.5s infinite;
    position: absolute;
}

.metalInfo_icon.icon-1{
    top: 66px;
    right: -13px;
}

.metalInfo_icon.icon-2{
    top: 26px;
    right: -13px;
}

.metalInfo_icon.icon-3{
    top: 46px;
    left: -12px;
}

.metalInfo {
    position: relative;
}

.metalInfo_block.block-1 {
    bottom: 327px;
    left: 213px;
    position: absolute;
}

.metalInfo_block.block-2 {
    bottom: 195px;
    left: 137px;
    position: absolute;
}

.metalInfo_block.block-3 {
    bottom: 198px;
    left: 1105px;
    position: absolute;
}

/*table-metalOptions*/
.tablepress-id-3 tr {
    border: 1px solid #D1D1D1;
    text-align: center;
}

.tablepress-id-3 tr th {
    background: #D1D1D1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
    padding: 12px 62px;
    vertical-align: middle;
    text-align: center;
}

.tablepress-id-3 tr th span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: lowercase;
}

.tablepress-id-3 tr td {
    padding: 2px;
}

.tablepress-id-3 th:not(:last-child), .tablepress-id-3 tr:nth-child(2) td, .tablepress-id-3 tr:nth-child(3) td, .tablepress-id-3 tr:last-child td {
    border-right: 1px solid #D1D1D1;
}

.tablepress-id-3 tr th:first-child {
    border-top-left-radius: 30px;
}

.tablepress-id-3 tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}

.tablepress-id-3 tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}

.tablepress-id-3 tr th:last-child {
    border-top-right-radius: 30px;
}

.tablepress-id-3 tr:first-child {
    border: none;
}

/*table-metalSchemes*/
.tablepress-id-4 tr {
    border: 1px solid #D1D1D1;
    text-align: center;
}

.tablepress-id-4 tr th {
    background: #D1D1D1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
    padding: 12px 62px;
    vertical-align: middle;
    text-align: center;
}

.tablepress-id-4 tr td {
    padding: 2px;
}

.tablepress-id-4 tr td:first-child {
    background: #2967EC;
    color: #FFFFFF;
}

.tablepress-id-4 th:not(:last-child),
.tablepress-id-4 tr:nth-child(2) td,
.tablepress-id-4 tr:nth-child(3) td,
.tablepress-id-4 tr:nth-child(4) td,
.tablepress-id-4 tr:nth-child(5) td,
.tablepress-id-4 tr:nth-child(6) td,
.tablepress-id-4 tr:nth-child(7) td,
.tablepress-id-4 tr:nth-child(8) td,
.tablepress-id-4 tr:last-child td {
    border-right: 1px solid #D1D1D1;
}

.tablepress-id-4 tr th:first-child {
    border-top-left-radius: 30px;
}

.tablepress-id-4 tr th:last-child {
    border-top-right-radius: 30px;
}

.tablepress-id-4 tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}

.tablepress-id-4 tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}

.tablepress-id-4 tr:first-child {
    border: none;
}


.metalSchemes_table-imgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.metalSchemes a:not(caption>a) {
    width: 540px;
    height: 80px;
    border-radius: 5px;
    background: #2967EC;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    transition: .3s ease;
}

.metalSchemes a:not(caption>a):hover {
    background-color: #5088FF;
}

.metalSchemes a img {
    margin-left: 10px;
}

.contactForm {
    background: #2967EC;
    margin-top: 130px;
}

.contactForm_wrap {
    display: flex;
}

.contactForm_wrap div:first-child img {
    display: flex;
    width: 100%;
    height: 100%;
}

.contactForm_wrap>div:first-child {
    width: 50%;
}

.contactForm_wrap>div:last-child {
    max-width: 460px;
    padding-top: 80px;
    padding-bottom: 74px;
    margin-left: 240px;
    width: 50%;
}

.wpcf7-text {
    background: url(../images/svg/user-icon.svg) no-repeat;
    background-position: 10px 18px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
    height: 60px;
    padding: 21px 35px;
    margin-bottom: 10px;
    font-size: 24px;
}

.wpcf7-text::placeholder, .wpcf7-tel::placeholder, .wpcf7-email::placeholder {
    color: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.wpcf7-tel {
    background: url(../images/svg/phone-call-icon.svg) no-repeat;
    background-position: 10px 18px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
    height: 60px;
    padding: 21px 35px;
    margin-bottom: 10px;
}

.wpcf7-email {
    background: url(../images/svg/email-icon.svg) no-repeat;
    background-position: 10px 18px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #FFF;
    height: 60px;
    padding: 21px 35px;
    margin-bottom: 40px;
}

#submit {
    background: url(../images/svg/arrow-left-top-grey.svg) no-repeat;
    background-position: 229px 25px;
    background-color: #FFFFFF;
    border: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 60px;
    padding: 21px 35px;
    width: 337px;
    border-radius: 5px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease;
}

#submit:hover {
    background: url(../images/svg/arrow-left-top.svg) no-repeat;
    background-position: 229px 25px;
    background-color: #5088FF;
    color: #FFFFFF;
}

.contactForm_title {
    text-align: center;
    max-width: 460px;
}

.contactForm_title h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 62.5% */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contactForm_title p {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.contactForm_title span {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
}

.contactForm form {
    display: flex;
    flex-direction: column;
}

.border-line {
    border-bottom: 20px solid;
    border-image: linear-gradient(to right, #2967EC 50%, #0041CB 50%);
    border-image-slice: 1;
    transition: border-image 0.3s;
}

/*footer*/
.footer {
    flex-shrink: 0;
    min-height: 486px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 45px;
    padding-bottom: 50px;
}

.footer_wrap {
    position: relative;
}

.footer_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(230, 230, 230, 0.00) 0%, #E6E6E6 49.57%, rgba(230, 230, 230, 0.00) 100%);
}

.foot-back {
    width: 74px;
    height: 74px;
    background: #2967EC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_portals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer_wrap-logo .booter_soc {
    justify-content: center;
    margin-top: 20px;
}

.footer_block h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_block {
    max-width: 390px;
}

.footer_wrap-contacts div span {
    font-style: normal;
    font-weight: 700;
}

.footer_wrap-block {
    display: flex;
}

.footer_block {
    margin-right: 30px;
}

.footer_block a {
    color: #363636;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.footer_block div {
    margin-bottom: 8px;
}

.tablepress img {
    width: 100%;
}

img.alignnone.size-medium.wp-image-36,
img.alignnone.size-medium.wp-image-39,
img.alignnone.size-medium.wp-image-37,
img.alignnone.size-medium.wp-image-38
{
    width: 18px;
}

.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
    text-align: center;
}

.tablepress-id-2 tr:first-child td:first-child {
    background: none;
}

.tablepress-id-2.tablepress>:not(caption)>*>* {
    vertical-align: bottom;
}

.cart-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
}
.cart-block {
    display: flex;
}

.cart-count {
    display: flex;
}

.cart-count>div,
.counter-product>.quantity
{
    border: 1px solid #D1D1D1;
}

a.min svg, a.plus svg {
    width: 30px;
}

a.min {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
}

a.plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
}

.woocommerce .quantity .qty,
.woocommerce-cart-form .quantity .qty
{
    border: none;
}

a.toOrder-2.checkout-link {
    width: 100%;
}

.cart-wrap {
    position: relative;
}

input.input-text.qty.text {
    width: 60px;
    height: 60px;
    text-align: center;
}

.oneCard_block input.input-text.qty.text {
    width: 100%;
    height: 100%;
    border: none;
}

.cart-count a,
.counter-product>a
{
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oneCard_block .cart-count a,
.counter-product>a {
    width: 88px;
    height: 80px;
}

.cart-block .input-text.qty.text, .checkout .input-text.qty.text,
.counter-product .input-text.qty.text
{
    /* width: 47px; */
    height: 42px;
    font-size: 31px;
    font-weight: 700;
}
.cart-block .cart-count a, .checkout .cart-count a {
    width: 47px;
}

ul.breadcrumb.breadcrumb-MyAccount li a, ul.breadcrumb.breadcrumb-MyAccount li {
    color: initial;
}

ul.breadcrumb.breadcrumb-MyAccount li+li:before {
    color: initial;
}

.woocommerce {
    background: #F8F8F8;
}

nav.woocommerce-MyAccount-navigation {
    max-width: 337px;
    width: 100%;
    background: #FFFFFF;
    height: fit-content;
    padding: 20px 30px;
    border-radius: 5px;
    margin-right: 31px;
}

.woocommerce-MyAccount-content {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 30px !important;
}

nav.woocommerce-MyAccount-navigation li a {
    font-size: 15px;
    font-weight: 500;
    color: initial;
    transition: .3s;
}

nav.woocommerce-MyAccount-navigation li a:hover {
    color: #2967EC;
}

nav.woocommerce-MyAccount-navigation .is-active a {
    color: #2967EC;
}

nav.woocommerce-MyAccount-navigation li {
    position: relative;
    padding: 15px 0;
}

.woocommerce form .form-row input.input-text {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    padding: 20px;
}

.woocommerce form .form-row label {
    font-size: 15px;
    font-weight: 500;
    color: #787878;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button, .woocommerce button.button, .woocommerce a.button {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    width: 277px;
    height: 60px;
    border-radius: 5px;
    background: #2967EC !important;
    transition: 0.3s;
    color: #FFFFFF !important;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover
{
    background: #5088FF !important;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button,
.woocommerce .woocommerce-info .button {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding: 13px 25px;
    border-radius: 5px;
    background: #2967EC;
    transition: 0.3s;
    color: #FFFFFF;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button img,
.woocommerce-MyAccount-content button.woocommerce-Button.button img,
.woocommerce button.button img,
.woocommerce .woocommerce-info .button img,
.woocommerce a.button img {
    margin-left: 5px;
}

.my-account-wrap {
    display: flex;
    padding-bottom: 150px;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info,
.woocommerce-Message.woocommerce-Message--info.woocommerce-info
{
    margin: 0;
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register
{
    width: 520px;
    margin: 0 auto;
    background: #FFFFFF;
}

span.select2-selection.select2-selection--single {
    padding: 27px 20px;
    display: flex;
    align-items: center;
}

form.woocommerce-form.woocommerce-form-login.login>h2,
form.woocommerce-form.woocommerce-form-register.register>h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
}

.form-login-wrap {
    padding: 70px 30px;
}
.woocommerce-MyAccount-content form>h3,
form.woocommerce-EditAccountForm.edit-account fieldset>legend
{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.cardsBlock_wrap-menu {
    display: flex;
    align-items: center;
}

.woocommerce a.remove:hover {
    background: none;
}

.woocommerce svg.remove-icon path,
.woocommerce-cart-form svg.remove-icon path
{
    transition: .3s;
}

.woocommerce svg.remove-icon:hover path,
.woocommerce-cart-form svg.remove-icon:hover path
{
    fill: red;
}

.woocommerce .cart-block h3>a,
.woocommerce-cart-form .cart-block h3>a
{
    color: initial;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.woocommerce .amount-paid {
    display: flex;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce .amount-paid>h4 {
    margin-right: 10px;
}

p.woocommerce-result-count {
    display: none;
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 50px;
}

ul.page-numbers li {
    margin: 0 10px;
}

select.orderby {
    border: none;
}

.notfound.orderdone {
    padding: 50px 0 130px 0;
}

p.return-to-shop {
    padding-bottom: 100px;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

p#oplata_first_name_field,
p#oplata_last_name_field,
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last
{
    width: 100%;
}

p#oplata_company_field,
p#oplata_address_2_field,
p#oplata_state_field,
.edit-account-block .clear,
.edit-account-block p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide>span>em
{
    display: none;
}

.edit-account-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

header.woocommerce-Address-title.title h3,
h2.woocommerce-order-details__title,
h2.woocommerce-column__title
{
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

h2.woocommerce-column__title,
h2.woocommerce-order-details__title
{
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content>h2
{
    font-size: 20px;
    font-weight: 500;
    /*margin-bottom: 20px;*/
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2
{
    float: none;
    /*margin: 0 auto;*/
}

a.woocommerce-button.button.view {
    margin-top: 0;
    width: 200px;
    height: 40px;
    display: none;
}

.woocommerce table.my_account_orders th {
    display: none;
    border: none !important;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border-spacing: 0 10px;
    border: none !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    padding: 34px 20px !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-left: 1px solid #D1D1D1 !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    border-left: none !important;
    border-right: none !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    border-left: none !important;
    border-right: none !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    border-left: none !important;
    border-right: 1px solid #D1D1D1 !important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.woocommerce table.my_account_orders td {
    padding: 20px;
    border-top: 1px solid #D1D1D1 !important;
    border-bottom: 1px solid #D1D1D1 !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    font-size: 20px;
    font-weight: 500;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a {
    color: #363636;
}

.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: left !important;
    border-left: none !important;
    border-right: none !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status>div {
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: fit-content;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: inherit !important;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: #FF2A2A;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: #86D23B;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: #FFD700FF;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: #F3702BFF;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-refunded.order td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: #AA3AC4FF;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled.order,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold.order,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed.order,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order,
tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-refunded.order
{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*padding: 20px;*/
    position: relative;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: end;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    text-align: end;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span,
.order-product-total
{
    font-size: 20px;
    font-weight: 700;
}

.order-product-total {
    margin-right: 85px;
}

.order-product-quantity,
.order-product-name
{
    font-size: 20px;
    font-weight: 500;
}

table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    margin: 0 0 10px 0;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-name.product-name,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-table.product-total,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-total.product-total,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td
{
    border-bottom: none !important;
    border-right: none !important;
    padding: 20px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-name.product-name,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-table.product-total
{
    border-top: none !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th.woocommerce-table__product-name.product-name,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    border-left: none !important;
}

section.woocommerce-customer-details address {
    padding: 20px !important;
}

.woocommerce table.shop_table_responsive tr td::before {
    content: none !important;
}

.cart-popup>.container {
    padding: 0;
}

.cart-wrap h4>button {
    position: absolute;
    top: -50px;
    right: 15px;
}

.cart-popup {
    position: fixed;
    display: none;
    right: -800px;
    top: 0;
    transition: linear .2s;
    z-index: -2;
}

.cart-popup.open {
    display: block;
    max-width: 600px;
    height: -webkit-fill-available;
    background: #FFFFFF;
    padding: 80px 10px 40px 10px;
    margin: 45px 0;
    border-radius: 5px;
    right: 0;
    overflow-y: auto;
    z-index: 100;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
}

.overlay.open {
    display: block;
}

.woocommerce-cart-form .cart-wrap::before,
.woocommerce-cart-form .cart-count-block::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(230, 230, 230, 0.00) 0%, #E6E6E6 49.57%, rgba(230, 230, 230, 0.00) 100%);
}

.woocommerce-cart-form .cart-wrap
{
    padding-bottom: 25px;
    padding-top: 30px;
}

.woocommerce-cart-form img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 253px;
    height: 295px;
    min-width: 164px;
    margin-right: 20px;
    object-fit: fill;
}

.woocommerce-cart-form .cart-block>div h3 {
    margin-bottom: 20px;
}

.woocommerce-cart-form .cart-count-block  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 0;
}

.woocommerce-cart-form .cart-block .cart-count-block>div:last-child>p:first-child {
    font-size: 25px;
    font-weight: 700;
    margin-right: 20px;
}

.woocommerce-cart-form .amount-paid {
    display: flex;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-cart-form .amount-paid>h4 {
    margin-right: 5px;
}

div#search-results {
    background: white;
    z-index: 11;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.search-result .product_categories {
    display: none;
}

.search-result>a {
    display: flex;
    position: relative;
    padding: 20px 35px;
}

.search-result .product-info {
    margin-left: 20px;
    color: initial;
}

.search-result .product-info>h2 {
    font-weight: 500;
}

.search-result .price-in-search {
    font-weight: 700;
}

h1.entry-title {
    font-size: 25px;
    font-weight: 500;
    padding: 50px 0;
}

.search-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.search-wrap .entry-summary>p {
    padding: 20px 10px;
    text-align: justify;
}

.search-wrap .entry-summary a>img {
    width: 100% !important;
    object-fit: cover;
}

h2.entry-title
{
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
    padding: 20px 10px;
}

h2.entry-title>a {
    color: inherit;
}

.search-wrap article {
    border-radius: 5px;
    border: 1px solid #E8E8E8;
}

aside#sidebar {
    display: none;
}

nav.navigation.posts-navigation {
    padding: 40px 0 50px 0;
    text-transform: capitalize;
}

nav.navigation.posts-navigation a {
    color: #2967EC;
    transition: .3s;
}

nav.navigation.posts-navigation a:hover {
    color: #5088FF;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

div#customer_login {
    display: flex;
    justify-content: center;
}

span.page-numbers.current {
    color: #2967EC;
}

a.page-numbers {
    color: #363636;
    transition: .3s;
}

a.page-numbers:hover {
    color: #2967EC;
}

a.next.page-numbers,
a.prev.page-numbers
{
    color: gray;
}

.mainVariants_tabs {
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*margin-bottom: 20px;*/
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.mainVariants_list-item a:hover img,
.mainVariants_list-item.hover a img
{
    filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(380%) hue-rotate(180deg) brightness(90%) contrast(100%);
}

.mainVariants_list-item a img {
    margin-right: 20px;
    transition: filter 0.3s;
}

.mainVariants_list-item a:hover,
.mainVariants_list-item.hover a
{
    color: #2967EC;
}

.mainVariants_list-item a:hover img,
.mainVariants_list-item a:hover p,
.mainVariants_list-item.hover a p{
    color: #2967EC;
}

table.variations {
    display: none;
}

.count_cart-mobile {
    display: none;
    position: absolute;
    top: -47px;
    left: 30px;
}

.count_cart-mobile p {
    font-size: 15px;
    font-weight: 600;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 123px;
    height: 105px;
    object-fit: cover;
    border-radius: 5px;
}

.order-product-base-info div:first-child {
    display: flex;
}

.order-product-base-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.order-product-base-info .order-product-image {
    margin-right: 20px;
}

.order-product-name {
    max-width: 454px;
}

a.repeat-order {
    font-size: 15px;
    font-weight: 500;
    color: #2967EC;
    text-decoration: underline;
}

.order-product-attributes .product-attribute:first-child {
    margin-top: 10px;
}

.order-product-base-info div:first-child {
    text-align: start;
}

tr.filterDrop.active {
    padding-bottom: 0 !important;
    top: 10px;
}

tr.filterDrop.active + tr.order-products.accordion-content>td {
    border-top: none !important;
    margin-bottom: 5px;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

tr.filterDrop.active + td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-bottom: none !important;
}

tr.woocommerce-orders-table__row td {
    border-bottom: 1px solid #ccc;
}

tr.filterDrop.active td {
    border-bottom: none !important;
}

tr.filterDrop.active td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-bottom-left-radius: 0 !important;
}

tr.filterDrop.active td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    border-bottom-right-radius: 0 !important;
}

input[type="checkbox"] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    appearance: none;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #2967EC;
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    width: 11px;
    height: 5px;
    border: solid white;
    border-width: 0 0 1px 1px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.woocommerce-info {
    width: 100%;
}

.accordion-content>div>div {
    display: flex;
    align-items: center;
}
