
/*@media (min-width: 1366px) {
	.container {
		width: 1300px;
	}
}
@media (min-width: 1480px) {
	.container {
		width: 1410px;
	}
}*/
* {
	min-width: 0;
	min-height: 0;
}
body {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: #f3f3f3;
}


html, body {
    /*height: 100%;*/
    /*overflow-x: hidden;*/
    min-height: 100%;
}
body {
	overflow-x: hidden;
}
::selection {
    background-color: #ff5555;
    color: #ffffff;
}
::-moz-selection {
    background-color: #b59677;
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
    color: #222;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a:hover {
    color: #b59677;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 32px;
}
.tc {
    text-align: center;
}
ul, li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.no-padding {
    padding: 0
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row:before,
.row:after {
    display: none;
}
.ts__08 {
    -webkit-transition: all .8s cubic-bezier(.29, .04, .19, .98);
    -moz-transition: all .8s cubic-bezier(.29, .04, .19, .98);
    -ms-transition: all .8s cubic-bezier(.29, .04, .19, .98);
    -o-transition: all .8s cubic-bezier(.29, .04, .19, .98);
    transition: all .8s cubic-bezier(.29, .04, .19, .98);
}
.ts__03 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@font-face {
    font-family: 'gotham';
	src: url('../fonts/gotham/Gotham-Black.eot?') format('eot'), 
	     url('../fonts/gotham/Gotham-Black.otf')  format('opentype'),
	     url('../fonts/gotham/Gotham-Black.woff') format('woff'), 
	     url('../fonts/gotham/Gotham-Black.ttf')  format('truetype'),
	     url('../fonts/gotham/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'gotham';
    src: url('../fonts/gotham/Gotham-Thin.eot?') format('eot'), 
	     url('../fonts/gotham/Gotham-Thin.otf')  format('opentype'),
	     url('../fonts/gotham/Gotham-Thin.woff') format('woff'), 
	     url('../fonts/gotham/Gotham-Thin.ttf')  format('truetype'),
	     url('../fonts/gotham/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}


.main-content .default.link {
	display: block;
}
.main-content .default.link .image-bg {
	margin-left: auto;
	margin-right: auto;
}
.bg-top{width: 100%;height: 720px;position: absolute;top:0;left: 0;z-index: -1;}
a{outline: none;}
img{	height: auto;max-width: 100%;}
a:hover,a:focus{outline: none;text-decoration: none;}
.logo{padding: 30px 0 0;}
.buy {margin: 25px 0;}
.text-center.buy h2{text-transform:uppercase;margin: 0 0 20px;font-size: 41px;
    color: #fed700;
    font-weight: bold;}
.btn-buy.custom-buy {border-radius: 2px;border-color: #84a017;color: #333;font-weight: 700;padding: 10px 30px;text-transform: uppercase;}
.btn-buy.custom-buy:hover {background: none repeat scroll 0 0 #84a017;color: #ffffff;}
.heading-title {color: #333333; margin: 50px 0;text-transform: uppercase;}
.demo-color-theme{background-color:#eee;margin-top:40px;}
.text_heading{font-weight: 100;font-size: 40px;margin:0;padding:50px 0 0;text-align: center;}
.shop-name{margin: 0 0 10px;font-weight: 900;font-size: 15px;color: #333;text-transform: uppercase;display: block;text-align: center;}
.alothemes-demo{padding: 0 0 68px;padding-top: 30px;}
#quick-edit {
	text-align: center;
}
#speed-site .text_heading, #quick-edit .text_heading {
	padding-bottom: 45px;
}

.default.link{outline: none;}
/*.demo-link{outline: none;background-color: #dbdbdb;color: #333333;border-radius: 2px;cursor: pointer;display: inline-block;height: 35px;line-height: 35px;margin: 0;overflow: visible;padding: 0 20px;text-transform: uppercase;vertical-align: top;width: auto;font-size: 14px;}
.demo-link:hover{background-color: #84a017;color: #ffffff;}*/
.image-bg{background-image: url('../images/bg-macbook.png'); width: 350px;/*height:333px;*/display:block;position: relative;width: 100%;}
.icon-new {background-color: #d6644a; border-radius: 50%;-moz-border-radius: 50%; -webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;color: #ffffff;font-size: 200%;font-weight: bold;height: 100px;line-height: 100px;position: absolute;right: 20px;text-align: center;text-transform: uppercase;width: 100px;top:-35px;z-index:9 ;font-family: 'gotham';}
.image-bg .image-shop-scroll{background-position: center 0;background-repeat: no-repeat;width:322px;height:300px;width: 100%;background-size: cover;display: block;}
.image-bg .image-shop-scroll.image-shop-scroll-5{background-color: #333333;opacity: 0.2; }
.image-bg .image-shop-scroll{transition: all 5s ease-out 0s;-webkit-transition: all 5s ease-out 0s;-moz-transition: all 5s ease-out 0s;-ms-transition: all 5s ease-out 0s;-o-transition: all 5s ease-out 0s;}
.image-bg:hover .image-shop-scroll{background-position: center 100%!important;}
.link:hover .shop-name{color: #df3737!important;}
.footer {background-color: #ffffff; padding: 35px 0;}
.footer address {margin: 0;}
a { color: #4f4f4f; outline: medium none;}
a:hover, a:focus {color: #df3737; outline: medium none;text-decoration: none;}
.btn-preview{
	background-color: #dbdbdb;
	border-radius: 2px;
	color: #333;
	margin-top: 32px;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 30px;
	text-transform: uppercase;
}
.btn-preview:hover{background-color: #84a017;color: #fff;}
#home .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.section-space-padding {
    /*padding: 50px;*/
}
#quick-edit iframe {
	max-width: 100%;
}
#features .feature {
	min-height: 145px;
	/*display: flex;
	align-items: center;*/
}
.section-title {
    margin: 55px auto 50px;
    max-width: 700px;
    width: 100%;
    text-align: center;
}
.section-title h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 43px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section-title p {
    line-height: 25px;
    margin-bottom: 0px;
}
.product-section .section-title {
	margin-top: 75px;
}
.bg-cover {
    background-repeat: no-repeat;
}
.button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 15px 60px;
    display: inline-block;
    margin: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
    border: 2px solid #fed700;
    color: #fed700;
    overflow: hidden;
}
.button-style:hover, .button-style:active, .button-style:focus, .button-blue {
    background: #fed700;
    color: #000;
    border-color: #fed700;
}
.button-blue:hover {
    background: #000 ;
    border-color: #000;
    color: #ffffff;
}
.button-style-dark {
    border: 3px solid #000000 !important;
    color: #000000;
}
span.button {
    margin: 0;
    padding: 8px 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
}
.screenshot-thumb {
    position: relative;
}
.screenshot-thumb:hover .demo-thumbnail {
    opacity:;
}
.overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.screenshot-thumb .overlay a:first-child span {
    left: 0;
    margin-left: 30px;
    right: auto;
    /*transform: translateY(-50%);*/
}

.screenshot-thumb .overlay a:last-child span {
    right: 0;
    margin-right: 30px;
    left: auto;
    /*transform: translateY(-50%);*/
}
.screenshot-thumb .overlay a:last-child span.button-single {
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.screenshot-thumb:hover .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

}
.screenshot-thumb .demo-link {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    top: 0;
    left: 0;
    text-align: center;
}
.screenshot-thumb h3 {
    margin: 30px auto 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}

#homepage h3, #product h3 { 
    margin: 30px auto 60px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}
#homepage h3 a, #product h3 a{color: #222;}
#homepage h3 a:hover, #product h3 a:hover {
	color: #f36;
}
.screenshot-thumb h3 a {
    color: #222;
}
.demo-thumbnail {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    position: relative;
    /* thay height o day*/
    height:265px;
    overflow: hidden;
}
.screenshot-thumb:hover .demo-thumbnail a span{
    background-position: center 100% !important;
}
.demo-thumbnail a{
    display: block;
    width: 100%;
    height: 100%;
}
.demo-thumbnail a span{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
    background-size: cover !important;
    transition: all 5s ease-out 0s;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    /*width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b59677;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
}
/*.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b59677;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b59677;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Home Section and Navigation Menu */

/*.container {
    max-width: 1920px;
    width:  100%;
}*/
.container.boxed {
    max-width: 1440px;
}
.section-space-padding div[class*="col-"] {
    padding: 0 15px;
    text-align: center;
}
.section-space-padding.features-section div[class*="col-"] {
    padding: 0 15px;
}
.home-section {
    height: 100%;
}
.home-section-background {
    position: relative;
    height: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
    z-index: 1;
    min-height: 100vh;
}
.home-section-background:after {
    position: absolute;
    /*background: rgba(0, 0, 0, .7);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.call-to-action {
    padding: 100px 50px;
   /* background: url(../images/landing-background.jpg) top center no-repeat;*/
    background-size: cover;
}
.call-to-action .button {
    margin: 5px 0 0;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.home-section-background .display-table {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.header-text {}
.home-section-background h1 {
    font-size: 50px;
    letter-spacing: 1px;
    margin: 0;
}
.home-section-background p {
/*    color: #f8f8f8;*/
    letter-spacing: 3px;
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.features-section.section-space-padding {
    padding: ;50px 50px 80px;
    background: #fff;
}
.features-icon {
    text-align: center;
    margin: 30px 0 60px;
}
.features-icon i {
    font-size: 60px;
}
.features-icon h3 {
    font-size: 16px;
    font-weight: 600;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header-top-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /*margin-top: -15px;*/
   /* box-shadow: 0 0 3px 0 rgba(0,0,0,.1);*/
}
.header-top-area .container-fluid > .row {
	align-items: center;
}
.logo {
    padding-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logo a {
    /*display: inline-block;*/
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 800;
    font-size: 25px;
    vertical-align: middle;
}
.navigation-menu .menu-nav {
	display: inline-block;
	margin-bottom: 0;
}
.navigation-menu .buy-item {
	display: inline-block;
	
}
.navigation-menu .buy-item a.buy-now {
	padding: 8px 30px;
    border-radius: 50px;
    background: #fed700;
   /* margin-top: -10px;*/
}
.navigation-menu .menu-item {
	display: inline-block;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}
.magento.magento2 img {
	margin-top: 100px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
}
.ripple-wrapper {
	display: none;
}
.navigation-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.navigation-menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}
.navigation-menu li a:hover {
    color: #fed700;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-menu li a.buy-now, .fixed-menu .navigation-menu li a.buy-now {
    padding: 10px 30px;
    border-radius: 50px;
    background: #fed700;
    margin-top: -10px;
}
.navigation-menu li a.buy-now:hover {
    background: #000;
}
.navigation-menu li:hover a.buy-now:after {
    display: none;
}
.nav li a:focus, .nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    margin: 0;
}
.header-top-area .container-fluid {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}*/
.fixed-menu { 
    animation-duration: .45s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100% ;
    top:0;
    background: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    /*border-bottom: 1px solid #ccccb3;*/
}

.fixed-menu .logo {
    padding-top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fixed-menu .navigation-menu li {
    padding: 10px 15px 10px;
    display: inline-block;
}
.fixed-menu .navigation-menu li a {
    color: #000;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.fixed-menu .navigation-menu li a:after {
    content: '';
    height: 2px;
    width: 0;
    left: 0;
    bottom: -3px;
    position: absolute;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.fixed-menu .navigation-menu li:hover a:after, .fixed-menu .navigation-menu li.active a:after {
    width: 100%;
}
.fixed-menu .navigation-menu li a:hover {
    color: #fed700;
}
/*update*/
.nav.navbar-right {padding-top: 18px;}
/* Social Icons */

.social-icon {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}
.social-icon:before, .social-icon:after {
    content: " ";
    display: table;
}
.social-icon:after {
    clear: both;
}
.social-icon li {
    display: inline-block;
    margin: 0px 4px;
}
.social-icon li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 4px;
    font-size: 30px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}
.social-icon li a:hover {
    box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}
.social-icon li a .fa {
    line-height: inherit;
}
.facebook {
    background-color: #3b5998;
}
.twitter {
    background-color: #1da1f2;
}
.google-plus {
    background-color: #dd4b39;
}
.instagram {
    background-color: #464545;
}
.linkedin {
    background-color: #0077b5;
}
.pinterest {
    background-color: #bd081c;
}
.youtube {
    background-color: #cd201f;
}
.vimeo {
    background-color: #1ab7ea;
}
.dribbble {
    background-color: #ea4c89;
}
.behance {
    background-color: #1769ff;
}
.flickr {
    background-color: #ff0084;
}
.tumblr {
    background-color: #35465c;
}
.foursquare {
    background-color: #f94877;
}
.github {
    background-color: #333333;
}
.skype {
    background-color: #00aff0;
}

/* Footer */

.footer-section {
    background: #000;
    padding: 80px 0px;
    color: #f8f8f8;
}
.footer-section p {
    font-size: 14px;
}
.footer-section a {
    color: #ffffff;
}
.footer address {
	text-align: center;
}
#review h2.title strong {
	font-weight: 500;
}
.feature-text h4{padding: 0;margin:0;font-weight: 600;line-height: 1.2;font-size: 16px;}
.feature-text span{color: #999;font-size: 14px;}
/* Scroll To Top */

.scroll-to-top {
    background-color: #b59677;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 999;
    border-radius: 3px;
    display: none !important;
}
.scroll-to-top:hover, .scroll-to-top:focus {
    opacity: 0.8;
    color: #ffffff;
}
.margin-top-20 {
    margin-top: 20px !important;
}

/*new update*/
/* Core Feature ======================================*/
.features,.demo-home{background-color:#f3f6f7;}
.features{padding-top: 140px;padding-bottom: 140px;}
.theme-alo{min-height: auto;}
.bg-images{overflow: hidden;}
.core-feature .content h3{font-size: 20px;color: #292929;padding: 18px 0 8px;}
.feature{float: left;text-align: left;width: 100%;margin-bottom: 30px;position: relative;padding: 30px 20px 20px;background-color: #fff;border: 1px solid rgba(0,0,0,0.15);min-height: 120px;}
.feature .icon{float:left;margin: 0 0 0; font-size: 64px;}
.feature-text{padding-left:80px;}

.feature .fa{border-radius: 50%;color: #bdcccf;display: block;float: left;font-size: 60px;font-style: normal;height: 80px;line-height: 80px;text-align: center;width: 80px;}

.text-bigger { font-size: 24px}
#homepage {background: #f3f3f3;}
#shop {background: #f3f3f3;}
#product {background: #f3f3f3;}
.heading-title-features {margin-top: 80px;}

.theme-customization-first { padding-top: 180px;}
.heading-title-features-more {margin-bottom: 55px;}
.container-padding .img-responsive.img-center {display: inline-block;}
.img-center {text-align: center;}



/*Customer reviews*/

.heading-title-customer-reviews {margin-bottom: 55px;}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #b59677;
  border: none;
  margin-bottom: 30px;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}



.text-right {text-align: right; font-style: italic;}
.customer-img {margin: 0 auto}

.section-title.tc h2, .title.heading-title-features, .title.heading-title-customer-reviews {color: #333e48;}
.higher-line-height {line-height: 35px;}
.title.heading-title-features.text-center {margin-top: 60px;}
.headerlayout-a {margin-bottom: 20px;}
.icon-new {background-color: #82b440;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    top: -35px;
    z-index: 9;
}
.call-to-action .h2-bigger {
	font-size: 38px; 
	font-weight: bold;
}

.two-btn span.button {
    position: static;
    transform: none;
}
.two-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.two-btn > a + a {
    margin-left: 20px;
}



/* Responsive */

@media only screen and (max-width: 1440px) {
    span.button {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1366px) {
    span.button {
        padding: 8px 37px;
    }
}
@media only screen and (max-width: 1199px) {
	.navigation-menu .buy-item a.buy-now {
		padding: 8px 20px;
	}
	.navigation-menu .menu-item {
		padding: 30px 13px;
	}
	.fixed-menu .navigation-menu li {
		padding: 10px 13px 10px;
	}
}
@media only screen and (max-width: 1024px) {
    /*.section-space-padding {
        padding: 30px 30px 0;
    }*/
    .section-space-padding div[class*="col-"] {
        padding: 0 15px;
    }
    .hide-sm {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation-menu li a {
        font-size: 12px;
    }
    .fixed-menu .navigation-menu li a {
        font-size: 12px;
    }
    .fixed-menu .logo {
        /*padding-top: 18px;*/
    }
    .fixed-menu .navigation-menu li {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 991px) {
	.home-section-background h1 {
		font-size: 45px;
	}
	.section-title h2 {
		font-size: 32px;
	}
	#review h2.title {
		font-size: 24px;
	}
	.navigation-menu .navbar-toggle {
		display: inline-block;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-collapse {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
        position: absolute;
        top: 100%;
        top: 56px;
        z-index: 99;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        /*transition: all 300ms;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -ms-transition: all 300ms;*/
        right: 0;
        max-width: 100%;
    }
    .navbar-collapse.collapse {
        width: 250px !important;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse.collapse.in {
        opacity: 1;
        visibility: visible;
    }
	/*.navbar-collapse.collapse {
		display: none !important;
		position: absolute;
		height: auto !important;
	}*/
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navigation-menu .menu-nav {
		padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.navigation-menu .menu-item {
		padding: 5px 15px;
	}
	.fixed-menu .navigation-menu li {
		padding: 5px 15px;
	}
    .footer-section p {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
	html {
		/*overflow-x: hidden;*/
	}
	.col-product {
		width: 100%;
	}
	.magento.magento2 img {
		margin-top: 45px;
		margin-bottom: 35px;
	}
	.main-content > .container > .row .col-home + .col-home {
		margin-top: 40px;
	}
	.section-space-padding div[class*="col-"] {
		width: 100%;
	}
	.product-section .col-product {
		width: 100%;
	}
	.display-table .text-center {
		width: 100%;
	}
	.header-top-area .display-table .text-center {
		font-size: 13px;
	}
	.button {
		padding: 8px 30px;
	}
    .navbar-toggle .icon-bar {
        background: #000;
    }
    .fixed-menu .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-toggle {
        margin-right: 0px;
       /* margin-top: -30px;*/
    }
    .navbar {
        min-height: 0px;
    }
    .navigation-menu {
        /*margin: 15px -15px;*/
    }
    .navigation-menu li, .fixed-menu .navigation-menu li {
        padding: 0;
    }
    .navigation-menu li a {
        padding: 11px 15px;
    }
    .navigation-menu li a:after {
        display: none;
    }
    .navigation-menu li a:hover, .navigation-menu li.active a {
        color: #b59677;
    }
    .fixed-menu .navigation-menu li a:hover {
        color: #b59677;
    }
    .fixed-menu .navigation-menu li a {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-toggle {
        /*margin-top: -30px;*/
    }
    .navbar-collapse {
        /*background: rgba(0, 0, 0, .9);*/
    }
    .fixed-menu .navbar-collapse {
        /*background: rgba(0, 0, 0, .9);*/
    }
    .home-section-background {
        padding-top: 80px;
    }
    .home-section-background h1 {
        font-size: 22px;
    }
    .section-title h2 {
        font-size: 35px;
    }
    .testimonial-word {
        padding: 0;
    }
    .testimonial-carousel-list {
        margin-top: 0px;
    }
    .statistics-center {
        margin-left: 20%;
    }
    .call-to-action h2 {
        font-size: 18px;
        line-height: 35px;
    }
    .contact-us-detail {
        margin-bottom: 30px;
    }
    .section-space-padding {
        padding: 30px 15px 0;
    }
    .call-to-action.section-space-padding {
        padding: 50px 15px;
    }
    .call-to-action.section-space-padding p {
        font-size: 12px;
        line-height: 20px;
    }
    .call-to-action .button {
        padding: 10px 45px;
        font-size: 14px
    }
    .section-space-padding div[class*="col-"] {
        padding: 0;
    }
    .fixed-menu .logo {
        /*padding-top: 10px;*/
    }
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .social-icon li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .home-section-background p {
        
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .section-title h2 {
        font-weight: 500;
    }
    .section-title p {
        font-weight: 300;
        font-size: 12px;
    }
    .home-section-background h1 {
        font-size: 17px;
    }
    .home-section-background p {
        font-size: 12px;
    }
    .header-text .margin-top-20 {
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 480px) {
	.magento.magento2 img {
		max-width: 100%;
	}
	blockquote {
		font-size: 14px;
	}
	#review h2.title {
		font-size: 21px;
	}
	.call-to-action .h2-bigger {
		font-size: 32px;
	}
	.footer address {
		font-size: 14px;
	}
    .button {
        padding: 10px 35px;
        font-weight: 600;
        font-size: 10px;
    }
    .button-style:before {
        display: none;
    }
    .navigation-menu li a {
	    padding: 3px 0;
	}
	.navbar-collapse {
		max-width: none;
	}
}
@media only screen and (max-width: 360px) {
	.magento.magento2 img {
		margin-top: 20px;
		margin-bottom: 29px;
	}
	.text_heading {
		font-size: 20px;
	}
	.button {
		margin-left: 0;
		margin-right: 0;
	}
	.section-title h2 {
		font-size: 20px;
	}
	.feature-text h4 {
		font-size: 14px;
	}
	.feature-text span {
		font-size: 13px;
	}
	#homepage h3, #product h3 {
		font-size: 16px;
	}
	.header-text {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.header-text .button-style {
		width: 100%;
	}
}

