/** * Template Name: Eletro-2.0 HTML Template */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --main-color: #7EB23D;
    --button-main-color-hover: #6a9633;
    --button-text-color-hover: #fff;
    --main-bg-text: #fff;
    --title-color: #565656;
    --main-color-light: #E4F0C2;
    --label-new-bg:#7eb23d;
    --label-new-text: #fff; 
    --label-hot-text: #fff;
    --second-bg: #f2f2f2;
    --light-color: #7A7E85;
    --color-darker: #444B51;
    --color-darkest: #1E262C;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    font-size: 15px;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [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 {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: var(--color-darker);
    font-weight: 400;
    margin: 0;
    text-align: left; 
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}
.skip-link:active, .skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 100%;
   }
}
@media (min-width: 768px) {
    .container {
        max-width: 760px;
   }
}
@media (min-width: 992px) {
    .container {
        max-width: 980px;
   }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
   }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
   }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
a:hover, a:focus {
    text-decoration: none;
}
img.wp-smiley, img.emoji {
    display: inline-block !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;    
    color: var(--color-darkest);
}
h1, .h1 {
    font-size: 2.75rem;
}
h2, .h2 {
    font-size: 2.625rem;
}
h3, .h3 {
    font-size: 2.5rem;    
}
h4, .h4 {
    font-size: 1.5rem;
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1.125rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.headings {
    text-align: center;
    margin-bottom: 60px;
}
.headings > span {
    font-size: 18px;
    color: #1bcfe4;
    line-height: 42.7px;
}
.headings .title span {
    font-weight: 400;
}
.headings .subtitle {
    color: var(--color-darkest);
    font-weight: 400;
    font-size: 1.25rem; 
    margin-bottom: 0.625rem;
}
.headings .header-circle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;    
    margin-bottom: 58px;    
}
.headings .header-circle > span {
    font-size: 9.375rem;
    font-weight: 900;
    display: block;
    line-height: 100%;
    color: var(--color-darkest);
    letter-spacing: -15px;
}
.headings .header-circle .title-browser-windows {
    font-size: 1.875rem;
    color: var(--color-darkest);
    text-align: left;
    line-height: 1.5;
    padding: 0 0 10px 30px;
}
.nav-pills{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: center;
    padding: 0;
    margin-bottom: 50px;
}
.nav-pills .nav-item{
    padding: 0 14px;
}
.nav-pills .nav-link{
    color: var(--light-color);
    padding: 7px 0px;
    font-size: 1.125rem;
    font-weight: bold;
}
.nav-pills .nav-link.active{
    color: var(--main-color);
    position: relative;
}
.nav-pills .nav-link.active:before{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: var(--main-color);

}
.tab-content{
    position: relative;
}
.tab-pane.fade{
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    right: 0; 
    transition: opacity 0.4s ease
}
.tab-pane.fade.show{
   position: static;
   opacity: 1;
   visibility: visible;
}
.title-browser-windows sup {
    font-size: 12px;
    top: -20px;
}
.browser-windows {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}
.browser-windows .browser-window {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 55px;
}

.browser-windows .top-bar {
    height: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: var(--second-bg);
}
.browser-windows .window-style {
    background-color: #fff;
    box-shadow: 4px 4px 6px rgba(0,0,0,.16);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 17px;
}
@media (max-width: 1199.98px) {
    .browser-windows .browser-window {
        flex: 0 0 50%;
        max-width: 50%;
   }
}
@media (max-width: 767.98px) {
    .browser-windows .browser-window {
        flex: 0 0 100%;
        max-width: 100%;
   }
   .browser-windows .window-style{
       box-shadow: 0px 4px 6px rgba(0,0,0,.16)
   }
}
.browser-windows .window-style .content {
    overflow: hidden;
    height: 415px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.browser-windows .window-style img {
    width: 100%;
}
.browser-windows h4 {
    text-align: center;
}
.browser-windows h4 a {
    color: var(--color-darkest);
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: bold;
}
.browser-windows h4 a span,
.browser-windows h4 a sup {
    font-weight: 400;
}
.browser-windows .circles {
    margin: auto 11px;
    line-height: 1em;
}
.browser-windows .circle {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;

}
.browser-windows .circle-red {
    background: #FF5F57;
}
.browser-windows .circle-yellow {
    background: #FFBE2F;
}
.browser-windows .circle-green {
    background: #28CA42;
}
.browser-windows .new-label:after {
    content: 'new';
    font-size: 12px;
    margin-left: 20px;
    padding: 2px 10px;
    border-radius: 1px;
    font-weight: 400;
    color: var(--label-new-text);
    background-color: var(--label-new-bg);
}
/*.browser-windows .hot-label:after {
    content: 'HOT';
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    background: #EA1B25;
    color: #fff;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}*/
.browser-windows .label-flag {
    color: var(--label-hot-text);
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-left: 13px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.browser-windows .label-flag svg{
    position: absolute;
    z-index: -1;;
    left: 0;
}


.up-to-date {
    text-align: center;
    padding-bottom: 50px;
}
.up-to-date h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
}
.up-to-date .description {
    font-size: 18px;
    color: #797878;
    margin-bottom: 30px;
}
.defined-color {
 padding-top: 85px; 
 padding-bottom: 54px; 
 background: radial-gradient(739.66px at 50.03% 3.2%, #F2F2F2 0%, #FBFBFB 100%); 
}
.defined-color .colors {
 text-align: center;
 margin-bottom: 54px;
}
.defined-color .colors a {
 width: 70px;
 height: 32px; 
 border-radius: 30px;
 margin: 0 12px;
 display: inline-block;
}
.defined-color .colors-preview-image {
   display: flex;
   justify-content: center;
   align-items: center;
}
.defined-color .colors-preview-image a {
 display: block;
 padding:  0 15px;  
}
@media (max-width: 991px) {
 .defined-color .colors-preview-image {
   flex-wrap: wrap;
 }
 .defined-color .colors-preview-image a {
   padding: 10px 15px; 
 }
}

.install-setting-block{
    padding: 0 0 20px;        
}
@media(max-width: 991px){
    .install-setting-block{
        padding: 0 0 1px;
        margin-bottom: 60px;
    }
}
.customizable-header {
 text-align: center;
}
.customizable-header .headings{
    margin-bottom: 75px; 
}
@media(max-width: 767px){
    .customizable-header .headings{
        margin-bottom: 40px;
    }
    
}
.customizable-header .title{
   margin-bottom: 20px;
}
.customizable-header .subtitle{
    margin-bottom:0;
    color: #797878;
    font-size: 18px;
}
.customizable-header .header-styles{
    margin-bottom: 120px;
}
@media(max-width: 991px){
    .customizable-header .header-styles{
        margin-bottom: 90px;
    }
}
@media(max-width: 767px){
    .customizable-header .header-styles{
        margin-bottom: 60px;
    }
}
.customizable-header .header-styles a {
 display: block;
    margin-bottom: 30px;
}
.customizable-collection {
   padding-top: 75px; 
}
.customizable-product {
 padding-top: 75px; 
}
.customizable-product .headings{
    height: 120px;
    margin-bottom: 100px;
    color: var(--title-color);
    font-weight: 500;
}
@media(max-width: 991px){
    .customizable-product .headings{
        margin-bottom: 50px;
    }
}
.customizable-product .headings .title{
    font-weight: 700; 
    margin-bottom: 10px;
}
.customizable-product .headings .subtitle{
 font-weight: normal;
}
.theme-shopify .content-theme {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.theme-shopify .content-theme .headings {
   flex: 0 0 47.5%;
   max-width: 47.5%;
   text-align: left;
   margin-bottom: 0; 
}
.theme-shopify .content-theme .headings .title{
    margin-bottom: 24px;
    font-size: 1.875rem;
    font-weight: 300;
}
.theme-shopify .content-theme .headings .title strong{
    font-weight: 700;
}
.theme-shopify .content-theme .headings .content{
    font-size: 17px;
    font-weight: 300;
    color: var(--color-dark);
}
.theme-shopify .content-theme .image {
   flex: 0 0 52.5%;
   max-width: 52.5%;
}
.theme-shopify {
    margin-bottom: 170px; 
}

.theme-shopify.code-design { 
 padding-top: 75px; 
}
.theme-shopify .headings {
   padding-left: 58px; 
   padding-right: 58px;
}
@media (max-width: 991px) { 
    .theme-shopify {
      margin-bottom: 60px; 
    }
    .theme-shopify.installer .headings {
        padding-left: 0; 
        padding-right: 30px;
    }
    .theme-shopify.setting .headings {
        padding-left: 30; 
        padding-right: 0;
        text-align: right;
    }
    .theme-shopify .content-theme .headings .title{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .theme-shopify .content-theme .headings .content{
        font-size: 14px;
    }
}

@media (max-width: 767px) {        
    .theme-shopify .content-theme .headings {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 30px; 
        order: 1;
    }

    .theme-shopify .content-theme .image {
        flex: 0 0 100%;
        max-width: 100%; 
        order: 2; 
    }
    .theme-shopify.setting .headings{
        text-align: left;
    }
    .theme-shopify .content-theme .headings .content{
        text-align: justify
    }
}
.yellow {
    background-color: #FED700; 
} 
.red {
    background-color: #ea1b25;
}
.orange {
    background-color: #f89a20;
}
.gold {
    background-color: #dab26d;
}
.green {
    background-color: #a3d133;
}
.blue {
    background-color: #0787ea;
}
.flat-blue {
    background-color: #00ABC5;
}
.pink {
    background-color: #CE1D76;
}
.black {
    background-color: #000;
}
.page-header {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50%); 
    background:url(../images/banner/banner-header.png);
    background-size: cover;
    z-index: 0;
    min-height: 853px;
    overflow: hidden;    
}
@media (max-width: 991px) {
    .page-header {  
      min-height: 600px;
      margin-bottom: 60px
    }
}

.page-header:after {
    content: '';
    position: absolute;
    height: 490px;
    width: 420px;
    top: 50%;
    left: 50%;
    background-color: transparent;
    border: 2px dashed #e7e7e7;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-right-radius: 65%;
    z-index: -2;
}
@media (max-width: 991px) {
    .page-header:after {
        content: none;
   }
}

.page-header .theme-title {
    padding-bottom: 145px;
    padding-top: 85px;
}

.page-header .theme-title svg {
    display: block;
}

.page-header .about-theme { 
    padding-bottom: 120px;
}

.page-header .about-theme .theme-info {
    flex: 0 0 40%;
    max-width: 40%;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.5;    
    margin-bottom: 0;
}
.page-header .about-theme .theme-info strong {
    color: var(--color-darkest);
    font-weight: bold;
}
@media (max-width: 1199.98px) {
    .page-header .about-theme .theme-info {
        font-size: 22px;
        position: relative;
        z-index: 9;
        flex: 0 0 50%;
        max-width: 50%;
   }
}
@media (max-width: 991px) {
    .page-header .theme-title {
        padding: 75px 0;
    }
    .page-header .theme-title svg{
        margin: auto;
    }
    .page-header .about-theme{ 
        padding-bottom: 60px;
    }
    .page-header .about-theme .theme-info {
        flex: 0 0 100%;
        max-width: 100%;
       
   }
}
@media (max-width: 767px) {
    .page-header .about-theme .theme-info {
        font-size: 18px;
        text-align: justify;
   }
    .page-header .about-theme{ 
        padding-bottom: 60px;
    }
}
@media(max-width: 575px){
    .page-header .about-theme{ 
        padding-bottom: 40px;
    }
}
.page-header .header-actions {
    max-width: 40%;
}
@media (max-width: 1199px) {
    .page-header .header-actions {
        max-width: 50%;
        position: relative;
        z-index: 9;
    }
}
.page-header .header-actions a,
.handy-bottom .hb-button .buynow-button {
    color: #333e48;
    background-color: #fff;
    background-image: none;
    border-color: #333e48;
    padding: 15px 50px;
    font-size: 18px; 
    line-height: 1.5;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    position: relative;
    font-weight: 700;
    display: inline-block;
}
.page-header .header-actions a img {
    vertical-align: middle; 
}
@media (min-width: 992px) {
.page-header .header-actions .action-bottom >a:last-child{
        margin-left: 10px;
    }
}
.page-header .header-actions .buynow-button,
.handy-bottom .hb-button .buynow-button {
    color: var(--main-bg-text);
    background-color: var(--main-color);
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 60px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .16);
}
.page-header .header-actions .buynow-button:hover,
.handy-bottom .hb-button .buynow-button:hover {
    color: var(--button-text-color-hover);
    background-color: var(--button-main-color-hover);
    border-color: var(--button-main-color-hover);
}
.page-header .header-actions .buynow-button.disabled, .page-header .header-actions .buynow-button:disabled,
.handy-bottom .hb-button .buynow-button.disabled, .handy-bottom .hb-button .buynow-button:disabled {
    color: #fff;
    background-color: #7eb23d;
    border-color: #fff;
}
.page-header .header-actions .buynow-button:not(:disabled):not(.disabled):active, .page-header .header-actions .buynow-button:not(:disabled):not(.disabled).active, .show > .page-header .header-actions .buynow-button.dropdown-toggle, {
    color: #fff;
    background-color: #638c30;
    border-color: #dfdfdf;
}
.page-header .header-actions .buynow-button:not(:disabled):not(.disabled):active:focus, .page-header .header-actions .buynow-button:not(:disabled):not(.disabled).active:focus, .show > .page-header .header-actions .buynow-button.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
    .page-header .header-actions .buynow-button {
        margin: 0 0 15px;
   }
}
.page-header .header-actions .buynow-button span {
    font-weight: 400;
    display: inline-block;
}
@media (max-width: 991px) {
    .page-header .header-actions {
        margin-bottom: 80px;
        justify-content: center;
        max-width: 100%;
        text-align: center;
   }
    .page-header .header-actions a {
        padding: 15px 20px; 
        margin: 0 15px;
   }
}
@media (max-width: 767px) {
    .page-header .header-actions {
        flex-wrap: wrap;
        margin-bottom: 60px;
   }
   
}
@media(max-width: 575px){
    .page-header .header-actions a {
        margin:  0 0 10px;
        width: 100%;
   }
}
.page-header .header-actions a:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-header .header-actions a:focus, .page-header .header-actions a.focus {
    outline: none;
}
.page-header .header-actions a.disabled, .page-header .header-actions a:disabled {
    color: #333e48;
    background-color: transparent;
}
.page-header .header-actions a:not(:disabled):not(.disabled):active, .page-header .header-actions a:not(:disabled):not(.disabled).active, .show > .page-header .header-actions a.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-header .header-actions a strong {
    font-weight: 700;
}
.page-header .header-actions a:focus {
    box-shadow: none;
}
.page-header .header-actions a .img-wrapper,
.handy-bottom .hb-button .buynow-button .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    line-height: 40px;
     height: 46px; 
    transform: translate(-15%, -50%);
    border-radius: 28px;
    background: #fff;
    text-align: center;
    border: 0.1px solid #f4f4f4; 
    box-shadow: 0px 4px 2px rgba(65, 72, 77, 0.27); 
}
.page-header .header-actions a .img-wrapper>*,
.handy-bottom .hb-button .buynow-button .img-wrapper >* { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.page-header .header-image img {
    position: absolute;
}
@media(max-width: 991px){
    .page-header .header-image{
        display: none;
    }
}

.image-item-1{
    top: 50px;
    left: 50%;
    z-index: 1;
}
.image-item-2{
    right: 10%;
    bottom: 0;
    z-index: 5;
}
.image-item-3{
    right: 40px;
    bottom:  50px;
    z-index: 4;
}   
.image-item-4{
    left: 48%;
    bottom: 0;
    z-index: 6  ;
}
.image-item-5{
    right: 10%;
    top: 270px;
    z-index: 3;
}
.image-item-6{
    right: 10px;
    top: 120px;
    z-index: 2;
}
.home-versions .headings-first{
    text-align: center;
}
.home-versions .headings-first .header{    
    margin-bottom: 30px;
    font-weight: 700;    
}
.home-versions .headings-first .subtitle {
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 40px;
    color: var(--color-darker);
    display: block;
}
.color-options {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    padding-top: 85px;
    margin-bottom: 120px;
}
@media (max-width: 991px) {
    .color-options {
        margin-left: calc(-50vw + 50%);
   }
}
.color-options .colors {
    text-align: center;
    margin-bottom: 54px;
}
.color-options .color {
    width: 70px;
    height: 32px;
    border-radius: 30px;
    margin: 0 12px;
    display: inline-block;
}
.color-options .colors-preview-image {
    display: grid;
    grid-template-columns: 12.5% 17.75% 34% 17.75% 12.5%;
    grid-template-rows: 220px;
    grid-column-gap: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: space-evenly;
}
.color-options .colors-preview-image img {
    width: 100%;
    box-shadow: 0 0 20px 2px rgba(108, 91, 33, 0.14);
}
@media (max-width: 767px) {
    .color-options .colors-preview-image {
        grid-template-columns: 90%;
        grid-template-rows: auto;
        grid-row-gap: 20px;
   }
}
.header-options {
    margin-bottom: 130px;
}
.header-options .header-styles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.header-options .header-styles a {
    margin-bottom: 30px;
}
.header-options .header-styles img {
    box-shadow: 0 0 20px 2px rgba(108, 91, 33, 0.14);
}
.woocommerce-layout .window-style .content {
    height: 369px;
}
.woocommerce-layout .product-description {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 90px;
}
.woocommerce-layout .product-description .caption {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 47.5%;
    max-width: 47.5%;
    align-self: center;
    text-align: left;
    margin-bottom: 0;
}
.woocommerce-layout .product-description .thumpnail {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 52.5%;
    max-width: 52.5%;
}
.woocommerce-layout .product-description.align-end .caption {
    order: 2;
    text-align: right;
}
@media (max-width: 767px) {
    .woocommerce-layout .product-description .caption {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        order: 1;
   }
    .woocommerce-layout .product-description.align-end .caption {
        text-align: center;
   }
    .woocommerce-layout .product-description .thumpnail {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
   }
}
.electro-features {
    text-align: center;  
    padding: 105px 70px;
    background: var(--second-bg);
}
@media(max-width: 991px){
    .electro-features{
        padding: 60px 30px;
    }
}
@media(max-width: 575px){
    .electro-features{
        padding: 60px 5%;
    }
}
.electro-features .features {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
}
.electro-features .feature {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 33px;
}
.electro-features .feature .feature-inner{
    padding: 30px;
    border-radius: 4px;
    background: var(--white);
    transition: box-shadow 0.5s ease;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.electro-features .feature .feature-inner:hover {
    box-shadow: 0 0 16px rgba(126, 178, 61, 0.5);
}
.electro-features .header-circle {
 width: 100px;
 height: 100px; 
}
.electro-features .header-circle img {
 width: 60px;
}

@media (max-width: 991px) {
 .electro-features .feature {
    flex: 0 0 50%;
    max-width: 50%;
 }
}
@media (max-width: 767px) {
    .electro-features .feature {
        flex: 0 0 100%;
        max-width: 100%;
   }
   .electro-features {
     padding-top: 35px;
   }
}
.electro-features .feature .feature-thumpnail {    
    margin-bottom: 20px;    
    transition: background-color 0.35s ease;
}
.electro-features .feature .feature-thumpnail img {
    max-height: 100%;
}
.electro-features .feature .feature-caption{
    padding-left: 15px;
    padding-right: 15px;
}
.electro-features .feature-action {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    line-height: 1.45;
    border-radius: 24px;
    color: #212529;
    background-color: #f7f7f7;
    border-color: #333e48;
    font-weight: 300;
}
.electro-features .feature-action:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #1e242a;
}
.electro-features .feature-action:focus, .electro-features .feature-action.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 62, 72, 0.5);
}
.electro-features .feature-action.disabled, .electro-features .feature-action:disabled {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #333e48;
}
.electro-features .feature-action:not(:disabled):not(.disabled):active, .electro-features .feature-action:not(:disabled):not(.disabled).active, .show > .electro-features .feature-action.dropdown-toggle {
    color: #212529;
    background-color: #dedddd;
    border-color: #191e23;
}
.electro-features .feature-action:not(:disabled):not(.disabled):active:focus, .electro-features .feature-action:not(:disabled):not(.disabled).active:focus, .show > .electro-features .feature-action.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 62, 72, 0.5);
}
.electro-features .feature-action:focus {
    box-shadow: none;
}
.electro-testimonials {
    margin-bottom: 130px;
}
.electro-testimonials .headings {
    margin-bottom: 80px;
}
.electro-testimonials .testimonials {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.electro-testimonials .testimonial {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 75px;
}
@media (max-width: 991px) {
    .electro-testimonials .testimonial {
        flex: 0 0 100%;
        max-width: 100%;
   }
}
.electro-testimonials .testimonial-inner {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 30px 1px rgba(128, 158, 174, 0.19);
    position: relative;
}
.electro-testimonials .testimonial-inner:before {
    content: '';
    position: absolute;
    top: -34px;
    left: 60px;
    height: 25px;
    border: 2px solid #fff;
    transform: rotate(135deg);
    border-radius: 50%;
    box-shadow: 0px 0px 28px -1px;
    z-index: -1;
}
.electro-testimonials .testimonial-inner:after {
    content: '';
    position: absolute;
    bottom: 96%;
    left: 50px;
    border: 22px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: -10px 0px 21px -17px;
}
.electro-testimonials .caption {
    flex: 1;
    align-self: center;
    margin-left: 40px;
}
.electro-testimonials .quote {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    font-style: italic;
    color: #8c9091;
    margin-bottom: 12px;
}
.electro-testimonials .writter {
    font-size: 15px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .electro-testimonials .quote {
        font-size: 15px;
   }
    .electro-testimonials .thumpnail {
        max-width: 20%;
   }
}
.integrate-apps { 
 background: #F8F8F8;
 padding: 80px 0;
}  
@media (max-width: 767px) {
 .integrate-apps { 
   padding: 35px 0;  
 }
}
.integrate-apps .title {
   line-height: 50.7px;
}
.integrate-apps .title img {
 padding-right: 10px; 
 width: 46px; 
}
.integrate-apps .integrate-content {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -15px;
 padding-bottom: 50px; 
}
.integrate-apps .integrate {
 width: 16.66667%; 
 text-align: center;
 text-transform: capitalize; 
 padding: 0 15px; 
}
@media (max-width: 1440px) {
 .integrate-apps .integrate {
   width: 33.33333%;  
   padding-bottom: 30px;
 }
}
@media (max-width: 767px) {
 .integrate-apps .integrate {
   width: 50%;   
 }
}
.integrate-apps .integrate .heading {
   font-size: 18px;
   font-weight: 700;
   padding: 15px 0 10px; 
}
.integrate-apps .integrate .heading.last {
   font-weight: 400;
}
.integrate-apps .integrate .des {
 font-size: 14px;
}

.footer-content {
    text-align: center;
    padding-top: 100px; 
    margin-bottom: 75px;
}
@media (max-width: 767px) {
    .footer-content {
        padding: 50px 15px 0;
        margin-bottom: 80px;
   }
}
@media (max-width: 575px) {
    .footer-content {
        margin-bottom: 40px;
   }
}
.footer-content .footer-content-info {
    font-size: 40px;
    font-weight: 300;
    color: #000;;
    margin-bottom: 70px;
}
.footer-content .footer-content-info span {
    font-weight: 400;
}
@media (max-width: 767px) {
    .footer-content .footer-content-info {
        font-size: 25px;
        margin-bottom: 30px;
   }
}
.footer-content .purchase-button {
    display: inline-block;
    color: var(--main-bg-text);
    background-color: var(--main-color);
    padding: 22px 60px;
    font-size: 24px;
    border-radius: 20px;
    position: relative;
}
.footer-content .purchase-button:hover {
    color: var(--button-text-color-hover);
    background-color: var(--button-main-color-hover);
    border-color: var(--button-main-color-hover);
}
.footer-content .purchase-button.disabled, .footer-content .purchase-button:disabled {
    color: var(--button-text-color-hover);
    background-color: var(--button-main-color-hover);
    border-color: var(--button-main-color-hover);
}
.footer-content .purchase-button:not(:disabled):not(.disabled):active, .footer-content .purchase-button:not(:disabled):not(.disabled).active, .show > .footer-content .purchase-button.dropdown-toggle {
    color: var(--button-text-color-hover);
    background-color: var(--button-main-color-hover);
    border-color: var(--button-main-color-hover);
}

.footer-content .purchase-button strong {
    font-weight: 600;
}
.footer-content .purchase-button:focus {
    box-shadow: none;
}
.footer-content .purchase-button span {
    font-weight: 400;
}
.footer-content .purchase-button .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    line-height: 46px;
    transform: translate(-15%, -50%);
    border-radius: 28px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 25px -4px #6c5b21;
}
.footer-content .purchase-button img {
    vertical-align: center;
}
.footer {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}
.footer .footer-info {
    text-transform: uppercase;
    color: #333e48;
    font-weight: 600;
    margin-right: 5px;
}
.footer img {
    vertical-align: unset;
    margin-right: 3px;
    width: 15px; 
}
.footer .goto {
    color: #8e979f;
    font-weight: 500;
}

.mobile-mockup {
    margin-bottom: 100px;
}
.mobile-mockup .i-phone-x-mockup-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    align-items: center;
    margin: 0;
    padding-top: 140px;
}
.mobile-mockup .mobile-mockup-header, .mobile-mockup .iphone-x-outer {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile-mockup .mobile-mockup-header {
    text-align: center;
    margin-bottom: 60px;
}
.mobile-mockup .mobile-mockup-header svg {
    margin-bottom: 20px;
}
.mobile-mockup .mobile-mockup-header .mobile-mockup-title {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
.mobile-mockup .mobile-mockup-header .mobile-mockup-title span {
    font-weight: 300;
    color: #989898;
    font-size: 30px;
}
.mobile-mockup .mobile-mockup-header p {
    font-size: 14px;
    line-height: 1.6;
}
@media (min-width: 1200px) {
    .mobile-mockup .mobile-mockup-header p {
        padding: 0 280px;
   }
}
.mobile-mockup .mobile-mockup-header p span {
    color: #e1466c;
    font-style: italic;
}
.mobile-mockup + .footer-content {
    margin-bottom: 100px;
}
.mobile-mockup .qr-code {
    text-align: center;
    position: absolute;
    top: 180px;
    right: -20px;
    width: 140px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .mobile-mockup .qr-code {
        right: 10px;
   }
}
@media (max-width: 767px) {
    .mobile-mockup .qr-code {
        display: none;
   }
}
.mobile-mockup .qr-code p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4;
}
.mobile-mockup .qr-code img {
    max-width: 140px;
    background-color: #fff;
    box-shadow: 0px 0px 100px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
    .mobile-mockup .iphone-x-outer {
        flex: 0 0 50%;
        max-width: 50%;
   }
}
.mobile-mockup .iphone-x-outer h4 {
    text-align: center;
    margin-top: 20px;
}
.mobile-mockup .iphone-x-outer h4 a {
    color: #333e48;
    text-decoration: none;
    font-size: 15px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .mobile-mockup .iphone-x-outer h4 {
        margin-left: 28%;
        text-align: left;
   }
}
.mobile-mockup .iphone-x-outer::before {
    content: '';
    position: absolute;
    height: 180px;
    width: 320px;
    top: 50%;
    left: 50%;
    background-color: transparent;
    border: 2px dashed #e7e7e7;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-right-radius: 65%;
    z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .mobile-mockup .iphone-x-outer::before {
        width: 230px;
   }
}
@media (max-width: 767px) {
    .mobile-mockup .iphone-x-outer::before {
        content: none;
   }
}
.mobile-layouts {
    text-align: center; 
    margin-bottom: 260px;
}
.mobile-layouts .headings{
    margin-bottom: 90px;
}
@media(max-width: 991px){
    .mobile-layouts{
        margin-bottom: 150px;
    }
    .mobile-layouts .headings{
        margin-bottom: 60px;
    }
}
@media(max-width: 767px){
    .mobile-layouts{
        margin-bottom: 100px;
    }
    .mobile-layouts .headings{
        margin-bottom: 40px;
    }
}
.mobile-layouts .headings .title{
    margin-bottom: 20px;
}
.mobile-mockup .iphone-x {
    position: relative;
    margin: auto;
    width: 415px;
    height: 716px;
    overflow: hidden;
    background-color: #fed700;
    border-radius: 40px;
    border: 20px solid #fafafa;
    padding: 0;
    box-shadow: 0px 0px 100px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .mobile-mockup .iphone-x {
        margin: 0;
   }
}
.mobile-mockup .iphone-x embed {
    border-radius: 20px;
}
.mobile-mockup .iphone-x:before, .mobile-mockup .iphone-x:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mobile-mockup .iphone-x:after {
    bottom: 22px;
    width: 140px;
    height: 4px;
    background-color: var(--second-bg);
    border-radius: 10px;
}
.mobile-mockup .iphone-x:before {
    top: 0px;
    width: 56%;
    height: 30px;
    background-color: #fafafa;
    border-radius: 0px 0px 40px 40px;
}
.mobile-mockup .iphone-x i, .mobile-mockup .iphone-x b, .mobile-mockup .iphone-x s, .mobile-mockup .iphone-x span {
    position: absolute;
    display: block;
    color: transparent;
}
.mobile-mockup .iphone-x i {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #f1f1f1;
    border-radius: 8px;
}
.mobile-mockup .iphone-x b {
    left: 12%;
    top: 0px;
    transform: translate(180px, 4px);
    width: 12px;
    height: 12px;
    background-color: #f1f1f1;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
}
.mobile-mockup .iphone-x b:after {
    content: '';
    position: absolute;
    background-color: #f1f1f1;
    width: 6px;
    height: 6px;
    top: 2px;
    left: 2px;
    top: 3px;
    left: 3px;
    display: block;
    border-radius: 4px;
}
.mobile-mockup .iphone-x s {
    top: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 70px;
    font-weight: 100;
    padding-top: 60px;
}
.mobile-mockup .iphone-x span {
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: 30px;
}
.mobile-mockup .iphone-x span + span {
    left: auto;
    right: 30px;
}
@media (max-width: 767.98px) {
    .mobile-mockup .iphone-x {
        max-width: 100%;
        max-height: 86vh;
   }
    .mobile-mockup .iphone-x embed {
        max-width: 100%;
        max-height: 100%;
   }
}
body.landing.mobile {
    position: relative;
}
body.landing.mobile::before {
    background-image: url(../images/pat.png);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .6;
}
@media (min-width: 1440px) {
    .landing.mobile .container {
        max-width: 1180px;
   }
}
@media (min-width: 1500px) {
    .landing.mobile .container {
        max-width: 1440px;
   }
}
.home-versions {
    background: #f8f9f8;
    padding: 100px 0 50px;
}
.versions-heading-first {
    padding: 100px 0;
    max-width: 1175px;
    margin: 0 auto;
}
.moile-layouts-styles {
    text-align: center;
}
.preview {
     position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.preview iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-experts {
    padding: 0 0 0 15px;
}
.theme-shopify-app {
    padding: 0 15px 20px;    
}
.app-header h3 {
    margin-bottom: 16px;
}
.theme-shopify-app .col-md-3 p {
    color: var(--light-color);
    padding: 0 10%;
}
.handy-bottom {
    padding: 80px 0 40px;
}
.handy-bottom h3 {
    margin-bottom: 50px;
}
.handy-bottom .buynow-button {
    display: inline-block;
}
.hb-bottom {
    color: var(--color-darker);
    font-size: 14px;
}
.hb-bottom img {
    margin: 0 10px;
}
.hb-bottom a {
    color: inherit;
}
.text-center {
    text-align: center;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important;
    }
}