2026-02-05 17:08:59 +03:00

1129 lines
22 KiB
CSS

/* Google fonts loading from one.com CDN */
/* open-sans-regular - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local(''),
url('https://fonts-static.group-cdn.one/fonts/google/open-sans/open-sans-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('https://fonts-static.group-cdn.one/fonts/google/open-sans/open-sans-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local(''),
url('https://fonts-static.group-cdn.one/fonts/google/open-sans/open-sans-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('https://fonts-static.group-cdn.one/fonts/google/open-sans/open-sans-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local(''),
url('https://fonts-static.group-cdn.one/fonts/google/montserrat/montserrat-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('https://fonts-static.group-cdn.one/fonts/google/montserrat/montserrat-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local(''),
url('https://fonts-static.group-cdn.one/fonts/google/montserrat/montserrat-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('https://fonts-static.group-cdn.one/fonts/google/montserrat/montserrat-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local(''),
url('https://fonts-static.group-cdn.one/fonts/google/montserrat/montserrat-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('https://fonts-static.group-cdn.one/fonts/google/montserrat/montserrat-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ******* General CSS ******* */
:root {
--onecom-green: #76B82A;
--onecom-light-green: #EAF4DF;
--onecom-blue: #0078C8;
--onecom-red: #D20019;
--onecom-dark: #3C3C3C;
--onecom-light-grey: #8A8989;
--onecom-disabled-grey: #BBBBBB;
--onecom-pink-background: #F7E7EF;
--onecom-modal-bg: #E5E5E5;
}
.one-sp-wrap h2.one-logo {
margin: 17px 0;
}
.one-sp-wrap .one-logo .textleft,
.one-sp-wrap .one-logo .textright {
flex: 1;
line-height: initial;
}
.one-sp-wrap .one-logo .textright {
padding-right: 2px;
}
.one-sp-wrap .one-logo .textleft {
font-size: 32px;
letter-spacing: 0;
line-height: 1.3em;
margin-right: 1em;
}
.one-sp-wrap .one-logo .textleft span {
display: block;
font-size: 16px;
line-height: initial;
letter-spacing: 0;
font-weight: 400;
}
.one-sp-wrap .oc-summary-body ul{
margin-bottom:0;
}
.one-sp-wrap .oc-info{
color: #c5c5c5;
vertical-align: top;
display: table-cell;
font-size:24px;
}
.sp-protect-options,.sp-blocked-lists{
padding: 30px 20px;
background: #ffffff;
border-radius: 5px;
}
.sp-diagnostics input[type="text"], .sp-diagnostics input[type="email"]{
padding: 7px 10px;
}
#onecom-sp-ui .sp-protect-options p.description,#onecom-sp-ui .sp-blocked-lists p.description{
margin-top: 0px;
margin-left: 58px;
width: 59%;
margin-bottom:20px
}
.one-sp-wrap span.prt-desc{
color: #8A8989;
font-weight: 400;
}
.one-sp-wrap .sp-sub-points{
margin-left:54px;
}
.sp-sub-points input[type="number"]
{
padding-left: 6px;
padding-right: 0px;
width: 102px;
height: 48px;
border-radius: 8px;
}
/* disable arrows in input type no */
.one-sp-wrap input::-webkit-outer-spin-button,
.one-sp-wrap input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.one-sp-wrap input[type=number]{
-moz-appearance: textfield;
}
/* end */
.one-sp-wrap .right-section h1{
padding: 0;
margin: .5em 0 .75em 0;
}
/*.one-sp-body{*/
/* display: flex;*/
/*}*/
.one-sp-wrap .one-logo {
padding: 0 !important;
display: flex;
align-items: center;
}
.one-sp-wrap .left-section{
flex: 1;
}
.one-sp-wrap select.oc-duration-filter,
.one-sp-wrap select.oc-duration-filter:focus,
.one-sp-wrap select.oc-duration-filter:hover {
border: none;
box-shadow: none;
color: #3C3C3C;
padding: 0 28px 0 0px;
font-size: 16px;
line-height: 24px;
margin-top: 22px;
margin-bottom: 26px;
}
#ocSpLog th, .oc-diagnostics th{
background: #F7F7F7;
color: #3C3C3C;
font-weight: 600;
font-size: 12px;
text-align: left;
padding: 4px 10px;
}
.one-sp-wrap .oc_hidden{
display: none;
}
/*.filter-summary {*/
/* margin: auto;*/
/* background: #cccccc;*/
/* overflow: hidden;*/
/*}*/
.one-sp-wrap .filter-summary ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
/*display: flex;*/
column-count: 2;
width: 100%;
}
.one-sp-wrap .filter-summary ul li {
/*border-right: 1px solid #bbb;*/
/*flex: 1;*/
margin: 0;
/*text-align: center;*/
}
.one-sp-wrap .filter-summary li:hover a ,.one-sp-wrap .filter-summary li.active a{
color: #fbfbfb;
}
.one-sp-wrap .filter-summary ul li a.oc-review {
display: inline;
padding: 8px;
color: #666;
text-decoration: none;
}
.one-sp-wrap span.sp-success {
background-image: url(../images/Checkmark.png);
display: inline-block;
width: 32px;
height: 32px;
margin-right: 14px;
vertical-align: middle;
}
.one-sp-wrap .oc-summary-body ul li {
padding: 15px;
margin-bottom: 16px;
background: #F7F7F7;
}
.one-sp-wrap .oc-summary-body ul li:nth-child(2n) {
margin-bottom: 0;
}
.one-sp-wrap .filter-summary ul>li.active{
background-color: #100e0e8f;
color: #fbfbfb;
}
.one-sp-wrap .sp-log-link{
float: right;
color: #5b9dd9;
text-decoration: none;
}
#ocSpLog{
background-color: #cccccc;
margin-bottom: 12px;
font-size:12px;
}
#ocSpLog tbody{
word-break: break-word;
}
#ocSpLog td,.oc-diagnostics td{
padding: 10px;
background: #ffffff;
font-size:12px
}
div#spam_diagnostics {
margin-bottom: 26px;
}
.one-sp-wrap .log-text{
margin-right: 23px;
}
#ocSpLog thead tr,.oc-diagnostics thead tr{
background:#666666;
color:white;
text-align:center;
font-weight:600
}
.one-sp-wrap p.one-sp-desc{
font-size: 15px;
font-weight: 400;
}
.one-sp-wrap span.oc-tooltip {
position: relative;
cursor: pointer;
vertical-align: text-top;
font-size: 14px;
font-weight: normal;
}
.one-sp-wrap span.oc-tooltip > span + span {
position: absolute;
left: 150%;
right: auto;
top: 50%;
background: #fff;
padding: 15px;
width: 350px;
transform: translateY(-50%);
opacity: 0;
z-index: -99;
transition: 0.2s opacity ease-in-out;
}
.one-sp-wrap span.oc-tooltip > span:hover + span {
opacity: 1;
z-index: 1;
transition: 0.2s opacity ease-in-out;
box-shadow: 0 0 15px #ccc;
}
.one-sp-wrap .oc-diagnostics{
width: calc(100% - 114px);
margin-top: 62px;
background-color: #cccccc;
}
span.oc-sp-error,span.oc-sp-success,span.oc-sp-warning{
width:19px;
height:19px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.one-sp-wrap span.oc-sp-error{
background-image: url(../images/caution.svg);
}
.one-sp-wrap span.oc-sp-success{
background-image: url(../images/check-circle.svg);
}
.one-sp-wrap span.oc-sp-warning{
width:28px;
height:28px;
background-image: url(../images/warning.svg);
}
.one-sp-wrap .border-nospam{
border: 1px solid #4CAF50;
}
.one-sp-wrap .border-spam{
border: 1px solid red;
}
.one-sp-wrap .oc_logs{
overflow-x: auto;
}
.one-sp-wrap .sp-diagnostics input[type="text"],
.one-sp-wrap .sp-diagnostics input[type="email"],
.one-sp-wrap .sp-diagnostics textarea {
width: 99%;
font-size: 16px;
resize: none;
border: 1px solid #ccc;
padding: 7px 10px;
color: #3C3C3C;
margin-top: 8px;
border-radius: 8px;
}
.one-sp-wrap .sp-diagnostics input.oc_input_error,
.one-sp-wrap #sp-settings input.oc_input_error {
border: 1px solid red;
}
.one-sp-wrap .oc-save{
padding: 8px 32px;
border-radius: 100px;
text-decoration: none;
display: inline-block;
line-height: 24px;
font-weight: 400;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #0078C8;
color: #ffffff;
border: none #0078C8;
}
.one-sp-wrap .oc-save:hover{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: #284f90;
border-color: #284f90;
color: #ffffff;
}
.one-sp-wrap .sp-diagnostics .fieldset{
margin-top:30px;
}
.one-sp-wrap .ocdg-form-section{
flex: 0 0 31%;
}
.one-sp-wrap form.sp-diagnostics{
width: calc(100% - 20%);
}
.one-sp-wrap .ocdg-results{
overflow-x: auto;
flex: 0 0 68%;
}
.one-sp-wrap .sp-diagnostics-wrap{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.one-sp-wrap .oc-advance-link{
margin-left: 10px;
}
.one-sp-wrap .table_desc{
font-weight:400;
margin-top: 21px;
}
.one-sp-wrap .table_desc strong{
font-weight: 700;
}
/*.sp-protect-options{*/
/* width:55%;*/
/*}*/
.one-sp-wrap .notice.oc-dg-err{
margin-right: 32px;
}
.one-sp-wrap .disabled-section{
pointer-events: none;
opacity: 0.6;
}
.one-sp-wrap a:not(.error.default-password-nag p a), .one-sp-wrap a:focus {
outline: none;
text-decoration: none;
box-shadow: none;
}
/* one.com UI Enhancement */
#onecom-sp-ui {
color: #3c3c3c;
font-family: 'Open Sans', sans-serif;
margin: 27px 40px 40px 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*#onecom-sp-ui,*/
#onecom-sp-ui .oc-sp-head p,
#onecom-sp-ui .one-sp-body p:not(.error.default-password-nag p),
#onecom-sp-ui .one-sp-body,
#onecom-sp-ui .sp-protect-options p,
#onecom-sp-ui .sp-blocked-lists p,
#onecom-sp-ui .one-sp-logs p
{
font-size: 16px;
line-height: 24px;
}
#onecom-sp-ui .one-logo {
margin-top: 16px;
margin-bottom: 40px;
padding: 0;
}
#onecom-sp-ui .textleft {
max-width: 580px;
}
#onecom-sp-ui h1,
#onecom-sp-ui h2,
#onecom-sp-ui h3,
#onecom-sp-ui p {
color: #3c3c3c;
}
#onecom-sp-ui h2 {
font-size: 24px;
margin: 0 0 24px;
}
#onecom-sp-ui .wrap-top-onecom-heading-desc{
margin-top: 27px;
}
#onecom-sp-ui p:not(.error.default-password-nag p) {
margin: 12px 0;
}
#onecom-sp-ui .oc-flex-center {
display: flex;
align-items: center;
}
#onecom-sp-ui .one-title {
font-size: 32px;
font-weight: 600;
line-height: 40px;
letter-spacing: -0.60px;
/*margin: -24px 0 16px 0;*/
padding: 0;
}
#onecom-sp-ui .inner_header_left p{
margin-bottom:34px;
}
.one_wrap,
.one-logo .textleft
{
font-family: 'Open Sans', sans-serif;
}
#onecom-sp-ui .onecom-sp-card {
padding: 24px;
margin-top: 0px;
margin-bottom: 30px;
}
#onecom-sp-ui .onecom-sp-card h3,#onecom-sp-ui .right-section h3 {
margin: 0 0 24px;
font-size: 24px;
line-height: 1.3;
}
#onecom-sp-ui textarea{
padding: 12px 16px;
}
#onecom-sp-ui .oc_notice{
margin-bottom: 24px;
}
#onecom-sp-ui .one-title span {
font-size: 12px;
line-height: 20px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
border: 1px solid #0078C8;
border-radius: 4px;
display: inline-block;
color: #0078C8;
vertical-align: top;
padding: 1px 8px;
background-color: #fff;
margin-left: 12px;
margin-top: 7px;
letter-spacing: .2px;
}
.one-sp-wrap .oc_sp_switch {
position: relative;
display: inline-block;
width: 40px;
height: 24px;
margin-right: 11px;
}
.one-sp-wrap .oc_sp_switch input {
opacity: 0;
width: 0;
height: 0;
}
.one-sp-wrap .oc_sp_slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #BBBBBB;
border-radius: 100px;
border: 1px solid #3C3C3C;
width: 44px;
height: 24px;
box-sizing: border-box;
}
.one-sp-wrap .oc_sp_slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
top: 3px;
background-color: white;
border-radius: 100px;
left: 3px;
}
.one-sp-wrap input:checked + .oc_sp_slider {
background-color: #76B82A
}
.one-sp-wrap input:focus + .oc_sp_slider {
box-shadow: 0 0 1px #2386ea;
}
.one-sp-wrap input:checked + .oc_sp_slider:before {
transform: translateX(20px);
}
.sp-blocked-lists label , .sp-protect-options label{
font-size: 16px;
font-weight: 600;
color: rgb(38, 38, 38);
cursor: pointer;
line-height: 24px;
-webkit-font-smoothing: antialiased;
display: block;
overflow: hidden;
padding: 10px 10px 10px 22px;
text-indent: -20px;
}
/* float submit button */
.one-sp-wrap .oc-sp-float-btn {
min-height: 33px;
margin-bottom: 0;
margin-top: 8px;
position: fixed;
bottom: 30px;
right: 80px;
/*background-color:transparent;*/
color:#FFF;
border-radius:50px;
text-align:center;
opacity: 0.9;
}
.one-sp-wrap .oc_sticky_footer {
display: none;
}
.one-sp-wrap input:disabled{
background-color: #f0f0f1;
cursor: not-allowed;
transition:none;
color: #a7aaad
}
/*--------- enhancement end --------- */
/* tabs start */
.one-sp-wrap .h-parent-wrap {
position: relative;
width: 100%;
}
.one-sp-wrap .h-parent {
width: 100%;
position: relative;
overflow-y: hidden;
white-space: nowrap;
}
.one-sp-wrap .h-child {
width: max-content;
white-space: nowrap;
overflow-y: hidden;
min-width: 100%;
}
.one-sp-wrap .h-parent .onecom_tabs_container {
border-bottom: 1px solid #E5E5E5;
}
.one-sp-wrap .onecom_tab.active {
border-bottom: 1px solid var(--onecom-dark);
color: var(--onecom-dark);
margin-bottom: -1px;
}
.one-sp-wrap .onecom_tab {
display: inline-block;
height: 40px;
padding: 0 24px;
position: relative;
/* top: 2px; */
cursor: pointer;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
letter-spacing: 0px;
color: var(--onecom-light-grey);
border-bottom: 1px solid #E5E5E5;
margin-bottom: -1px;
}
.one-sp-wrap .one-sp-inner-container{
background: #ffffff;
padding: 34px 26px 20px 26px;
}
#onecom-sp-ui p.onecom-main-desc {
margin-top: 16px;
margin-bottom: 49px;
padding: 0;
font-weight: 400;
line-height: 24px;
}
.one-sp-body img.onecom-heading-icon {
margin-right: 18px;
}
.one-sp-body .inner_header,.one-sp-body .inner_header_right{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 3px;
}
.one-sp-body .inner_header_left
{
flex: 0 0 50%;
align-items: center;
}
.one-sp-body .inner_header_right
{
flex: 0 0 16%;
align-items: center;
}
.one-sp-body .onecom_card {
background: #F7F7F7;
/* flex: 10; */
flex-direction: column;
justify-content: center;
align-items: flex-start;
display: flex;
padding: 24px;
width: 222px;
height: 88px;
}
.one-sp-wrap .onecom_card_value {
font-size: 32px;
font-weight: 700;
line-height: 33px;
color: #0078C8;
margin-top: 8px;
}
.one-sp-wrap .onecom_card_title {
display: flex;
font-weight: 600;
color: #3C3C3C;
}
.one-sp-wrap .spinner.oc_cb_spinner.success:not(.is-active) {
background-image: url(../images/tick.svg);
visibility: visible;
animation: 0s linear 2.3s forwards delayedHide;
}
.one-sp-wrap .spinner.oc_cb_spinner {
float: none;
margin: 0 13px;
vertical-align: -5px;
}
.one-sp-wrap .spinner {
background: url(../images/spinner.gif) no-repeat;
background-size: 20px 20px;
display: inline-block;
visibility: hidden;
float: right;
vertical-align: middle;
opacity: .7;
width: 20px;
height: 20px;
margin: 4px 10px 0;
}
.one-sp-wrap .spinner.oc_cb_spinner.is_active{
visibility: visible;
}
.one-sp-wrap .oc_cb_spinner.float-spinner{
margin-bottom: 0;
margin-top: 8px;
position: fixed;
bottom: 40px;
right: 30px;
}
#onecom-sp-ui .spam_diagnostics p.diagnostics-desc{
width: 100%;
}
.one-sp-wrap .oc-sp-non-mwp{
text-align:center;
color:#8A8989;
padding: 32px;
margin-top: 50px;
}
.one-sp-wrap .oc-mobile-logs{
display: none;
}
@keyframes delayedHide{to{visibility:hidden}}
@media only screen and (min-width : 768px) {
.one-sp-wrap .h-parent-wrap:after{display:none}
#onecom-sp-ui .mini-wrp span{
display: none;
}
}
/* Responsive */
@media only screen and (max-width : 768px) {
.one-sp-body {
display: block;
}
.one-sp-wrap .sp-log-link {
float: none;
display: block;
margin-bottom: 10px;
}
.sp-blocked-lists{
width:auto;
}
.sp-blocked-lists textarea{
width:100%
}
.sp-protect-options{
width:auto;
}
.one-sp-wrap .ocdg-form-section{
width: 100%;
float: none;
}
.one-sp-wrap .ocdg-results{
width: 100%;
float: none;
}
.sp-protect-options p.description,.sp-blocked-lists p.description{
margin-left: 0px;
width:100%
}
.one-sp-wrap .sp-sub-points {
margin-left: 7px;
text-indent: 0!important;
}
/* Mobile sticky footer with submit button */
.one-sp-wrap .oc_sticky_footer {
display: block;
position: fixed;
bottom: 0;
padding: 24px;
left: 20px;
background: #FFF;
right: 20px;
text-align: center;
z-index: 200;
}
#onecom-sp-ui .oc_sticky_footer p
{
margin: 0;
}
.one-sp-wrap .oc_sticky_footer .spinner.oc_cb_spinner{
vertical-align: -1px;
}
.one-sp-wrap .oc_sticky_footer .oc-save {
margin-top: 0;
width: 100%;
}
/* showing sticky footer submit instead of regular submit */
.one-sp-wrap .oc-regular-btn {
display: none !important;
}
}
@media only screen and (max-width: 1024px){
#onecom-sp-ui {
margin-left: 10px;
margin-right: 20px;
}
.one-sp-body .inner_header_left {
flex: 0 0 59%;
align-items: center;
}
#onecom-sp-ui .inner_header_left p {
width: calc(100% - 20%);
}
#onecom-sp-ui .one-sp-logs p{
margin: 26px 0;
}
#onecom-sp-ui .spam_diagnostics p.diagnostics-desc{
width: 100%;
}
.one-sp-wrap .sp-diagnostics-wrap {
flex-direction: column;
}
.one-sp-body .inner_header {
margin-bottom: 35px;
}
#onecom-sp-ui .sp-protect-options p.description, #onecom-sp-ui .sp-blocked-lists p.description{
width:93%;
}
}
@media screen and (max-width: 600px) {
.one-sp-body .inner_header{
flex-direction: column;
align-items: flex-start;
margin-bottom: 35px;
}
#onecom-sp-ui .oc-flex-center {
align-items: flex-start;
flex-direction: column;
}
.one-sp-wrap .filter-summary ul{
column-count: 1;
}
.one-sp-wrap .oc-summary-body ul li:nth-child(2n) {
margin-bottom: 16px;
}
.one-sp-wrap .oc-summary-body ul li:last-child {
margin-bottom: 0px;
}
#onecom-sp-ui .inner_header_left p{
width: 100%;
}
.one-sp-wrap .one-sp-inner-container {
padding: 34px 18px 20px 18px;
}
#onecom-sp-ui p.onecom-main-desc{
margin-bottom: 34px;
}
.one-sp-wrap #sp-clear-logs .oc-save{
width: 100%;
margin-top: 16px;
}
#onecom-sp-ui .spam_diagnostics p.diagnostics-desc {
width: 100%;
}
.one-sp-wrap .sp-sub-points input[type="number"]{
margin-top: 20px;
display: block;
}
.sp-blocked-lists label, .sp-protect-options label {
text-indent: 0px;
width: 100%;
display: table;
padding: 10px 10px 10px 0px;
}
.sp-blocked-lists label span, .sp-protect-options label span{
display: table-cell;
}
.one-sp-wrap .oc_sp_switch {
width: 60px;
}
#onecom-sp-ui .sp-protect-options p.description, #onecom-sp-ui .sp-blocked-lists p.description {
width: 85%;
}
.one-sp-wrap .oc-mobile-logs{
display: block;
}
.one-sp-wrap .oc-mobile-logs p span {
display: table-cell;
width: calc(50% - 10%);
}
#ocSpLog{
display: none;
}
#onecom-sp-ui .one-sp-logs .oc-mobile-logs p {
width: 100%;
display: flex;
padding: 2px 16px;
overflow: hidden;
}
#onecom-sp-ui .one-sp-logs p {
margin: 26px 0;
}
#onecom-sp-ui .one-sp-logs p span.sp-th-head {
flex: 0 0 36%;
font-weight: 600;
}
#onecom-sp-ui .one-sp-logs p span.sp-th-value {
flex: 0 0 60%;
}
.one-sp-wrap .oc_logs {
overflow-x: hidden;
}
#onecom-sp-ui .one-title span{
display: none;
}
#onecom-sp-ui .mini-wrp span{
font-size: 12px;
line-height: 20px;
font-weight: 500;
font-family: Montserrat,sans-serif;
border: 1px solid #0078C8;
border-radius: 4px;
display: inline-block;
color: #0078C8;
vertical-align: top;
padding: 1px 8px;
background-color: #fff;
letter-spacing: .2px;
}
.one-sp-wrap .mini-wrp {
display: flex;
align-content: center;
width: 93%;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-left: 4px;
}
#onecom-sp-ui {
margin-bottom: 0;
}
.one-sp-wrap .filter-summary ul li a.oc-review {
padding: 4px;
}
.one-sp-body .inner_header_right
{
display:block;
width:100%
}
.one-sp-body .inner_header_right .onecom_card{
width: 86%;
}
}
@media screen and (max-width: 400px) {
.one-sp-body .onecom_card{
width: 100%;
}
}
/*Multisite Banner styles*/
/*------------------------Multisite Banner Styles-------------------------------------------------*/
.wrap-top-onecom-heading-desc .onecom-main-heading {
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 40px;
letter-spacing: -0.6px;
color: #3C3C3C;
margin-top: 27px;
}
.wrap-top-onecom-heading-desc p.onecom-main-desc {
margin-top: 16px;
margin-bottom: 49px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
}
.oc_multisite_container {
padding: 24px;
background: #ffffff;
margin-top: 0;
}
.wrap.ocsh-wrap {
color: #3C3C3C;
font-family: 'Open Sans', sans-serif;
margin-left: 20px;
margin-right: 40px;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 22px;
}
.onecom_head {
margin: 0 0 0 0;
}
.onecom_head, .onecom_head_right {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.oc_left_multisite {
flex: 0.45;
}
.oc-small-screen {
display: none;
}
.onecom_head__inner.onecom_head_right_multisite {
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1.03;
margin-left: 48px;
}
.oc_multisite_container .oc_multisite {
margin-bottom: 0;
margin-top: 0;
font-weight: 400;
}
.onecom_heading {
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 40px;
letter-spacing: -0.6px;
color: #3C3C3C;
}
.one_wrap p.oc-last-scan {
font-size: 14px;
line-height: 22px;
font-weight: 400;
letter-spacing: 0.25px;
margin-top: 8px;
margin-bottom: 0;
}
@media only screen and (max-width: 1024px){
.oc_left_multisite.onecom_head_left {
margin-bottom: 0;
}
.onecom_head__inner {
margin: 0 0 40px 0;
}
img.oc-large-screen {
display: none;
}
img.oc-small-screen {
display: block;
}
.onecom_head .onecom_head__inner.onecom_head_right_multisite {
margin-bottom: 0;
margin-left: 0;
}
h2.onecom_heading.oc_multisite {
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
letter-spacing: 0.3px;
margin-top: 8px;
}
.onecom_head_right_multisite p.oc-last-scan {
margin-bottom: 0;
}
.onecom_head {
display: block;
}
}
@media only screen and (max-width: 576px)
{
.wrap.ocsh-wrap {
margin-left: 10px;
margin-right: 20px;
}
}