You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
1.9 KiB
110 lines
1.9 KiB
.no-scroll {
|
|
overflow: hidden;
|
|
}
|
|
.img--mobile{
|
|
display: none;
|
|
}
|
|
.btn--black-hover:hover {
|
|
background: #121212 !important;
|
|
color: #F4F1F0 !important;
|
|
transition: .3s
|
|
}
|
|
|
|
.btn--black-hover {
|
|
transition: .3s
|
|
}
|
|
.container-plus{
|
|
max-width:1040px;
|
|
margin:0 auto;
|
|
}
|
|
|
|
|
|
.section-title {
|
|
font-weight: 500;
|
|
font-size: 82px;
|
|
width:50%;
|
|
line-height:1.2;
|
|
|
|
text-transform: uppercase;
|
|
color: #f4f1f0;
|
|
}
|
|
|
|
.show-more-btn {
|
|
background: none;
|
|
border: none;
|
|
color: #4a90e2;
|
|
cursor: pointer;
|
|
padding: 5px 0;
|
|
margin-top: 10px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.show-more-btn:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* Breadcrumb */
|
|
.breadcrumb {
|
|
padding: 20px 0 24px;
|
|
}
|
|
|
|
.breadcrumb .container {
|
|
color: var(--main_white);
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.breadcrumb a {
|
|
display: inline;
|
|
}
|
|
/* Breadcrumb end */
|
|
|
|
.wc-block-components-checkout-step__container {
|
|
position: relative;
|
|
margin-top: 20px!important;
|
|
}
|
|
|
|
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
|
|
float: right;
|
|
font-size: 1.5em!important;
|
|
margin-top: 25px!important;
|
|
}
|
|
|
|
|
|
@media (max-width: 576px) {
|
|
/* start: Scrollbar */
|
|
body::-webkit-scrollbar {
|
|
width: .2rem;
|
|
/* background: #fff0; */
|
|
background: linear-gradient(#0F5881, #76CE75, #ECF39F);
|
|
}
|
|
|
|
body::-webkit-scrollbar-thumb {
|
|
border-radius: 4px;
|
|
background: rgba(128, 128, 128, 0.9);
|
|
}
|
|
/* end: Scrollbar */
|
|
|
|
/* start: ОБЩИЕ */
|
|
.img--desktop {
|
|
display: none;
|
|
}
|
|
|
|
.img--mobile {
|
|
display: block;
|
|
}
|
|
/* end: ОБЩИЕ */
|
|
|
|
.main_link {
|
|
font-size: 12px;
|
|
line-height: 14.4px;
|
|
width: 129px;
|
|
height: 29px;
|
|
padding: 7px;
|
|
}
|
|
|
|
.wc-block-components-sidebar-layout {
|
|
padding: 5%!important;
|
|
}
|
|
}
|
|
|