/**
* The stylesheet for displaying on mobile device.
*
* @package Velo
* @author  SunriseTheme
* @link	http://www.sunrisetheme.com
*/

/*------------------------------------------------------------------
[Table of contents]

1. Min Screen 1400px
2. Max Screen 1280px
3. Max Screen 1170px
4. Max Screen 1024px
5. Screen between 800px to 900px
6. Max Screen 800px
7. Max Screen 767px
8. Screen between 568px to 767px 
9. Max Screen 568px
10. Max Screen 320px

-------------------------------------------------------------------*/

@media only screen and (min-width:1200px) {
.woocommerce .cart .quantity input.qty {
    height: 100px;
    width: 110px;
}   
.woocommerce .cart .quantity {
    width: 92px;
}
}

/*--------------------------------------------------------------
	1. Max Screen 1400px
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) {
	.tp-rightarrow.default {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
	2. Max Screen 1280px
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px){
	.circle-bg {
		background-image: none;
		height: auto!important;
		min-height: 100% !important;
	}
	.circle-center{
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);

	}
}

@media only screen and (max-width: 1280px){
	.k2t-header-mid .k2t-menu li:nth-last-child(2) ul li ul {
		left: -190px
	}
}
@media only screen and (max-width: 1280px){
	.k2t-header-mid .k2t-menu li:nth-last-child(2) ul li ul {
		left: -190px
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1275px){
	.k2t-header-mid .k2t-menu > li > a{
		padding: 0 19px;
	}
}
/*--------------------------------------------------------------
	3. Max Screen 1170px
--------------------------------------------------------------*/
@media only screen and (max-width: 1170px){
	.k2t-header-mid .k2t-menu > li > a {
		padding: 0 15px;
		font-size: 70%;
	}
.woocommerce .quantity {
    position: relative;
    text-align: center;
    padding: 20px 0px 20px 0;
}
}

/*--------------------------------------------------------------
	4. Max Screen 1024px
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	/*----------- 2.1 Container -----------*/
	.k2t-container {
		width: 100%;
	}
	.vc_row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.k2t-info,
	.k2t-not-found,
	.vc_row > div > .wpb_column,
	.vc_row > div > div > .wpb_column {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_row .vc_row .wpb_column,
	.vc_row > div > .wpb_column.mobile-nopadding,
	.vc_row > div > div > .wpb_column.mobile-nopadding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/*----------- 2.5 Menu -----------*/
	.k2t-header-mid {
		min-height: 60px;
	}
	.k2t-header-mid .k2t-menu > li > a,
	.k2t-header-mid .h-element,
	.k2t-logo {
		line-height: 60px;
	}
	.k2t-header > div {
		padding: 0 15px;
	}
	.k2t-header-mid .k2t-menu li ul {
		top: 60px;
	}
	.k2t-header-mid .k2t-logo img {
		max-height: 44px;
	}
	.k2t-header-mid .k2t-menu > li > a .k2t-menu-notice {
		display: none;
	}

	/*----------- 2.6 Portfolio Free Style -----------*/
	.isotope-gallery .isotope-selector,
	.isotope-gallery .isotope-selector.width-2 {
		width: 33.33% !important;
	}

	.portfolio-gallery .isotope-gallery .isotope-selector,
	.portfolio-gallery .isotope-gallery .isotope-selector.width-2 {
		width: 20% !important;
	}
	.k2t-header-mid .k2t-wrap .k2t-row.jjjjjj {
    display: flex;
    justify-content: space-between;
}
}

/*--------------------------------------------------------------
	6. Max Screen 800px
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) {

	.k2t-header-mid .k2t-menu > li a i {
		margin-right: 3px
	}
	.k2t-header-mid .k2t-menu > li > a {
		padding: 20px 10px 20px 8px;
	}

	/*----------- 2.2 Header -----------*/
	.k2t-header > *:not(.k2t-header-m),.k2t-header-m .custom-login {
		display: none;
	}
	.woocommerce-checkout .main-menu-m {
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-checkout .main-menu-m .k2t-logo-m {
    flex: 0 0 30%;
}
.woocommerce-checkout .main-menu-m .k2t-right-m {
    flex: 0 0 55%;
}
.woocommerce-checkout .main-menu-m .k2t-right-m {
    justify-content: flex-end !important;
    align-items: flex-end !important;
    padding-bottom: 5px;
}
.woocommerce-checkout .main-menu-m a.k2t-logo {
    padding-left: 0;
}
	.k2t-header {
		padding-top: 0;
	}
	.header-sticky .k2t-header {
		height: auto !important;
	}
	.k2t-header-m {
		display: inline-block;
		position: absolute;
		z-index: 10000;
		width: 100%;
		background: #fff !important;
		padding-top: 8px;
	}

	.k2t-header-m > div {
		width: 33.3%;
		float: left;
	}
	.k2t-header-m .k2t-logo-m {
		text-align: center;
	}
	.k2t-right-m {
		text-align: right;
	}

	.k2t-right-m > div {
		position: relative;
		display: inline-block;
 	}

 	.k2t-right-m a {
 		color: #959595;
 	}

	.k2t-body {
		padding-top: 68px;
	}
	.k2t-header-m .custom-login {
		margin-top: -5px;
	}

	
	body {
		right: auto;
		left: 0;
	}
	body.nav-is-visible,
	body.nav-is-visible .k2t-header-m {
		left: 260px;
	}

	/* Is active mobile menu on admin
		---------------------------- */
	.admin-bar .mobile-menu-wrap{
		margin-top: 32px;
	}
	/* ============================= Menu Mobile ============================== */
	#searchID.search-box,
	.k2t-header-top .custom-login,
	.sk-mail{
		display: none;
	}
	.k2t-header .k2t-header-top .k2t-row [class*="col-"] .h-element{
		margin-left: 0;
	}
	.k2t-header .k2t-header-top .k2t-row > [class*="col-"]:last-child{
		padding: 0 20px;
	}
	.k2t-header .k2t-row > [class*="col-"]:last-child{
		padding-top: 15px !important;
	}
	.k2t-header .k2t-menu > li {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile {
	    display: inline-block;
	    display: block;
	    padding: 0 10px;
	    position: relative;
	    z-index: 10;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile:before,
	.k2t-header .k2t-header-m .top-main-menu-mobile:after {
	    content: " ";
	    display: table;
	}76
	  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
	    clear: both;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile > * {
	    height: 40px;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info {
	    font-size: 14px;
	    width: 70%;
	    float: left;
	    text-transform: uppercase;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info p {
	    margin-bottom: 0;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right {
	    width: 30%;
	    float: left;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart {
	    padding-right: 3px;
	    -webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	    -o-transform: translateY(-2px);
	    transform: translateY(-2px);
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child .shop-item,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart .shop-item {
	    top: 44px;
	}

	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social {
	    display: inline-block;
	    position: relative;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share {
	    top: 100%;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share ul,
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share ul {
	    opacity: 1;
	    width: 400px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share {
	    position: absolute;
	    top: 0;
	    right: 0;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover {
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	  }
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover ul {
	    opacity: 1;
	    height: 40px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul {
	    background: #fff;
	    padding: 2px !important;
	    width: 0;
	    opacity: 0;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul:hover {
	    opacity: 1;
	    width: 400px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li {
	    height: 40px;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a {
	    padding: 0;
	    width: 40px;
	}
	.k2t-header .k2t-header-m > div {
	    width: 100%;
	}
    .k2t-header .k2t-header-m .main-menu-m {
        display: flex;
    }
    .k2t-shop-m img {
    width: 38px;
}
body.peacebicycles .k2t-header .shop-cart span.cart {
    position: absolute;
    bottom: -10px;
    left: 7px;
    font-size: 10px;
    text-transform: uppercase;
}
a.m-trigger span, .k2t-shop-m a span, a.cart-control span {
    position: absolute;
    bottom: -10px;
    line-height: 0;
    font-size: 10px;
}
a.m-trigger, .k2t-shop-m a, a.cart-control {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
    position: relative;
}
	.k2t-header .k2t-header-m .main-menu-m:before,
	.k2t-header .k2t-header-m .main-menu-m:after {
	    content: " ";
	    display: table;
	}
	.k2t-header .k2t-header-m .main-menu-m:after {
	    clear: both;
	}
.k2t-header .k2t-header-m .main-menu-m > div {
    float: left;
    line-height: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
}
.peacebicycles .k2t-header .k2t-logo {
    padding-right: 15px;
    padding-left:20px;
}
.k2t-header .k2t-header-m .main-menu-m > div:last-child {
    padding-right: 0;
}
	.k2t-header .k2t-header-m .shop-cart{
		margin: 0 0px;
	}
	.k2t-header .k2t-header-m .k2t-menu-m {
	    height: auto;
	    width: 16.66666667%;
	}
	.k2t-header .k2t-header-m .k2t-menu-m .hamburger.is-active {
	    z-index: 9;
	    /*-webkit-transform: translateY(-43px);*/
	    /*-ms-transform: translateY(-43px);*/
	    /*-o-transform: translateY(-43px);*/
	    /*transform: translateY(-43px);*/
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m .k2t-menu-m .hamburger .hamburger-box > * {
	    -webkit-transition: all 0.6s ease 0s;
	    -moz-transition: all 0.6s ease 0s;
	    -o-transition: all 0.6s ease 0s;
	    transition: all 0.6s ease 0s;
	}
.k2t-header .k2t-header-m .k2t-logo-m {
    width: 66.66666667%;
    text-align: left;
    justify-content: flex-start !important;
}
	body .k2t-header .k2t-header-m .k2t-logo-m img {
	    display: block;
	    max-height: 80px;
	    margin: 0 auto;
	    padding-top: 0px;
	}
body .k2t-header .k2t-header-m .k2t-logo-m img {
    padding-top: 0px;
}	
	.k2t-header .k2t-header-m .k2t-right-m {
	    width: 16.66666667%;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .k2t-right-m > div {
	    display: inline-block;
	}
	  .k2t-header .k2t-header-m .k2t-right-m .cart-control {
	    line-height: 216%;
	}
	.k2t-header .k2t-header-m .k2t-right-m .cart-control i {
	    line-height: 168%;
	    -webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    transform: translateY(0px);
	}
		.k2t-header .shop-cart .cart-control i {
        	color: #272727;
        }
        .k2t-header .shop-cart .cart-control {
        	font-size: 24px;
        	color: #000;
        }
        .hamburger--slider .hamburger-inner {
    top: 2px;
    right: 9px;
}
	.k2t-header .k2t-header-m .k2t-right-m i {
	    color: #000;
	}
	.k2t-header .k2t-header-m .k2t-right-m i:hover {
	    color: #fff;
	}
	.k2t-header .m-trigger .hamburger {
	    padding: 0;
	}
	.k2t-header .m-trigger .hamburger-box {
	    height: 13px;
	}
	.k2t-header .m-trigger .hamburger-box:hover .hamburger-inner,
	.k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:before,
	.k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:after {
	    background: #252525;
	}
	.k2t-header .m-trigger .hamburger-inner,
	.k2t-header .m-trigger .hamburger-inner:before,
	.k2t-header .m-trigger .hamburger-inner:after {
	    background: #000 !important;
	    border-radius: 4px;
	    height: 3px;
	    width: 22px;
	  }
	.k2t-header .m-trigger .hamburger-inner:before {
	    top: 8px;
	  }
	.k2t-header .m-trigger .hamburger-inner:after {
	    top: 16px;
	}
	.k2t-header .m-trigger .hamburger.is-active .hamburger-inner:after {
	    top: 20px;
	}
	.k2t-header .k2t-header-m {
	    display: block;
	    padding:10px 0;
	}
.k2t-header .k2t-header-m .main-menu-m .k2t-menu-m, .k2t-header .k2t-header-m .main-menu-m .k2t-shop-m, .k2t-header .k2t-header-m .main-menu-m .k2t-right-m {
    margin-top: -7px;
    line-height: normal;
}
	.k2t-header .k2t-header-m .mobile-menu-wrap {
	    background: #fff;
	    position: fixed;
	    top: 0;
	    left: -260px;
	    height: 100%;
	    width: 260px;
	    overflow-y: scroll;
	    -webkit-transition: all 0.3s ease 0.3s;
	    -moz-transition: all 0.3s ease 0.3s;
	    -o-transition: all 0.3s ease 0.3s;
	    transition: all 0.3s ease 0.3s;
	    z-index: 999;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap.active {
	    left: 0;
	    -webkit-transition: all 0.3s ease 0.3s;
	    -moz-transition: all 0.3s ease 0.3s;
	    -o-transition: all 0.3s ease 0.3s;
	    transition: all 0.3s ease 0.3s;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger {
	    position: absolute;
	    top: -2px;
	    left: 18px;
	    z-index: 999;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger.is-active {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle {
	    display: block;
	    margin-top: 15px 0 30px;
	    padding-left: 6px;
	    padding-right: 20px;
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle i {
	    font-size: 24px;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu {
	    overflow: hidden;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu > *:first-child:last-child {
	    float: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist {
	    float: left;
	    width: 50%;
	    padding-right: 18px;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a {
	    color: #a9a9a9;
	    display: block;
	    font-size: 20px;
	    margin: 0 auto;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:active,
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:hover {
	    color: #bdb099;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login {
	    float: left;
	    width: 50%;
	    text-align: right;
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a {
	    color: #a9a9a9;
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0 auto;
	    padding-right: 19px;
	    text-align: center;
	    text-transform: uppercase;
	    font-family: "Montserrat";
	}
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:active,
	.k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:hover {
	    color: #bdb099;
	}
	.k2t-header .k2t-header-m ul,
	.k2t-header .k2t-header-m ol {
	    list-style: none;
	    margin-left: 0;
	    padding-left: 0;
	}
	.k2t-header .k2t-header-m ul > li,
	.k2t-header .k2t-header-m ol > li {
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m ul > li a,
	.k2t-header .k2t-header-m ol > li a {
	    padding-left: 20px;
	    padding-right: 30px;
	}
	.k2t-header .k2t-header-m ul ul > li,
	.k2t-header .k2t-header-m ol ul > li {
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m ul ul > li a,
	.k2t-header .k2t-header-m ol ul > li a {
	    padding-left: 40px;
	}
	.k2t-header .k2t-header-m ul ul ul > li a,
	.k2t-header .k2t-header-m ol ul ul > li a {
	    padding-left: 60px;
	}
	.k2t-header .k2t-header-m .mobile-menu {
	    padding-left: 0;
	    max-width: 260px;
	}
	.k2t-header .k2t-header-m ul {
	    padding-left: 0;
	}
	.k2t-header .k2t-header-m ul li {
	    position: relative;
	    margin-bottom: 1px;
	}
	.k2t-header .k2t-header-m ul li .wrap-link-item {
	    position: relative;
	}
	.k2t-header .k2t-header-m ul li .wrap-link-item:hover > a {
	    background: #bdb099;
	    color: #fff !important;
	}
	.k2t-header .k2t-header-m ul li .wrap-link-item:hover .open-sub-menu:before {
	    color: #fff !important;
	}
	.k2t-header .k2t-header-m ul li.active > .wrap-link-item a,
	.k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item a {
	    color: #bdb099;
	}
	.k2t-header .k2t-header-m ul li.active > .wrap-link-item:hover a,
	.k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item:hover a {
	    color: #fff !important;
	}
	.k2t-header .k2t-header-m ul li a {
	    display: inline-block;
	    color: #252525;
	    font-size: 14px;
	    min-height: 40px;
	    line-height: 40px;
	    width: 100%;
	    text-transform: uppercase;
	    font-family: "Montserrat";
	}
	.k2t-header .k2t-header-m ul li a:hover {
	    background: #bdb099;
	    color: #fff;
	}
	.k2t-header .k2t-header-m ul.mobile-menu > li > .wrap-link-item a {
	    font-size: 16px;
	    min-height: 40px;
	    line-height: 40px;
	}
	.k2t-header .k2t-header-m ul.sub-menu {
	    display: none;
	    margin-top: 1px;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item:hover .open-sub-menu,
	.k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item .open-sub-menu{
		border: 1px solid #bdb099;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item:hover .open-sub-menu{
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 9px;
	}
	.k2t-header .k2t-header-m a,
	.k2t-header .k2t-header-m a:before{
		webkit-transition: none;
	    -moz-transition: none;
	    -ms-transition: none;
	    -o-transition: none;
    	transition: none;
	}
	
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu {
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 0;
	    width: 12px;
	    height: 12px;
	    line-height: 8px;
	    margin-right: 20px;
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	    text-align: center;
	    border: 1px solid #bdb099;
	    cursor: pointer;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:before {
	    color: #bdb099;
	    display: inline-block;
	    content: '\f107';
	    font-family: 'FontAwesome';
	    font-size: 13px;
	    text-rendering: auto;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu.active:before {
	    -webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	.k2t-header .k2t-header-m ul .menu-item-has-children.current-menu-ancestor > .wrap-link-item .open-sub-menu:before,
	.k2t-header .k2t-header-m ul .menu-item-has-children:hover > .wrap-link-item .open-sub-menu:before {
	    color: #bdb099;
	}

	.k2t-info .k2t-row [class*="col-"] {
		width: 100%;
		float: none;
		text-align: center;
	}
	.k2t-info .widget_nav_menu {
		text-align: center;
	}

	/*----------- 2.4 Mobile element -----------*/
	.open-sidebar {
		margin: 0;
	}

	.k2t-body section.container > #main, .k2t-body section.container > div.k2t-shop-sidebar{
		width: 100%;
		clear: both;
		padding-right: 0;
	}
	.right-sidebar .k2t-blog,
	.left-sidebar .k2t-blog,
	.right-sidebar .k2t-main,
	.left-sidebar .k2t-main,
	.k2t-body .k2t-sidebar,
	.archive .k2t-main {
		width: 100% !important;
	}
	.k2t-bottom .col-3 {
		min-height: 300px;
	}
	.b-masonry [class*="column-"] .grid-sizer {
		width: 50%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry {
		width: 48%;
	}
	.k2t-bottom .k2t-row {
		margin: 0 5px;
	}
	.wpcf7 .wpcf7-form > p{
		margin-bottom: 25px;
	}
	.k2t-member .team-avatar {
		height: auto;
	}

	/* Blog */

	.k2t-blog {
		padding: 20px;
	}

	/* TitleBar */
	
	.k2t-title-bar.parallax { 
		background-size: cover; 
		background-attachment: scroll ! important; 
	}

	/* Footer */
	.k2t-main ul.info-footer {
		text-align: center !important;
	}
	
.k2t-header .shop-cart .cart-control span {
	width: 20px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
body.peacebicycles .k2t-header .shop-cart {
	top:0px;
	right: 0px;
}	
.woocommerce .quantity {
    padding: 20px 0px 20px 0;
}
}

/*@media all and(max-width: 800px) {

.k2t-header .k2t-header-m .m-trigger .hamburger-inner::after {
	top: 16px;
}
.k2t-header .k2t-header-m .m-trigger .hamburger-inner::before {
	top: 8px;
}
.k2t-header .shop-cart .cart-control span {
	width: 20px;
	height: 20px;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
.peacebicycles .k2t-header .shop-cart {
	top: 9px;
	right: 4px;
}
}*/

/*--------------------------------------------------------------
	7. Max Screen 767px
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
div#popup1 .row, .k2t-main.page .row {
    width: 100%;
    margin: 20px 0;
}
	.hide-mobile{
		display: none;
	}
	.wpb_wrapper > .vc_row {
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}
	.wpb_wrapper > .vc_row .wpb_column {
		margin-bottom: 10px !important;
	}
	.wpb_wrapper > .vc_row.no-margin-bottom {
		margin-bottom: 0px !important;
	}
	/* Footer */
	.k2t-footer .k2t-info #footer-menu {
		margin-top: 10px;
		float: none;
		display: inline-block;
	}
	.null-instagram-feed ul li {
		width: 33.33333%;
	}
	.portfolio-carousel.style-2 .owl-carousel {
		width: calc(100% - 99px);
		width: -webkit-calc(100% - 99px);
		width: -moz-calc(100% - 99px);
	}
	.portfolio-carousel.style-2 .view-more {
		right: 29px
	}
	.vc_row > div > div > .wpb_column.portfolio-box {
		padding: 0 ! important
	}
	/* PORTFOLIO FREE STYLE */
	.isotope-gallery .isotope-selector,
	.isotope-gallery .isotope-selector.width-2,
	.portfolio-gallery.isotope-2 .isotope-gallery .isotope-selector,
	.portfolio-gallery.isotope-2 .isotope-gallery .isotope-selector.width-2 {
		width: 50% !important;
	}
	.portfolio-gallery .isotope-gallery .isotope-selector,
	.portfolio-gallery .isotope-gallery .isotope-selector.width-2 {
		width: 33.333% !important;
	}
	.bottom-banner, .bottom-banner2, .middle-banner,
	.bottom-banner .entry-image, .bottom-banner .entry-image,
	.k2t-info .row > div .social, .k2t-footer .k2t-info{
		text-align: center;
	}
	.bottom-banner .entry-image, .bottom-banner2 .entry-image {
		margin-top: 20px
	}

	/* Shop */
	.right-sidebar .k2t-shop, .right-sidebar .k2t-shop-sidebar {
		float: none;
		width: 100%;
		border: none;
	}

	.k2t-custom-heading .k2t-heading {
		width: 184px
	}
	.portfolio-carousel .view-more {
		margin-left: 10px
	}

	.b-masonry .masonry-layout article .flx-entry-thumb {
		padding: 0 ! important;
		overflow: hidden;
	}
	/* wp search shortcode */
	.widget_search .searchform  #s,
	.widget .searchform .searchsubmit {
		display: inline-block;
		float: none;
	}
	.widget .searchform .searchsubmit {
		margin-top: 30px;
	}
	.k2t-payment {
		float: none;
	}

	.popup .content table {
		width: auto !important;
	}

	.popup .content table col {
		width: auto !important;
	}

	.tg-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/*--------------------------------------------------------------
	8. Screen between 568px to 767px
--------------------------------------------------------------*/
@media only screen and (min-width: 569px) and (max-width: 768px) {
	.vc_row .wpb_column{
		margin-top: 0;
/*		margin-bottom: 30px;
*/	}
	.vc_row .wpb_column.mobile-nomargin {
		margin-bottom: 0;
	}

	.admin-bar .menu-mobile-wrap,
	.admin-bar .menu-mobile-wrap ul {
		margin-top: 46px;
	}
	.k2t-info .row [class*="col-"] {
		margin-bottom: 20px;
		width: 100%;
	}
	.member-box .vc_column_container {
		width: 50%;
		float: left;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
		width: 360px;
	}
	.k2t-title-bar .main-title {
		font-size: 200% ! important;
		line-height: 1
	}
}

/*--------------------------------------------------------------
	9. Max Screen 568px
--------------------------------------------------------------*/
@media only screen and (max-width: 575px){
	.k2t-right-m .search-box{
		display: none !important;
	}
	.k2t-row {
		margin: 0
	}
	/* Container */
	.k2t-row [class*="col-"],
	.row [class*="col-"] {
		width: 100% !important;
		display: inline-block !important;
	}
	.vc_row.wpb_row[class*="vc_custom_"] {
		padding-top: 20px ! important;
		padding-bottom: 20px ! important;
		margin-top: 20px ! important;
		margin-bottom: 20px ! important;
	}
	.offcanvas-sidebar {
		padding: 20px;
	}
	div:not(.offcanvas-sidebar) .k2t-sidebar .widget,
	.k2t-post-share .col-6 {
		width: 100%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry {
		width: 100%;
	}
	.b-masonry .masonry-layout[class*="column-"] .hentry.large {
		width: 98%;
	}
	.k2t-searchbox form {
		width: 90%;
		margin-left: -45%;
	}
	.k2t-sidebar .widget {
		padding: 20px;
	}
	.k2t-post-share .col-6 {
		margin-bottom: 20px;
	}
	.k2t-body .k2t-sidebar {
		padding: 0 15px;
		margin-top: 20px
	}

	/* Disable */
	.mobile-disable {
		display: none;
	}

	/* Titlebar */
	.k2t-title-bar {
		padding: 60px 0 30px ! important;
	}

	.k2t-title-bar .k2t-wrap {
		padding-top: 0 ! important
	}

	/* Blog */
	.single .no-sidebar .k2t-blog {
		width: 100% ! important
	}
	.b-masonry .masonry-layout article > * {
		padding: 0
	}
	.b-medium .post-item .flx-entry-thumb {
		width: auto;
		height: auto;
		margin: 0;
		float: none;
	}
	.post-item {
		padding: 20px
	}
	.k2t-social-share {
		margin-top: -30px;
		width: 100%
	}
	.entry-box .k2t-social-share .social-open, .entry-box .k2t-social-share .social {
		float: left;
		margin-left: 0
	}
	.b-medium .post-item .entry-content {
		width: 100%
	}
	.post-meta-right {
		float: none
	}
	.post-meta-right .entry-comment {
		margin-left: 0
	}
	.post-item header .entry-author, 
	.post-item header .entry-date, 
	.post-item header .entry-categories {
		margin-right: 20px
	}
	.comment-list .children {
		margin-left: 50px
	}
	.widget .posts-list.column .post-item h4 {
		margin-top: 0;
		line-height: 1.2;
	}
	.post-meta-left, .post-meta-right {
		line-height: 1.2
	}
	.post-item header .entry-author, 
	.post-item header .entry-date, 
	.post-item header .entry-categories {
		margin-right: 0
	}

	.entry-sharing > div {
		width: 100%;
		float: none;
	}
	.about-author-right, .about-author-left {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.about-author-left img {
		width: auto;
		border-radius: 50%;
	}

	.wp-social-login-provider-list {
		margin-top: 0
	}


	/* Heading */
	.k2t-heading.has-border.heading .h::before, .k2t-heading.heading .h::after{
		content: none;
	}
	.k2t-heading.has-border.heading .h span{
		border: none;
		padding: 0;
		text-align: center;
	}

	.k2t-iconbox.layout-2 > .iconbox-text *, 
	.k2t-iconbox.layout-2 > .iconbox-icon  * {
		text-align: center;
	}

	/* Commnent */
	#commentform > p.comment-form-author, 
	#commentform > p.comment-form-email, 
	#commentform > p.comment-form-url {
		width: 100%;
		padding-right: 0
	}
	#commentform .comment-form-author:after {
		right: 20px
	}
	.action-link {
		display: none;
	}
	.comment-body .comment-thumb {
		width: 50px;
		height: 50px
	}
	.comment-list .comment-content {
		margin-left: 80px
	}
	.comment-body .comment-author {
		display: block;
		margin-bottom: 0
	}
	.comment-body .comment-meta > a {
		margin-left: 0
	}

	/* 404 */
	.error-404-left, .error-404-right {
		width: 100%;
	}
	.error-404-right {
		margin: 30px 0 0;
		padding-left: 0
	}

	/* Footer */
	.k2t-footer .k2t-info{
		text-align: center;
	}
	.k2t-footer .k2t-info .copy-right p {
		line-height: inherit;
	}
	.k2t-footer .k2t-bottom {
		padding-top: 50px
	}
	.k2t-info .row [class*="col-"] {
		margin-bottom: 20px;
	}
	.k2t-info .row > div .social {
		text-align: center;
	}
	.k2t-footer .widget {
		padding: 0
	}

	/* Revo Slider */

.tp-rightarrow, .tp-leftarrow, .dot-line {
    top: 20% !important;
}

	/* Icons */
	.k2t-icons li {
		width: 100% ! important;
	}

	.portfolio-gallery .isotope-gallery .isotope-selector,
	.portfolio-gallery .isotope-gallery .isotope-selector.width-2 {
		width: 100% ! important
	}

		/* simple subscribe */
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr:first-child td {
		float: right;
	}
	#simple-subscribe-style2 #frm-subscriptionFront table tbody{
		text-align: center;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr {
		float: none;
		text-align: center;
		display: block !important;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront table tr td{
		display: inline-block;
		float: none !important;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
		width: 320px;
	}
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront .subscribeButton.button {
		margin:30px 0 0 0;
	}
	/* contact form 7 */
	.wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3) {
	    width: 100%;
	    display: block;
	    float: left;
	}
	.k2t-footer .k2t-info .k2t-logo,
	.k2t-footer .k2t-info .copy-right p {
		float: none;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	.k2t-footer .k2t-top-footer .null-instagram-feed ul li {
		width: 25%
	}
body .k2t-header .m-trigger .hamburger-box {
	height: 13px;
}
body .woocommerce.columns-2 .product-item .product-thumb img {
	padding: 0;
}

.k2t-header .k2t-header-m .k2t-logo-m {
    width: 100px;
}
.k2t-header .k2t-header-m .main-menu-m {
    justify-content: space-around;
    -ms-justify-content: space-around;
}
body .vc_custom_1520976045384 {
    margin-bottom: 30px !important;
    margin-top: 30px;
}
.vc_custom_heading h2, .vc_custom_heading .h2 {
    font-size: 25px;
    line-height: 35px;
}
.join-club.shop-sec {
    margin-top: 30px;
}
.wpb_wrapper .shop-sec h6 {
    margin-top: 40px;
}  
body form#mc4wp-form-2 .mc4wp-form-fields .row .col-9 p {
    margin-bottom: 0;
}    
}

/*--------------------------------------------------------------
	10. Max Screen 320px
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	.offcanvas-sidebar {
		width: 280px;
	}
	.k2t-searchbox input[type="text"] {
		font-size: 178%;
	}
	.k2t-searchbox .searchsubmit {
		font-size: 110%;
		top: -2px;
	}
	.k2t-social-share .social li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.wpcf7 .wpcf7-form > p {
		margin-bottom: 15px;
	}

	/*simple subscribe */
	#simple-subscribe-style2 .widgetGuts.shortcode #frm-subscriptionFront #frm-email {
		width: 300px;
	}
	/* PORTFOLIO FREE STYLE */
	.isotope-gallery .isotope-selector,
	.isotope-gallery .isotope-selector.width-2 {
		width: 100% !important;
	}
	/* Footer */
	.k2t-bottom .k2t-row > div{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}
.woocommerce-checkout .shop-cart i.icon-basket {
    font-size: 25px;
    color: #000;
}
.woocommerce-checkout .k2t-header .k2t-header-mid .col-4:nth-of-type(3) .h-element {
    width: 100%;
}
.woocommerce-checkout .k2t-header .k2t-header-mid .col-4:nth-of-type(3) .h-element .shop-cart {
    width: 100%;
    text-align: right;
}
.woocommerce-checkout .k2t-wrap {
    padding: 0 30px;
}
.woocommerce-checkout .k2t-header .k2t-header-mid .col-4:nth-of-type(3) .h-element .shop-cart {
    width: 100%;
    text-align: right;
    top: -27px;
}