mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-03 19:53:19 +03:00
612 lines
12 KiB
CSS
612 lines
12 KiB
CSS
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url('../fonts/OpenSans/opensans-regular.eot');
|
|
src: url('../fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/opensans-regular.woff2') format('woff2'), url('../fonts/OpenSans/opensans-regular.woff') format('woff'), url('../fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('../fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url('../fonts/OpenSansBold/opensans-bold.eot');
|
|
src: url('../fonts/OpenSansBold/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansBold/opensans-bold.woff2') format('woff2'), url('../fonts/OpenSansBold/opensans-bold.woff') format('woff'), url('../fonts/OpenSansBold/opensans-bold.ttf') format('truetype'), url('../fonts/OpenSansBold/opensans-bold.svg#open_sansbold') format('svg');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
body,
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
.hidden {
|
|
visibility: hidden;
|
|
}
|
|
.retail-wrap {
|
|
font-family: OpenSans, Arial, sans-serif;
|
|
padding: 0 15px;
|
|
height: 100%;
|
|
}
|
|
.retail-wrap *,
|
|
.retail-wrap *::before,
|
|
.retail-wrap *::after {
|
|
box-sizing: border-box;
|
|
}
|
|
.retail-container {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
max-width: 950px;
|
|
}
|
|
.retail-title {
|
|
margin: 60px 0 0;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
line-height: 38px;
|
|
}
|
|
.retail-title_content {
|
|
text-align: left;
|
|
margin-top: 40px;
|
|
}
|
|
.retail-txt {
|
|
color: #7A7A7A;
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
}
|
|
.retail-descript {
|
|
margin-top: 45px;
|
|
text-align: center;
|
|
}
|
|
.retail-tab__enabled {
|
|
display: block;
|
|
}
|
|
.retail-tab__disabled {
|
|
display: none !important;
|
|
}
|
|
.retail-video {
|
|
margin: 57px auto 0;
|
|
max-width: 442px;
|
|
position: relative;
|
|
}
|
|
.retail-video-trigger {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
}
|
|
.retail-video iframe {
|
|
pointer-events: none;
|
|
}
|
|
.retail-video__btn {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
width: 100px;
|
|
height: 100px;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail-video__btn svg {
|
|
width: 100%;
|
|
}
|
|
.retail-video__btn:hover {
|
|
opacity: 0.6;
|
|
}
|
|
.retail-btns {
|
|
margin: 56px auto 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
max-width: 815px;
|
|
transition: 0.05s ease;
|
|
}
|
|
.retail-btns__separate {
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #7A7A7A;
|
|
font-size: 16px;
|
|
}
|
|
.retail-btns_hide {
|
|
opacity: 0;
|
|
}
|
|
.retail-form {
|
|
margin-top: 60px;
|
|
}
|
|
.retail-form__title {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
margin-bottom: 22px;
|
|
}
|
|
.retail-form__label {
|
|
width: 100% !important;
|
|
text-align: left !important;
|
|
margin: 15px 12px;
|
|
font-size: 15px;
|
|
}
|
|
.retail-form__row {
|
|
margin-top: 15px;
|
|
}
|
|
.retail-form__row_submit {
|
|
margin-top: 23px;
|
|
}
|
|
.retail-form__message-warning {
|
|
padding: 13px 18px;
|
|
margin: 1px 13px;
|
|
border-radius: 8px;
|
|
border: 1px solid #fcf3b5;
|
|
font-size: 1rem;
|
|
box-shadow: 0px 0px 6px 0px #fdd0d0;
|
|
}
|
|
.retail-form__checkbox {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 4px 12px;
|
|
}
|
|
.retail-form__checkbox input[type=checkbox] {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
.retail-form__checkbox label {
|
|
width: auto;
|
|
margin-left: 8px;
|
|
font-size: 16px;
|
|
}
|
|
.retail-form__area {
|
|
display: inline-block !important;
|
|
vertical-align: top;
|
|
width: 430px !important;
|
|
height: 60px !important;
|
|
border: 1px solid rgba(122, 122, 122, 0.15) !important;
|
|
box-shadow: none !important;
|
|
border-radius: 58px !important;
|
|
padding: 0 28px !important;
|
|
line-height: normal;
|
|
color: #7A7A7A !important;
|
|
font-size: 16px !important;
|
|
appearance: none;
|
|
}
|
|
.retail-form__area:focus {
|
|
color: #363A41;
|
|
}
|
|
.retail-form__area:focus::-webkit-input-placeholder {
|
|
color: #363A41;
|
|
}
|
|
.retail-form__area:focus::-moz-placeholder {
|
|
color: #363A41;
|
|
}
|
|
.retail-form__area:focus:-moz-placeholder {
|
|
color: #363A41;
|
|
}
|
|
.retail-form__area:focus:-ms-input-placeholder {
|
|
color: #363A41;
|
|
}
|
|
.retail-form__area_txt {
|
|
padding: 20px 28px !important;
|
|
line-height: 24px !important;
|
|
height: 487px !important;
|
|
border-radius: 20px !important;
|
|
resize: none !important;
|
|
font-family: OpenSans, Arial, sans-serif !important;
|
|
}
|
|
.retail-form input:focus,
|
|
.retail-form textarea:focus {
|
|
outline: none !important;
|
|
}
|
|
.retail-form_main {
|
|
margin-top: 34px;
|
|
max-width: 900px;
|
|
width: 100%;
|
|
}
|
|
.retail-form_main .retail-form__area {
|
|
width: 100% !important;
|
|
}
|
|
.retail-tabs {
|
|
margin-top: 60px;
|
|
}
|
|
.retail-tabs__btn {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
padding: 19px 30px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
color: #7A7A7A;
|
|
text-align: center;
|
|
min-width: 152px;
|
|
text-decoration: none !important;
|
|
position: relative;
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail-tabs__btn:hover {
|
|
color: #363A41;
|
|
}
|
|
.retail-tabs__btn::after {
|
|
content: "";
|
|
height: 3px;
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
left: 0;
|
|
right: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
background: #0068FF;
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail-tabs__btn_active {
|
|
color: #363A41;
|
|
}
|
|
.retail-tabs__btn_active::after {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
.retail-tabs__head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #DFDFDF;
|
|
}
|
|
.retail-tabs__body {
|
|
padding-top: 18px;
|
|
}
|
|
.retail-tabs__body p {
|
|
margin-top: 23px;
|
|
margin-bottom: 0;
|
|
color: #7A7A7A;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
.retail-tabs__item {
|
|
display: none;
|
|
}
|
|
.retail-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.retail-list__item {
|
|
padding-left: 2px;
|
|
position: relative;
|
|
color: #7A7A7A;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
.retail-list__item::before {
|
|
content: "-";
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #7A7A7A;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
margin-right: 3px;
|
|
}
|
|
.retail-tile {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.retail-tile__col {
|
|
width: 48%;
|
|
padding-right: 35px;
|
|
}
|
|
.retail-tile__col:nth-child(1) {
|
|
width: 52%;
|
|
}
|
|
.retail-tile__col_contacts {
|
|
padding-right: 0;
|
|
}
|
|
.retail-tile__row {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
.retail-tile__row:nth-last-child(1) {
|
|
margin-bottom: 0;
|
|
}
|
|
.retail-tile__item {
|
|
margin-top: 34px;
|
|
}
|
|
.retail-tile__item:nth-child(1) {
|
|
margin-top: 20px;
|
|
}
|
|
.retail-tile__title {
|
|
color: #363A41;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
}
|
|
.retail-tile__descript {
|
|
color: #7A7A7A;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
margin-top: 10px;
|
|
}
|
|
.retail-tile__link {
|
|
color: #0068FF;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail-tile__link:hover {
|
|
color: #005add;
|
|
}
|
|
.retail-popup {
|
|
position: absolute;
|
|
width: 90%;
|
|
height: 90%;
|
|
background: white;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
transform: translate3d(0, -1000%, 0) scale(0.1);
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail-popup__close {
|
|
position: absolute;
|
|
top: -30px;
|
|
right: -30px;
|
|
width: 30px;
|
|
height: 30px;
|
|
cursor: pointer;
|
|
}
|
|
.retail-popup__close::before,
|
|
.retail-popup__close::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
height: 30px;
|
|
width: 2px;
|
|
background: white;
|
|
}
|
|
.retail-popup__close::before {
|
|
transform: rotate(45deg);
|
|
}
|
|
.retail-popup__close::after {
|
|
transform: rotate(-45deg);
|
|
}
|
|
.retail-popup.open {
|
|
transform: translate3d(0, 0, 0) scale(1);
|
|
}
|
|
.retail-popup-wrap {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 1000;
|
|
display: none;
|
|
}
|
|
.retail-column {
|
|
display: flex;
|
|
max-width: 1389px;
|
|
height: 100%;
|
|
}
|
|
.retail-column__aside {
|
|
width: 253px;
|
|
background: #EAEBEC;
|
|
min-height: 300px;
|
|
}
|
|
.retail-column__content {
|
|
flex: 1 0 auto;
|
|
padding: 0 58px;
|
|
min-height: 300px;
|
|
}
|
|
.retail-menu {
|
|
padding: 8px 20px 8px 15px;
|
|
}
|
|
.retail-menu__btn {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
height: 60px;
|
|
background: rgba(122, 122, 122, 0.1) !important;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
color: #363A41 !important;
|
|
text-decoration: none !important;
|
|
padding: 0 30px;
|
|
margin-top: 20px;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail-menu__btn span {
|
|
display: block;
|
|
}
|
|
.retail-menu__btn:hover {
|
|
background: rgba(122, 122, 122, 0.15) !important;
|
|
}
|
|
.retail-menu__btn:nth-child(1) {
|
|
margin-top: 0;
|
|
}
|
|
.retail-menu__btn_active {
|
|
color: white !important;
|
|
background: #0068FF !important;
|
|
}
|
|
.retail-menu__btn_active:hover {
|
|
background: #005add !important;
|
|
}
|
|
.retail-menu__btn_big {
|
|
font-size: 18px;
|
|
}
|
|
.retail-full-height {
|
|
height: 100%;
|
|
}
|
|
.retail .btn {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(122, 122, 122, 0.1);
|
|
border-radius: 58px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
padding: 0 30px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
color: #0068FF;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
appearance: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
transition: 0.25s ease;
|
|
}
|
|
.retail .btn:hover {
|
|
background: rgba(122, 122, 122, 0.15);
|
|
}
|
|
.retail .btn:active {
|
|
background: rgba(122, 122, 122, 0.25);
|
|
}
|
|
.retail .btn_max {
|
|
min-width: 356px;
|
|
}
|
|
.retail .btn_invert {
|
|
background: #0068FF;
|
|
color: white;
|
|
}
|
|
.retail .btn_invert:hover {
|
|
background: #005add;
|
|
}
|
|
.retail .btn_invert:active {
|
|
background: #0045aa;
|
|
}
|
|
.retail .btn_whatsapp {
|
|
background: #33D16B;
|
|
color: white;
|
|
padding: 0 62px;
|
|
}
|
|
.retail .btn_whatsapp:hover {
|
|
background: #22CA5D;
|
|
}
|
|
.retail .btn_submit {
|
|
min-width: 218px;
|
|
}
|
|
.retail .toggle-box {
|
|
display: none;
|
|
}
|
|
.retail-table {
|
|
width: 100%;
|
|
border: none;
|
|
border-radius: 20px;
|
|
}
|
|
.retail-table thead th {
|
|
background: rgba(122, 122, 122, 0.15);
|
|
font-size: 16px;
|
|
}
|
|
.retail-table tbody tr td {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
.retail-table td,
|
|
.retail-table th {
|
|
color: #333;
|
|
font-size: 14px;
|
|
line-height: 60px;
|
|
padding: 4px 4px 4px 6px;
|
|
max-width: 300px;
|
|
vertical-align: middle;
|
|
}
|
|
.retail-table-no-wrap {
|
|
white-space: nowrap;
|
|
}
|
|
.retail-table-center {
|
|
text-align: center;
|
|
}
|
|
.retail-table-sort__btn,
|
|
.retail-table-sort__switch {
|
|
cursor: pointer;
|
|
}
|
|
.retail-table-sort__btn:hover,
|
|
.retail-table-sort__switch:hover {
|
|
color: #005add;
|
|
}
|
|
.retail-table-sort__btn {
|
|
float: left;
|
|
clear: both;
|
|
line-height: 15px;
|
|
font-size: 20px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
opacity: 0;
|
|
transition: opacity 0.2s ease-out;
|
|
}
|
|
.retail-table-sort__btn-wrap {
|
|
position: absolute;
|
|
}
|
|
.retail-table-sort__asc {
|
|
padding-top: 15px;
|
|
padding-bottom: 0;
|
|
}
|
|
.retail-table-sort__desc {
|
|
padding-top: 0;
|
|
padding-bottom: 15px;
|
|
}
|
|
.retail-table-sort thead th:hover .retail-table-sort__btn,
|
|
.retail-table-sort thead td:hover .retail-table-sort__btn {
|
|
opacity: 1;
|
|
}
|
|
.retail-collapsible__input {
|
|
display: none;
|
|
}
|
|
label.retail-collapsible__title {
|
|
cursor: pointer;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
padding: 0;
|
|
position: relative;
|
|
line-height: 1;
|
|
width: 100%;
|
|
}
|
|
label.retail-collapsible__title:before {
|
|
content: '\25B6';
|
|
opacity: 0;
|
|
transition: opacity 0.2s ease-out;
|
|
}
|
|
label.retail-collapsible__title:hover:before {
|
|
opacity: 1;
|
|
}
|
|
.retail-collapsible__content {
|
|
text-align: left;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
background: #fff;
|
|
border: 1px solid rgba(122, 122, 122, 0.15);
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 0;
|
|
padding: 18px;
|
|
margin: 0;
|
|
border-radius: 20px;
|
|
overflow: hidden;
|
|
max-height: 0;
|
|
transition-duration: 0.2s;
|
|
transition-timing-function: ease-out;
|
|
transition-property: max-height, visibility;
|
|
visibility: hidden;
|
|
}
|
|
.retail-collapsible__input:checked + .retail-collapsible__title .retail-collapsible__content {
|
|
max-height: 100vh;
|
|
visibility: visible;
|
|
}
|
|
.retail-error-msg,
|
|
.retail-error-msg:after,
|
|
.retail-error-msg:before {
|
|
color: #dd2e44;
|
|
}
|