*, *:before, *:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face{
    font-family:'payhipcustom';
    src:url("../../fonts/payhipcustom.eot");
    src:url("../../fonts/payhipcustomd41d.eot?#iefix") format("embedded-opentype"), url("../../fonts/payhipcustom.html") format("woff"), url("../../fonts/payhipcustom-2.html") format("truetype");
    font-weight:normal;
    font-style:normal
}

html{
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body{
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
}

a:link, a:visited{
    text-decoration: none;
    cursor: pointer;
    color: #6772e5;
    border-bottom: 1px solid #a8aef0;
}

a:hover{
	text-decoration: none;
	color: #444444;
}

/* Common Start **/

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.clearfix{
	clear: both;
}

.link-caret-down:after, .link-caret-up:after{
    left: 2px;
    top: -2px;
    vertical-align: middle;
}

.link-caret-down:after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.link-caret-down:after{
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    content: "";
    display: inline-block;
    margin-left: .3em;
    position: relative;
    pointer-events: none;
    width: 6px;
    height: 6px;
    transition: right .15s;
}

.stripe{
	height: 3px;
	background: -webkit-linear-gradient(0deg,#3197d6,#7e80e7);
	z-index: 1;  /* needed for skewed background */
	position: relative; /* needed for skewed background */
}

.box{
	padding-top: 80px;
	padding-bottom: 80px;
}

.box h2{
	margin-bottom: 20px;
	color: #323648;
	font-size: 28px;
    line-height: 53px;
	font-weight: 600;
	text-align: left;
}

.box p{
	font-size: 18px;
    color: #5b5e6d;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
}

.box .tour-image{
	width: 440px;
	max-width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 100px 0 rgba(193,228,255,0.5);
}

.common-hero{
	padding-top: 50px;
	padding-bottom: 80px;
	z-index: 1;  /* needed for skewed background */
	position: relative; /* needed for skewed background */
}

.common-hero h1{
    line-height: 50px;
    color: #1b1e51;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
}

.common-hero .intro-text{
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #525f7f;
}

.common-signup{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.common-signup input{
	display: inline-block;
	height: 52px;
	width: 250px;
	margin: 0;
	padding: 16px;
	color: #525f7f;
	font-size: 16px;
	-webkit-box-shadow: 0 0 0 1px #c4cdd5;
	box-shadow: 0 0 0 1px #c4cdd5;
	border: 0;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-transition: all 150ms;
	transition: all 150ms;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.common-signup ::placeholder{
	color: #838faf;
}

.common-signup button{
	padding: 16px 40px;
    margin-left: 10px;
    font-size: 16px;
}

.common-signup .description{
	color: #929db9;
    margin-top: 13px;
}

.common-signup .common-bullet-inline{
    display: inline-block;
}

.common-signup .description .circle-symbol{
    margin-right: 2px;
}

.common-safari{
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.common-safari .top{
    background-color: #F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.common-safari .body{
    height: 100%;
}

.common-safari .top .circle{
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
}

.common-safari .top .circle.red{
    background-color: #FC615D;
}

.common-safari .top .circle.orange{
    background-color: #FDBC40;
}

.common-safari .top .circle.green{
    background-color: #34C84A;
}

.common-iphone{
    border: 2px solid #AAAAAA;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.common-iphone .top{
    position: absolute;
    top: 22.5px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #888888;
    border-radius: 1.5px;
    transition: all 0.65s cubic-bezier(0.19, 1, 0.22, 1)
}

.common-iphone .top:before,
.common-iphone .top:after{
    position: absolute;
    content: "";
    transition: all 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-iphone .top:before{
    top: -0.5px;
    left: -9px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border: 1px solid #888888;
    background: #888888;
}

.common-iphone .top:after{
    top: -12.5px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #888888;
    background: #888888;
}

.common-iphone .body{
    width: 160px;
    height: 284px;
    background: #FFF;
    border: 1px solid #AAAAAA;
    border-radius: 1.5px;
    margin: 40px 7.5px 40px 7.5px;
    transition: all 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-iphone .bottom{
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #AAAAAA;
    transition: all 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.common-iphone-example-buy-button{
    line-height: 1.42857143;
    border: 1px solid transparent;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #64CFE5;
    background-image: linear-gradient(#64CFE5, #2D95C6);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#64CFE5), to(#2D95C6));
    background-image: -ms-linear-gradient(top, #64CFE5, #2D95C6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64CFE5', endColorstr='#2D95C6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64CFE5', endColorstr='#2D95C6')";
    border-color: #3784A4;
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    font-size-adjust: 0.49;
    font-style: normal;
    font-weight: 900;
    padding: 10px 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.3px;
    width: 90%;
    position: absolute;
    bottom: 10px;
    left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #eaf5fa;
}

.common-cards img{
    margin-right: 10px;
}

.common-transparent{
    opacity: 0;
}

.common-play-video-icon{
    width: 50px;
    height: 50px;
    background-color: rgb(23,152,190,0.75);
    text-align: center;
}

.common-play-video-icon img{
    width: 50%;
}

.common-mini-wrapper{
    max-width: 960px;
}

ul.common-list-section{
    padding: 0px;
    margin: 0px;
}

ul.common-list-section li{
    list-style-type: none;
    margin-bottom: 40px;
}

.common-section-grey{
    background-color: #f6f9fc;
}

.common-section-padding-large{
    padding-bottom: 80px;
    padding-top: 80px;
}

.common-section-border-bottom{
    border-bottom: 1px solid #d9e6f2;
}

.common-section-border-top{
    border-top: 1px solid #d9e6f2;
}

.common-section-heading-large{
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.45;
}

.common-section-heading-small{
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45;
}

.common-section-description,
.common-text{
    color: #888888;
}

.common-section-description-medium,
.common-text-medium{
    font-size: 20px;
    line-height: 31px;
}

.common-text-small{
    font-size: 16px;
    line-height: 25px;
}

.common-secondary-features-cards{
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .common-secondary-features-cards{
        display: block;
    }

    .common-secondary-features-cards .card{
        margin-bottom: 10px;
    }
}

.common-secondary-features-cards .card{
    position: relative;
    /*border: 2px solid #5C6AC4;*/
    border: 2px solid #B4BAE4;
    border-radius: 10px;
    background-color: #fff;
    text-align: left;
    max-width: 100%;
    display: inline-block;
}

.common-secondary-features-cards .card:not(.active):hover,
.common-secondary-features-cards .card.active{
    border-color: #5C6AC4;
}

.common-secondary-features-cards .card .card-body-contents{
    position: static;
    padding: 20px 36px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #54606c;
}

.common-secondary-features-cards .card .card-heading{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5C6AC4;
    font-size: 22px;
}

.common-secondary-features-cards .card .card-description{
    font-size: 16px;
}

.common-secondary-features-cards .card .cta{
    font-size: 14px;
}

.common-secondary-features-cards .card.active{
    background-color: #5C6AC4;
}

.common-secondary-features-cards .card.active .card-heading,
.common-secondary-features-cards .card.active p,
.common-secondary-features-cards .card.active .cta{
    color: #FFFFFF;
}

.common-section .common-section-main-image-wrapper.right{
    text-align: right;
}

.common-section .common-section-main-svg-image-wrapper.right{
    text-align: right;
}

.common-section .common-section-main-image-wrapper img{
    width: 500px;
    position: relative;
    top: -50px;
    left: -50px;
    margin-bottom: -50px;
}

.common-section .common-section-main-svg-image-wrapper img{
    width: 200px;
    position: relative;
    top: 0px;
    left: -50px;
}

.common-section-testimonial .image-column{
    text-align: right;
}

.common-section-testimonial .image-column img{
    max-width: 400px;
    position: relative;
    margin-right: 50px;
    border-radius: 50px;
    border-top-right-radius: 0px;
}

.common-section-featured-products .showcase-boxes-wrapper{
    width: 995px;
    margin: 0 auto;
    margin-top: 30px;
}

.common-section-featured-products .showcase-boxes{
    clear: both;   
}

.common-section-featured-products .showcase-box{
    float: left;
    margin-right: 30px;
    width: 300px;
    background-color: #fff;
    position: relative;
}

.common-section-featured-products .showcase-box .showcase-box-image{
    height: 300px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 5px;
}

.common-section-featured-products .showcase-box .showcase-box-image img{
    border: 0;
}

.common-section-featured-products .showcase-box h3{
    color: #fff;
    font-family: proxima-nova,Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.75));
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    font-size: 18px;
    font-weight: 600;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.common-section-featured-products .showcase-box .product-price{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    padding: 12px 10px 12px 8px;
    color: #5c6ac4;
    background: #c7cceb;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 4;
}

.common-section-featured-products .showcase-box .product-price:before{
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 21px;
    border-right-color: #c7cceb;
    position: absolute;
    top: 0;
    right: 100%;
}

.common-section-featured-products .carousel .carousel-indicators{
    bottom: auto;
    top: -30px;
    /* Keep things minimal, don't show indicators */
    display: none;
}

.common-section-featured-products .carousel .carousel-indicators .active{
    background-color: #CCCCCC;
}

.common-section-featured-products .carousel .carousel-indicators li{
    border-color: #CCCCCC;
}

.common-section-featured-products .carousel .carousel-control{
    color: #EEEEEE;
    width: 50px;
}

.common-section-featured-products .nav-tabs{
    margin-bottom: 10px;
}

.common-section-featured-products .nav-tabs{
    border-color: #d9e6f2;
}

.common-section-featured-products .nav-tabs>li.active>a,
.common-section-featured-products .nav-tabs>li.active>a:focus,
.common-section-featured-products .nav-tabs>li.active>a:hover{
    border-color: #d9e6f2;
    border-bottom-color: transparent;
}

.common-section-featured-products li:not(.active) a:hover{
    background-color: #f6f9fc;
    border-bottom: none;
    border-color: #d9e6f2;
}

.common-section-faq .faq-title{
    text-align: center;
}

.common-section-faq .faq{
    width: 840px;
    margin: 0 auto;
}

.common-section-faq .faq .faq-left{
    width: 400px;
    margin-right: 40px;
}

.common-section-faq .faq .faq-right{
    width: 382px;
}

.common-section-faq .faq h3{
    font-size: 20px;
    color: #444444;
    margin-bottom: 20px;
}

.common-section-faq .faq p{
    color: #888;
    line-height: 28px;
    margin-bottom: 50px;
    font-size: 16px;
}

/** Common End **/

/** Header Start **/

.header{
    border-bottom: 1px solid #EEEEEE;
}

.header a{
	border-bottom: none;
}

.header .logo{
	float: left;
	margin-top: 20px;
}

.header .nav ul{
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
}

.header .nav ul li{
	line-height: 65px;
	float: left;
	position: relative;
    display: block;
}

.header .nav .nav-link{
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	padding-right: 0;
	color: #3f3f3f;
	display: block;
    white-space: nowrap;
	-webkit-transition-property: border-color, fill;
	transition-property: border-color, fill;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	font-weight: 600;
    font-size: 14px;
}

.header .nav ul li span.or{
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 3px solid transparent;
	color: #999999;
	display: block;
    white-space: nowrap;
    font-style: italic;
    font-size: 14px;
}

.header .logo{
	float: left;
}

.header .nav.nav-left{
    position: absolute;
    width: 304px;
    right: 0px;
    left: 0px;
    margin: auto;
	font-size: 15px;
}

.header .nav.safe-to-show-theme-demo-stores{
    width: 492px;
}

.header .nav.nav-right{
	float: right;
	font-size: 15px;
}

.header .signup-button{
	display: inline-block;
	border-radius: 5px;
	font-weight: 600;
	line-height: 17px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: 150ms ease;
	transition: 150ms ease;
	-webkit-transition-property: background-color border-color color;
	transition-property: background-color border-color color;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
    box-shadow: none;
    margin-left: 12px;
    font-size: 14px;
    color: #5c6ac4;
    border: 1px solid #5c6ac4;
    padding: 12px 28px;
}
/*
.header .signup-button:after{
    opacity: 0;
}
*/
.header.sticky-header{
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    border-bottom: 1px solid #EEEEEE;
}

.header.sticky-header .nav .nav-link{
    color: #3f3f3f;
}

.header.sticky-header .nav .nav-link:hover{
    color: #222222;
}

.header.sticky-header .nav ul li span.or{
    display: block;
}

.header.sticky-header{
    background-color: #FFFFFF;
}

.header.sticky-header .signup-button{
    color: #5c6ac4;
    border: 1px solid #5c6ac4;
    padding: 12px 28px;
    background-color: #FFFFFF;
}

.header.sticky-header .signup-button:hover{
    background-color: #5c6ac4;
    color: #ffffff;
}

.header.sticky-header .signup-button:after{
    opacity: 1;
}

.header .subnav{
    z-index: 4;
    position: fixed;
    background: #FFFFFF;
    max-width: 400px;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 8px 15px rgba(0,0,0,.25), 0 0 3px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.15);
    margin-top: -5px;
    visibility: hidden;
    transition: transform .3s ease,opacity 250ms linear,visibility .3s linear;
    opacity: 0;
    transform-origin: 50% -10px;
    transform: scale(.9) rotateX(-45deg);
}

/*
    You may be asking yourself why do we need click event
    on "Features" link when we've already got a hover event
    that shows all features.
    Hover event only work when visitor is using desktop, but flops
    when visitor is using tablet.
    So visitors on desktop and mobile can see all features, but
    never visitors on tablet.
    Solution to this is to apply click event to support tablet case.
*/
.header .features-nav-li:hover .subnav,
.header .features-nav-li.show .subnav{
    visibility: visible;
    opacity: 1;
    transform: scale(1) rotateX(0deg);
}

.header .features-nav-li:hover .subnav-arrow,
.header .features-nav-li.show .subnav-arrow{
    top: 100%;
    visibility: visible;
}

.header .subnav-arrow{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    top: 120%;
    overflow: hidden;
    margin-top: -15px;
    transition: top .2s .1s ease;
    height: 10px;
    visibility: hidden;
}

.header .subnav-arrow:before{
    top: 100%;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 9px;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    background: #FFFFFF;
    transition: none;
    transform: rotate(45deg);
    box-shadow: 5px 5px 15px rgba(0,0,0,.25), 0 0 3px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.15);
    content: '';
    z-index: 100;
}

.header .subnav ul{
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.header .subnav ul li{
    display: block;
    position: relative;
    list-style: none;
    line-height: 32px;
    margin-top: 4px;
    width: 100%;
}

.header .subnav li a{
    text-decoration: none;
    padding: 10px 25px;
    display: block;
}

.header .subnav li a:hover{
    background-color: #ecf2f9;
}

.header .subnav li .subnav-title{
    text-transform: uppercase;
    padding-left: 25px;
    color: #999999;
    font-size: 14px;
}

.header .subnav li a.subnav-link{
    font-size: 14px;
    color: #1F2122;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
}

.header .subnav li a p{
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    color: #999999;
}

.header-mobile{
    display: none !important;
}

/** Header End **/

/** Buttons Start **/

.btn{
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: 150ms ease;
	transition: 150ms ease;
	-webkit-transition-property: background-color border-color color;
	transition-property: background-color border-color color;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.10);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.10);
	border-width: 0;
	border-style: solid;
	border-color: transparent;
}

.btn-primary{
	background-color: #5c6ac4 !important;
    color: #ffffff !important;
}

.btn-primary:hover{
	background-color: #364396 !important;
}

.btn-primary.btn-orange{
    background-color: #fb8b8a !important;
    color: #ffffff !important;
}

.btn-primary.btn-orange:hover{
    background-color: #fa6e6b !important;
}

.btn-default{
	border: 1px solid #5c6ac4 !important;
    box-shadow: none;
    color: #5c6ac4;
}

.btn-default:hover{
    background-color: #FFFFFF !important;
    color: #5c6ac4;
}

.btn-primary:after, .btn-default:after, .header .signup-button:after, .link-arrow:after{
    content: "\e095";
    position: relative;
    left: 8px;
    font-size: 11px;
    transition: left .2s ease-in;
    font-family: "payhipcustom";
}

.btn-primary:hover:after, .btn-default:hover:after, .header .signup-button:hover:after, .link-arrow:hover:after{
    left: 10px;
}

.btn-loading{
    background-image: url(../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-color: #a1a9dd !important;
}

.btn-loading:after{
    content: '';
}

.link-arrow:after{
    left: 3px;
}

.link-arrow:hover:after{
    left: 5px;
}

/** Buttons End **/

/** Homepage start **/

.homepage .hero{
	padding-top: 50px;
	padding-bottom: 100px;
}

.homepage .hero h1{
    font-weight: 600;
    color: #3f3f3f;
    margin-top: 80px;
    margin-bottom: 10px;
    line-height: 55px;
    font-size: 42px;
    text-align: center;
}

.homepage .hero h1 .underline-text{
    position: relative;
}

.homepage .hero h1 .underline-text svg{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.homepage .hero h2{
    color: #888888;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.homepage .hero .common-signup{
    text-align: center;
}

.homepage .all-product-types-overview{
    display: grid;
    grid-gap: 1.7777777778rem;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homepage .digital-eu-and-uk-vat-wrapper{
    background-color: #010838;
    color: #FFFFFF;
    padding: 30px;
    text-align: center;
}

.homepage .digital-eu-and-uk-vat-wrapper svg{
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.homepage .digital-eu-and-uk-vat-wrapper a{
    border-bottom: none;
    color: #FFFFFF;
    text-decoration: underline;
}

.homepage .features-promo-wrapper{
    overflow: hidden;
}

.homepage .features-promo-wrapper a.feature-promo{
    text-align: center;
    width: 33.33333%;
    float: left;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all .4s ease-in-out;
    border-bottom: none;
}

.homepage .features-promo-wrapper .feature-promo.digital-downloads{
    background-color: #2EB7FC;
}

.homepage .features-promo-wrapper .feature-promo.memberships{
    background-color: #0e1125;
}

.homepage .features-promo-wrapper .feature-promo.eu-vat{
    background-color: #005792;
}

.homepage .features-promo-wrapper .feature-promo.digital-downloads:hover{
    background-color: #04a9fb;
}

.homepage .features-promo-wrapper .feature-promo.memberships:hover{
    background-color: #070912;
}

.homepage .features-promo-wrapper .feature-promo.eu-vat:hover{
    background-color: #004d80;
}

.homepage .feature-promo img{
    height: 80px;
    transition: all .4s ease-in-out;
}

.homepage a.feature-promo h3{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.homepage a.feature-promo p{
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 18px;
}

.homepage a.feature-promo:hover img{
    transform: scale(1.1);
}

.homepage .header{
    border-bottom: none;
}

.homepage .header.sticky-header{
    border-bottom: 1px solid #EEEEEE;
}

.homepage .testimonial-boxes{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.homepage .testimonial-box{
    text-align: left;
    width: 300px;
    display: block;
    margin-right: 50px;
    float: left;
}

.homepage .testimonial-box .photo-wrapper{
    border: 3px solid #3ecf8e;
    display: inline-block;
    border-radius: 50%;
}

.homepage .testimonial-box .photo{
    width: 75px;
    border-radius: 50%;
    float: left;
    margin: 3px;
}

.homepage .testimonial-box .quote{
    color: #777;
    line-height: 28px;
    font-size: 20px;
    clear: both;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #dce8ed;
    padding: 10px;
    padding-top: 0px;
}

.homepage .testimonial-box .name{
    padding-top: 15px;
    padding-left: 100px;
}

.homepage .testimonial-box .seller-name{
    font-weight: bold;
}

.homepage .testimonial-box .view-store{
    font-size: 12px;
}

.homepage .testimonial-box .quote-icon{
    fill: #6772e5;
    margin-right: 5px;
}

.homepage .testimonial-box .quote:before{
    border: solid 14px transparent;
    z-index: 3;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}

.homepage .testimonial-box .quote:after{
    border: solid 14px transparent;
    z-index: 2;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-width: 18px;
    border-top-color: #dce8ed;
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}

.homepage .all-support-types-overview{
    display: grid;
    grid-gap: 1.7777777778rem;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homepage .customer-support-section{
    overflow: hidden;
    padding-bottom: 150px;
}

.homepage .customer-support-section .customer-support-illustration-wrapper{
    position: relative;
}

.homepage .customer-support-section .customer-support-illustration-wrapper img{
    position: absolute;
    top: 0px;
    right: 50px;
    width: 400px;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image{
    position: relative;
    left: 35px;
    max-width: 33rem;
    margin-right: 6.25rem;
    margin-left: 5.3125rem;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-main-image{
    max-width: 100%;
    height: auto;
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    vertical-align: middle;  
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-caption{
    display: flex;
    flex-direction: column;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-card{
    position: absolute;
    max-width: 12.5rem;
    border-radius: 0.625rem;
    left: -155px;
    bottom: 100px;
    box-shadow: 0 1.25rem 2.5rem rgb(0 0 0 / 5%);
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-card-caption{
    display: flex;
    flex-direction: column;
    padding: 0.625rem 1.875rem;
    border-bottom-left-radius: 0.9375rem;
    border-bottom-right-radius: 0.9375rem;
    background-color: #fff;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-image-title{
    padding-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-image-subtitle{
    font-size: 1rem;
    color: #888888;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-image-description{
    font-size: 1rem;
    font-style: italic;
    opacity: .5;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-card-image{
    width: 12.5rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-card-title{
    color: #000;
    font-size: .9375rem;
    font-weight: 600;
}

.homepage .all-product-types-overview-wrapper-outer .hero-image .hero-card-subtitle{
    color: #000000;
    font-size: .75rem;
    opacity: .3;
}

/** Homepage end **/

/** Features page all start **/

.features-page .common-hero h1{
    color: #222222;
}

.features-page .common-overall-header-wrapper{
    background-color: #f6f9fc;
    background: linear-gradient(to top, #f6f9fc 0%, #fff 100%);
}

.features-page .common-hero .intro-text{
    width: 750px;
    color: #888888;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

/** Features page all end **/

/** Features page: digital downloads start **/

.features-page .how-it-works-box .col-md-3{
	width: 27%;
}

.features-page .how-it-works-box .icon{
	margin-bottom: 20px;
}

.features-page .how-it-works-box .description{
    font-size: 16px;
    line-height: 25px;
    color: #888888;
}

.features-page .how-it-works-box .description b{
	color: #3ecf8e;
}

.features-page .key-features-menu{
	width: 400px;
	float: left;
}

.features-page .key-features-menu a{
    display: block;
    margin-bottom: 35px;
    padding: 0px;
    background-color: transparent;
    color: #28384d;
    border-bottom: none;
    font-size: 16px;
    line-height: 28px;
    border-left: 5px solid transparent;
    padding-left: 15px;
    transition : border 250ms ease-out;
}

.features-page .key-features-menu a.active{
	border-left-color: #3ecf8e;
}

.features-page .key-features-menu a.active .title{
    color: #3ecf8e;
}

.features-page .key-features-menu a .title{
    font-weight: bold;
}

.features-page .key-features-menu a .description{
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
	color: #888888;
}

.features-page .key-features-menu a:hover{
	border-left-color: #d6f5e7;
}

.features-page .key-features-menu a:hover .title{
    color: #3ecf8e;
}

.features-page .key-features-menu a.active:hover{
	border-left-color: #3ecf8e;
}

.features-page .key-features-menu a.active:hover .title{
    color: #3ecf8e;
}

.features-page .key-feature-image{
    display: none;
}

.features-page .sell-with-confidence-box{
    background-color: #f6f9fc;
    padding-bottom: 40px;
    /*
    background-image: url(/images/designv2/airballon.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 10px 10px;
    */
}

.features-page .sell-with-confidence-box .paypal-checkout-image{
    width: 350px;
    margin-top: -50px;
    margin-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.180392) 0px 2px 8px;
    border-radius: 5px;
}

.features-page .sell-with-confidence-box .airballon-image{
    position: absolute;
    width: 400px;
    top: -110px;
    left: -23px;
}

.features-page .we-handle-everything-box ul,
.features-page .members-manage-themselves-box ul{
    padding-left: 0px;
}

.features-page .we-handle-everything-box ul li,
.features-page .members-manage-themselves-box ul li{
    color: #888888;
    font-size: 18px;
    line-height: 28px;
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
}

.features-page .we-handle-everything-box .glyphicon,
.features-page .members-manage-themselves-box .glyphicon{
    color: #3ecf8e;
    margin-right: 10px;
}

.features-page .we-handle-everything-box .download-section-image{
    width: 400px;
    margin-top: -30px;
    margin-left: 20px;
}

.features-page .we-handle-everything-box .bottom-icon{
    position: absolute;
    bottom: 13px;
    left: -10px;
}

.features-page .supercharge-sales-box .feature-header{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
}

.features-page .supercharge-sales-box .feature-message{
    margin-top: 8px;
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    margin-bottom: 50px;
}

.features-page .security-box ul{
    padding-left: 0px;
    display: block;
    width: 100%;
}

.features-page .security-box ul li{
    color: #888888;
    font-size: 16px;
    line-height: 28px;
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
    width: 308px;
    float: left;
    margin-right: 33px;
}

.features-page .security-box ul li b{
    color: #333333;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.features-page .security-box .glyphicon{
    color: #3ecf8e;
    margin-right: 5px;
}

.features-page .exclusive-content-box .plane-image{
    position: absolute;
    width: 400px;
    top: -110px;
    left: -23px;
}

.features-page .general-popup-image-wrapper.right{
    text-align: right;
}

.features-page .general-popup-image-wrapper img{
    width: 400px;
    margin-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.180392) 0px 2px 8px;
    border-radius: 5px;
}

.features-page .exclusive-content-box .membership-popup-image{
    width: 400px;
    margin-top: -20px;
    margin-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.180392) 0px 2px 8px;
    border-radius: 5px;
}

.features-page .members-manage-themselves-box .membership-popup-image{
    width: 400px;
    margin-top: -40px;
    margin-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.180392) 0px 2px 8px;
    border-radius: 5px;
}

.features-page .members-manage-themselves-box .bottom-icon{
    position: absolute;
    bottom: -1px;
    left: -10px;
}

.features-page .exclusive-content-box{
    padding-bottom: 50px;
}

/** Features page: digital downloads end **/

/** Features page: sales tax start **/

body.features-sales-tax-page .section-digital-eu-uk-vat-payhip-approach ul{
    padding-left: 0px;
}

body.features-sales-tax-page .section-digital-eu-uk-vat-payhip-approach ul li{
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    display: flex;
}

body.features-sales-tax-page .section-digital-eu-uk-vat-payhip-approach ul li .icon{
    color: #3ecf8e;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

/** Features page: sales tax end **/

/** Features page: store builder start **/

body.features-store-builder-page .translations-flag-icons-wrapper{
    text-align: center;
}

body.features-store-builder-page .translations-flag-icons-wrapper svg{
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

body.features-store-builder-page .translations-flag-icons-wrapper .flag-icons-row:first-child{
    margin-bottom: 10px;
}

/** Features page: store builder end **/

/** Pricing page start **/

.pricing-page .common-hero{
    background-image: linear-gradient(to top, #f6f9fc 0%, #fff 100%);
    border-bottom: 1px solid #d9e6f2;
}

.pricing-page .pricing-boxes .pricing-box{
        float: left;
        width: 33%;
}

.pricing-page .pricing-boxes .pricing-box.recommended{
    z-index: 100;
    position: relative;
}

.pricing-page .pricing-box .pricing-box-inner{
        border-top-right-radius: 0;
    border-bottom-right-radius: 0;
        box-shadow: 0 20px 36px 0 rgba(93,124,181,.09), 0 5px 12px -3px rgba(0,0,0,.07);
    padding: 40px 28px;
        background-color: #fff;
    border: 1px solid #d6dde3;
    border-radius: 4px;
}

.pricing-page .pricing-box.first .pricing-box-inner{
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.pricing-page .pricing-box.last .pricing-box-inner{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-left: none;
}

.pricing-page .pricing-box.recommended .pricing-box-inner{
    /*
    margin: -16px -1px 0;
    padding-bottom: 56px;
    padding-top: 56px;
    */
    border-radius: 0px;
}

.pricing-page .pricing-box h2{
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 13px;
    color: #444444;
    font-weight: 600;
}

.pricing-page .pricing-box .pricing-header{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.pricing-page .pricing-box .pricing-header .price{
    position: relative;
    display: inline-block;
    left: 10px;
}

.pricing-page .pricing-box .pricing-header .price .currency{
        font-size: 30px;
    top: -2px;
    left: -18px;
    position: absolute;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
}

.pricing-page .pricing-box .pricing-header .price .value{
        font-size: 54px;
        line-height: 43px;
        font-weight: 500;
            color: #333333;
}

.pricing-page .pricing-box .pricing-header .price .period{
    font-size: 15px;
    line-height: 24px;
    color: #444444;
}

.pricing-page .pricing-box .pricing-header .transaction-fee{
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    margin-top: 10px;
}

.pricing-page .pricing-box .pricing-header .transaction-fee .icon{
    font-size: 14px;
    position: relative;
    top: 3px;
    color: #AAAAAA;
    cursor: pointer;
}

.pricing-page .pricing-box .pricing-header .transaction-fee .icon:hover{
    color: #777777;
}

.pricing-page .pricing-box .list{
    text-align: center;
}

.pricing-page .pricing-box .list ul{
    padding-left: 24px;
        margin-bottom: 28px;
    list-style-type: disc;
    text-align: left;
    display: inline-block;
    list-style-image: url('../../images/designv2/tick.svg');
}

.pricing-page .pricing-box .list ul li{
    display: list-item;
    margin: 0;
    padding: 4px 0;
    font-size: 15px;
    padding-left: 10px;
}

.pricing-page .pricing-box .list ul li.not-supported{
    color: #999999;
    text-decoration: line-through;
    list-style-image: none;
}

.pricing-page .pricing-box .button-section{
    text-align: center;
    margin-bottom: 30px;
}

.pricing-page .pricing-box .signup-button{
    line-height: 48px;
    width: 240px;
    display: inline-block;
    border: 1px solid #6772e5 !important;
    box-shadow: none;
}

.pricing-page .pricing-box .signup-button.btn-default:hover{
    color: #FFFFFF !important;
    background-color: #5c6ac4 !important;
}

.pricing-page .faq-title{
    text-align: center;
}

.pricing-page .faq{
    width: 840px;
    margin: 0 auto;
}

.pricing-page .faq .faq-left{
    width: 400px;
    margin-right: 40px;
}

.pricing-page .faq .faq-right{
    width: 382px;
}

.pricing-page .faq h3{
    font-size: 20px;
    color: #444444;
    margin-bottom: 20px;
}

.pricing-page .faq p{
    color: #888;
    line-height: 28px;
    margin-bottom: 50px;
    font-size: 16px;
}

.pricing-page .pricing-wrapper{
    max-width: 1200px;
}

.pricing-page .main-signup-button-section{
    text-align: center;
    padding-bottom: 70px;
    padding-top: 30px;
}

.pricing-page .main-signup-button-section .btn{
    padding: 20px 50px !important;
    font-size: 17px !important;
}

/** Pricing page end **/

/** Customers page start **/

.customers-page .common-hero h1{
    color: #222222;
}

.customers-page .common-hero .intro-text{
    width: 600px;
    color: #999;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.customers-page .customer-promos-box .wrapper{
    width: 960px;
    margin: 0 auto;
}

.customers-page .customer-promo{
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    height: 433px;
    width: 100%;
    display: block;
    transition: all .4s ease-in-out;
    color: #333333;
}

.customers-page .customer-promo:hover{
    transform: scale(1.025);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: #333333;
    border-bottom: none;
}

.customers-page .customer-promo .img{
    float: left;
    width: 65%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.customers-page .customer-promo .text{
    float: left;
    width: 35%;
    padding: 40px;
    text-align: center;
}

.customers-page .customer-promo .text h4{
    color: #444444;
    font-weight: 600;
    margin-bottom: 20px;
}

.customers-page .customer-promo .text .line{
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background-color: #5c6ac4;
}

.customers-page .customer-promo .text p{
    color: #999999;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.customers-page .customer-promo .text .btn-section{
    margin-top: 30px;
}

.customers-page .customer-promo .text .btn-section .btn{
    padding: 12px 28px;
}

.customers-page .mini-customer-promo{
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    height: 356px;
    width: 100%;
    margin: 0 auto;
    transition: all .4s ease-in-out;
    display: block;
    color: #333333;
}

.customers-page .mini-customer-promo:hover{
    transform: scale(1.05);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: #333333;
    border-bottom: none;
}

.customers-page .mini-customer-promo .img{
    height: 300px;
    background-color: #F7F7F7;
}

.customers-page .mini-customer-promo .text{
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
}

.customers-page .quote-row{
    padding-top: 40px;
}

.customers-page .quote-name{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.customers-page .quote-desc{
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.customers-page .quote-icon{
    fill: #6772e5;
    margin-right: 5px;
}

.customers-page .product-types-nav-tabs{
    border-bottom: none;
    font-size: 16px;
    display: inline-block;
    margin-bottom: -5px;
}

.customers-page .product-types-nav-tabs li:not(.active) a:hover{
    background-color: #f6f9fc;
    border-bottom: none;
    border-color: #d9e6f2;
}

.customers-page .product-types-nav-tabs li.active>a,
.customers-page .product-types-nav-tabs li.active>a:focus,
.customers-page .product-types-nav-tabs li.active>a:hover{
    border-bottom: none;
    border-color: #d9e6f2;
}

/** Customers page end **/

/** Terms page start **/

.terms-page .box p{
    color: #888888;
    line-height: 28px;
}

/** Terms page end **/

/** Privacy page start **/

.privacy-page .box p{
    color: #888888;
    line-height: 28px;
}

.privacy-page .box ul li {
    font-family: "proxima-nova",Arial,Helvetica,sans-serif;
    color: #888888;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    text-align: left;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.privacy-page .box u {
    font-family: "proxima-nova",Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #888888;
}

/** Privacy page end **/

/** About page start **/

.about-page .box p{
    color: #888888;
    line-height: 28px;
}

.about-page .about-page-address{
    background-color: #F2F7FA;
    border: 1px solid #B9E0EC;
    padding: 20px;
    width: 400px;
}

.about-page .common-hero .intro-text {
    width: 600px;
    color: #999;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.about-page .card{
    margin-top: 30px;
}

.about-page .card .card-image{
    display: block;
    width: 150px;
    margin: 0 auto;
}

.about-page .card .card-content{
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    padding: 20px 40px;
    text-align: center;
    position: relative;
}

.about-page .card .card-title{
    font-size: 18px;
    line-height: 30px;
    color: #222;
    text-align: left;
}

.about-page .card .card-body{
    margin-top: 10px;
}

.about-page .card .card-body p{
    font-size: 15px;
    line-height: 25px;
    color: #646464;
}

.about-page .card .card-image-wrapper{
    max-height: 217px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}

.about-page .card .location-icon{
    color: #999999;
    position: relative;
    top: 3px;
}

/** About page end **/

/** Auth page start **/

.auth-page{
    background-color: #f6f9fc;
}

.auth-page::before{
    content: "";
    position: fixed;
    left: -22%;
    top: 60%;
    right: 0;
    width: 125%;
    height: 100%;
    background: linear-gradient(135deg, #f6f9fc 0%, #fff 100%);
    transform: rotate(15deg);
}

.auth-page .auth-box{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    padding: 30px 50px;
    border-radius: 5px;
    position: relative;
    z-index: 100;
}

.auth-page .wrapper{
    max-width: 540px;
}

.auth-page .logo{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.auth-page .logo a{
    border-bottom: none;
}

.auth-page .logo img{
    width: 130px;
}

.auth-page h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
}

.auth-page h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #666666;
    max-width: 430px;
}

.auth-page label{
    color: #444444;
    font-weight: 600;
    display: block;
    padding-bottom: 12px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.auth-page input[type="text"], .auth-page input[type="password"]{
    display: block;
    width: 100%;
    height: 52px;
    margin: 0 0 15px;
    padding: 16px;
    color: #525f7f;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 1px #c4cdd5;
    box-shadow: 0 0 0 1px #c4cdd5;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auth-page ::placeholder{
    color: #838faf;
}

.auth-page .btn{
    font-size: 16px;
    padding: 14px 16px;
}

.auth-page .row{
    margin-bottom: 10px;
}

.auth-footer{
    margin-top: 30px;
    margin-bottom: 50px;
    color: #999999;
    text-align: center;
    position: relative;
    z-index: 100;
}

.auth-footer .heart{
    color: #D65142;
}

.auth-footer a{
    color: #999999;
    text-decoration: none;
    border-bottom: 1px solid #CCCCCC;
}

.auth-page .auth-error-section p{
    padding: 15px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    font-size: 14px;
}

.auth-page .auth-success-section p{
    padding: 15px;
    color: #0a3622;
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
    font-size: 14px;
}

.auth-page[data-recaptcha-version="v2"] h1,
.auth-page[data-recaptcha-version="v2"] h3{
    display: none;
}

.auth-page .confirm-you-are-human-message{
    background-image: url('../../images/emoji/9.png');
    background-size: 40px;
    background-repeat: no-repeat;
    background-color: #f6f9fc;
    padding: 20px;
    padding-left: 70px;
    background-position: 15px 20px;
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Hide recaptcha bade */
.auth-page .grecaptcha-badge{
    display: none !important;
}

/** Auth page end **/

/** Auth login page start **/

.auth-login-page[data-login-page-type="email-verification-code"] .email-login-field-wrapper,
.auth-login-page[data-login-page-type="email-verification-code"] .password-login-field-wrapper,
.auth-login-page[data-login-page-type="email-verification-code"] .forgot-password-message-wrapper,
.auth-login-page[data-login-page-type="two-factor-authentication"] .email-login-field-wrapper,
.auth-login-page[data-login-page-type="two-factor-authentication"] .password-login-field-wrapper,
.auth-login-page[data-login-page-type="two-factor-authentication"] .forgot-password-message-wrapper{
    display: none;
}

.auth-login-page[data-recaptcha-version="v2"][data-login-page-type="email-verification-code"] h1,
.auth-login-page[data-recaptcha-version="v2"][data-login-page-type="email-verification-code"] h3,
.auth-login-page[data-recaptcha-version="v2"][data-login-page-type="two-factor-authentication"] h1,
.auth-login-page[data-recaptcha-version="v2"][data-login-page-type="two-factor-authentication"] h3{
    display: block;
}

/** Auth login page end **/

/** Browse themes page start **/

.browse-themes-page .theme-image-wrapper {
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: unset;
    -ms-text-size-adjust: unset;
    -webkit-text-size-adjust: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    border: unset;
    border-radius: unset;
    bottom: unset;
    box-sizing: border-box;
    cursor: unset;
    font-style: unset;
    letter-spacing: unset;
    line-height: unset;
    opacity: unset;
    outline: unset;
    outline-offset: unset;
    position: unset;
    text-align: unset;
    text-decoration: unset;
    top: unset;
    -o-transition: unset;
    -webkit-transition: unset;
    white-space: unset;
    cursor: pointer;
    padding: 0px;
}

.browse-themes-page .theme-item {
    display: block;
    position: relative;
}

.browse-themes-page .browser-frame-wrapper {
    position: relative;
}

.browse-themes-page .browser-frame-wrapper {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 16px 64px 0 rgb(0 0 0 / 12%), 0 0 1px 0 rgb(0 0 0 / 8%);
    line-height: 0;
    overflow: hidden;
    transition: transform .3s ease-out,box-shadow .3s ease-out;
    will-change: transform,box-shadow;
}

.browse-themes-page .theme-cta-wrapper-outer {
    opacity: 0;
    /*transition: opacity .3s ease-in-out;*/
}

.browse-themes-page .theme-meta {
    display: flex;
    opacity: 1;
    transition: opacity .3s;
}

.browse-themes-page .theme-title {
    text-rendering: optimizeLegibility;
    align-items: center;
    color: #0e0e0e;
    display: flex;
    font-size: 19px;
    justify-content: space-between;
    line-height: 28px;
    margin: 16px 0 0;
    font-weight: 600;
}

.browse-themes-page .browser-window {
    position: relative;
}

.browse-themes-page .hover-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    height: 100.5%;
    left: -.25%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -.25%;
    transition: opacity .3s ease-out;
    width: 100.5%;
    z-index: 1;
    background-color: rgba(255,255,255,.95);
    outline: 1px solid rgba(255,255,255,.95);
}

.browse-themes-page .theme-image-initial {
    opacity: 0;
}

.browse-themes-page .theme-image-loaded {
    opacity: 1;
    transition: opacity .3s;
}

.browse-themes-page .theme-item.is-hovered .browser-frame-wrapper,
.browse-themes-page .theme-item.is-installed .browser-frame-wrapper {
    transform: scale(1.01);
}

.browse-themes-page .theme-item.is-hovered .browser-frame-wrapper .hover-overlay,
.browse-themes-page .theme-item.is-hovered .theme-cta-wrapper-outer,
.browse-themes-page .theme-item.is-installed .browser-frame-wrapper .hover-overlay,
.browse-themes-page .theme-item.is-installed .theme-cta-wrapper-outer{
    opacity: 1;
}

.browse-themes-page .theme-cta-wrapper-inner{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.browse-themes-page .theme-cta-wrapper-inner .btn{
    padding: 10px 20px;
}

.browse-themes-page .theme-items-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.browse-themes-page .theme-item{
    padding: 0 0 55px;
}

@media (min-width: 1025px) {
    .browse-themes-page .theme-item{
        padding: 0 66px 66px 0;
        width: 50%;
    }
}

@media (min-width: 1280px) {
    .browse-themes-page .theme-item{
        padding: 0 66px 66px 0;
        width: 33.33333%;
    }
}

.theme-meta-touch-device{
    display: none;
    font-size: 16px;
}

/*
    Below query is only for touch devices
    https://stackoverflow.com/a/14457567
*/
@media (pointer:coarse) {

    .theme-meta-touch-device{
        display: block;
    }

    .theme-meta-touch-device a{
        margin-bottom: 20px;
    }

}

/** Browse themes page end **/

/** Footer start **/

.footer{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .wrapper{
    max-width: 1200px;
}

.footer .footer-top{
    display: flex;
}

.footer .footer-logo{
    width: calc(100% / 6);
}

.footer .footer-logo a{
    border-bottom: none;
}

.footer .footer-main-navigation-links-wrapper{
    width: calc(100% / 6 * 5);
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0;
    display: grid;
    grid-column-gap: 20px;
    margin-top: 0;
}

.footer .footer-main-navigation-links-wrapper .footer-label{
    font-weight: 600;
    color: #444444;
}

.footer .footer-main-navigation-links-wrapper ul{
    margin: 0;
    padding: 0;
}

.footer .footer-main-navigation-links-wrapper ul:last-child{
    margin-right: 0px;
}

.footer .footer-main-navigation-links-wrapper li{
    display: block;
    line-height: 20px;
    list-style-type: none;
    margin: 5px 0;
}

.footer .footer-main-navigation-links-wrapper li a{
    color: #888888;
    text-decoration: none;
    border-bottom: none;
}

.footer .footer-main-navigation-links-wrapper li a:hover{
    color: #444444;
}

.footer .footer-main-navigation-links-wrapper p{
    clear: both;
    color: #999999;
    padding-top: 30px;
}

.footer .footer-bottom{
    border-top: 1px solid #d9e6f2;
    margin-top: 50px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-bottom .footer-bottom-left{
    display: flex;
    align-items: center;
}

.footer .footer-bottom ul.footer-bottom-right{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    margin: 0px;
}

.footer .footer-bottom ul.footer-bottom-right li{
    margin-left: 15px;
    color: rgba(0,0,0,0.6);
    list-style-type: none;
}

.footer .footer-bottom ul.footer-bottom-right li a{
    color: inherit;
}

.footer .footer-bottom ul.footer-bottom-right li.twitter:hover{
    color: #4a9ae4;
}

.footer .footer-bottom ul.footer-bottom-right li.facebook:hover{
    color: #4267b2;
}

.footer .footer-bottom ul.footer-bottom-right li.instagram:hover{
    color: #000000;
}

.footer .footer-bottom ul.footer-bottom-right li .button{
    font-weight: inherit;
    color: inherit;
    -webkit-transition: background 150ms;
    transition: background 150ms;
    height: auto;
    padding: 6px;
}

.footer .footer-bottom ul.footer-bottom-right li .button:hover{
    background: rgba(0,0,0,0.06);
    outline: none;
    transition: background 150ms;
    height: auto;
    padding: 6px;
}

.footer .footer-bottom .heart{
    color: #D65142;
}

.footer .footer-bottom .footer-social{
    clear: both;
    overflow: hidden;
    padding: 20px 0 20px 20px;
    padding-left: 0px;
    padding-top: 10px;
    width: 300px;
}

.footer .footer-bottom .footer-social .footer-social-meat{
    float: left;
}

.footer .footer-bottom .footer-social .footer-social-meat ul{
    margin: 0px;
    padding: 0px;
}

.footer .footer-bottom .footer-social .footer-social-meat li{
    float: left;
    list-style-type: none;
}

.footer .footer-facebook {
    margin-right: 0px;
    width: 100px;
}

.footer-social-meat { 
    font-size: 12px;
}
.footer-social-meat a {
    text-decoration: none !important;
    color: #222222;
    border-bottom: none;
}
.footer-social-meat .social-link {
    padding: 2px;
    overflow: hidden;
    line-height: 1.8;
    vertical-align: middle;
}
.footer-social-meat a.social-link-instagram svg {
    width: 21px;
    height: 21px;
}
.footer-social-meat a.social-link-twitter svg {
    width: 24px;
    height: 24px;
}
.footer-social-meat a.social-link-facebook svg {
    width: 13px;
    height: 13px;
}
.footer-social-meat a.social-link {
    margin-right: 10px;
}

/** Footer end **/


























































/** SCROLLING BOXES START **/
.scrolling-boxes-wrapper{
    position:relative;
    height:256px;
    -webkit-transform-origin:left center;
    transform-origin:left center;
    margin-top: 100px;
}
@media(min-width:880px){
    .scrolling-boxes-wrapper{
        -webkit-transform:scale(1.3) translateY(-40px);
        transform:scale(1.3) translateY(-40px);
    }
}
.scrolling-boxes-wrapper:after{
    content:"";
    height:190px;
    width:calc(100% + 20px);
    position:absolute;
    bottom:-190px;
    left:50%;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(70%,#fff),to(rgba(246,249,252,0)));
    background-image:linear-gradient(0deg,#fff 70%,rgba(246,249,252,0));
    z-index:5;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
html[lang=ja] .scrolling-boxes-wrapper:after{
    height:240px;
    bottom:-240px
}
.scrolling-box{
    position:absolute;
    left:0;
    right:0;
    background-color:#fff;
    border-radius:4px;
    -webkit-box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
    box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
    padding:1.15em 1.5em;
    -webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);
    transition:all .5s cubic-bezier(.645,.045,.355,1);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    min-height:73px;
    overflow:hidden;
    z-index:10;
    font-size:15px
}
@media(min-width:880px){
    .scrolling-box{
        font-size:17px
    }
}
.scrolling-box:nth-child(2){
    -webkit-transform:translateY(100%) translateY(10px) scale(.96);
    transform:translateY(100%) translateY(10px) scale(.96);
    z-index:2
}
.scrolling-box:nth-child(3){
    -webkit-transform:translateY(200%) translateY(20px) scale(.96);
    transform:translateY(200%) translateY(20px) scale(.96);
    z-index:3
}
.scrolling-box:nth-child(4){
    -webkit-transform:translateY(300%) translateY(30px) scale(.96);
    transform:translateY(300%) translateY(30px) scale(.96);
    z-index:4
}
.scrolling-box:nth-child(5){
    -webkit-transform:translateY(400%) translateY(40px) scale(.96);
    transform:translateY(400%) translateY(40px) scale(.96);
    z-index:5
}
.scrolling-box:after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:80px;
    background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(30%,hsla(0,0%,100%,.7)),color-stop(70%,#fff));
    background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.7) 30%,#fff 70%);
    -webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);
    transition:all .5s cubic-bezier(.645,.045,.355,1)
}
.scrolling-box--new{
    opacity:0;
    -webkit-transform:translateY(-60px) scale(.9);
    transform:translateY(-60px) scale(.9)
}
.scrolling-box__indicator-wrapper{
    display:block;
    width:50px;
    height:50px;
    border-radius:100%;
    margin:0 1em 0 0;
    overflow:hidden
}
.scrolling-box__indicator{
    display:block;
    -webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);
    transition:all .5s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.scrolling-box__indicator--gray{
    background-color:#ffffff;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height:100%
}
.scrolling-box__timestamp{
    color:#6b7c93;
    margin:.2em 0 0
}
.scrolling-box__content, .scrolling-box__kf__tick{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    overflow:hidden
}

.scrolling-box__kf__tick{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    overflow:hidden;
    position: relative;
}

.scrolling-box:nth-child(1) .scrolling-box__kf__tick .glyphicon{
    display: none;
}

.scrolling-box:nth-child(1) .scrolling-box__kf__tick .glyphicon-ok{
    display: inline;
}

.scrolling-box:nth-child(1) .scrolling-box__kf__tick .glyphicon-ok{
    background-color: #3ecf8e;
}

.scrolling-box__kf__tick .glyphicon{
    border-radius: 10px;
    padding: 10px;
    background-color: #DDDDDD;
    color: #ffffff;
    float: right;
    position: absolute;
    right: 30px;
    top: 5px;
}

.scrolling-box__kf__tick .glyphicon-ok{
    display: none;
}

.scrolling-box__message,.scrolling-box__timestamp{
    position:relative;
    display:inline-block;
    font-size:15px;
    color:#32325d;
    font-weight:500;
    -webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);
    transition:all .5s cubic-bezier(.645,.045,.355,1);
    white-space:nowrap
}
.scrolling-box__timestamp{
    color:#aab7c4;
    font-size:13px
}
.scrolling-box:nth-child(2),.scrolling-box:nth-child(3),.scrolling-box:nth-child(4){
    -webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}
.scrolling-box:nth-child(2):after,.scrolling-box:nth-child(3):after,.scrolling-box:nth-child(4):after{
    opacity:1
}
.scrolling-box:nth-child(2) .scrolling-box__indicator,.scrolling-box:nth-child(3) .scrolling-box__indicator,.scrolling-box:nth-child(4) .scrolling-box__indicator{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    opacity:.9
}
.scrolling-box:nth-child(2) .scrolling-box__indicator--gray,.scrolling-box:nth-child(3) .scrolling-box__indicator--gray,.scrolling-box:nth-child(4) .scrolling-box__indicator--gray{
    opacity:.4;
    -webkit-filter:none;
    filter:none
}
.scrolling-box:nth-child(2) .scrolling-box__message,.scrolling-box:nth-child(2) .scrolling-box__timestamp,.scrolling-box:nth-child(3) .scrolling-box__message,.scrolling-boxn:nth-child(3) .scrolling-box__timestamp,.scrolling-box:nth-child(4) .scrolling-box__message,.scrolling-box:nth-child(4) .scrolling-box__timestamp{
    color:#aab7c4
}

/** SCROLLING BOXES END **/

/** COOKIE CONSENT BAR START **/

.cookie-consent-bar *,
.cookie-consent-bar *:before,
.cookie-consent-bar *:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cookie-consent-bar{
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    padding: 16px;
    background-color: #000000;
    border-top: 1px solid transparent;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
}

.cookie-consent-bar.active{
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 46.875em) {
    .cookie-consent-bar{
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width: 90em) {
    .cookie-consent-bar .cookie-consent-bar-inner{
        margin:auto;
        max-width: 1600px
    }
}

.cookie-consent-bar .cookie-consent-bar-body{
    padding-right: 16px;
    line-height: 1.5
}

@media screen and (max-width: 46.8125em) {
    .cookie-consent-bar .cookie-consent-bar-body{
        margin-bottom:16px
    }
}

@media screen and (min-width: 46.875em) {
    .cookie-consent-bar .cookie-consent-bar-body{
        float:left;
        width: 80%;
    }
}

.cookie-consent-bar .cookie-consent-bar-body,
.cookie-consent-bar .cookie-consent-bar-body a{
    color: #ffffff
}

.cookie-consent-bar .cookie-consent-bar-cta .cookie-consent-bar-dismiss-button:after{
    left: 0px;
}

@media screen and (min-width: 46.875em) {
    .cookie-consent-bar .cookie-consent-bar-cta{
        float:left;
        width: 20%
    }
}

.cookie-consent-bar .cookie-consent-bar-grid{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%
}

.cookie-consent-bar .cookie-consent-bar-grid:after{
    content: '';
    display: table;
    clear: both
}

@supports (display: flow-root) {
    .cookie-consent-bar .cookie-consent-bar-grid{
        display:flow-root
    }

    .cookie-consent-bar .cookie-consent-bar-grid:after{
        content: none
    }
}

@media screen and (min-width: 100em) {
    .cookie-consent-bar .cookie-consent-bar-grid{
        padding-left:80px;
        padding-right: 80px
    }
}

.cookie-consent-bar .cookie-consent-bar-grid-item{
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-left: 4px;
    padding-right: 4px
}

@media screen and (min-width: 67.5em) {
    .cookie-consent-bar .cookie-consent-bar-grid-item{
        padding-left:18px;
        padding-right: 18px
    }
}

@media screen and (min-width: 46.875em) and (max-width: 67.4375em) {
    .cookie-consent-bar .cookie-consent-bar-grid-item{
        padding-left:9px;
        padding-right: 9px
    }
}

@media screen and (min-width: 67.5em) {

    .cookie-consent-bar .cookie-consent-bar-grid-item{
        width: 66.6666666667%
    }

    .cookie-consent-bar .cookie-consent-bar-grid-item{
        float: none;
        clear: left;
        margin-left: auto;
        margin-right: auto
    }

}

/** COOKIE CONSENT BAR END **/


/******************************************************************************/
/*                          NAV MOBILE START END                              */
/******************************************************************************/

.nav-mobile-block{
  display: none;
}

html.nav-mobile-show .nav-mobile-block{
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transform: translateX(0);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
.nav-mobile-block{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    pointer-events: none;
    background-color: rgba(77, 96, 85, 0);
    content: "";
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) background-color, 0s 0.35s cubic-bezier(0.4, 0, 0.2, 1) transform, 0s 0.35s cubic-bezier(0.4, 0, 0.2, 1) opacity;
}
html.nav-mobile-show .nav-mobile-block .nav-mobile-contents{
    transform: translateX(0);
}
.nav-mobile-block .nav-mobile-contents{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 350px;
    background-color: #FFFFFF;
    transform: translateX(-100%);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) transform;
}

.nav-mobile-block ul.menu,
.nav-mobile-block ul.menu li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-mobile-block ul.menu{
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
  min-height: 1px;
  z-index: 1;
}
.nav-mobile-block .submenu{
  position: static;
  padding: 0 0 0 25px;
  opacity: 1;
  display: none;
}
.nav-mobile-block .is-expanded > .submenu{
  pointer-events: all;
}
.nav-mobile-block ul.menu .menu-item{
  font-size: 20px;
}
.nav-mobile-block ul.menu .menu-item,
.nav-mobile-block ul.menu .submenu-item{
  position: relative;
  line-height: 25px;
  margin: 7px 0 24px;
}
.nav-mobile-block ul.menu .menu-item:last-child,
.nav-mobile-block ul.menu .submenu-item:last-child{
  margin-bottom: 0;
}
.nav-mobile-block ul.menu .menu-item > a,
.nav-mobile-block ul.menu .submenu-item > a{
    display: block;
    opacity: 1;
    line-height: 25px;
}
.nav-mobile-block ul.menu .menu-item a,
.nav-mobile-block ul.menu .submenu-item a{
  padding: 5px 0;
  line-height: inherit;
  word-break: break-word;
  color: #444444;
  border-bottom: none;
}
.nav-mobile-block ul.menu .menu-item .dropdown-arrow,
.nav-mobile-block ul.menu .submenu-item .dropdown-arrow{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #444444;
  border: 0;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
}
.nav-mobile-block ul.menu .dropdown-arrow:focus{
    background-color: #E7F4FD;
}
.nav-mobile-block ul.menu .menu-item .dropdown-arrow .icon-arrow,
.nav-mobile-block ul.menu .submenu-item .dropdown-arrow .icon-arrow{
  transition: transform 0.25s ease;
}
.nav-mobile-block ul.menu .menu-item.has-submenu > a,
.nav-mobile-block ul.menu .submenu-item.has-submenu > a{
  padding-right: 24px;
}
.nav-mobile-block ul.menu .menu-item.has-submenu > a::after,
.nav-mobile-block ul.menu .submenu-item.has-submenu > a::after{
  content: none;
}
.nav-mobile-block ul.menu .menu-item.has-submenu.is-expanded > .dropdown-arrow .icon-arrow,
.nav-mobile-block ul.menu .submenu-item.has-submenu.is-expanded > .dropdown-arrow .icon-arrow{
  transform: rotateX(180deg);
}
.nav-mobile-block ul.menu .submenu-item{
  margin: 0;
  font-size: 16px;
}
.nav-mobile-block ul.menu .submenu-item a{
  border-bottom: 1px solid #444444;
  padding: 12px 0;
  line-height: 20px;
}
.nav-mobile-block ul.menu .submenu-item .dropdown-arrow{
  top: 5px;
}
.nav-mobile-block ul.menu .submenu-item .submenu{
  border: 1px solid #444444;
  border-top: 0;
  padding: 0 20px;
  margin-bottom: 10px;
}
.nav-mobile-block ul.menu .submenu-item .submenu .submenu-item{
  font-size: 14px;
}
.nav-mobile-block ul.menu .submenu-item .submenu .submenu-item:last-child a{
  border-bottom: none;
}

.nav-mobile-block .nav-inner{
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 70px);
  padding: 0 45px;
}

.nav-mobile-block .nav-inner-wrapper{
  position: relative;
  margin: 0 auto 70px;
}

.nav-mobile-block .nav-mobile-close-button{
  position: absolute;
  right: 60px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  z-index: 3;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
.nav-mobile-block .nav-mobile-close-button svg.icon-close{
  display: block;
  width: 22px;
  height: 22px;
}
.nav-mobile-block .nav-mobile-close-button svg.icon-close path{
    fill: #444444;
}

.nav-mobile-block .buttons-wrapper{
    border-top: 1px solid #CCCCCC;
    padding-top: 30px;
}

.nav-mobile-block .buttons-wrapper .btn{
    padding: 20px;
}

.nav-mobile-block .buttons-wrapper .btn:first-child{
    margin-bottom: 15px;
}

/******************************************************************************/
/*                          NAV MOBILE BLOCK END                              */
/******************************************************************************/

/** MEDIA QUERIES START **/

/* Device width below 992px */
@media only screen
and (max-width : 992px) {

    .wrapper{
        padding-left: 5%;
        padding-right: 5%;
        width: 90% !important;
    }

    .auth-page .wrapper{
        width: 100% !important;
    }

    .header{
        display: none !important;
    }

    .header-mobile{
        display: block !important;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .header-mobile .header-mobile-inner{
        padding: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 10px 10px -10px rgb(33 35 38 / 10%);
    }

    .header-mobile .logo a{
        border-bottom: none;
    }

    .header-mobile .header-mobile-nav a{
        border-bottom: none;
        color: #212326;
    }

    .header-mobile .header-mobile-nav{
        align-items: center;
        flex-direction: row;
        display: flex;
        float: right;
    }

    .header-mobile .header-mobile-hamburger-button{
        position: relative;
        top: 3px;
    }

    .header-mobile .header-mobile-hamburger-button svg{
        fill: #212326;
        width: 20px;
        height: 20px;
    }

    .header-mobile .header-mobile-nav a.header-mobile-nav-primary-link{
        margin-right: 35px;
        font-size: 15px;
    }

    .common-signup{
        text-align: center !important;
    }

    .common-signup input{
        margin-bottom: 13px;
    }

    .common-hero .intro-text{
        width: 100% !important;
    }

    .box h2{
        line-height: normal;
    }

    .box p{
        margin-top: 20px;
    }

    .homepage .hero h1{
        margin-top: 0px;
        text-align: center;
    }

    .homepage .hero h1 br{
        display: none;
    }

    .homepage .hero h1 .underline-text svg,
    .homepage .hero h1 .fullstop-text{
        display: none;
    }

    .homepage .hero h2{
        text-align: center;
        margin: 0 auto;
    }

    .homepage .hero .splash{
        display: none;
    }

    .homepage .features-promo-wrapper a.feature-promo{
        width: 100%;
        float: none;
    }

    .homepage .testimonial-boxes{
        width: 100%;
    }

    .homepage .testimonial-box{
        width: 100%;
        margin-bottom: 10px;
    }

    .common-section-featured-products{
        display: none;
    }

    .homepage .customer-support-section{
        overflow: visible;
        padding-bottom: 80px;
    }

    .homepage .customer-support-section .customer-support-illustration-wrapper{
        margin-top: 50px;
    }

    .homepage .customer-support-section .customer-support-illustration-wrapper img{
        position: static;
        width: 400px;
        max-width: 100%;
    }

    .homepage .splash{
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }

    .homepage .splash .common-safari{
        display: none;
    }

    .homepage .splash .common-iphone{
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        margin-bottom: 30px;
    }

    .homepage .all-product-types-overview{
        display: block;
        margin-top: 50px;
    }

    .homepage .all-product-types-overview .product-type-overview{
        margin-bottom: 50px;
    }

    .homepage .all-product-types-overview .product-type-overview:last-child{
        margin-bottom: 0px;
    }

    .homepage .all-support-types-overview{
        display: block;
        margin-top: 50px;
    }

    .homepage .all-support-types-overview .support-type-overview{
        margin-bottom: 50px;
    }

    .homepage .all-support-types-overview .support-type-overview:last-child{
        margin-bottom: 0px;
    }

    .homepage .all-product-types-overview-wrapper-outer .hero-image{
        margin-left: 0px;
        margin-right: 0px;
        width: 22rem;
        max-width: 100%;
        margin-top: 50px;
        left: 0px;
    }

    .homepage .all-product-types-overview-wrapper-outer .hero-image .hero-card{
        left: -10px;
    }

    .features-page .common-hero h1 br{
        display: none;
    }

    .features-page .key-feature-box{
        text-align: center;
    }

    .features-page .key-feature-images-column{
        display: none;
    }

    .features-page .key-features-menu{
        width: 100%;
        float: none;
    }

    .features-page .key-features-menu a.active, .features-page .key-features-menu a:hover{
        border-left-color: transparent !important;
    }

    .features-page .key-features-menu .title{
        color: #28384d !important;
    }

    .features-page .key-features-menu a{
        padding-left: 0px;
    }

    .features-page .box{
        padding-top: 40px;
        text-align: center;
    }

    .features-page .box h2,
    .features-page .box p{
        text-align: center;
    }

    .features-page .we-handle-everything-box .col-md-5,
    .features-page .members-manage-themselves-box .col-md-5{
        width: 100% !important;
    }

    .features-page .sell-with-confidence-box .paypal-checkout-image,
    .features-page .exclusive-content-box .membership-popup-image
    {
        display: block;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .features-page .we-handle-everything-box .download-section-image,
    .features-page .members-manage-themselves-box .membership-popup-image{
        display: block;
        margin-top: 40px;
        max-width: 100%;
        margin-left: 0px;
    }

    .features-page .sell-with-confidence-box .airballon-image,
    .features-page .we-handle-everything-box .bottom-icon,
    .features-page .exclusive-content-box .plane-image,
    .features-page .members-manage-themselves-box .bottom-icon{
        display: none;
    }

    .features-page .supercharge-sales-box .row > div{
        width: 100% !important;
        margin: 0 auto;
    }

    .features-page .supercharge-sales-box .row .col-md-4{
        padding-top: 30px;
    }

    .features-page .supercharge-sales-box .feature-header img{
        position: static !important;
        width: 30px;
        margin-right: 10px;
    }

    .features-page .security-box .row > div{
        width: 100% !important;
        margin: 0 auto;
    }

    .features-page .security-box ul li{
        width: 100%;
        float: none;
    }

    .features-page .general-popup-image-wrapper.right{
        text-align: left;
    }

    body.features-store-builder-page .translations-flag-icons-wrapper{
        display: none;
    }

    .mobile-mb-large{
        margin-bottom: 50px;
    }

    .mobile-mt-large{
        margin-top: 50px;
    }

    .mobile-mb-medium{
        margin-bottom: 30px;
    }

    .mobile-mt-medium{
        margin-top: 30px;
    }

    .mobile-mt-small{
        margin-top: 15px;
    }

    .mobile-text-align-left{
        text-align: left !important;
    }

    .customers-page .customer-promo{
        height: auto;
    }

    .customers-page .customer-promo .img{
        float: none;
        width: 100%;
    }

    .customers-page .customer-promo .text{
        width: 100%;
        float: none;
    }

    .customers-page .quote-row{
        text-align: center;
    }

    .pricing-page .pricing-boxes .pricing-box{
        float: none;
        width: 100%;
    }

    .pricing-page .faq{
        width: 100%;
    }

    .pricing-page .faq .faq-left,
    .pricing-page .faq .faq-right{
        width: 100%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .auth-page .confirm-you-are-human-message{
        background-image: none;
        padding: 20px;
    }

    .common-section .common-section-main-image-wrapper.right{
        text-align: left;
    }

    .common-section .common-section-main-image-wrapper img{
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .common-section .common-section-main-svg-image-wrapper.right{
        text-align: left;
    }

    .common-section .common-section-main-svg-image-wrapper img{
        top: 0px;
        left: 0px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .common-section-testimonial .image-column{
        text-align: left;
        margin-bottom: 10px;
    }

    .nav-mobile-block{
        display: block;
    }

    .scrolling-boxes-wrapper{
        display: none;
    }

    .customers-page .product-types-nav-tabs{
        display: none;
    }

    .customers-page .quote-row.image-right{
        display: flex;
        flex-direction: column-reverse;
    }

    .about-page .card{
        max-width: 300px;
    }

    .about-page .card .card-image-wrapper{
        max-height: none;
    }

    .common-section-testimonial .image-column img{
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .common-section-faq .faq{
        width: 100%;
        margin: 0;
    }

    .common-section-faq .faq .faq-left{
        width: 100%;
        margin-right: 0px;
    }

    .common-section-faq .faq .faq-right{
        width: 100%;
    }

    .footer .footer-top{
        display: block;
    }

    .footer .footer-main-navigation-links-wrapper{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        width: 100%;
    }

    .footer .footer-bottom{
        display: block;
    }

    .footer .footer-bottom .footer-bottom-left{
        margin-bottom: 30px;
    }

    body.compare-page .box,
    body.compare-page .box h2,
    body.compare-page .box p{
        text-align: left;
    }

    body.compare-page .box .pricing-box h2,
    body.compare-page .box .pricing-box p{
        text-align: center;
    }

    .features-page .general-popup-image-wrapper img{
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

}

/* BELOW IS SPECIAL CASE FOR TABLETS START */
/* BELOW IS SPECIAL CASE FOR TABLETS START */
/* BELOW IS SPECIAL CASE FOR TABLETS START */
/*
   Need to handle case where device with width is less
   than 1200px but greater than 992px
*/
@media only screen
and (max-width : 1199px) {
    .wrapper{
        padding-left: 5%;
        padding-right: 5%;
    }
}​
/* BELOW IS SPECIAL CASE FOR TABLETS END */
/* BELOW IS SPECIAL CASE FOR TABLETS END */
/* BELOW IS SPECIAL CASE FOR TABLETS END */

/** MEDIA QUERIES END **/

/* SEO Landing Pages Start */

.features-page .how-to-section-ordered-list {
	color: #888888;
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-bottom: 10px;
	list-style-position: inside;
}

/* SEO Landing Pages End */

/* Review Page */

.review-page .common-hero .different-text-title {
	color: #979fd9;
  }
  
  .review-page .card-thirt-party {
	background-color: white;
	border: 1px solid #e9ebed;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding-top: 60px;
	padding-bottom: 100px;
  }
  .review-page .list-item-third-party {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-top: 60px;
  }
  .review-page .list-item-third-party .item-third-party {
	display: flex;
	max-width: 380px;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 12px;
	border: 1.5px solid #ececec;
	background: #fff;
	box-shadow: 0px 13px 17px 0px rgba(151, 159, 217, 0.2);
  }
  
  .review-page .owl-nav {
	position: absolute;
	transform: translate(-50%, 0%);
	left: 50%;
	bottom: -55px;
  }
  .review-page .owl-carousel.list-item-third-party .owl-stage-outer {
	padding-bottom: 50px;
  }
  .review-page .list-star {
	display: flex;
	align-items: center;
	gap: 4px;
  }
  .review-page .third-party-review .name {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 25.2px */
  }
  
  .review-page .third-party-review .line {
	width: 14px;
	height: 1px; /* 25.2px */
	background: #000;
  }
  .review-page .third-party-review {
	display: flex;
	gap: 4px;
	align-items: center;
  }
  .review-page .wrapper-star {
	display: flex;
	gap: 12px;
	flex-direction: column;
  }
  
  .review-page .item-third-party .content {
	display: flex;
	flex-direction: column;
	gap: 18px;
  }
  
  .owl-carousel .owl-item img {
	width: unset;
  }
  
  /* End Review Page */
  
  /* Twitter Review */
  
  .twitter-review {
	padding-bottom: 100px;
  }
  .twitter-review .wrapper-follow-twitter {
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
  }
  
  .twitter-review .wrapper-follow-twitter .title {
	color: #5c6ac4;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 21.6px */
	letter-spacing: -0.432px;
  }
  .card-review-twitter {
	position: relative;
	display: flex;
	max-width: 398px;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	border-radius: 16px;
	border: 1px solid rgba(179, 179, 179, 0.2);
	background: #fff;
  }
  .twitter-review .account .name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
	letter-spacing: -0.384px;
  }
  .twitter-review .username {
	color: #737373;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: -0.336px;
  }
  
  .twitter-review .account {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
  }
  
  .twitter-review .header-item-twitter .img-account {
	height: 50px;
	width: 50px;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
  }
  .twitter-review .header-item-twitter {
	display: flex;
	align-items: center;
	gap: 12px;
  }
  
  .twitter-review .item-twitter {
	position: relative;
	margin-bottom: 43px;
  }
  .twitter-review .icon-twitter {
	position: absolute;
	right: 20px;
	top: -20px;
  }
  
  .twitter-review .item-twitter .content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
  }
  
  .twitter-review .item-twitter .caption {
	color: #737373;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.072px;
  }
  .twitter-review .item-twitter .wrapper-hastag {
	display: flex;
	align-items: center;
	gap: 4px;
  }
  .twitter-review .at {
	color: #2f97d6;
  }
  .twitter-review .item-twitter .wrapper-hastag .hastag {
	color: #2f97d6;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.064px;
  }
  
  .twitter-review .wrapper-date {
	display: flex;
	align-items: center;
	gap: 8px;
  }
  .twitter-review .wrapper-date .time,
  .twitter-review .wrapper-date .date {
	color: #737373;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: -0.056px;
  }
  .twitter-review .text-x {
	color: #999;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 16.8px */
	letter-spacing: -0.336px;
	margin-top: 10px;
	margin-left: 20px;
  }
  
  .twitter-review .wrapper-review-twitter {
	padding-top: 60px;
  }
  
  /* Blog */
  
  .blog-section .item-blog .image-blog {
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	object-fit: cover;
	height: 300px;
  }
  
  .blog-section .list-blog {
	margin-top: 60px;
  }
  
  .blog-section .item-blog {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 40px;
  }
  
  .blog-section .item-blog .title-blog {
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 33.6px */
	letter-spacing: -0.096px;
  }
  
  .blog-section .item-blog .content-blog {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 23px;
	min-height: 120px;
  }
  
  .blog-section .item-blog .link-blog {
	overflow: hidden;
	color: #5c6ac4;
	text-overflow: ellipsis;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 26px */
	letter-spacing: -0.08px;
	text-transform: lowercase;
  }
  /* End Twitter Review */
  
  /* Creator Review */
  .list-creator-review {
	position: relative;
	padding-bottom: 50px;
  }
  .creator-section .gradient-right {
	background: linear-gradient(80deg, rgba(246, 249, 252, 0) 0%, #f6f9fc 100%);
	position: absolute;
	right: 0;
	height: 100%;
	width: 296px;
	z-index: 2;
  }
  
  .creator-section .gradient-left {
	background: linear-gradient(270deg, rgba(246, 249, 252, 0) 0%, #f6f9fc 100%);
	position: absolute;
	left: 0;
	height: 100%;
	width: 296px;
	z-index: 2;
  }
  .creator-section {
	position: relative;
	padding-bottom: 150px;
  }
  .list-creator-review {
	margin-top: 60px;
  }
  
  .list-creator-review .item-creator {
	display: flex;
	align-items: start;
	gap: 28px;
  }
  
  .list-creator-review .item-creator .wrapper-image {
	position: relative;
  }
  .list-creator-review .item-creator .wrapper-star img {
	width: 18px;
  }
  
  .list-creator-review .item-creator .wrapper-star {
	display: flex;
	gap: 3.6px;
	padding: 10px;
	flex-direction: row;
	align-items: flex-start;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	transform: translate(0%, -50%);
	right: -8%;
	top: 65%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
  }
  
  .list-creator-review .text-review {
	color: #737373;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 20.8px */
	letter-spacing: -0.052px;
  }
  
  .list-creator-review .wrapper-image .image-creator {
	width: 200px;
	height: 194px;
	border-radius: 0px 22px 22px 22px;
  }
  
  .list-creator-review .wrapper-image .wrapper-creator .wrapper-name .name {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
	letter-spacing: -0.384px;
  }
  
  .list-creator-review .wrapper-image .wrapper-creator .wrapper-name {
	display: flex;
	align-items: flex-start;
	gap: 4px;
  }
  
  .list-creator-review .wrapper-image .wrapper-creator .position {
	color: #737373;
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: -0.336px;
  }
  
  .list-creator-review .wrapper-image .wrapper-creator {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
  }
  
  .list-creator-review .wrapper-image {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
  }
  
  /* End Creator Review */
  
  #pagination a {
	color: #7e819a;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-bottom: none;
	padding: 10px;
  }
  
  #pagination a.active {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: #7e80e7;
	color: white;
  }
  
  .wrapper-pagination {
	display: flex;
	justify-content: center;
	width: fit-content;
	padding: 12px 20px;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	border: 1px solid #eaecf7;
	background: #fff;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
  }
  .wrapper-pagination img {
	cursor: pointer;
  }
  
  .center-pagination {
	display: flex;
	justify-content: center;
  }
  
  #pagination {
	display: flex;
	align-items: center;
	gap: 4px;
  }
  
  .item-blog {
	display: none;
  }
  
  @media only screen and (max-width: 992px)
  
  {
	.blog-section .item-blog .image-blog {
	  height: 200px;
	}
	.review-page .card-thirt-party {
	  padding-left:20px;
	  padding-right:20px;
	}
	.creator-section .gradient-left, .creator-section .gradient-right {
	  display: none;
	}
	.list-creator-review .item-creator {
	  flex-direction: column;
	}
	.list-creator-review .item-creator {
	  padding-left: 5%;
	  padding-right: 5%;
	}
	.creator-section {
	  padding-bottom: 100px;
	}
	.list-creator-review .item-creator {
	  align-items: center;
	}
  }
  