/* - Slider Section */
.slider-section {
	direction: ltr;
	padding: 50px 15px;
}
#kanop-slider .tparrows {
	background-color: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	width: 80px;
	height: 100%;
}
#kanop-slider .tparrows::before {
	font-family:FontAwesome;
	position:absolute;
	top:50%;
	transform:translate(0%,-50%);
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	left:0;
	right:0;
	text-align:center;
	font-size:40px;
}
#kanop-slider .tparrows.tp-leftarrow::before {
	content:"\f104";
}
#kanop-slider .tparrows.tp-rightarrow::before {
	content:"\f105";
}
.tp-thumbs {
	margin-top: 10px;
}
.tp-thumb {
	opacity: 1 !important;
}
.tp-thumb.selected::before,
.tp-thumb:hover::before {
	bottom: 0;
	/*border: 10px solid #fddd2f;*/ /*RMRMRM*/
	border: 4px solid #1B829D; /*RMRMRM*/
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    z-index: 1;
}

/* - Portfolio Section */
.portfolio-section {
	/*padding: 40px 15px;*/
	padding: 0px 15px; /*RMRMRM*/
}
.portfolio-list,
.portfolio-masonry-list {
	margin: 0;
}
.portfolio-box {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.portfolio-detail {
	width: 100%;
}
.portfolio-detail,
.portfolio-detail > i {
	float: left;
	overflow: hidden;
	position: relative;
}
.portfolio-detail > i {
	max-width: 100%;
}
.portfolio-detail > i::before {
	/*background-color: rgba(27,130,157,0.5);*/ /*rgba(57,55,55,0.9);*/ /*RMRMRM*/
	/*
	border-radius: 100%;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transform: scale(0) rotate(720deg);
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s*/
}
.portfolio-detail:hover > i::before {
	/* RMRMRM
	border-radius: 0;
	opacity: 1;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	*/
}
.portfolio-detail > i::after {
	/*border-top: 45px solid #1B829D;*/ /*fddd2f*/ /*RMRMRM*/
	/*border-left: 45px solid transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s*/
}
.portfolio-detail:hover > i::after {
	opacity: 1;
}
.portfolio-detail > .portfolio-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	opacity: 0;
	text-align: center;
}
.portfolio-detail:hover  > .portfolio-content {
	opacity: 1;
}
.portfolio-detail .portfolio-content > a {
	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	z-index: 1;
	margin: 0 auto;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 1.5;
	white-space: pre-line;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio-detail .portfolio-content > a.zoom {
	background-color: transparent; /*#f00;*/ /*RMRMRM*/
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 100; /*1.875;*/ /*RMRMRM*/
	/*height: 30px;*/ /*RMRMRM*/
	/*width: 30px;*/ /*RMRMRM*/
	text-align: center;
	margin: 15px auto 0;
}

/* - Portfolio 6 Col */
.portfolio-section.portfolio-6-col {
	padding-top: 0;
}
.portfolio-section.portfolio-6-col,
.portfolio-6-col .portfolio-box {
	padding-left: 0;
	padding-right: 0;
}
.portfolio-6-col .portfolio-box {
	margin: 0;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1366 */
@media (min-width: 1366px) {
	/* - Portfolio Section */
	.portfolio-section {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* - Portfolio 3 Col */
	.portfolio-section.portfolio-3-col,
	.portfolio-3-col .portfolio-box {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* - Shop */
	.product-listing > .row {
		margin: 0;
	}
	.product-listing {
		padding-left: 30px;
		padding-right: 30px;
	}

}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* + Header */
	.header_s .ownavigation {
		padding: 0 29px 0 42px;
	}

	/* - Welcome Text */
	.welcome-text {
		padding-bottom: 215px;
		padding-top: 215px;
	}

	/* - Slider Section */
	.slider-section {
		padding-left: 60px;
		padding-right: 60px;
	}

	/* - Portfolio 5 Col */
	.portfolio-5-col .portfolio-box {
		width: 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	/* - Blog List */
	.blog-home {
		padding-left: 37.5px;
		padding-right: 37.5px;
	}

	.blog-list:not(.blog-home) .blog-post {
		padding-right: 29px;
	}
	.blog-single .content-area {
		padding-right: 44px;
	}

	/* - Introduction Section */
	.introduction-section .row {
		margin: 0;
	}
	.intro-image-list {
		flex: 0 0 48.30%;
		max-width: 48.30%;
		padding: 0;
	}
	.intro-content {
		flex: 0 0 51.70%;
		max-width: 51.70%;
	}

	/* - Shop */
	.product-listing .row .row [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-listing .woocommerce-result-count,
	.product-listing .woocommerce-ordering {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* - Work Single */
	.work-single .content-area {
		padding-right: 44px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* + Header */
	.header_s.fixed-top {
		border-bottom: 1px solid #fddd2f;
	}
	.header_s .ownavigation .navbar-nav {
		margin-left: auto;
		margin-right: 0;
	}
	.header_s .ownavigation .navbar-nav > li {
		margin: 0 32px;
	}
	.header_s .ownavigation .navbar-nav > li > a {
		margin-bottom: 0;
		margin-top: 0;
		padding: 78px 0;
	}
	.header_s .ownavigation .navbar-nav > li > a::before {
		background-color: #000000;
		content: "";
		position: absolute;
		height: 3px;
		left: 0;
		width: 0;
		bottom: 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.header_s .ownavigation .navbar-nav > .active > a::before,
	.header_s .ownavigation .navbar-nav > .active > a:focus::before,
	.header_s .ownavigation .navbar-nav > .active > a:hover::before,
	.header_s .ownavigation .navbar-nav li:hover > a::before,
	.header_s .ownavigation .navbar-nav li a:hover::before {
		width: 100%;
	}
	.header_s .ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.header_s .ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li > a {
		padding: 15px;
		border-top: 1px solid #eeeeee;
		position: relative;
		z-index: 1;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li > a:hover {
		background-color: #fddd2f;
	}
	.header_s .ownavigation .navbar-nav li .dropdown-menu li:first-child > a {
		border-top: none;
	}

	/* - Fixed Top */
	.header_s.fixed-top .ownavigation .navbar-nav {
		margin-right: auto;
	}
	.header_s.fixed-top .ownavigation .navbar-nav > li > a {
		padding: 15px 0;
	}
	/* - Image Logo */
	.header_s .ownavigation .image-logo > img {
		max-width: 170px;
		max-height: 63px;
	}

	/* - Welcome Text */
	.welcome-text h2 {
		font-size: 40px;
	}

	/* - Blog List */
	.blog-home .row > [class*="col-"]:nth-child(n+4) {
		margin-top: 45px;
	}

	/* - Team Section */
	.team-section  .row > [class*="col-"]:nth-child(n+5) {
		margin-top: 30px;
	}

	/* - Services Section 1 */
	.services-section-1 .row:not(.srv-content) [class*="col-"]:nth-child(n+5) {
		margin-top: 30px;
	}
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(odd) {
		padding-right: 165px;
	}
	.services-section-2 .row [class*="col-"]:nth-child(even) {
		padding-left: 165px;
	}
	.services-section-2 .srv-box {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.services-section-2 .row [class*="col-"]:nth-child(odd) .srv-box {
		text-align: right;
		padding-left: 0;
		padding-right: 135px;
	}
	.services-section-2 .row [class*="col-"]:nth-child(odd) .srv-box > i {
		right: 0;
		left: auto;
	}

}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Blog List */
	.blog-home .row .row > [class*="col-"] {
		padding-left: 22.5px;
		padding-right: 22.5px;
	}

	/* - Shop */

	/* - Cart */
	.product-cart .coupon {
		float: left;
	}
	.product-cart .actions > .button {
		float: right;
	}
}


/* - max-width: 1199 */
@media (max-width: 1199px) {
	/* - Portfolio */
	.portfolio-box {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	/* - Single Post */
	.blog-single .blog-post .entry-content .gallary-4-column figure {
		max-width: 23%;
	}

	/* - Team Section */
	.team-box .team-image-box .team-content {
		padding: 15px;
	}
	.team-box .team-image-box .team-content > p {
		font-size: 14px;
		line-height: 1.5;
	}
	.team-box .team-image-box .team-content > ul {
		margin-top: 10px;
	}
	.team-box .team-image-box .team-content > ul li a {
		font-size: 13px;
		width: 30px;
		height: 30px;
	}

	/* - Shop */
	.product-listing .products .product .product-btn {
		min-width: 273px;
	}
	.product-listing .products .product .product-btn > a.add-to-cart {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* - Work Single */
	.work-single .work-content .gallery figure {
		max-width: 22.61%;
	}
}

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Header */
	.header_s .ownavigation .navbar-nav > li {
		margin-left: 15px;
		margin-right: 15px;
	}

	.portfolio-6-col .portfolio-detail .portfolio-content > a {
		font-size: 16px;
	}

	/* - Video Block */
	.video-block .video-content {
		margin-top: 0;
	}

	/* - Introduction Section */
	.intro-image-list .intro-image {
		max-width: 50.12%;
	}
	.intro-image-list .intro-image:first-child {
		margin-right: 16px;
	}
	.intro-image-list .intro-image:first-child > img + img {
		margin-top: 16px;
	}

	/* - Services Section 2 */
	.services-section-2 .srv-box {
		margin-bottom: 27px;
		margin-top: 27px;
	}

	/* - Shop */

	/* Cart */
	.product-cart .shop_table .product-thumbnail {
		width: 200px;
	}
	.product-cart .shop_table .product-name {
		width: 425px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.header_s .ownavigation {
		padding: 0;
	}
	.header_s .ownavigation .navbar-brand {
		font-size: 28px;
	}
	.header_s .top-header {
		padding: 0;
		border-bottom: none;
	}
	.header_s .logo-block {
		display: none;
	}
	.header_s {
		border-bottom: 1px solid #fddd2f;
		border-top: none;
	}
	.header_s .ownavigation .navbar-toggler {
		border-color: #fddd2f;
		color: #fddd2f;
		cursor: pointer;
		margin: 15px 0;
	}
	.header_s .ownavigation .navbar-toggler:hover,
	.header_s .ownavigation .navbar-toggler:focus {
		border-color: #444;
		color: #444;
	}
	.header_s .ownavigation .navbar-nav > li a {
		line-height: 1.5;
	}

	.header_s .ownavigation > a.navbar-brand {
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.header_s .ownavigation .ddl-switch {
		background-color: #fddd2f;
	}

	/* - Header Fix */
	.header_s.fixed-top .navbar-toggler {
		margin: 10px auto;
	}
	.header_s.fixed-top .image-logo,
	.header_s.fixed-top .navbar-brand {
		display: none;
	}

	/* - Image Logo */
	.header_s .ownavigation .image-logo > img {
		max-width: 100px;
		max-height: 37px;
	}

	/* - Welcome Text */
	.welcome-text h2 {
		font-size: 35px;
	}

	/* - Blog List */
	.blog-home .row > [class*="col-"]:nth-child(n+3) {
		margin-top: 45px;
	}

	/* - Single Post */
	.blog-single .blog-post .entry-content .gallary-4-column figure {
		margin-right: 9px;
	}
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-url,
	.comments-area .comment-form-comment {
		width: 100%;
	}

	/* - Services Section 1 */
	.services-section-1 .row:not(.srv-content) [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	/* - Services Section 2 */
	.services-section-2 .container .srv-img {
		display: none;
	}
	.services-section-2 .srv-box {
		padding-left: 110px;
	}

	/* - Shop */
	.product-listing .row .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}

	/* - Product Detail */
	.type-product .entry-summary .variations_form .quantity .qty {
		width: 70px;
	}
	.type-product .entry-summary .variations_form .single_add_to_cart_button i {
		margin-right: 10px;
	}
	.type-product .entry-summary .variations_form .single_add_to_cart_button {
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-cart .shop_table .product-thumbnail {
		padding-right: 15px;
	}
	/* - Work Single */
	.work-single .work-content .gallery figure {
		margin-right: 10px;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Introduction Section */
	.intro-image-list .intro-image + .intro-image {
		margin-top: 16px;
	}
	.intro-image-list .intro-image,
	.intro-image-list .intro-image:first-child {
		max-width: 100%;
	}
	.intro-image-list .intro-image:first-child {
		margin-right: 0;
	}
	/* - Team Section */
	.team-section  .row > [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}

	/* - Shop */

	/* - Cart */
	.product-cart .shop_table .product-name {
		width: 230px;
	}
}


/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Welcome Text */
	.welcome-text h2 {
		font-size: 28px;
	}

	/* - Blog List */
	.blog-home .row > [class*="col-"]:nth-child(n+2) {
		margin-top: 45px;
	}
	.blog-home .blog-post {
		max-width: 570px;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.widget-area {
		margin-top: 60px;
	}


	/* - Intorduction Section */
	.intro-image-list .intro-image {
		width: 50%;
	}
	.intro-image-list .intro-image:first-child {
		max-width: 46%;
	}
	/* - Team Section */
	.team-section  .row > [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}

	/* - Services Section 1 */
	.services-section-1 .row.srv-content [class*="col-"]:nth-child(n+2) {
		margin-top: 35px;
	}
	.services-section-1 .row:not(.srv-content) [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	/* - Services Section 2 */
	.services-section-2 .srv-box {
		padding-left: 90px;
	}
	.services-section-2 .srv-box > i {
		width: 79px;
		height: 79px;
	}

	/* - Shop */
	.product-listing .woocommerce-result-count {
		width: 100%;
	}
	.product-listing .woocommerce-ordering {
		float: left;
	}
	.product-listing .products .product .product-btn {
		min-width: 245px;
	}
	.product-listing .products .product .product-btn > a.add-to-cart {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-listing .products .product .product-btn > a.add-to-cart > i {
		margin-right: 10px;
	}

	/* - Product Detail */
	.type-product .product-gallery,
	.type-product .entry-summary	{
		width: 100%;
		display: inline-block;
		float: none;
	}
	.products.owl-carousel .product {
		max-width: 356px;
		display: block;
		margin: 0 auto;
	}

	/* - Cart */
	.product-cart .cart  thead{
		display: none;
	}
	.product-cart .cart .cart_item td {
		position: relative;
	}
	.product-cart .cart .cart_item td::before {
		border-right: 1px solid rgba(0,0,0,0.1);
		bottom: 0;
		color: #333;
		content: attr(data-title);
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		left: 0;
		padding: 20px 5%;
		position: absolute;
		text-align: left;
		text-transform: capitalize;
		top: 0;
		width: 40%;
	}
	.product-cart .cart .product-name a {
		padding-left: 0;
		padding-right: 0;
	}
	.product-cart .cart .product-thumbnail,
	.product-cart .cart .product-name,
	.product-cart .cart .product-price,
	.product-cart .cart .product-quantity,
	.product-cart .cart .product-total,
	.product-cart .cart .product-remove {
		padding-left: 50%;
		text-align: left;
		width: 100%;
	}
	.product-cart .cart tbody,
	.product-cart .cart th,
	.product-cart .cart td,
	.product-cart .cart tr {
		display: block;
	}
	.product-cart .cart tr.cart_item {
		border: 1px solid rgba(0,0,0,0.1);
		margin-bottom: 30px;
	}
	.product-cart .cart tr.cart_item td {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.product-cart .cart tr.cart_item td:first-child {
		border-bottom: none;
	}
	.product-cart .cart tr.cart_item td:last-child {
		border-bottom: none;
	}
	.product-cart .cart-total {
		padding-left: 0;
	}

	.product-cart .actions > .button {
		margin-top: 15px;
	}

	/* - Checkout */
	.checkout-section .login-form {
		margin-bottom: 30px;
	}
	.woocommerce-checkout-review-order table tr th,
	.woocommerce-checkout-review-order table tr td {
		padding-left: 15px;
		padding-right: 15px;
	}

	.contact-section .aboute-block {
		margin-bottom: 20px;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Slider Section */
	#kanop-slider .tparrows {
    	width: 40px;
  	}
	/* - Portfolio */
	.portfolio-4-col .portfolio-detail {
		max-width: 420px;
		display: block;
		margin: 0 auto;
		float: none;
	}

	/* - Portfolio 6 Col */
	.portfolio-6-col .portfolio-detail > a {
		font-size: 15px;
	}

	/* - Portfolio Masonry */
	.portfolio-masonry .portfolio-detail {
		max-width: 419px;
		display: block;
		float: none;
		margin: 0 auto;
	}

	/* - Intorduction Section */
	.intro-image-list .intro-image {
		width: 49%;
	}
	.intro-image-list .intro-image:first-child {
		max-width: 43.1%;
	}
	.intro-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.intro-content > h3 {
		font-size: 27px;
	}
	/* - Team Section */
	.team-section  .row > [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}

	/* - Services Section 1 */
	.services-section-1 .row:not(.srv-content) [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}

	/* - Shop */

	/* - Product Detail */
	.type-product .entry-summary .variations_form .quantity .qty {
		width: 65px;
		padding-bottom: 16px;
		padding-top: 16px;
	}
	.type-product .entry-summary .variations_form .single_add_to_cart_button {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.type-product .entry-summary .variations_form .single_add_to_cart_button i {
		font-size: 17px;
	}
	.type-product .entry-summary .add-to-wishlist a.add_to_wishlist {
		width: 63px;
		height: 63px;
	}
	.type-product .woocommerce-tabs .nav-tabs > a {
		padding-left: 29px;
		padding-right: 29px;
	}

	/* - Cart */
	.product-cart .shop_table.cart {
		display: inline-block;
	}
	.product-cart .cart .cart_item td::before {
		padding-left: 3%;
		padding-right: 3%;
		width: 30%;
	}
	.product-cart .cart .product-thumbnail,
	.product-cart .cart .product-name,
	.product-cart .cart .product-price,
	.product-cart .cart .product-quantity,
	.product-cart .cart .product-total,
	.product-cart .cart .product-remove {
		padding-left: 34%;
	}
	.cart-collaterals table tr th,
	.cart-collaterals table tr td  {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* - Work Single */
	.work-single .work-content .gallery figure {
		max-width: 47%;
	}
	.work-single .work-content .gallery figure:nth-of-type(2n) {
		margin-right: 0;
	}

	/* - Work Single Full */
	.work-single-full .work-content {
		padding: 15px;
		left: 25px;
		right: 25px;
	}
	.work-single-full .carousel .carousel-control-prev,
	.work-single-full .carousel .carousel-control-next {
		width: 20px;
		height: 20px;
		font-size: 14px;
	}

}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Portfolio 5 Col */
	.portfolio-5-col .portfolio-box {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.portfolio-5-col .portfolio-detail {
		max-width: 328px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.portfolio-6-col .portfolio-box {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.portfolio-6-col .portfolio-detail {
		max-width: 320px;
		display: block;
		float: none;
		margin: 0 auto;
	}

	/* - Single Post */
	.blog-single .blog-post .entry-content .gallary-4-column figure {
		margin-right: 5px;
	}

	/* - Team Section */
	.team-section  .row > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team-section  .row > [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.team-box {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}

	/* - Shop */

	/* - Cart */
	.product-cart .actions .coupon .input-group {
		display: inline-block;
	}
	.product-cart .coupon input,
	.product-cart .coupon .btn.btn-default {
		width: 100%;
	}
	.product-cart .actions > .button {
		width: 100%;
	}

	/* - Work Single Full */
	.work-single-full .work-content h3 {
		font-size: 18px;
	}
	.work-single-full .work-content p {
		font-size: 12px;
		line-height: 1.5;
	}
}

.search.collapsed .sr-ic-open,
.search .sr-ic-close {
	display: inline-block;
}
.search.collapsed .sr-ic-close {
	display: none;
}
.search .sr-ic-open {
	display: none;
}


