.breadcrumb {
	position: relative;
	width: 100%;
	text-align: right;
}
.breadcrumb.fixed {
	position: absolute;
}
.breadcrumb.fixed.totop {
	top: 95px;
	z-index: 1;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0;
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block;
}
.breadcrumb ol li:not(:last-child):after{
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	margin:0 5px;
    color: #fff;
}
.breadcrumb, .breadcrumb a {
	color: #fff;
}
.breadcrumb.white, .breadcrumb.white a {
	color: #fff;
}
.global-hero {
	background-image:url("../jpg/sell-tshirts-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: initial;
    box-shadow: none;
    padding-top: 91px;
}
section.inpage-form-container.inpage-form-bottom {
	padding-bottom: 80px;
}
.grey{
    background:#f2f3f6;
}
.dark-grey{
    background:#e5e6e7;
}
section{
    padding:50px 0;
}
.global-hero h2 {
    margin-top: 70px;
}
h2{
    margin-bottom:20px;
}
.start-store-left {
    float: left;
    width: 70%;
    margin-top: 65px;
}
.start-store-right {
    float: right;
    width: 30%;
    text-align: center;
}
.pt-text-right {
    float: right;
    width: 50%;
}
.pt-image-left {
    float: left;
    width: 50%;
    margin-top: 30px;
}
.pt-text-left{
    float:left;
    width: 50%;
}
.pt-image-right {
    float: right;
    width: 50%;
    margin-top: 30px;
    text-align: right;
}
.pt-holder h3{
    font-weight:400;
}
.pt-holder {
    margin: 20px 0;
}
ul.check li:before {
    content:url("../png/check-21.png");
    position: absolute;
    left: -40px;
}
ul.check li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}
ul.cancel li:before {
    content:url("../png/cancel.png");
    position: absolute;
    left: -40px;
}
ul.cancel li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}
.pt-holder p{
    margin:15px 0;
}
.tools-holder {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}
.tools-holder.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.ex-left {
    float: left;
    width: 16%;
    padding-top: 10px;
    text-align: center;
}
.ex-right {
    float: right;
    width: 82%;
}
.tools-holder h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.tools {
    margin-top: 50px;
}
.tools .tools-holder:last-child{
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section.inpage-form-container {
    background-color: #fff;
    padding: 30px 0 40px;
    border-top: none;
    border-bottom: none;
}
section.sucess {
    padding: 50px 0;
}
.sucess h2{
	text-align:center;
	margin-bottom: 5px;
}
.sucess h3{
	text-align:center;
}
.story-image {
    background: #f2f3f6;
    padding: 30px;
    float: left;
    width: 31%;
    margin: 1.1%;
    border: 1px solid #d7d7d7;
}
.sucess-stores {
    margin-top: 50px;
}
section.sucess.grey {
    background: #f9f9fa;
}
.video-holder {
    max-width: 585px;
    margin: auto;
    margin-bottom: 25px;
}
.logoup p{
    max-width: 585px;
    margin: auto;
}
.logoup{
    text-align:center;
}
.matrix-text {
    float: left;
    width: 50%;
    margin-top: 95px;
}
.matrix-image {
    float: right;
    width: 47%;
}
.matrix-image img{
    max-width: 100%;
}
.features .container1170 > h2,
.themes .container1170 > h2{
    margin-bottom:5px;
    text-align: center;
}
.themes .container1170 > h3{
    margin-bottom:25px;
    text-align: center;
}
.features .clearfix{
    margin-top:40px;
}
.customizer-image {
    float: left;
    width: 50%;
}
.customizer-text {
    float: right;
    width: 59%;
    margin-top: 100px;
}
.customizer-image {
    float: left;
    width: 40%;
    
}
.integration-text {
    float: left;
    width: 50%;
    margin-top: 65px;
}
.integration-image {
    float: right;
    width: 46%;
}
.integration-image img{
    max-width: 100%;
}
.themes-text {
    max-width: 585px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.getstarted h2{
    text-align:center;
}
.gt-text ul li{
    list-style:none;
    margin-bottom: 20px;
    position: relative;
}
.gt-text ul li h3{
    font-size: 20px;
    font-weight: bold;
}
.gt-text ul li:before {
    content:url("../png/check-21.png");
    position: absolute;
    left: -40px;
    top: 10px;
}
section.everything-3dcart {
    text-align: center;
}
section.faq-section {
    background-color: #fff;
    padding: 30px 0 80px;
	border-top: 1px solid #e7e8ec;
}
section.faq-section h2 {
	text-align: center;
	margin-bottom: 30px;
}
.faqs {
	background-color: #fff;
	border: 1px solid #e7e8ec;
	border-radius: 4px;
}
.faq {
	border-bottom: 1px solid #e7e8ec;
}
.faq:last-child {
	border-bottom: none;
}
.faq-question {
    padding: 20px 40px 20px 25px;
    font-weight: bold;
    cursor: pointer;
	position: relative;
	-webkit-transition: height 250ms; /* Safari */
    transition: height 250ms;
}
.faq-answer {
    padding: 0 100px 30px 25px;
    text-align: justify;
	display: none;
	margin-top: 10px;
}
.faq-question:after {
    content: "+";
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #2a2d32;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.faq.active .faq-question:after {
	 content: "-";
	 background-color: #27ae60;
}
.faq-question:hover:after {
	background-color: #27ae60;
}
.faq-question:hover {
	color: #27ae60;
}
ul.cancel {
    padding-right: 20px;
}
.padding20{
    padding-right:45px;
}
@media(max-width: 1199px) {
    img{
        max-width:100%;
    }
    .matrix-text {
        margin-top: 35px;
    }
    .matrix-text h2{
        font-size:36px;
    }
    .integration-text {
        margin-top: 20px;
    }
    
}


@media(max-width: 1023px) {
    .global-hero {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .global-hero {
        padding-top: 91px;
    }
    .start-store-left {
        margin-top: 50px;
    }
    .pt-text-right,.pt-text-left {
        float: none;
        width: 100%;
    }
    .pt-holder h3 {
        font-weight: 600;
    }
    .pt-image-left,.pt-image-right {
        float: none;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    ul.cancel {
        padding-right: 0;
    }
    .matrix-text,.customizer-text,.integration-text {
        margin-top: 0;
        width: 100%;
        float: none;
    }
    .matrix-image,.customizer-image,.integration-image {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .padding20 {
        padding-right: 0;
    }
}

@media(max-width:767px){
	.breadcrumb ol {
		text-align: left;
	}
    .ex-left {
        float: none;
        width: 100%;
        padding-top: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .ex-right {
        float: none;
        width: 100%;
    }
    .sucess h2 {
        font-size: 25px;
    }
    section.faq-section h2 {
    	font-size: 26px;
	}
	.faq-answer {
		padding: 0 25px 30px 25px;
	}
    .gt-text ul{
        padding:0;
    }
    .gt-text ul li:before{
        display:none;
    }
    .matrix-text h2 {
        font-size: 28px;
    }
    .global-hero h2 {
        margin-top: 45px;
    }
    .breadcrumb ol {
        text-align: right;
    }
    .start-store-left {
        margin-top: 0;
        float: none;
        width: 100%;
    }
    .start-store-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .pt-holder h4{
        font-size:16px;
    }
    .story-image {
        padding: 20px;
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .inpage-form-container img{
        height:auto;
    }
}	
