html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
header#masthead {
display: none;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #000 ;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
tr.woocommerce-cart-form__cart-item.cart_item img
{
height: 50px;
width: auto;
padding-left: 10%;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
color: #333;
font-size: 22px;
font-weight: 700;pointer-events: none;
font-family: Segeo-UI-Bold;
}
.woocommerce table.shop_table tr.cart_item td.product-name a, .woocommerce table.shop_table tr.cart_item td.product-thumbnail a{
pointer-events: none;
}
ul.woocommerce-error li {
display: flow-root;
margin-bottom: 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount {
color: #2873EB;
font-size: 15px;
font-weight: 600;
}
span.varname {
font-size: 13px;
font-family: Segeo-UI;
}
.woocommerce table.shop_table tr.cart_item td {
padding: 21px 12px;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove i,tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a {
color: #817bf2;
background: #fff !important;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-remove:hover i
{
color:#000;
}
.woocommerce table.shop_table
{
border-radius:0px !important;
border-collapse:collapse !important;
}
.woocommerce table.shop_table td.product-remove {
border-right: 1px solid rgba(0,0,0,.1);
} span.woototalprice {
font-size: 25px; }
span.woototalprice
{
color: #000;
font-family: Segeoui-light;
}
span.woototalprice strong
{
color: #000;font-size: 30px;
font-weight: 700;
font-family: Segeo-UI-Bold;
}
.woocommerce table.shop_table td.actions {
padding: 50px;
}
.discountcoupon h2, .lisencekeyactivate h2 {
margin-top: 0px;
font-family: Segeo-UI-Bold;
font-size: 25px;
font-weight: 700;
}
.discountcoupon, .lisencekeyactivate {
padding: 50px 36px;
margin-bottom: 22px;background: #fff;
min-height: 300px;box-shadow: 0px 0px 3px #00000026;
}
.woocommerce table.shop_table{border:none !important;}
.discountcoupon h3, .lisencekeyactivate h3 {
font-size: 15px;
margin-top: 0px;
padding-bottom: 25px;
font-family: Segeo-UI;
}
.discountcoupon input, .lisencekeyactivate input {
padding: 15px;
display: block;
width: 100%;
border-radius: 0px;
}
.discountcoupon button.button , .lisencekeyactivate button.button
{
background: #2872EB;
color: #fff;
padding: 13px 12px;
display: block;
margin-top: 25px;
margin-left: 80%;
font-size: 19px;
font-weight: 500;
width: 20%;
font-family: Segeo-UI-Bold;
border-radius: 50px;
}
.discountcoupon button.button:hover , .lisencekeyactivate button.button:hover, .wc-proceed-to-checkout a:hover{
background: #2266D5 !important;
color:white;
}
.wc-proceed-to-checkout a {
background: #2872EB !important;
border-radius: 50px !important;
width: fit-content;
padding: 19px 33px !important;
}
form.checkout.woocommerce-checkout .form-row.place-order button.button
{
background: #2873EB;
color: #fff;
padding: 26px 50px;
display: block;
font-size: 25px;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
float: right;
border-radius: 50px;
}
.home_fifth .col-md-4 a:hover {
color: #2872EB;
}
.home_ten .btn-buy a:hover,
.home_seventh .inner_sec .sec_part a:hover {
background: #2F2ACC;
}
form.checkout.woocommerce-checkout .form-row.place-order button.button:hover{
background: #2266D5;
}
.cancelsoubs
{
box-shadow: 0px 0px 3px #00000026;
padding: 25px 36px;background: #fff;
}
.woocommerce-checkout main#primary {
background: #F6F8FF;
margin: 0;
}
.cancelsoubs h4
{
font-size: 20px;margin-top: 0;
margin-bottom: 5px;
font-family: Segeo-UI;
}
form.woocommerce-cart-form {
box-shadow: 0px 0px 3px #00000026;
background: #fff;
}
.cancelsoubs h3 {
font-weight: 700;
margin: 0px;
font-family: Segeo-UI-Bold;
font-size: 25px;
}
.checkout_box { margin-top: 22px;
padding: 30px 36px;
background: #fff;
box-shadow: 0px 0px 3px #00000026;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table
{
display:none;
}
h3.paymenttitle {
font-weight: 700;
margin: 0px;
font-family: Segeo-UI-Bold;
font-size: 25px;
}
.woocommerce form .form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
font-size: 15px;
font-weight: 300;
}
#order_review h3.selectmethod,.woocommerce-billing-fields h3 {
font-size: 20px;
font-family: Segeo-UI;
}
p.purchasetotial strong {
font-family: Segeo-UI-Bold;
font-size: 30px;
color: #000;
}
.woocommerce-billing-fields h4 {
font-size: 15px;
margin-bottom: 5px;
line-height: 1.5em;
font-family: Segeo-UI;
}
.woocommerce-billing-fields input,.woocommerce-billing-fields select,.generate_invoice input,.generate_invoice select {
padding: 15px 10px;
border-radius: 0px;
}
.woocommerce-billing-fields  span.select2.select2-container,.woocommerce-privacy-policy-text
{
display: none;
} .woocommerce-terms-and-conditions-wrapper p {
margin-bottom: 0 !important;
}
.woocommerce form .form-row .input-checkbox
{
margin:7px 0 !important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
display: inline;
padding-left: 20px;
clear:both;
} .woocommerce-order p {
font-size: 18px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
padding: 0px;
padding-top: 20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
font-size: 13px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
color: #2873EB;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta {
padding: 0px;
margin: 0px;
}
.form-row.place-order {
text-align: right;
}
p.purchasetotial {
font-size: 25px;
font-family: Segeoui-light;
padding-left: 13px;
margin-top: 20px;
}
.nocartiteam {
text-align: center;
font-size: 20px;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} @font-face {
font-family: 'Segeo-UI';
src: url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/SegoeUI.woff) format('woff'),
url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/SegoeUI.ttf) format('truetype'),
url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/SegoeUI.svg#SegoeUI) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segeo-UI-Bold';
src: url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/SegoeUI-Bold.woff) format('woff'),
url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/SegoeUI-Bold.ttf) format('truetype'),
url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/SegoeUI-Bold.svg#SegoeUI-Bold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Segeoui-light';
src: url(//popup-builder.com/wp-content/themes/popupbuilder/fonts/segoeuil.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@media (min-width: 1280px) {
.container {
width: 1230px !important;
}
}
.woovr-variations .woovr-variation {
width: unset;
float: left;
}
.woovr-variation-radio .woovr-variation-name {
font-weight: 700;
display: inline-block;
margin-right: 12px;
}
.single_variation_wrap {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
}
.woovr-variations.woovr-variations-default {
display: flex;
}
header.entry-header {
display: none;
}
.summary2.entry-summary2 h1 {
text-align: center;
font-family: Segeo-UI-Bold;
padding-top: 33px;
}
.summary2.entry-summary2 img {
width: 100px;
text-align: center;
margin: 20px auto;
display: block;
}
.row.content_sec p {
font-family: Segeo-UI;
line-height: 28px;
}
section.up-sells.upsells.products h2 {
font-family: Segeo-UI;
margin-bottom: 65px;
}
.summary2.entry-summary2 p {
text-align: center;
font-family: Segeo-UI-Bold;
font-size: 15px;
margin-bottom: 0;
}
h4.sidehead b {
font-family: Segeo-UI-Bold;
font-weight: bolder;
color: #000;
}
.summary2.entry-summary2 form.variations_form.cart {
text-align: center;
display: inline-block;
width: 100%;
}
.col-md-3.last-sec p {
font-size: 15px;
}
.woovr-variations.woovr-variations-default {
width: 100%;
align-items: center;
justify-content: center;
}
.woovr-variations .woovr-variation {
margin-right: 31px;
}
.woovr-variations .woovr-variation .woovr-variation-name {
font-size: 24px;
font-family: Segeo-UI-Bold;
}
.woovr-variations .woovr-variation .woovr-variation-price {
font-size: 24px !important;
font-family: Segeo-UI-Bold;
}
button.single_add_to_cart_button.button.alt, button.single_add_to_cart_button.button.alt:disabled {
background:  #4e49eb;
color: #fff;
padding: 17px 54px;
font-size: 25px;
border-radius: 45px;
margin-top: 23px;
font-family: Segeo-UI-Bold;
}
button.single_add_to_cart_button.button.alt img {
width: 30px;margin: 0;
}
button.single_add_to_cart_button.button.alt:hover {
background: #2F2ACC;
}
section.up-sells.upsells.products a.button.product_type_variable-subscription.add_to_cart_button {
display: none;
}
.woocommerce .upsells ul.products li.product .price span.from {
color:#000;
font-size:15px;text-transform: initial;
}
.requirement_sec {
background: #f4f6f8;
border-radius: 11px;
padding: 15px;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.34);
}
.extensions_list .inner_pro h4 a {
color: #000;
text-decoration: none;
}
.requirement_sec h3 {
font-size: 20px;
color: #000;
margin-bottom: 37px;
margin-top: 13px;
font-family: Segeo-UI-Bold;
}
.requirement_sec ul {
margin: 0;
padding: 0;
margin-bottom: 33px;
}
.requirement_sec ul li {
list-style: none;
margin-bottom: 10px;
color: #000;
font-weight: 400;
font-family: Segeo-UI;
}
.requirement_sec ul li span {
width: 61%;
font-family: Segeo-UI;
float: left;
}
.live_preview {
display: flex;
align-items: center;
justify-content: center;
margin-top: 35px;
}
.live_preview a {
background: #4364eb;
color: #fff;
font-size: 20px;
font-weight: bold;
text-decoration: none;
padding: 18px 43px;
font-family: Segeo-UI-Bold;
border-radius: 45px;
}
.live_preview a:hover{
background: #2F2ACC;
}
.row.content_sec {
margin: 40px 0;
}
a:focus {
outline: none;
text-decoration: none;
color: initial;
}
a.live_preview_btn:focus {
color: #fff;
}
.row.content_sec h4 {
font-size: 30px;
font-weight: 400;
margin-bottom: 30px;
font-family: Segeo-UI;
}
.row.content_sec .col-md-8 {
max-width: 70%;
flex: 0 0 70%;
padding-right: 35px;
}
.row.content_sec .col-md-4 {
max-width: 30%;
flex: 0 0 30%;
}
.single-product nav.navigation.post-navigation {
display: none;
}
.product_box {
background: white;
border-radius: 11px;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.34);
padding: 10px;
margin-bottom: 25px;
padding-bottom: 0;
}
.row.content_sec .product_box h4 {
font-size: 19px;
text-align: center;
margin-bottom: 4px;
font-weight: 400;
padding-top: 13px;
font-family: Segeo-UI;
}
.live_preview a:hover {
color: #fff;
text-decoration: none;
}
.row.gray_back p {
text-align: center;
font-size: 14px;
font-family: Segeo-UI;
}
.row.gray_back {
background: #f4f6f8;
margin: 0 -10px;
border-radius: 0 0 11px 11px;
}
.row.gray_back hr {
margin: 8px 0;
}
.row.white_back h3 {
color: #4364eb;
font-size: 23px;
margin-top: 0;
font-family: Segeo-UI-Bold;
}
a.buy-now:hover {
text-decoration: none;
color: #fff;
}
.row.white_back p.price2 {
color: #000;
font-size: 26px;
font-family: Segeo-UI;
margin-bottom: 25px;
}
p.noofwebsite {
font-size: 14px;
color: #4364eb;
font-family: Segeo-UI;
}
a.buy-now {
background: #4364eb;
color: white;
font-weight: bold;
padding: 10px 26px;
border-radius: 45px;
}
a.buy-now:hover{
background: #2F2ACC;
}
.upsells a.button.add_to_cart_button.ajax_add_to_cart {
display: none;
}
.upsells a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
text-align: center;
}
.upsells h2.woocommerce-loop-product__title {
font-family: Segeo-UI-Bold !important;
color: #000;
font-size: 21px !important;
padding-top: 0 !important;
}
.woocommerce .upsells ul.products li.product .price {
font-family: Segeo-UI-Bold !important;
color: #000;
font-size: 15px !important;
margin-bottom: 0;
}
.upsells p {
color: #000;
font-size: 15px;
font-family: Segeo-UI;
}
.upsells a.button.product_type_variable.add_to_cart_button {
display: none;
}
.upsells a.button.product_type_variable.add_to_cart_button {
display: none;
}
.upsells ul.products.columns-4 li {
width: 16%;
}
.woocommerce .upsells ul.products li.first, .woocommerce-page .upsells ul.products li.first {
clear: initial;
}
.woocommerce .upsells ul.products li.last, .woocommerce-page .upsells ul.products li.last {
margin: 0 3.8% 2.992em 0;
}
.woocommerce .upsells ul.products li.product a img {
width: 95px;
padding: 20px;
margin: 0 auto 20px;
box-shadow: 0px 0px 10px #00000026;
border: 1px solid #F6F6F6;
border-radius: 10px;
min-height: 95px;
}
.summary2.entry-summary2.col-md-12 {
background: url(//popup-builder.com/wp-content/themes/popupbuilder/images/product-back.png);
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 23px;
margin-bottom: 85px;
}
.single_variation_wrap {
position: absolute;
bottom: -45px;
right: 0;
}
.row.content_sec h4.sidehead {
font-size: 19px;
text-align: right;
margin-bottom: 10px;
}
button.ajax_add_to_cart.button.alt img {
width: 30px;
}
.extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt.loading {
width: 175px;
height: 56px;
}
.elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required {
position: relative;
}
.elementor-element.elementor-element-4c60357.elementor-button-align-stretch.elementor-widget.elementor-widget-form {
position: relative;
}
.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100 {
position: absolute;
width: auto;
right: 6px;
height: 49px;
}
input#form-field-email {
padding: 4px 10px;
}
.single .entry-content {
margin: 0;
}
footer#colophon {
background: #4E49EB;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 50px 0px 10px 0px;
position: relative;
}
footer h2.widget-title {
color: #FFFFFF;
font-family: Segeo-UI-Bold;
font-size: 25px;
font-weight: 600;
}
footer section.widget.widget_nav_menu ul {
margin: 0;
padding: 0;
}
footer section.widget.widget_nav_menu ul li {
list-style: none;
line-height: 1.7;
}
footer section.widget.widget_nav_menu ul li a {
color: #fff;
padding-left: 1px;
padding-right: 1px;
padding-top: 2px;
padding-bottom: 2px;
display: block;
font-family: Segeo-UI;
font-size: 16px;
font-weight: 400;
text-decoration: none;
}
footer section.widget_text {
margin-top: 20px;
}
footer section.widget_text p {
color: #fff;
font-family: Segeo-UI;
font-size: 19px;
font-weight: 400;
}
.col-md-6.copyright-right p {
text-align: right;
font-family: Segeo-UI;
font-size: 19px;
font-weight: 400;
}
.row.footer_bottom {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #6164ED;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
header#masthead {
padding: 30px 0;
vertical-align: middle;
display: flex;
}
header#masthead ul#primary-menu li {
padding: 0px 15px;
display: inline-block;
width: auto;
}
.navbar
{
margin-bottom: 0px !important;
}
body.page-id-12 .home_banner
{
position: relative;
margin-top: -117px;
}
body.page-id-12 header#masthead {
z-index: 101;
position: relative;
} ul#primary-menu {
float: none;
display: flex;
justify-content: center;
}
a.signup-signin {
font-family: Segeo-UI-Bold;
font-size: 15px;
font-weight: bold;
background-color: #2873EB;
border-radius: 50px 50px 50px 50px;
box-shadow: 0px 0px 5px #0000004D;
padding: 5px 15px 5px 15px;
color: #fff;
text-decoration: none;
margin-left: 7px;
margin-top: 16px;
display: inline-block;
}
a.signup-signin:hover{
color: #2266D5;
box-shadow: 0px 0px 5px #0000004D;
}
header .col-md-3.last {
text-align: right;
}
.menu-primary-menu-container {
display: inline-block;
}
a.search {
display: inline-block;
color: #000;
}
header .col-md-6 {
padding-right: 0;
text-align: center;
padding-left: 0;
}
header#masthead ul#primary-menu li a {
color: #000000;
font-family: Segeo-UI;
font-size: 18px;
font-weight: 400;
text-decoration: none;
}
a.cart_icon img {
width: 33px;
padding-top: 4px;
}
h1.gen_inv {
font-size: 20px;
font-family: Segeo-UI-Bold;
padding-top: 20px;
}
form.generate_invoice select#billing_country {
background: #F4F4F7;
}
a.download_btn:hover {
color: #fff;
text-decoration: none;
}
a.cart_icon {
color: #000;
font-size: 26px;
display: inline-block;
padding-right: 14px;
}
.home_banner {
float: left;
width: 100%;
background-image: url(//popup-builder.com/wp-content/themes/popupbuilder/images/main-bg.png);
background-size: cover;
background-repeat: no-repeat;
text-align: center; padding: 177px 0 145px;
background-color: #f7f8fd;
}
.home_banner h2 {
color: #e7e7e9;
font-size: 42px;
font-family: Segeoui-light;
text-transform: uppercase;
}
.home_banner h1 {
font-size: 52px;
font-family: Segeo-UI-Bold;
margin-top: -14px;
color: #000;
}
.single h1.entry-title {
font-family: Segeo-UI;
color: #000;
font-size: 30px;
font-weight: initial;
line-height: 40px;
}
h1.page-title {
font-family: Segeo-UI;
}
form.checkout_coupon.woocommerce-form-coupon {
padding: 0;
margin: 0;
border: none;
display:block !important;
}
form.search_page input.form-control {
width: 94%;
float: left;
border-radius: 0;
padding: 4px 10px;
}
form.search_page button.btn {
background: #000;
color: #fff;
border-radius: 0;
}
.single .content_sec {
font-family: Segeo-UI;
font-size: 15px;
line-height: 28px;    margin-top: 20px;
}
.home_banner p {
font-size: 24px;
padding: 34px 14% 0;
font-family: Segeo-UI;color: #000;
}
a.free_download {
background: #4E49EB;
color: #fff;
font-family: Segeo-UI-Bold;
border-radius: 45px;
padding: 22px 63px;
font-size: 25px;
text-decoration: none;
}
a.free_download:hover{
background: #2F2ACC;
}
a.premium_extensions {
background: #2872EB;
color: #fff;
font-family: Segeo-UI-Bold;
border-radius: 45px;
padding: 22px 32px;
font-size: 25px;
text-decoration: none;
}
a.premium_extensions:hover {
background: #2266D5;
}
.col-md-6.first_btn {
margin-top: 4%;
display: flex;
justify-content: flex-end;
margin-bottom: 25px;
}
.col-md-6.second_btn {
margin-top: 4%;
display: flex;
justify-content: flex-start;
margin-bottom: 25px;
}
.col-md-12.heading {
text-align: center;
margin: 70px 0;
}
.col-md-12.heading h2 {
font-family: Segeoui-light;
color: #000;
font-size: 40px;
}
.col-md-12.heading p {
font-family: Segeo-UI;
padding: 12px 20% 0;
margin: 0;
color: #000;
font-size: 16px;
}
.home_second {
float: left;
width: 100%;
}
.home_second .col-md-4 .icon {
display: inline-block; vertical-align: middle;
}
.home_second .col-md-4 .second_content_sec {
display: inline-block; width: 66%;
vertical-align: middle;
}
.home_second .col-md-4 .icon img {
width: 100px;
padding-right: 20px;
}
.home_second .col-md-4 .second_content_sec h4 {
font-size: 19px;color: #000;
font-family: Segeo-UI-Bold;
}
.home_second .col-md-4 .second_content_sec p {
font-family: Segeo-UI;
font-size: 15px;color: #000;
line-height: 20px;
margin-bottom: 0;
}
.col-md-12.button_sec {
text-align: center;
margin: 70px 0 50px;
}
.home_forth {
float: left;
width: 100%;
margin-bottom: 170px;
}
.main-section {
float: left;
width: 100%;
}
.col-md-12.button_sec a.more_btn {
display: inline-block;
padding: 20px 45px;
width: fit-content;
text-align: center;
background: #2873eb;
color: #fff;
border-radius: 45px;
text-decoration: none;
font-size: 20px;
font-family: Segeo-UI-Bold;
}
.col-md-12.button_sec a.more_btn:hover{
background: #2266D5;
}
.home_third {
float: left;
width: 100%;
background: #f7f8fe;
}
.home_fifth {
float: left;
width: 100%;
background: #4E49EB;
}
.home_fifth .col-md-12.heading h2, .home_fifth .col-md-12.heading p {
color: #fff;
}
.home_fifth h4 {
text-align: center;
color: #fff;
text-transform: capitalize;
font-family: Segeo-UI-Bold;
font-size: 20px;
margin-bottom: 22px;
}
.home_sixth .col-md-12.heading {
margin-bottom: 30px;
}
.home_sixth .col-md-12.heading img {
margin-top: 20px;
}
.line hr {
display: block;
width: 64%;
margin: 100px auto 0;
text-align: center;
}
.line2 hr {
display: block;
width: 64%;
margin: 0px auto 0;
text-align: center;
}
.line2 {
float: left;
width: 100%;
background: #f7f8fe;
}
.line {
float: left;
width: 100%;
}
.home_fifth p {
text-align: center;
color: #fff;margin-bottom: 25px;
font-family: Segeo-UI;
font-size: 15px;
padding: 0 30px;
}
.home_fifth .col-md-4 a {
text-align: center;
display: inline-block;
color: #000;
background: #f7f8fe;
border-radius: 45px;
font-size: 19px;
font-family: Segeo-UI-Bold;
padding: 25px 40px;
text-decoration: none;
}
.home_ten {
background: #f7f8fe;
float: left;
width: 100%;
padding: 70px 0 90px;
}
footer#colophon {
float: left;
width: 100%;
}
.home_ten .col-md-12 {
text-align: center;
}
.home_ten .col-md-12 h2 {
font-family: Segeoui-light;
color: #000;
font-size: 40px;
margin-bottom: 48px;
text-transform: capitalize;
}
.home_ten .col-md-12 p {
font-size: 20px;color: #000;
font-family: Segeo-UI-Bold;
}
.home_fifth .col-md-4 {
text-align: center;
padding-bottom: 80px;
}
.col-md-12.third_row {
padding-bottom: 20px;
border-bottom: 1px solid lightgray;
}
.col-md-12.third_row .col-md-4 .icon {
width: 59px;
display: inline-block;
vertical-align: middle;
padding-right: 5px;height: 53px;
}
.col-md-12.third_row:nth-child(3), .col-md-12.third_row:nth-child(4) {
padding-top: 45px;
}
.col-md-12.third_row:nth-child(3) .display_rules h3 {
color: #2772eb;
}
.col-md-12.third_row:nth-child(4) .display_rules h3 {
color: #5363eb;
}
.col-md-12.third_row .col-md-4 .content_third {
width: 63%;
display: inline-block;
vertical-align: middle;
font-family: Segeo-UI;
}
.col-md-12.third_row .col-md-4 .content_third h4 {
font-size: 15px;color: #000;
}
.col-md-12.third_row .col-md-4 {
margin-bottom: 30px;
}
.col-md-12.third_second.third_row, .col-md-12.third_third.third_row {
padding-top: 45px;
}
.col-md-4.display_rules h3 {
font-family: Segeoui-light;
text-transform: uppercase;
font-size: 19px;
font-weight: 700;
color: #06acfa;
letter-spacing: 1px;
}
.col-md-12.third_third.third_row {
border: none;
padding-bottom: 50px;
}
.col-md-4.trigger h3 {
font-family: Segeoui-light;
text-transform: uppercase;
font-size: 19px;
font-weight: 700;
color: #2873eb;
letter-spacing: 1px;
}
.col-md-4.advanced_con h3 {
font-family: Segeoui-light;
text-transform: uppercase;
font-size: 19px;
font-weight: 700;
color: #5363eb;
letter-spacing: 1px;
}
.col-md-4.display_rules p , .col-md-4.trigger p, .col-md-4.advanced_con p{
font-family: Segeo-UI;
margin: 0;
color: #000;
padding-right: 31%;
}
.numb {
font-size: 164px;
font-family: Segeo-UI-Bold;
color: #4364eb;
width: fit-content;
display: inline-block;
vertical-align: middle;
line-height: 145px;
padding-right: 12px;
}
.content_nine {
display: inline-block;
vertical-align: middle;
width: 66%;
}
.content_nine h4 {
font-size: 19px;color: #000;
font-family: Segeo-UI-Bold;
}
.content_nine p {
font-family: Segeo-UI;
font-size: 15px;
line-height: 20px;color: #000;
margin-bottom: 0;
}
.home_nine {
background: #f7f8fe;
float: left;
width: 100%;
padding: 0px 0 90px;
}
.home_seventh {
float: left;
width: 100%;
}
.home_seventh .inner_sec {
border-radius: 6px;
box-shadow: 0px 0px 6px 0px #00000059;
}
.home_seventh .inner_sec h2 {
text-align: center;
padding: 30px 20px 0 20px;
font-size: 35px;
font-family: Segeo-UI-Bold;
margin: 0;
color: #000;
}
.home_seventh .inner_sec > p {
font-family: Segeoui-light;
font-size: 25px;
text-align: center;
color: #4464EB;
font-weight: 500;
}
.home_seventh .inner_sec h1 {
text-align: center;
padding: 20px 20px 20px;
font-size: 54px;
font-family: Segeo-UI;
margin-bottom: 0;
color: #000;
}
.home_seventh .inner_sec .sec_part {
background: #f7f8fa;
padding: 30px 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.home_seventh .inner_sec .sec_part p {
text-align: center;
padding: 0 20px;
margin: 0;
font-family: Segeoui-light;
color: #000;
font-weight: 600;
}
.home_ten .btn-buy a,
.home_seventh .inner_sec .sec_part a {
display: inline-block;
text-align: center;
background: #4364eb;
color: #fff;
padding: 16px 37px;
border-radius: 45px;
font-size: 23px;
line-height: 31px;
font-family: Segeo-UI-Bold;
text-transform: capitalize;
text-decoration: none;
}
select:focus {
outline: 0;
}
.home_seventh .inner_sec .sec_part ul {
margin-left: 0;
padding-left: 59px;
}
.home_seventh .inner_sec .sec_part ul li {
font-family: Segeoui-light;
color: #000;
font-weight: 500;
font-size: 20px;
line-height: 42px;
}
.btn-buy {
display: block;
text-align: center;
margin-bottom: 10px;
margin-top: 40px;
}
.home_eight {
float: left;
width: 100%;
}
.home_eight .inner {
border-radius: 6px;
box-shadow: 0px 0px 6px 0px #00000059;
padding: 20px;
}
.home_eight .col-md-4 {
margin-bottom: 50px;
display: flex;
}
.home_eight .inner .icon {
display: inline-block;
width: 105px;
padding-right: 40px;
vertical-align: top;
padding-top: 11px;
}
.content_extension h4 a {
color: #000;
text-decoration: none;
}
.content_extension {
display: inline-block;
width: 66%;
}
.content_extension h4 {
font-size: 20px;
font-family: Segeo-UI-Bold;margin: 0;
}
.content_extension p {
font-family: Segeo-UI;
font-size: 13px;color: #000;
line-height: 20px;
margin-bottom: 11px;
}
.content_extension select {
background: transparent;
border: none;color: #000;
font-family: Segeo-UI-Bold;
}
.home_sixth {
float: left;
width: 100%;
padding: 0px 0 70px;
background: #f7f8fe;
min-height: 535px;
}
.col-md-12.extension-btn {
display: inline-block;
text-align: center;
margin-bottom: 70px;
}
.col-md-12.extension-btn a.more_ext {
display: inline-block;
padding: 20px 45px;
width: fit-content;
text-align: center;
background: #2873eb;
color: #fff;
border-radius: 45px;
text-decoration: none;
font-size: 20px;
font-family: Segeo-UI-Bold;
}
.col-md-12.extension-btn a.more_ext:hover{
background: #2266D5;
}
.home_sixth h3 {
font-size: 24px;
font-family: Segeo-UI-Bold;color: #000;
}
#quote-carousel {
padding: 0 10px 30px 10px;
}
#quote-carousel .carousel-control {
background: none;
color: #CACACA;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;
}
#quote-carousel .carousel-indicators {
position: relative;
right: 50%;
top: auto;
bottom: 0px;
margin-top: 20px;
margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
width: 50px;
height: 50px;
cursor: pointer;
border: 1px solid #ccc;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
border-radius: 50%;
opacity: 0.4;
overflow: hidden;
transition: all .4s ease-in;
vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
width: 128px;
height: 128px;
opacity: 1;border: 10px solid #C8D0DE;
transition: all .2s;
}
.item blockquote {
border-left: none;
margin: 0;
}
.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
.carousel-inner.text-center p {
font-family: Segeo-UI;color: #000;
font-size: 15px;
}
.service_first {
float: left;
width: 100%;
padding: 20px 0 70px;
}
.service_second {
float: left;
width: 100%;
background: #f9f9f9;
padding: 70px 0;
}
.service_third {
float: left;
width: 100%;
padding: 70px 0 15px;
}
.service_second .row {
padding: 0 14%;
}
.service_second .col-md-8.service_content {
text-align: right;
padding-right: 74px;
vertical-align: middle;
padding-top: 40px;
}
.service_second .col-md-4 {
display: inline-block;
vertical-align: middle;
}
.col-md-8.service_content h4 {
text-transform: capitalize;
font-family: Segeo-UI-Bold;color: #000;
font-size: 20px;
margin-bottom: 22px;
}
.col-md-8.service_content p {
font-family: Segeoui-light;
font-size: 15px;
padding: 12px 0 0;color: #000;
color: #000;
line-height: 25px;
font-weight: 500;
}
.service_first .row {
padding: 0 14%;
}
.service_first .col-md-12.heading p {
padding: 0;
}
.service_first .col-md-8.service_content {
padding-left: 74px;
vertical-align: middle;
padding-top: 40px;
}
.service_third .row {
padding: 0 14%;
}
.service_third .col-md-8.service_content {
padding-top: 40px;
padding-left: 75px;
}
.service_forth.home_seventh {
padding-bottom: 150px;
}
.blog_top {
background: #2873EB;
float: left;
width: 100%;
}
.blog_top:hover{
background: #2266D5;
}
.blog_top .left_top {
float: left;
}
.right_top {
float: right;
vertical-align: middle;
width: 35%;
}
.blog_top .left_top ul.categories_list {
padding: 0;
margin: 0;
}
.blog_top .left_top ul.categories_list li {
list-style: none;
display: inline-block;
padding: 20px 31px 20px 0;
}
.blog_top .left_top ul.categories_list li a {
color: #fff;
font-family: Segeo-UI;
font-size: 16px;
text-decoration: none;
}
form.blog_search {
width: 100%;
position: relative;
}
form.blog_search input.form-control {
width: 100%;
background: #ffffff3d;
border: 0;
border-radius: 0;
color: #fff;
height: 62px;
padding: 21px;
font-family: Segeoui-light;
font-size: 19px;
}
.blog_list {
padding-bottom: 30px;
border-bottom: 1px solid lightgray;
margin-bottom: 30px;
}
.blog_content h2 {
color: #000;
margin-bottom: 25px;
margin-top: 30px;
}
.blog_content h2 a {
color: #000;
font-family: Segeoui-light;
font-weight: 500;
text-decoration: none;
line-height: 39px;
}
.excerpt p {
font-family: Segeo-UI;
font-size: 16px;
line-height: 26px;
margin-bottom: 18px;
}
.blog_content ul {
padding: 0;
margin: 0;
}
.blog_content ul li {
list-style: none;
display: inline-block;
padding-right: 20px;
font-family: Segeoui-light;
font-weight: 600;
font-size: 15px;
color: #5f7ca7;
}
form.blog_search button.btn i.fa.fa-search {
font-size: 23px;
color: white;
}
form.blog_search button.btn:focus, form.blog_search button.btn:hover {
outline: 0;
box-shadow: none;
border: none;
}
form.blog_search button.btn {
position: absolute;
right: 0;
background: transparent;
top: 12px;
}
form.blog_search input.form-control::placeholder {
color: #fff;
}
form.blog_search .form-group {
margin-bottom: 0;
}
.blog_section {
float: left;
width: 100%;
margin: 30px 0;
}
.blog_section h2.heading_ttile {
font-size: 40px;
font-family: Segeo-UI-Bold;
margin: 0 0 30px 0;float: left;
}
.blog_list {
padding-bottom: 30px;
border-bottom: 1px solid lightgray;
margin-bottom: 30px;
}
.blog_content h2 {
color: #000;
margin-bottom: 25px;
margin-top: 30px;
}
.blog_content h2 a {
color: #000;
font-family: Segeoui-light;
font-weight: 500;
text-decoration: none;
line-height: 39px;
}
.excerpt p {
font-family: Segeo-UI;
font-size: 16px;
line-height: 26px;color: #000;
margin-bottom: 18px;
}
.blog_content ul {
padding: 0;
margin: 0;
}
.blog_content ul li {
list-style: none;
display: inline-block;
padding-right: 20px;
font-family: Segeoui-light;
font-weight: 600;
font-size: 15px;
color: #5363eb;
}
.blog_loop_list .pagination {
width: 100%;
text-align: center;
}
.blog_loop_list .pagination .page-numbers {
padding: 11px 24px;
border: 1px solid lightgray;
font-size: 22px;
margin-right: 7px;
color: #000;
font-family: Segeoui-light;
font-weight: 600;
margin-bottom: 27px;
display: inline-block;
}
main#primary {
margin-bottom: 60px;
}
.blog_loop_list .pagination span.page-numbers.current {
color: #2873EB;
}
.extensions_list {
float: left;
width: 100%;
}
.extensions_list .filter_list .container {
border: none;
}
.extensions_list .inner_pro {
background: whitesmoke;
text-align: center;
border-radius: 8px;
display: flex;
flex-flow: wrap;
align-items: flex-end;
}
.extensions_list .inner_pro form.variations_form.cart {
background: #edeef2;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding: 26px 0 0px;
position: relative;
min-height: 112px;
width: 100%;
}
.extensions_list .inner_pro img.attachment-post-thumbnail {
padding: 15px 0 0 0;
width: 70px;
}
.extensions_list .inner_pro h4 {
font-family: Segeo-UI-Bold;
font-size: 21px;color: #000;
text-transform: capitalize;
margin: 8px 0 8px;
padding: 0 10px;
}
.extensions_list .inner_pro p {
font-family: Segeo-UI;
font-size: 14px;color: #000;
padding: 0 14px;
margin-bottom: 20px;
text-align: left;
}
.extensions_list .inner_pro select.attribute_pa_pack-type {
background: transparent;
border: none;
font-size: 18px;color: #000;
font-family: Segeo-UI-Bold;
}
.extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled { margin: 22px auto;
width: 100%; }
.extensions_list .inner_pro .featured_img {
min-height: 85px;
}
.extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt,
.pricing .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt {
padding: 15px 31px;
width: fit-content;
text-align: center;
background: #5363eb;
color: #fff;
border-radius: 45px;
text-decoration: none;
font-size: 17px;
font-family: Segeo-UI-Bold;
}
.extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt:hover,
.pricing .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt:hover {
background: #2F2ACC;
}
.extensions_list .col-md-3 {
margin-bottom: 33px;
display: flex;
}
.download_sec {
background: #f9f9f9;
border: 1px solid lightgray;
border-radius: 8px;
padding: 25px 15px 25px;
float: left;
width: 100%;
margin-bottom: 25px;
}
h2.widget-title {
margin-top: 0;color: #000;
font-family: Segeo-UI-Bold;
font-size: 25px;
margin-bottom: 25px;
}
span.rpwwt-post-title {
font-family: Segeo-UI-Bold;
font-size: 15px;
color: #000;
text-decoration: none;
padding-bottom: 8px;
display: block;
}
div#rpwwt-recent-posts-widget-with-thumbnails-2 ul li a {
text-decoration: none;
}
.rpwwt-post-excerpt {
font-family: Segeo-UI;
font-size: 14px;
line-height: 18px;color: #000;
}
.download_sec .download_left {
float: left;
width: 82px;
}
.download_sec .download_right {
float: left;
width: 100%;
padding-left: 10px;
}
.download_sec .download_right h2 {
margin-top: 0;color: #000;
font-family: Segeo-UI-Bold;
margin-bottom: 0;
}
.download_sec .download_right p {
font-family: Segeoui-light;
color: #000;
font-size: 15px;
}
.download_sec .download_right a.download_link {
text-align: right;
float: right;
font-family: Segeo-UI-Bold;
background: #2873EB;
font-size: 20px;
color: #fff;
padding: 7px 35px;
border-radius: 45px;
margin-top: 15px;
text-decoration: none;
}
.download_sec .download_right a.download_link:hover{
background: #2266D5;
}
.col-md-5.sidebar_blog {
padding-left: 6%;
}
.subscriber {
background: #f9f9f9;
border: 1px solid lightgray;
border-radius: 8px;
padding: 20px 15px 25px;
float: left;
width: 100%;
text-align: center;
}
.subscriber h2 {
margin-top: 0;color: #000;
font-family: Segeo-UI-Bold;
}
.subscriber p {
font-family: Segeoui-light;
color: #000;
font-size: 15px;
}
button.subsc_btn {
background: #5363eb;
color: white;
border: none;
font-family: Segeo-UI-Bold;
padding: 9px 40px;
font-size: 18px;
border-radius: 6px;
}
button.subsc_btn:hover{
background: #2F2ACC;
}
form.subscribe_form input {
background: #f5f8ff;
text-align: center;
outline: 0; border-radius: 0;
height: 42px;
margin-bottom: 35px;
}
form.subscribe_form {
margin-top: 35px;
text-align: center;
}
.form_login {
width: 700px;
margin: 0px auto 30px;
display: block; border-radius: 8px;
padding: 0px 29px 29px 29px;
}
.form_login label {
font-size: 18px;
font-family: segeo-UI;
color: #000;
}
.form_login form.woocommerce-form{
width: 508px;
margin: 60px auto;display: flow-root;
}
form.woocommerce-form .woocommerce-Input {
width: 100%;
padding: 15px 17px;
font-size: 20px;
font-family: Segeoui-light;
color: #000;
}
.form_login form.woocommerce-form .woocommerce-Input{
width: 100%;
padding: 15px 17px;
font-size: 18px;
font-family: Segeoui-light;
color: #000;
border: none;
border-bottom: 1px solid #2A2A2A;
border-radius: 0;
}
.form_login form.woocommerce-form .woocommerce-Input:focus { outline-width: 0;
}
.signup_line {
text-align: center;
}
.signup_line p {
font-size: 18px;
font-family: Segeo-UI;
}
.form_login form.woocommerce-form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
margin-bottom: 40px;
}
.form_login h2 {
font-family: Segeo-UI-Bold;
font-size: 45px;
margin-top: 0;
color: #000;
}
.form_login h2, .form_login > p {text-align: center;}
.form_login > p {
font-family: Segeo-UI;
font-size: 18px;
padding-top: 5px;
}
.form_login form.woocommerce-form .woocommerce-Input::placeholder {
color: #D1D1D1;
}
.forgot_rem {
display: block;
width: 100%;
float: left;
margin-bottom: 50px;
}
.signup_line p a {
color: #2872EB;
font-size: 15px;
font-family: segeo-UI-Bold;
padding-left: 8px;
}
.forgot_rem .form-row {
float: left;
}
.forgot_rem .woocommerce-LostPassword.lost_password {
float: right;
}
.button_login {
float: left;
width: 100%;
text-align: center;
}
form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
opacity: 0;
}
.button_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
padding: 11px 44px;
margin: 55px 0 98px;
}
.button_login button.woocommerce-button.button.woocommerce-form-login__submit {
padding: 11px 44px;
}
form.woocommerce-ResetPassword.lost_reset_password p input#user_login::placeholder {
color: #d1d1d1;
}
.button_login button.woocommerce-button.button,.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,form.woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit,form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
background: #4E49EB;
color: #fff;
border: none;
border-radius: 45px;
font-family: Segeo-UI-Bold;
font-size: 18px;
padding: 21px 71px;
}
.button_login button.woocommerce-button.button:hover{background: #2F2ACC;}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
background: #2F2ACC;
}
a.signup_cancel {
font-family: Segeo-UI;
font-size: 18px;
color: #000000;
padding-left: 40px;
text-decoration: none;
}
p.already_reg {
float: left;
width: 100%;
text-align: center;
color: #000000;
font-size: 18px;
font-family: segeo-UI;
}
p.already_reg a {
font-size: 15px;
color: #2872EB;
font-family: segeo-UI-Bold;
padding-left: 17px;
}
.woocommerce form .form-row label {
font-size: 18px;
font-family: Segeo-UI;
font-weight: 400;
}
h1.checkout_title {
font-size: 30px;
font-family: Segeo-UI-Bold;
margin: 30px 0;
}
form.woocommerce-EditAccountForm.edit-account {
width: 50%;
float: left;
}
form.woocommerce-EditAccountForm.edit-account .form-row input.input-text {
border: none;
border-bottom: 1px solid #000;
background: transparent;
}
.change_password_toggle {
background: #FBFBFB 0% 0% no-repeat padding-box;
opacity: 1;
padding: 25px;
float: left;
width: 100%;
margin-bottom: 55px;
}
form.woocommerce-EditAccountForm.edit-account a.signup_cancel {
font-family: segeo-UI;
}
legend.pass_chg_toggle {
margin-top: 20px;
float: left;
color: #2872EB;
border: none;
font-size: 18px;
font-family: segeo-UI;
cursor: pointer;
}
.change_password_toggle > p {
font-size: 15px;
font-family: segeo-UI;
}
.change_password_toggle label {
font-size: 15px !important;
}
.change_password_toggle p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
margin-bottom: 30px;
}
form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.form-row.form-row-wide {
margin-bottom: 43px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
border: 1px solid #E0E0E0;
border-radius: 0;
font-size: 15px;
font-family: Segeo-UI;
}
.woocommerce form .form-row select {
background: transparent;
}
legend {
font-family: Segeo-UI;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input
{
top: 1.2em;
}
.forgot_rem .form-row span {
font-size: 21px;
font-family: Segeoui-light;
text-transform: capitalize;
padding-left: 5px;
}
.per_page_sec {
width: auto;
text-align: right;
margin-top: 22px;
padding-right: 20px;
float: right;
}
.per_page_sec select.per_page {
background: transparent;
padding: 8px 26px;
font-size: 21px;color: #000;
font-family: Segeoui-light;
border-radius: 4px;
}
.forgot_rem .woocommerce-LostPassword.lost_password a {
font-size: 18px;
font-family: Segeo-UI;
color: #2872EB;
text-decoration: none;
}
form.extension_search {
position: relative;
display: inline-block;
width: 650px;
margin-bottom: 12%;
}
form.extension_search input.form-control {
width: 100%;
background: #fff;
border: 0;
border-radius: 45px;
color: #000;
height: 62px;
padding: 21px;
font-family: Segeo-UI;
font-size: 19px;
}
form.extension_search button.btn.extension_btn {
position: absolute;
right: 0;
background: transparent;
top: 4px;
}
form.extension_search button.btn.extension_btn i.fa.fa-search {
font-size: 30px;
color: #000;
}
form.extension_search input.form-control::placeholder {
color: #000;
}
form.extension_search button.btn.extension_btn:hover,form.extension_search button.btn.extension_btn:focus {
outline: 0;
border: none;
}
.home_banner.extension_banner h2 {
color: #000;
font-size: 40px;margin-bottom: 31px;
text-transform: capitalize;
}
.home_banner.extension_banner {
margin-top: -117px;
padding-top: 243px;
padding: 170px 0 25px;
color: #fff;
}
.home_banner.extension_banner p {
padding: 0 14% 60px;
font-size: 15px;
color: #000;
}
.inner_sec span.subscription-details {
display: none;
}
.home_seventh.extension_packs {
margin-bottom: 100px;
}
.blog_inner {
font-size: 23px;
}
.mobile_section {
display: none;
}  .single-product header.entry-headers {
display: none;
}
span.subscription-details {
display: none;
}
a.checkout-butn {
padding: 15px 31px;
width: fit-content;
text-align: center;
background: #2772eb;
color: #fff;
border-radius: 45px;
text-decoration: none;
font-size: 20px;
font-family: Segeo-UI-Bold;
display: inline-block;
}
select:focus {
outline: 0;
}
#quote-carousel .carousel-indicators .active img.img-responsive {
width: 100%;
}  a:focus{
color:initial;
text-decoration: none;
}
a.checkout-butn:hover {
color: #fff;
text-decoration: none;
background: #2F2ACC;
}
.service_first .col-md-12.heading h5 {
font-family: Segeo-UI-Bold;
font-size: 19px;
color: #000;
margin-bottom: 37px;
}
.col-md-12.heading .con_service p {
padding: 12px 0;
color: #000;
}
.extensions_list .pagination {
width: 100%;
text-align: center;
margin-top: 0;margin-bottom: 70px;
}
.extensions_list .container {
border-bottom: 1px solid lightgray;
}
.extensions_list .pagination .page-numbers {
padding: 9px 20px;
border: 1px solid lightgray;
font-size: 20px;
margin-right: 7px;
color: #000;
font-family: Segeoui-light;
font-weight: 600;
margin-bottom: 27px;
display: inline-block;
text-decoration: none;
}
.extensions_list .pagination span.page-numbers.current {
color: #2873EB;
}
.extensions_list .container {
border-bottom: 1px solid lightgray;
}
.home_seventh .col-md-12.heading h2 {
font-size: 30px;
margin-bottom: 0;
}
.home_seventh .col-md-12.heading h2 b {
font-size: 40px;
font-weight: bold;
font-family: Segeo-UI-Bold;
}
.home_seventh .col-md-12.heading h1 {
font-size: 30px;
font-weight: bold;
font-family: Segeo-UI-Bold;
color: #000;
margin-top: 0;
margin-left: 23%;
}
.service_forth.home_seventh .col-md-12.heading h2 {
font-family: Segeoui-light;
color: #000;
font-size: 40px;
margin-bottom: 14px;
}
.home_seventh.extension_packs .product_box {
display: none;
} a.signup-signin {
background: #F7F8FD;
color: #000;
}
a.signup-signin.my-account {
background: #2873EB;
color: #fff;
}
a.signup-signin.my-account:hover{
background: #2266D5;
}
header#masthead ul#primary-menu li.current_page_item.menu-item-449 a {
color: #000;
font-family: Segeo-UI;
}
.home_forth  .col-md-12.heading h1 {
font-family: Segeo-UI-Bold;
margin-left: 21%;
margin-top: 0;
text-transform: capitalize;
font-size: 56px;
color: #000;
}
.col-md-12.third_row:nth-child(4) {
border-bottom: none;
}
.home_forth .col-md-12.heading h2 {
margin-bottom: 0;
}
.content_pro ul li:before {
color: #5363eb;
content: "\f00c";
display: inline-block;
font-family: 'ionicons';
margin-left: -29px;
width: 28px;
font-family: FONTAWESOME;
}
.content_pro ul li {
list-style: none;
}
.cart_icons {
text-align: right;
margin-top: 18px;
padding-right: 0px;
}
.cart_icons a {
color: #000;
font-size: 17px;
}
.cart_icons a.cart_btn {
padding-right: 0px;
}
.home .product_box {
display: none;
}
form.subscribe_form_footer , footer form.wpcf7-form{
position: relative;
width: 100%;
margin-top: 25px;
}
footer form.wpcf7-form span.wpcf7-form-control-wrap.email-573 {
width: 100%;
}
footer form.wpcf7-form input#email_address {
width: 100%;
background: #6164ed;
border: none;
box-shadow: none;
font-size: 20px;
color: white;
padding: 10px 20px;
height: 58px;
font-family: Segeoui-light;
}
.wpcf7-response-output {
display: none;
}
footer form.wpcf7-form input#email_address:focus {
outline: none;
}
footer form.wpcf7-form input#email_address::placeholder {
color: #fff;
}
button.subm_btn {
position: absolute;
top: 1px;
right: 0;
background: transparent;
border: none;
color: white;
font-size: 20px;
}
form.subscribe_form_footer input.form-control {
background: #6164ed;
border: none;
box-shadow: none;
font-size: 29px;  color:white;
padding: 10px 20px;
height: 58px;
font-family: Segeoui-light;
}
.social_media a {
color: white;
font-size: 21px;
display: inline-block;
padding-right: 20px;
}
form.subscribe_form_footer input.form-control::placeholder{
color: white;
}
header.mobile_header {
display: none !important;
}
div#mySidenav, div#mySidenav2 {
display: none;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
z-index: 9999;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
left: -8px;
font-size: 36px;
margin-left: 0;
}
header.tablet_header {
display: none !important;
}
a.free_download:hover, a.premium_extensions:hover, .col-md-12.button_sec a.more_btn:hover,
.home_ten .btn-buy a:focus,
.home_seventh .inner_sec .sec_part a:hover, .col-md-12.extension-btn a.more_ext:hover,
.extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt:hover {
color: #fff;
text-decoration: none;
outline: 0;
}
a.free_download:focus, a.premium_extensions:focus, .col-md-12.button_sec a.more_btn:focus,
.home_ten .btn-buy a:focus,
.home_seventh .inner_sec .sec_part a:focus, .col-md-12.extension-btn a.more_ext:focus,
.extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt:focus {
color: #fff;
text-decoration: none;
outline: 0;
}
.home_fifth .col-md-4 a:hover {
text-decoration: none;
outline: 0;
}
.home_fifth .col-md-4 a:focus {
text-decoration: none;
outline: 0;
}
button:focus {
outline: 0;
}
a:hover, a:focus {
text-decoration: none;
outline: 0;
box-shadow: none;
}
a.signup-signin:hover {
text-decoration: none; }
.download_sec .download_right a.download_link:hover, button.subsc_btn:hover {
color: #fff;
text-decoration: none;
}
.home_seventh .container {
padding: 0 101px;
}
.home_seventh .col-md-12.heading {
margin: 60px 0 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
display: inline-block;
padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
margin: 0px auto 80px auto;
border: 1px solid #ccc6;
padding: 31px;
background: #fff;
box-shadow: 0px 0px 3px #00000026;
}
form.woocommerce-EditAccountForm.edit-account input {
padding: 15px 10px;
border-radius: 0px;
}
nav.woocommerce-MyAccount-navigation a {
color: #000;
font-size: 20px;
font-family: Segeo-UI;
text-decoration: none;
}
nav.woocommerce-MyAccount-navigation li.is-active {
font-weight: 600;
background: #fff;
padding: 10px 10px;position: relative;
border-top: 1px solid #333;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
font-size: 20px;
font-family: Segeo-UI-Bold;
} .woocommerce-MyAccount-content .home_fifth .container
{
width:100% !important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
padding: 10px 20px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders {
background: #fff;box-shadow: 0px 0px 5px #00000030;
}
.woocommerce table.my_account_orders.account-orders-table th {
font-size: 20px;
color: #000;
font-weight: 200;
font-family: Segeoui-light;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number .img_s img {
box-shadow: 0px 0px 10px #00000026;
border: 1px solid #F6F6F6;
border-radius: 10px;
}
.woocommerce table.my_account_orders td {
color: #000;
font-size: 17px;
font-family: Segeo-UI;
}
.woocommerce table.my_account_orders td a {
color: #000;
text-decoration: none;
}
.woocommerce table.my_account_orders td .button.view {
color: #000;
padding: 7px 25px;
font-size: 17px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 3px #00000075;
border-radius: 3px;
font-family: Segeo-UI;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a {
background: #5263eb;
color: #fff;
padding: 10px 50px;
font-size: 20px;
font-weight: 400;border-radius: 3px;
font-family: Segeo-UI-Bold;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders th,table.woocommerce-orders-table.woocommerce-MyAccount-orders td
{
border-left:1px solid rgba(0,0,0,.1);
}
.woocommerce-account main#primary {
background: #f6f8ff;margin-bottom: 0;
}
.woocommerce-account main#primary .row {
margin: 0;
}
.woocommerce-account main#primary {
background: #f6f8ff;
margin-bottom: 0;
}
.woocommerce-account main#primary .row {
margin: 0;
}
.date_order {
font-size: 20px;    margin-bottom: 40px;
font-family: Segeoui-light;
}
.date_order b {
font-family: Segeo-UI-Bold;
}
.my_account_inner {
float: left;
width: 100%;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 5px #00000030;
border-radius: 10px;
padding: 24px 9px 9px;
}
.my_account_inner .top_sec {
text-align: center;
display: block;
padding-bottom: 18px;
border-bottom: 1px solid #E7E7E7;
min-height: 157px;
}
.my_account_inner .top_sec .img_s {
display: block;
}
a.button.suspend {
display: none;
}
.woocommerce table.my_account_orders td.woo-sl-action a {
color: #fff;
border-radius: 50px;
font-size: 16px;
}
table#woo-sl-key-generator a.button.button_generate {
border-radius: 50px;
color: #fff;
font-size: 17px;
}
.my_account_inner .top_sec .content_s {
display: inline-block;
text-align: center;
vertical-align: super;
}
.my_account_inner .top_sec .content_s h3 {
font-size: 22.44px;
font-family: Segeo-UI-Bold;
margin: 0;
}
.my_account_inner .top_sec .img_s img {
width: 60px;
vertical-align: baseline;
}
.my_account_inner .top_sec .content_s span {
text-align: left;
color: #676767;
font-size: 13px;
font-family: Segeo-UI;
}
.my_account_inner .middle_sec {
padding: 20px 0 0;
}
.my_account_inner .middle_sec ul {
margin: 0 auto 20px;
padding: 0;
width: fit-content;
}
.my_account_inner .middle_sec ul li {
list-style: none;
padding-bottom: 13px;
}
main#primary {
font-family: Segeo-UI;
}
select#sl_product_id {
background: transparent;
font-family: Segeo-UI;
}
div#woo_sl_lk {
font-size: 17px;
}
p.woo-sl-label {
font-size: 16px;
}
p.woo-sl-key {
font-size: 16px;
line-height: 25px;
}
.woocommerce-order-received td.subscription-actions.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-subscription-actions.woocommerce-orders-table__cell-order-actions .button {
color: #000 !important;
}
.page-id-473 .woocommerce table.my_account_orders td .button.view {
color: #4E49EB!important;
box-shadow: none;
text-align: left;
padding: 0 20px 0 0;
}
nav.woocommerce-MyAccount-navigation li.is-active:after {content: '';background-color: white;width: 100%;height: 10px;display: block;position: absolute;left: 0;top: 90%;}
#woo_sl_lk .licence_expire {
font-size: 16px;
line-height: 28px;
}
.woocommerce table.shop_table th {
font-size: 16px;
}
table.shop_table.subscription_details tr {
font-size: 16px;
}
.woocommerce a.button{
background-color: #4E49EB;
color:#fff ;border-radius: 50px;
font-family: Segeo-UI;
}
.woocommerce a.button:hover {
color: #fff;
background: #2F2ACC;
}
.woocommerce table.my_account_orders td .button.view:hover {
color: #2872EB;
}
input.gen_invoice:hover {
background: #2F2ACC;
}
.woocommerce-account .home_fifth .col-md-4 a:hover {
background: #2F2ACC;
} .my_account_inner .middle_sec ul li span {
color: #676767;
font-size: 15px;
font-family: Segeo-UI;
width: 100px;
display: inline-block;
}
.my_account_inner .middle_sec ul li b {
color: #000;
font-size: 15px;
font-family: Segeo-UI-Bold;
}
.my_account_inner .middle_sec p {
text-align: center;
font-size: 15px;
font-family: Segeo-UI;
color: #000;
}
.license_key {
border: 1px solid #E7E7E7;
border-radius: 3px;
text-align: center;
padding: 13px 0;
font-size: 15px;
font-family: Segeo-UI;
color: #000;
}
.download_plugin a {
background: #4D4AEB 0% 0% no-repeat padding-box;
width: 100%;
color: #fff;
display: block;
text-align: center;
padding: 12px;
font-family: Segeo-UI-Bold;
font-size: 20px;
border-radius: 3px;
text-decoration: none;
}
.download_plugin a:hover{
background: #2F2ACC 0% 0% no-repeat padding-box;
}
.one_row .col-md-4 {
margin-bottom: 20px;
}
.one_row {
float: left;
width: 100%;
}
.my_account_inner .middle_sec .btns {
margin: 10px 0;
}
.my_account_inner .middle_sec .btns a {
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 3px #00000030;
border-radius: 3px;
font-family: Segeo-UI;
font-size: 13px;text-decoration: none;
color: #000;
padding: 6px 4.6px;    display: inline-block;
}
a.go_back {
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 3px #00000030;
border-radius: 3px;
font-size: 15px;
color: #000;
font-family: Segeo-UI;
padding: 9px 25px;
}
.woocommerce-page form.generate_invoice label {
display: inline-block;
width: 175px;
font-size: 20px;
font-family: Segeo-UI;
font-weight: 100;
color: #000;
}
.woocommerce-page form.generate_invoice input.input-text, .woocommerce-page form.generate_invoice .form-row select {
display: inline-block;
width: 514px;
border: 1px solid #E7E7E7;
border-radius: 3px;
height: 60px;
}
form.generate_invoice {
margin-top: 30px;
}
form.generate_invoice p.form-row {
margin-bottom: 30px;
}
input.gen_invoice {
background: #4D4AEB 0% 0% no-repeat padding-box;
border-radius: 3px;
color: #F6F8FF;
font-size: 20px;
font-family: Segeo-UI-Bold;
padding: 15px 108px;
}
.woocommerce-account .home_fifth {
background: transparent;
}
.woocommerce-account .home_fifth .col-md-12.heading h2 {
color: #000;
margin-top: 0;
}
.woocommerce-account .home_fifth .col-md-12.heading p {
color: #000;
}
.woocommerce-account
.home_fifth h4 {
color: #000;
}
.woocommerce-account .home_fifth p {
color: #000;
}
.woocommerce-account .home_fifth .col-md-4 a {
background: #4D4AEB 0% 0% no-repeat padding-box;
padding: 15px 34px;
color: #fff;
}
.woocommerce-account .home_fifth .col-md-12.heading {
margin-top: 0;
} a , .extensions_list .inner_pro .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.ajax_add_to_cart.button.alt,
button.subsc_btn, .button{
transition: all .5s ease-in-out;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number .img_s {
width: 64px;
float: left;
padding-right: 20px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number span.ptitle {
font-size: 17px;
}
.service_forth.home_seventh .inner_sec h2 {
color: #4364eb;
font-size: 41px;
}
.woovr-variations .woovr-variation:hover {
background-color: transparent !important;
}
.single .content_sec .col-md-8 ul {
margin: 10px 0 30px;
display: inline-block;
}
.single .content_sec .col-md-8 ul li {
width: 50%;
float: left;
padding-right: 60px;
list-style: none;
font-size: 15px;
font-style: italic;
margin-bottom: 20px;
}
.single .content_sec .col-md-8 ul li:before {
content: "";
margin-left: -22px;
margin-right: 13px;
background: #F8AC28;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 50%;
}
input#email-add {
background: #f5f8ff;
text-align: center;
outline: 0; border-radius: 0;
height: 42px;
width: 100%;
font-family: Segeo-UI;
}
.sub_form {
margin-top: 35px;
text-align: center;
}
.sub_form span.wpcf7-form-control-wrap.email-880 {
width: 100%;
}
input#Subscribe {
background: #4E49EB;
color: white;
border: none;
font-family: Segeo-UI-Bold;
padding: 13px 40px;
font-size: 18px;
border-radius: 6px;margin-top: 35px;
}
input#Subscribe:hover{ background: #2F2ACC;}
input#email-add:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.empty_page {
float: left;
width: 100%;
margin-bottom: 60px;
}
.empty_page img {
width: 100%;
}
.empty_page h1 {
font-size: 70px;
font-family: Segeo-UI-Bold;
color: #000;
}
.empty_page p {
font-size: 15px;
margin-top: 25px;
line-height: 25px;
font-family: Segeo-UI;
}
.empty_page .col-md-6:first-child {
vertical-align: middle;
margin-top: 150px;
}
.product_list {
float: left;
width: 100%;
display: flex;
margin-top: 40px;
flex-flow: wrap;
}
.filter_list {
float: left;
width: 100%;
border-bottom: 1px solid lightgray;
}
a.linkedin {
width: 43px;
height: 40px;
background: #007BB5 0% 0% no-repeat padding-box;
border-radius: 2px;
opacity: 1;
color: #fff;
padding: 10px 12px;
font-size: 19px;
}
a.facebook {
width: 43px;
height: 40px;
background: #0939B2 0% 0% no-repeat padding-box;
border-radius: 2px;
opacity: 1;
color: #fff;
padding: 10px 15px;
font-size: 19px;
}
a.twitter {
width: 43px;
height: 40px;
background: #3498D8 0% 0% no-repeat padding-box;
border-radius: 2px;
opacity: 1;
color: #fff;
padding: 10px 11px;
font-size: 19px;
}
.social_share {
float: right;
margin-top: 17px;
}
.top_blog_heading {
float: left;
width: 100%;
}
.share_option {
text-align: center;
font-size: 30px;
font-family: Segeo-UI;
margin-top: 40px;
}
.social_share1 {
text-align: center;
margin-top: 30px;
}
.social_share1 a {
margin: 0 4px;
}
.social_share1 a:hover, .social_share a:hover {
color: #fff;
}
.row.pay_btn {
padding-bottom: 100px;
}
.page-id-3 header.entry-header, .page-id-675 header.entry-header {
display: block;
text-align: center;
font-family: Segeo-UI-Bold;
}
.page-id-3 .entry-content h2, .page-id-675 .entry-content h2, .page-id-675 .entry-content h1 {
font-family: Segeo-UI-Bold;
}
.page-id-3 .entry-content p, .page-id-675 .entry-content p,  .page-id-675 .entry-content ul li,  .page-id-675 .entry-content ol li ,  .page-id-675 .entry-content div {
font-family: Segeo-UI;
font-size: 16px;
line-height: 28px;
}
.page-id-3 .entry-content h3 , .page-id-675 .entry-content h3{
font-family: Segeo-UI;
line-height: 28px;
}
a.button.wc-backward {
background: #2873EB;
color: #fff;
padding: 18px 26px;
font-size: 23px;
font-weight: 500;
font-family: Segeo-UI-Bold;
}
a.button.wc-backward:hover{
background: #2266D5;
color:#fff;
}
.woocommerce-account-fields .input-text {
padding: 15px 10px;
}
#post-8 form.woocommerce-form.woocommerce-form-login.login input {
padding: 15px 10px;
}
input#user_login {
padding: 15px 10px;
}
form.woocommerce-ResetPassword.lost_reset_password p {
font-family: Segeo-UI;
font-size: 15px;
margin-top: 20px;
}
.page-id-473 main#primary {
background: #f6f8ff;
margin-bottom: 0;
}
.woocommerce-order-received .woocommerce {
margin-top: 22px;
padding: 30px 36px;
background: #fff;
box-shadow: 0px 0px 3px #00000026;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders th:first-child, table.woocommerce-orders-table.woocommerce-MyAccount-orders td:first-child {
border-left: none;
}
a.woocommerce-MyAccount-downloads-file.button.alt {
background: #2873EB;
}
a.woocommerce-MyAccount-downloads-file.button.alt:hover {
background: #2266D5;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
background: #4464EB;
color: #fff;
padding: 17px 49px;
font-size: 20px;
font-weight: 500;
font-family: Segeo-UI-Bold;
border-radius: 45px;
}
.woocommerce-view-subscription .entry-content header {
display: none;
}
.woocommerce-view-subscription .entry-content table.shop_table.shop_table_responsive.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders {
display: none;
}
.woocommerce-view-subscription .entry-content section.woocommerce-customer-details {
display: none;
}
.woocommerce table.my_account_orders td a.woocommerce-button.button.sl {
display: none;
}
.woocommerce-account #post-9 header.entry-header {
display: none;
}
#post-9 header.entry-header {
display: block;
text-align: center;
font-family: Segeo-UI-Bold;
}
form.woocommerce-ResetPassword.lost_reset_password {
margin-bottom: 40px;
width: 37%;
}
.extension_list_home {
float: left;
width: 100%;
display: flex;
flex-flow: wrap;
}
.row.white_back .col-md-6:first-child {
width: 39%;
}
.row.white_back .col-md-6:last-child {
width: 59%;
text-align: right;
}
.categoory_list ul li {
display: inline-block;color: #000;
padding: 30px 18px;
border-right: 1px solid lightgray;
}
.categoory_list ul {
float: left;
padding: 0;
margin: 0;
}
.categoory_list ul li a {
color: #000;
font-family: Segeoui-light;
font-size: 20px;
text-decoration: none;
}
.categoory_list ul li:last-child {
border: none;
}
.categoory_list ul li:first-child {
padding-left: 0;
}
a.signup-signin2 {
color: #000000;
font-family: Segeo-UI;
font-size: 18px;
font-weight: 400;
text-decoration: none;
padding-left: 20px;
}
.postid-700 .row.content_sec {
display: none;
}
.postid-700 .summary2.entry-summary2.col-md-12 {
margin: 0;
}
.postid-700 main#primary {
margin: 0;
}
table.woocommerce-grouped-product-list.group_table {
width: 100%;
align-items: center;
justify-content: center;
text-align: center;
display: flex;
margin-top: 22px;
}
table.woocommerce-grouped-product-list.group_table tr {
display: flex;
align-items: center;
cursor: pointer;
width: unset;
float: left;
margin-right: 30px;
}
table.woocommerce-grouped-product-list.group_table tr td {
font-size: 24px;
font-family: Segeo-UI-Bold;
color: #000;
}
table.woocommerce-grouped-product-list.group_table tr td span a {
color: #000;
}
table.woocommerce-grouped-product-list.group_table tr td.woocommerce-grouped-product-list-item__label label a {
color: #000;
padding: 0;
pointer-events: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table tr td.woocommerce-grouped-product-list-item__label {
padding: 0 10px;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table tr td.woocommerce-grouped-product-list-item__price {
padding: 0;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list.group_table tr td.woocommerce-grouped-product-list-item__quantity {
width: 49px;
padding: 0px 0 9px;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.button.alt {
text-align: center;
align-items: center;
justify-content: center;
display: block;
width: auto;
margin: 20px auto;
float: none;
}
.woocommerce-info, .woocommerce-error {
border-color: #5363eb;
background: #fff;
box-shadow: 0px 0px 5px #00000030;
}
.woocommerce-error {
border-color: red;
}
header#masthead ul#primary-menu li.current_page_item a {
color: #2872EB;
font-family: Segeo-UI-Bold;
}
.extensions_list .product-616 .inner_pro img.attachment-post-thumbnail {
width: 100px;
}
#product-616 .summary2.entry-summary2 img { }
.extensions_list .col-md-3.product-624 img {
width: 98px;
}
.service_first .col-md-12.heading {
margin-top: 20px;
}
.row_ordr {
display: flex;
flex-flow: wrap;
}
.row_ordr .col-md-4 {
display: flex;
}
.comment-metadata {
float: left;
padding-left: 15%;
margin-top: -28px;
}
.comment-content {
padding-left: 15%;
}
ol.children li {
border-top: 1px solid lightgray;
padding-top: 20px;
}
.comment-author.vcard img {
width: 86px;
border-radius: 50%;
}
.comment-author.vcard b {
padding-left: 16px;
font-size: 20px;
font-family: Segeo-UI;
}
em.comment-awaiting-moderation {
float: left;
padding-left: 20%;
width: 100%;
}
ol.comment-list li .reply {
padding-left: 15%;
}
ol.comment-list > li > article {
padding-bottom: 40px;
}
ol.children {
list-style: none;
}
ol.comment-list {
border-bottom: 1px solid lightgray;
padding-bottom: 40px;
padding-left: 0;
margin-left: 0;
margin-top: 50px;
float: left;
width: 100%;
list-style: none;
}
ol.children .comment-metadata {
padding-left: 17%;
}
ol.children em.comment-awaiting-moderation {
padding-left: 17%;
}
ol.children {
float: left;
width: 100%;
}
ol.children .comment-content {
padding-left: 17%;
}
ol.comment-list li ol.children .reply {
padding-left: 17%;
}
span.says {
display: none;
}
.comment-metadata time {
color: #4E49EB;
font-size: 15px;
font-family: Segeo-UI;
}
h3#reply-title {
font-size: 30px;
font-family: Segeo-UI;
color: #000;
}
.comment-content p {
color: #000000;
font-size: 15px;
font-family: Segeo-UI;
line-height: 25px;
padding-top: 15px;
}
.reply a {
color: #4E49EB;
font-size: 15px;
font-family: Segeo-UI;
}
h3#reply-title {
font-size: 30px;
font-family: Segeo-UI;
color: #000;
}
.post_count {
font-size: 20px;
color: #4E49EB;
font-family: Segeo-UI;
}
textarea#comment, input#author, input#email, input#url {
border-color: #DDDDDD;
border-radius: 0;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
float: left;
width: 33.3%;
}
div#comments {
margin-top: 50px;
}
p.comment-form-author input, p.comment-form-email input, p.comment-form-url input {
padding: 10px 8px;
width: 96%;
}
textarea#comment:focus, input#author:focus, input#email:focus, input#url:focus {
box-shadow: 0px 0px 10px #00000033;
outline: 0;
}
#commentform input#submit {
background: #2873EB;
color: #fff;
font-size: 25px;
font-family: Segeo-UI-Bold;
padding: 22px 35px;
border: none;
float: right;
border-radius: 37px;
}
#commentform input#submit:hover{
background: #2266D5;
}
#commentform input#submit:focus {
outline: 0;
} .popup_list {
display: flex;
flex-flow: wrap;
width: 100%;
}
.popup_list .col-md-4 .inner {
background: #FCFCFC 0% 0% no-repeat padding-box;
}
.popup_list .col-md-4 {
display: flex;
margin-bottom: 40px;
padding: 0px 8px; }
.popup_list .col-md-4 .inner {
padding: 30px;
text-align: center;
}
.popup_list .col-md-4 .inner img {
width: 100%; }
.partner_popup_sec .col-md-12.heading p {
color: #000;
}
.popup_list .col-md-4 .inner h3 {
font-size: 23px;
line-height: 27px;color: #000;
font-family: Segeo-UI-Bold;
}
.col-md-12.morebutton {
text-align: center;
margin-top: 30px;
}
.col-md-12.morebutton button.more-butn,  .more-butn {
background: #4464EB 0% 0% no-repeat padding-box;
border-radius: 35px;
color: #fff;
font-size: 20px;
font-family: Segeo-UI-Bold;
line-height: 27px;
padding: 17px 58px;
margin: 0 auto;
display: block;
}
.col-md-12.morebutton button.more-butn:hover,  .more-butn:hover{
background: #2F2ACC;
}
.popup_list .col-md-4 .inner p {
font-size: 18px;
font-family: Segeo-UI;color: #000;
padding-top: 15px;
}
.popup_list .col-md-4 .inner:hover { box-shadow: none;
}
.woocommerce-account .home_seventh .container {
padding: 0 1px;
width: 84% !important;
}
.woocommerce-account .home_seventh .col-md-12.heading {
margin: 0 0 50px;
}
a.site_btn {
background: #4464EB;
color: white;
padding: 17px 60px;
border-radius: 45px;
font-size: 20px;
font-family: segeo-UI-Bold;
display: inline-block;
margin-top: 70px;
text-decoration: none;
}
a.site_btn:hover, a.site_btn:focus {
text-decoration: none;
color: #fff;
}
form.woocommerce-ResetPassword.lost_reset_password p input#user_login {
background: transparent;
border: none;
border-bottom: 1px solid #000;
color: #000;
}
form.woocommerce-ResetPassword.lost_reset_password h1.lost-pass-heading {
font-size: 45px;
font-family: segeo-UI-Bold;
color: #000;
}
form.woocommerce-ResetPassword.lost_reset_password p {
color: #000;
width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password h6 {
font-size: 18px;
color: #000;
margin: 30px 0 0 0;
font-family: segeo-UI-Bold;
}
.partner_popup_sec {
float: left;
width: 100%;
margin-bottom: 100px;
}
p.mail_sent_notice {
color: #009723;
font-size: 30px;
font-family: segeo-UI-Bold;
margin-bottom: 50px;
}
p.lost_text {
font-size: 18px;
color: #000000;
font-family: segeo-UI-Bold;
}
p.lost_msg {
font-size: 18px;
font-family: segeo-UI;
margin-bottom: 50px;
padding-right: 44%;
}
p.reset_msg {
font-size: 18px;
color: #000000;
font-family: segeo-UI-Bold;
margin-bottom: 200px;
}
form.woocommerce-ResetPassword.lost_reset_password input.woocommerce-Input {
background: transparent;
border: none;
border-bottom: 1px solid #000;
color: #000;
}
form.woocommerce-ResetPassword.lost_reset_password input.woocommerce-Input::placeholder {
color: #D1D1D1;
}
form.woocommerce-ResetPassword.lost_reset_password span.show-password-input {
display: none;
}
.categoory_list ul li a.active {
color: #5363eb;
}
.page-id-473 main#primary .row {
margin: 0;
}
.modal-header {
padding: 0 !important;
border: none !important;
}
.modal-header button.close {
color: #000;
opacity: 1;
font-size: 27px;
margin: 10px;
}
.modal-body {
text-align: center;
}
.modal-body h3 {
font-size: 25px;
color: #000;
font-family: segeo-UI-Bold;
margin-bottom: 15px;
}
.modal-body p {
font-size: 18px;
font-family: segeo-UI;
line-height: 27px;
margin-bottom: 39px;
padding: 0 5%;
}
.modal-content {
border-radius: 0 !important;
}
.modal-dialog {
width: 1183px !important;
}
.modal-body .col-md-4 {
display: inline-block;
float: none;
width: 33%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
rs-fullwidth-wrap#rev_slider_1_1_forcefullwidth {
float: left;
width: 100%;
}
#woo_sl_lk .licence_expire a.button.button-extend {
display: none;
}
tr.cart-discount1.coupon-test a.woocommerce-remove-coupon {
display: none;
}
td.woocommerce-table__product-name.product-name a {pointer-events: none;}
.col-md-12.service_extra {
text-align: right;
color: #BC0000;
font-size: 20px;
}
a.woocommerce-remove-coupon1.coupon-remove {
color: #817bf2;
display: block;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
text-decoration: none;
font-weight: 700;
border: 0;
}
a.woocommerce-remove-coupon1.coupon-remove:hover {
color: #000;
}
.affwp-form p input, .affwp-form input {
border: 1px solid #E0E0E0;
border-radius: 0;
font-size: 15px;
font-family: Segeo-UI;
padding: 15px 10px;
}
.affwp-form p input.button {
background: #2873EB;
color: #fff;
padding: 26px 50px;
display: block;
font-size: 25px;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
float: right;
border-radius: 50px;
}
.affwp-form legend {
font-size: 30px;
font-family: Segeo-UI-Bold;
margin: 30px 0;
}
.affwp-form p label, .affwp-form label {
font-size: 18px;
font-family: Segeo-UI;
font-weight: 400;
}
.affwp-referral-url-submit-wrap input.button {
background: #2873EB;
color: #fff;
padding: 26px 50px;
display: block;
font-size: 25px;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
float:right;
border-radius: 50px;
width: fit-content !important;
}
form#affwp-graphs-filter input#submit {
background: #2873EB;
color: #fff;
padding: 13px 36px;
font-size: 16px;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
border-radius: 50px;
width: fit-content !important;
}
.affwp-save-profile-wrap input.button {
background: #2873EB;
color: #fff;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
border-radius: 50px;
width: fit-content !important;
padding: 13px 36px;
font-size: 16px;
}
input#submit_twocheckout_payment_form {
background: #2873EB;
color: #fff;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
border-radius: 50px;
width: fit-content !important;
padding: 13px 36px;
font-size: 16px;
}
form#paypal_payment_form a.button.cancel {
background: #2873EB;
color: #fff;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
border-radius: 50px;
width: fit-content !important;
padding: 13px 36px;
font-size: 16px;
}
form#paypal_payment_form {
margin-bottom: 60px;
}
.woocommerce ul.order_details {
margin-top: 40px;
}
::selection {
background: #4E49EB !important;
color: #fff;
}
.cp-acf-fw-label {
font-size: 18px;
font-family: Segeo-UI;
font-weight: 400;
}
ul#affwp-affiliate-dashboard-tabs li a {
color: #2873EB !important;
font-size: 17px;
}
td.coupon-price a {
display: none;
}
a#early_renewal_modal_submit {
background-color: #4E49EB;
color: #fff;
border-radius: 50px;
font-family: Segeo-UI;
}
td.product-name a:not(.wcs-switch-link) {
pointer-events: none;
}
section.no-results.not-found input.search-submit {
font-family: Segeo-UI-Bold;
background: #2873EB;
font-size: 20px;
color: #fff;
padding: 10px 35px;
border-radius: 45px;
border: none;
display: inline-block;
}
section.no-results.not-found input.search-field {
width: 100%;
padding: 7px 20px;
}
section.no-results.not-found label {
width: 80%;
}
div#respond {
float: left;
width: 100%;
margin-bottom: 10px;
}
.wcs-modal .content-wrapper .content {
font-size: 13px !important;
}
a.cart_icon span {
position: absolute;
right: 5px;
background: #F7F8FD;
padding: 8px;
border-radius: 50%;
font-size: 17px;
line-height: 10px;
color: #000;
font-family: Segeo-UI-Bold;
box-shadow: 0px 0px 3px #00000029;
width: 25px;
height: 25px;
}
a.cart_icon {
position: relative;
}
button.ajax_add_to_cart_home.cart_btn {
background: transparent;
border: none;
padding: 0;
} @media (min-width:320px) and (max-width:550px){
p.lost_msg {
padding-right: 0%;
}
.top_extension {
width: 100%;
}
#quote-carousel ol.carousel-indicators {
width: 100%;
left: auto;
right: auto;
margin: 30px 0;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
float: left;
width: 33.3%;
}
p.comment-form-author input, p.comment-form-email input, p.comment-form-url input {
padding: 10px 8px;
width: 96%;
}
div#comments {
margin-top: 50px;
}
.comment-author.vcard {
text-align: center;
width: 100%;
}
.comment-author.vcard b {
width: 100%;
text-align: center;
float: left;
padding: 0;
}
.comment-metadata {
margin: 0;
text-align: center;
padding: 0;
float: left;
width: 100%;
}
.comment-content {
float: left;
width: 100%;
text-align: center;
padding: 0;
}
ol.comment-list li .reply {
float: left;
width: 100%;
text-align: center;
padding: 0;
}
footer.comment-meta {
float: left;
width: 100%;
}
ol.comment-list, ol.comment-list li {
float: left;
width: 100%;
}
ol.children {
float: left;
width: 100%;
padding: 0;
margin: 25px 0 0 0;
}
ol.children .comment-metadata {
padding: 0;
}
ol.children .comment-content {
padding: 0;
}
ol.comment-list li ol.children .reply {
padding: 0;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
width: 100%;
}
#commentform input#submit {
float: none;
text-align: center;
}
p.form-submit {
text-align: center;
margin-bottom: 30px;
}
}
@media (min-width:551px) and (max-width:767px){
.extensions_list .col-md-3 {
width: 50%;
}
.popup_list .col-md-4 {
width: 50%;
}
}
@media (min-width:320px) and (max-width: 767px){
form.woocommerce-ResetPassword.lost_reset_password {
width: 95%;
}
#commentform input#submit {
font-size: 20px;
padding: 17px 28px;
}
.categoory_list {
display: grid;
width: 100%;
text-align: center;
border-bottom: 1px solid lightgray;
}
a.go_back {
margin: 0 auto;
display: block;
width: fit-content;
}
.page-id-8 .entry-content > .woocommerce {
padding: 20px;
}
h1.checkout_title {
margin-top: 0;
font-size: 25px;
}
.woocommerce table.shop_table tr.cart_item td {
padding: 5px 20px;
text-align: center !important;
}
.woocommerce table.shop_table tr.cart_item td:before {content: '';}
.woocommerce table.shop_table tr.cart_item td.product-thumbnail {
display: block !important;
}
tr.woocommerce-cart-form__cart-item.cart_item img {
padding: 0;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
padding: 10px;
border-bottom: 1px solid lightgray;
}
.woocommerce table.shop_table tr.cart_item td a.remove {
text-align: center;
width: 100%;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background: transparent !important;
border: none;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
border: none;
text-align: center !important;
padding: 33px;
}
.discountcoupon h2, .lisencekeyactivate h2 {
font-size: 20px;
text-align: center;
}
.discountcoupon button.button, .lisencekeyactivate button.button {
margin-left: 69%;
width: fit-content;
}
.discountcoupon h3, .lisencekeyactivate h3 {
text-align: center;
}
.cancelsoubs {
display: none;
}
.checkout_box {
padding: 20px; }
h3.paymenttitle {
text-align: center;
}
.woocommerce-billing-fields h4 {
text-align: center;
}
#order_review h3.selectmethod, .woocommerce-billing-fields h3 {
text-align: center;
}
span.woocommerce-terms-and-conditions-checkbox-text {
line-height: 19px;
}
span.woocommerce-terms-and-conditions-checkbox-text a {
float: none;
text-align: center;
width: 100%;
display: block;
color: #4D4AEB;
}
p.purchasetotial {
text-align: center;
}
.form-row.place-order {
text-align: center;
}
.row.pay_btn {
text-align: center;
padding-bottom: 20px;
}
form.checkout.woocommerce-checkout .form-row.place-order button.button {
float: none;
text-align: center;
margin: 0 auto;
}
.service_forth.home_seventh .inner_sec h2 {
width: fit-content;
float: right;
display: inline-block;
font-size: 20px;
padding: 25px 18px 18px;
}
.service_forth.home_seventh .inner_sec h1 {
width: fit-content; display: inline-block;
font-size: 35px;
margin: 0;
padding: 18px;
}
.service_forth.home_seventh .inner_sec ul li {
font-size: 15px;
line-height: 26px;
}
.service_forth.home_seventh .inner_sec .content_pro {
width: fit-content;
margin: 0 auto;
}
.service_forth.home_seventh .inner_sec .content_pro ul {
padding: 0;
}
.service_forth.home_seventh .inner_sec .sec_part {
padding-top: 5px;
}
.service_forth.home_seventh .inner_sec .btn-buy {
position: absolute;
bottom: -22px;
left: 0;
right: 0;
margin: 0 auto;
}
.service_forth.home_seventh {
padding-bottom: 0;
}
.service_forth.home_seventh .inner_sec {
position: relative;
}
.service_forth.home_seventh .inner_sec .btn-buy a {
font-size: 15px;
padding: 8px 28px;
}
.service_forth.home_seventh .col-md-4 {
width: 329px;
margin: 0 auto 70px;
}
header.mobile_header {
display: block !important;
padding: 15px 0 !important;
border-bottom: 1px solid lightgray;
}
section.up-sells.upsells.products {
display: none;
}
.single .row.white_back .col-md-6:last-child {
text-align: right;
}
h1.gen_inv {
text-align: center;
} .woocommerce-account .home_fifth .col-md-12.heading {
padding: 0;
}
.service_first .col-md-12.heading {
margin-top: 30px;
}
.woocommerce-account .home_fifth .col-md-12.heading p {
padding: 0;
}
.woocommerce-MyAccount-content .home_fifth .container {
padding: 0;
}
.woocommerce-account .home_fifth .col-md-4 {
padding: 0;
margin-bottom: 20px;
}
.woocommerce-account .home_fifth .col-md-4 p {
padding: 0;
}
.woocommerce-page form.generate_invoice input.input-text, .woocommerce-page form.generate_invoice .form-row select {
width: 100%;
}
input.gen_invoice {
width: 100%;
font-size: 15px;
padding: 19px 20px;
}
form.generate_invoice p.form-row {
margin-bottom: 3px;
}
.woocommerce-page form.generate_invoice label {
width: 100%;
text-align: center;
}
.woocommerce-page form.generate_invoice input.input-text, .woocommerce-page form.generate_invoice .form-row select {
font-size: 15px;
}
.home_seventh .container {
padding: 0 15px;
}
nav.woocommerce-MyAccount-navigation a {
font-size: 15px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
background: #fff;
padding: 10px 10px;
margin: 0;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 7px;
}
.date_order {
font-size: 15px;
margin-bottom: 20px;
}
.one_row .col-md-4 {
display: flex;
padding: 0;
margin-bottom: 10px;
}
.my_account_inner .middle_sec .btns a {
width: 170px;
text-align: center;
display: block;
margin-bottom: 10px;
}
.my_account_inner .middle_sec .btns {
text-align: center;
display: block;
margin: 10px auto;
width: 174px;
}
.menu-primary-menu-container ul li {
border-bottom: 1px solid lightgray;
padding: 10px;
}
.button_login_signup a.signup-signin:hover{
background: #2266D5;
}
div#mySidenav .col-md-6:first-child, div#mySidenav2 .col-md-6 {
float: left;
width: 41%;
}
div#mySidenav .col-md-6 img {
width: 184px;
}
div#mySidenav .col-md-6:first-child, div#mySidenav2 .col-md-6:first-child {
text-align: left;
float: left;
width: 28%;
}
div#mySidenav .col-md-6:nth-child(2), div#mySidenav2 .col-md-6:nth-child(2) {
width: 50%;
float: left;
}
div#mySidenav, div#mySidenav2 {
display: block;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
z-index: 9999;
}
.button_login_signup a.my-account {
width: fit-content;
padding: 8px 19px;
margin: 0 auto;
}
.button_login_signup {
text-align: center;
width: 100%;margin-bottom: 40px;
}
.sidebar .menu-primary-menu-container {
width: 100%;
display: block;
}
.menu-primary-menu-container {
width: 100%;
text-align: center;
}
.menu-primary-menu-container ul#primary-menu {
padding: 0;
}
.menu-primary-menu-container ul#primary-menu li {
list-style: none;
}
.menu-primary-menu-container ul#primary-menu li a {
color: #000;padding-left: 0;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
left: -8px;line-height: 27px;
font-size: 36px;
margin-left: 0;
}
#main {
transition: margin-left .5s;
padding: 20px;
} header.desktop_header {
display: none !important;
padding:0;
}
header#masthead .col-md-6 {
width: 50%;
float: left;
padding-top: 20px;
text-align: left;
padding: 0 24px;
}
.menu-primary-menu-container ul li {
border-bottom: 1px solid lightgray;
padding: 10px;
}
.button_login_signup a.signup-signin {
width: fit-content;
padding: 8px 23px;
display: inline-block;
font-size:15px;
color: #000;
}
.button_login_signup a.signup-signin.my-account{color:#fff;}
.button_login_signup a.signup-signin:hover{
background: #2266D5;
}
header#masthead .col-md-6:last-child {
text-align: right;
}
header#masthead .col-md-6:last-child button.navbar-toggler {
background: transparent;
border: none;
font-size: 30px;
padding: 0;
padding-top: 9px;
}
header#masthead .col-md-6:last-child button.navbar-toggler {
color: #000;
background: #F7F8FD 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 5px;
font-size: 14px;
padding: 7px 11px;
margin-top: 10px;
}
.col-md-12.mobile_section p {
font-size: 15px;
}
footer#colophon .col-md-3 {
width: 50%;
float: left;
}
footer#colophon .col-md-3 h2.widget-title {
font-size: 22px;
}
footer section.widget.widget_nav_menu ul li a {
font-size: 17px;
}
section#nav_menu-5 {
display: none;
}
footer#colophon .col-md-3.last-sec {
width: 100%;
text-align: center;
}
footer#colophon .col-md-3.last-sec section#text-4 h2, footer#colophon .col-md-3.last-sec section#text-4 form, footer#colophon .col-md-3.last-sec section#text-4 p {display: none;}
.row.footer_bottom {
text-align: center;
}
.row.footer_bottom section#text-2 p {
font-size: 15px;
}
.col-md-6.copyright-right p {
text-align: center;
font-size: 16px;
}  .home_forth .col-md-12.heading h1 {
margin-left: 18%; font-size: 35px;
}
.home .product_box {
display: block;
}
.home .home_seventh .col-md-4 {
display: none;
}
a.buy-now {
text-transform: capitalize;
}
.home .product_box {
width: 290px;
margin: 0 auto 30px;
}
.home .row.gray_back h4 {
text-align: center;
}
.home .row.white_back .col-md-6:last-child {
text-align: right;
}
.home_banner h2 {
font-size: 18px;
}
.home_banner h1 {
margin-top: -14px;
font-size: 27px;
}
.home_banner p {
padding: 20px 10px;
font-size: 15px;
}
a.free_download {
font-size: 14px;
padding: 15px 40px;
}
.col-md-6.first_btn {
justify-content: center;
}
.col-md-6.second_btn {
justify-content: center;
}
a.premium_extensions {
font-size: 14px;
padding: 15px 23px;
}
.home_banner {
padding: 140px 0 27px;
}
.col-md-12.heading p {
padding: 12px 10px;
}
.col-md-12.heading {
margin: 70px 0 20px;
}
.home_second .col-md-4 .icon {
display: block;
text-align: center;
}
.home_second .col-md-4 .second_content_sec {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.col-md-12.button_sec {
margin: 38px 0 50px;
}
.col-md-12.button_sec a.more_btn {
font-size: 15px;
padding: 15px 30px;
}
.col-md-12.third_row .col-md-8 .col-md-4 {width: 50%;float: left;text-align: center;    min-height: 105px;}
.col-md-12.third_row .col-md-4.display_rules {
text-align: center;
}
.col-md-4.display_rules p, .col-md-4.trigger p, .col-md-4.advanced_con p {
padding-right: 0;
}
.col-md-12.third_row .col-md-8 .col-md-4 .content_third {
width: 100%;
}
.col-md-12.third_row:nth-child(3), .col-md-12.third_row:nth-child(4) {
padding-top: 20px;
}
.home_fifth .col-md-4 a {
padding: 18px 27px;
font-size: 16px;
}
.home_fifth .col-md-4 {
padding-bottom: 30px;
}
.line hr {
margin: 0 auto;
width: 91%;
}
.home_eight .col-md-12.heading {
margin-top: 30px;
}
.home_eight .inner .icon {
width: 74px;
padding-right: 9px;
}
.home_eight .inner {
padding: 13px;
}
.content_extension {
width: 70%;
}
.cart_icons {
margin-top: 5px;
}
.home_eight .col-md-4 {
width: 322px;
margin: 0 auto 25px;
}
.col-md-12.extension-btn {
display: block;
text-align: center;
margin-bottom: 40px;
float: left;
width: 100%;
}
.col-md-12.extension-btn a.more_ext {
padding: 18px 28px;
font-size: 15px;
}
.numb {
display: block;
text-align: center;
width: 100%;
}
.content_nine {
width: 100%;
display: block;
text-align: center;
}
.home_nine .col-md-4 {
margin-bottom: 15px;
}
.home_nine {
padding-bottom: 29px;
}
.line2 hr {
width: 90%;
}
.home_ten {
padding: 30px 0;
}
.home_ten .col-md-12 h2 {
font-size: 25px;
margin-bottom: 29px;
}
.home_ten .col-md-12 p {
font-size: 17px;
padding: 0 40px;
}  .row.white_back .col-md-6 {
float: left;
}
.row.white_back .col-md-6 h3 {
margin-top: 0;
}
.home_seventh.extension_packs .col-md-4 {
display: none;
}
.home_seventh.extension_packs .product_box {
display: block;
width: 292px;
margin: 0 auto 20px;
}
.home_seventh.extension_packs .product_box .col-md-6 {
float: left;
}
.home_seventh.extension_packs .product_box .col-md-6 h3 {
margin-top: 0;
}
.home_seventh.extension_packs .product_box .col-md-6 p.price2 {
font-size: 30px;
margin-bottom: 14px;
}
.home_seventh.extension_packs .product_box a.buy-now {
display: block;
text-align: center;
padding: 11px 26px;
font-family: Segeo-UI-Bold;
text-transform: capitalize;
font-size: 16px;
}
p.noofwebsite {
text-align: right;
padding-right: 8px;font-size: 12px;
}
.home_seventh.extension_packs .product_box .row.gray_back h4 {
text-align: center;
}
.home_seventh.extension_packs {
margin-bottom: 25px;
}
form.extension_search {
width: 84%;
}
form.extension_search input.form-control {
padding: 15px 19px;
font-size: 16px;
height: 51px;
}
form.extension_search button.btn.extension_btn i.fa.fa-search {
font-size: 20px;
}
form.extension_search button.btn.extension_btn {
top: 8px;
}
.per_page_sec {
text-align: center;
float: none;
margin-bottom: 10px;
}
.extensions_list .col-md-4 {
margin-bottom: 80px;
}
.home_seventh .col-md-12.heading h2 {
font-size: 17px;
}
.home_seventh .col-md-12.heading h2 b {
font-size: 19px;
}
.home_seventh .col-md-12.heading h1 {
font-size: 19px;
margin-left: 15%;
}
.extensions_list .pagination {
margin-bottom: 24px;
}
.home_seventh.extension_packs .col-md-12.heading {
margin: 30px 0;
}
.service_first .row {
padding: 0 15px;
}
.col-md-12.heading h2 {
font-size: 23px;
}
.service_first .col-md-12.heading h5 {
font-size: 15px;
margin-bottom: 17px;
}
.service_first .col-md-12.heading p {
font-size: 15px;
text-align: center;
}
.service_first .col-md-4 {
text-align: center;
}
.service_first .col-md-8.service_content {
padding-left: 15px;
text-align: center;
}
.col-md-8.service_content p {
padding-top: 0;
color: #000;
}
.col-md-8.service_content h4 {
margin-bottom: 10px;
}
.service_first {
padding: 20px 0;
}
.service_second {
padding: 20px 0;
}
.service_second .col-md-4 {
order: 1;
}
.service_second .row {
padding: 0 15px;
display: flex;
flex-flow: column-reverse;
width: 100%;
text-align: center;
margin: 0;
}
.service_second .col-md-8.service_content {
padding-right: 15px;
text-align: center;
}
.service_third {
padding: 30px 0;
text-align: center;
}
.service_third .col-md-8.service_content {
padding-left: 15px;
padding-top: 15px;
}
.service_third .row {
padding: 0 20px;
}
.service_forth.home_seventh .col-md-12.heading {
margin: 0px 0 30px;
}
.service_forth.home_seventh .col-md-12.heading h2 {
margin-top: 0;
}
.con_service {
padding: 0 15px;
}
.home_seventh .inner_sec {
margin-bottom: 30px;
}  .mobile_section {
display: block;
}
.form_login {
width: 85%;
padding: 30px 20px;
}
.form_login form.woocommerce-form {
width: 90%;
margin-top: 30px;
}
.form_login > p {
font-size: 16px;
}
.form_login h2 {
font-size: 32px;
}
.form_login form.woocommerce-form .woocommerce-Input {
font-size: 15px;
padding: 13px 17px;
}
.form_login form.woocommerce-form p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
margin-bottom: 20px;
}
.forgot_rem {
text-align: center;
}
.forgot_rem .form-row {
width: 100%;
margin: 20px 0 15px;
}
.forgot_rem .woocommerce-LostPassword.lost_password {
width: 100%;
} a.signup_cancel {
padding-left: 18px;
}
.signup_line {
text-align: center;
}
form.woocommerce-form.woocommerce-form-register.register {
margin-bottom: 10px;
}
form.woocommerce-form.woocommerce-form-register.register input.woocommerce-Input {
text-align: center;
}
form.woocommerce-form.woocommerce-form-register.register input.woocommerce-Input::placeholder {
color: #000;
}
form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
display: none;
}
form.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.form-row.button_login {
margin-top: 40px;
} .single .entry-content {
margin: 0;
}
.row.content_sec .col-md-8 {
max-width: 100%;
flex: 0 0 100%;
}
.row.content_sec .col-md-4 {
max-width: 100%;
flex: 0 0 100%;
margin-top: 24px;
flex-direction: column;
display: flex;
}
.woovr-variations .woovr-variation {
margin-right: 10px;
width: 77%;
margin: 0 auto;
float: none;
}
.col-md-12.heading .con_service p {
line-height: 26px;
font-size: 15px;
}
.share_option {
font-size: 20px;
}
.single h1.entry-title {
font-size: 20px;
}
.social_share a, .social_share1 a {
font-size: 15px;
padding: 8px 10px;
}
.social_share a.facebook, .social_share1 a.facebook {
padding: 8px 12px;
}
section#text-5 h2 {
display: none;
}
.single .blog_top {
display: none;
}
.single .mobile_section .blog_top {
display: block;
}
section#text-5 p {
display: none;
}
.summary2.entry-summary2 h1 {
font-size: 30px;margin-top: 0;
}
.woovr-variations.woovr-variations-default {
display: block;
}
.woovr-variation-radio .woovr-variation-selector { display: inline-block;
}
.woovr-variations .woovr-variation .woovr-variation-info {
display: inline-block;
}
.woovr-variations .woovr-variation .woovr-variation-name {
font-size: 20px;
}
.woovr-variations .woovr-variation .woovr-variation-price {
font-size: 20px !important;
}
.summary2.entry-summary2.col-md-12 {
margin-bottom: 35px;
}
.single .content_sec .col-md-8 ul li {
width: 100%;
padding: 0;
}
.single .content_sec .col-md-8 ul {
padding-left: 15px;
margin-bottom: 4px;
} .single_variation_wrap {
bottom: -25px;
} .summary2.entry-summary2.col-md-12 {
margin-bottom: 35px;
}
.single .content_sec .col-md-8 ul li {
width: 100%;
padding: 0;
}
.single .content_sec .col-md-8 ul {
padding-left: 15px;
margin-bottom: 4px;
}
.requirement_sec {
order: 1;
}
.row.content_sec .col-md-4 .product_box {
order: 3;
}
h4.sidehead b {
font-size: 20px;
}
.row.content_sec h4.sidehead {
font-size: 17px;order: 2;
}
.row.white_back .col-md-6 {
width: 50%;
}
section.up-sells.upsells.products h2 {
font-size: 25px;
margin-bottom: 40px;
}
.blog_top.desktop {
display: none;
}
.mobile_section {
display: block;
}
.mobile_section .left_top select {
background: transparent;
border: none;
color: #fff;
margin-top: 20px;
font-size: 17px;
font-weight: 700;
}
.mobile_section .left_top select option {
color: #000;
} .mobile_section .download_sec .download_right a.download_link {
text-align: center;
float: none;
display: inline-block;
}
.mobile_section {
float: left;
width: 100%;
text-align: center;
}
.blog_content h2 a {
font-size: 23px;
line-height: 27px;
font-weight: 600;
}
.blog_content h2 {
margin: 20px 0;
}
.blog_list {
padding-bottom: 15px;
margin-bottom: 15px;
}
.blog_loop_list .pagination .page-numbers {
padding: 7px 18px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
max-width: 100% !important;
}
span.rpwwt-post-title {
font-size: 18px;
color: #2973eb;
}
.rpwwt-post-excerpt {
font-size: 15px;
line-height: 24px;
}
.rpwwt-widget ul li {
margin-bottom: 10px;
}
.subscriber {
display: none;
}
.blog_section {
margin-bottom: 15px;
}
.col-md-5.sidebar_blog .download_sec {
display: none;
} #masthead .container {
width: 100%;
} header#masthead ul#primary-menu li {
display: block;
width: 100%;
}
}
@media (min-width:768px) and (max-width:991px){
.home_seventh .container {
padding: 0 15px;
}
header#masthead .col-md-4:first-child button.navbar-toggler {
color: #000;
background: #F7F8FD 0% 0% no-repeat padding-box;
border: 1px solid #707070;
border-radius: 5px;
font-size: 14px;
padding: 7px 11px;
margin-top: 10px;
}
footer .social_media {
padding-left: 23px;
}
.popup_list .col-md-4 {
width: 50%;
}
#commentform input#submit {
font-size: 20px;
padding: 17px 28px;
}
p.form-submit {
float: right;
width: 100%;
}
.extensions_list .col-md-3 {
width: 33.33%;
}
.woocommerce table.my_account_orders.account-orders-table th {
font-size: 15px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number span.ptitle {
font-size: 15px;
display: block;
float: left;
}
.woocommerce table.my_account_orders td {
font-size: 15px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number .img_s {
display: block;
}
.discountcoupon button.button, .lisencekeyactivate button.button {
width: fit-content;
margin-left: 73%;
}
section#text-5 h2, section#text-5 p {
display: none;
} .woocommerce-page form.generate_invoice input.input-text, .woocommerce-page form.generate_invoice .form-row select {
width: 499px;
}
.woocommerce-account .home_fifth .col-md-12.heading p {
padding: 12px 0 0;
}
.woocommerce-account .home_fifth .col-md-12.heading {
margin-bottom: 30px;
}
.woocommerce-account .home_fifth p {
padding: 0;
}
.woocommerce-account .home_fifth {
padding-bottom: 20px;
}
input.gen_invoice {
width: 499px;
}
.menu-primary-menu-container ul li {
border-bottom: 1px solid lightgray;
padding: 10px;
}
.one_row .col-md-4 {
display: flex;
width: 50%;
float: left;
padding: 0 9px;
}
.date_order {
margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 15px;
}
.my_account_inner .middle_sec .btns a i {
display: block;
text-align: center;
}
.my_account_inner .middle_sec .btns a {
width: 100px;
text-align: center;
}
.button_login_signup a.signup-signin {
width: fit-content;
padding: 6px 20px;
display: inline-block;
color: #000;font-size: 15px;
}
.button_login_signup a.signup-signin:hover{
background: #2266D5;
}
div#mySidenav .col-md-6, div#mySidenav2 .col-md-6 {
float: left;
width: 50%;
padding: 0;
}
div#mySidenav2 .col-md-4{
float: left;
width: 35%;
padding: 0;
}
div#mySidenav .col-md-6:first-child, div#mySidenav2 .col-md-6:first-child {
text-align: left;
float: left;
}
div#mySidenav, div#mySidenav2 {
display: block;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
z-index: 9999;
}
.button_login_signup a.my-account {
width: fit-content;
padding: 8px 19px;
margin: 0 auto;
color: #fff;
}
.button_login_signup {
text-align: center;
width: 100%;margin-bottom: 40px;
}
.sidebar .menu-primary-menu-container {
width: 100%;
display: block;
}
.menu-primary-menu-container {
width: 100%;
text-align: center;
}
.menu-primary-menu-container ul#primary-menu {
padding: 0;width: 100%;
}
.menu-primary-menu-container ul#primary-menu li {
list-style: none;
display: block;
width: 100%;
}
.menu-primary-menu-container ul#primary-menu li a {
color: #000;padding-left: 0;
}
.item .col-sm-8.col-sm-offset-2 {
width: 100%;
margin: 0;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav .closebtn {
position: absolute;
top: 0;
left: -8px;
font-size: 36px;
margin-left: 0;
}
#main {
transition: margin-left .5s;
padding: 20px;
} header.tablet_header {
display: block !important;
}
header.desktop_header {
display: none !important;
}
header.tablet_header .col-md-4 {
width: 33.33%;
float: left;
}
div#mySidenav, div#mySidenav2 {
display: block;
}
header.tablet_header .col-md-4:last-child {
text-align: right;
}
.col-md-12.mobile_section  {
display:block;
width: 500px;
text-align: center;
margin: 0 auto;
}
footer#colophon .col-md-3 {
width: 33.3%;
float: left;
}
.col-md-6.copyright-left {
float: left;
width: 50%;
text-align: left;
}
footer#colophon .col-md-3.last-sec {
width: 100%;
text-align: center;
}
footer#colophon .col-md-3.last-sec section#text-4 h2, footer#colophon .col-md-3.last-sec section#text-4 form, footer#colophon .col-md-3.last-sec section#text-4 p {display: none;}
.row.footer_bottom {
text-align: center;
}
.col-md-6.copyright-right p {
text-align: right;
}  .line2 hr {
width: 90%;
}
.home_nine .col-md-4 {
width: 33.33%;
float: left;
text-align: center;
}
.content_nine {
width: 96%;
}
.home_eight .col-md-4 {
width: 50%;
float: left;
}
.home_eight .inner {
padding: 11px;
}
.col-md-12.extension-btn {
width: 100%;
}
.col-md-12.extension-btn a.more_ext {
padding: 24px 30px;
}
.line hr {
width: 90%;
}
.home_seventh .col-md-12.heading h1 {
margin-left: 40%;
}
.home_fifth .col-md-4 {
width: 33.33%;
float: left;
}
.home_fifth .col-md-4 {
padding: 0;
}
.home_fifth {
padding-bottom: 75px;
}
.col-md-4.display_rules {
text-align: center;
}
.col-md-4.display_rules p, .col-md-4.trigger p, .col-md-4.advanced_con p {
padding-right: 0;
}
.col-md-12.third_first.third_row .col-md-8 .col-md-4 {
width: 33.33%;
float: left;
}
.col-md-12.third_first.third_row .col-md-8 .col-md-4 .icon {
display: block;
text-align: center;
margin: 00 auto;
}
.col-md-12.third_row .col-md-4 .content_third {
width: 100%;
text-align: center;
}
.col-md-12.third_row:nth-child(3), .col-md-12.third_row:nth-child(4) {
padding-top: 25px;
}
.home_third .col-md-12.heading {
margin-bottom: 30px;
}
.home_second .col-md-4 {
width: 33.33%;
float: left;
text-align: center;
}
.home_second .col-md-4 .second_content_sec {
width: 91%;
}
.col-md-12.button_sec {
display: block;
width: 100%;
float: left;
}
.col-md-6.first_btn {
width: 50%;
float: left;
}
.col-md-6.second_btn {
width: 50%;
float: left;
}
.home_banner p {
padding: 57px 3% 0;
}
.home_banner h1 {
font-size: 46px;
margin-top: -30px;
}
.home_banner h2 {
font-size: 38px;
} .home_seventh .col-md-4 {
width: 33.33%;
float: left;
}
.home_seventh .col-md-4 h2 {
font-size: 24px;
}
.home_seventh .inner_sec > p {
font-size: 18px;
}
.home_seventh .inner_sec h1 {
font-size: 33px;
margin-top: 0px;
}
.product_list .col-md-4 {
width: 50%;
float: left;
margin-bottom: 80px;
}
.service_first .row {
padding: 0 2%;
}
.service_first .col-md-4, .service_third .col-md-4 {
width: 33.33%;
float: left;
}
.service_first .col-md-8.service_content {
width: 66.66%;
float: left;
padding-top: 20px;
}
.service_second .row, .service_third .row {
padding: 0 2%;
}
.service_second .col-md-8.service_content {
width: 66.66%;
float: left;
padding-top: 7px;
}
.service_second .col-md-4 {
width: 33.33%;
float: left;
}
.service_third .col-md-4 {}
.service_third .col-md-8.service_content {
width: 66.66%;
float: left;
padding-top: 17px;
}
.service_forth.home_seventh .col-md-4 {
float: left;
width: 33.33%;
}
.service_forth.home_seventh h2 {
font-size: 25px;
}
.service_forth.home_seventh p {
font-size: 16px;
}
.service_forth.home_seventh h1 {
font-size: 33px;
margin-top: 0;
}
.service_forth.home_seventh {
padding-bottom: 100px;
}
.home_seventh .inner_sec .sec_part ul {
padding-left: 45px;
}
.home_seventh .inner_sec .sec_part ul li {
font-size: 15px;line-height: 27px;
}
.home_ten .btn-buy a,
.home_seventh .inner_sec .sec_part a {
padding: 10px 31px;
font-size: 19px;
}
.blog_section .mobile_section {
display: block;
}
.blog_section .mobile_section .download_sec {
width: 469px;
margin: 10px auto 40px;
display: flex;
float: none;
}
.col-md-5.sidebar_blog .download_sec {
display: none;
}
.col-md-5.sidebar_blog {
margin-top: 24px;
margin-bottom: 40px;
display: flex;
padding: 0 15px;
}
.rpwwt-widget ul li {
width: 50%;
float: left;
padding-right: 39px;
margin-bottom: 35px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
max-width: 100% !important;
min-height: 210px;
}
span.rpwwt-post-title {
font-size: 18px;
}
.rpwwt-post-excerpt {
font-size: 15px;
line-height: 23px;
}
.subscriber {
display: none;
}
.blog_top .left_top ul.categories_list li {
padding: 20px 20px 20px 0;
}
.form_login form.woocommerce-form {
width: 575px;
margin: 60px auto 80px;
}
.signup_line {
text-align: center;
}
.row.content_sec .col-md-8 {
max-width: 60%;
flex: 0 0 60%;float: left;
}
.row.content_sec .col-md-4 {
max-width: 40%;
flex: 0 0 40%;float: left;
}
a.buy-now {
font-size: 15px;
padding: 10px 17px;
}
p.noofwebsite {
font-size: 12px;
}
.row.content_sec h4.sidehead {
font-size: 15px;
}
.single .row.white_back .col-md-6 {
float: left;
}
}
@media (min-width:992px) and (max-width:1200px){
a.buy-now {
font-size: 15px;
padding: 10px 17px;
}
.home_seventh .container {
padding: 0 15px;
}
.home_second .col-md-4 .icon img {
width: 94px;
}
.right_top {
width: 28%;
}
p.noofwebsite {
font-size: 12px;
}
.row.content_sec h4.sidehead {
font-size: 15px;
}
a.signup-signin {
padding: 5px;
font-size: 13px;
}
a.cart_icon {
padding-right: 5px;
}
}
@media (min-width: 1500px) {
.container {
width: 1368px !important;
}
.my_account_inner .middle_sec .btns a {
padding: 6px 12px;
}
footer section.widget.widget_nav_menu ul li a {
font-size: 20px;
}
a.custom-logo-link img {
width: 260px;
}   body.page-id-12 .home_banner {
min-height: 800px;
padding-top: 200px;
}
}
@media (max-width: 1200px){
.modal-dialog {
width: 96% !important;
}
}
@media (max-width: 1300px) and (min-width:1201px){
a.cart_icon {
padding-right: 1px;
}
a.signup-signin {
font-size: 14px;
}
}
@media (max-width: 1300px) and (min-width:992px){
.content_extension {
width: 66%;
}
.home_eight .inner .icon {
width: 80px;
padding-right: 16px;
}
.home_eight .inner {
padding: 20px 17px;
}
.home_eight .inner .icon {
width: 76px;
padding-right: 11px;
}
}
.button-main {
background: #2873EB !important;
color: white;
}
.button-main:hover {
background: #2266D5 !important;
color: white !important;
}
form.checkout.woocommerce-checkout .purchase-button-container button.button
{
background: #2873EB;
color: #fff;
padding: 15px 31px;
display: block;
font-size: 17px;
font-weight: 500;
font-family: Segeo-UI-Bold;
margin-right: 0;
float: right;
border-radius: 45px;
}
.pricing .product_box {
display: none;
}
a.showlogin:hover {
color: #2266D5 !important;
}
.woocommerce-form-login button.woocommerce-form-login__submit:hover {
background: #2F2ACC !important;
color: #fff;
}
.social-share-container .social-share-wrapper .social-share-icons {
padding: .6rem;
font-size: 15px;
color: white;
text-decoration: none;
}