/*------------------------------------------
	Theme Name: Maxshop
	Start Date : 
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
--------------------------------------------*/

/*-------------------------------------------
	## Shortcodes
	
		- Slider Section
		- Services Section
		- Category Section
		- Product Section
		- Shop Single
		- Collection Section
		- Dealing Section
		- Testimonial Section
		- Blog Section
		- Blog Post
		- Latest Blog
		- Selling Section
		- Client
		- About Section
		- Team Section
		- Checkout
		- Cart
		- Error Page
		- Contact Us
		
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
---------------------------------------------*/

/* ## Shortcodes */

/* - Slider Section */
#rev_slider_two,
#rev_slider_one {
	position: relative;
}
#rev_slider_two .uranus.tparrows,
#rev_slider_one .uranus.tparrows {
    background-color: transparent;
	border: 1px solid #d4b5a8;
    height: 50px;
    width: 50px;
	line-height: 50px;
}
#rev_slider_two  .uranus.tparrows::before,
#rev_slider_one  .uranus.tparrows::before {
	color: #333;
	font-size: 14px;
	height: 50px;
    width: 50px;
	line-height: 50px;
}
#rev_slider_two  .uranus.tparrows:hover,
#rev_slider_one  .uranus.tparrows:hover {
	background-color: #fff;
}

/* - Search Setting */
header .page_search,
footer .header-search,
main .header-search,
.header_s1 .page_search {
	display: none;
}

.goto-next {
    bottom: 30px;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.goto-next a {
    color: #b6795f;
    text-decoration: none;
}
.goto-next a i {
    display: block;
    font-size: 24px;
	height: auto;
	width: auto;
	vertical-align: middle;
}

.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
}

/* - Services Section */
.services-section {
	padding: 80px 0 65px;
}
footer .services-section { 
	padding: 0 0 48px;
	width: 100%;
	display: inline-block;
}
.services-section .srv-box {
	border: 1px solid #dabcaf;
	padding: 25px;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.services-section .srv-box i {
	color: #b6795f;
	font-size: 25px;
	height: auto;
	line-height: normal;
	margin-left: 0;
	vertical-align: middle;
	width: auto;
}
.services-section .srv-box h5 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #777;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 26px;
	margin: 0 25px;
	padding: 0 25px;
	text-transform: uppercase;
}
.services-section .srv-box .last_icon  {
    display: inline-block;
    position: relative;
}
.services-section .srv-box .last_icon span {
    color: #232323;
    font-size: 45px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -11px;
}
.footer-main-1 .services-section .srv-box .last_icon span {
	color: #fff;
}
.footer-main-1 .srv-box span  {
	color: #fff;
}

/* - Category Section */
.category-section .category-box {
	position: relative;
}
.category-section .category-box::before {
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 0.4);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.category-carousel.owl-carousel .owl-item img {
	width: auto;
}
.category-section .category-content {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
.category-section .img_not_exits .category-content {
	position: relative;
}
.category-section .category-content span {
	color: #333;
	font-family: 'montserratsemi_bold';
	line-height: 26px;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.category-section .category-content h5 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.56px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.category-section .category-content a {
	border: 1px solid #b6795f;
	color: #b6795f;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	padding: 12px 40px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.category-section .category-content a:hover {
	background-color: #b6795f;
	color: #fff;
}
.category-section .category-box.layout-2 .category-content {
	top: 30px;
	bottom: auto;
}
.category-section .category-box.layout-2 .category-content h5 {
	max-width: 270px;
	margin: 0 auto 15px;
}
.category-section .category-box.layout-3 .category-content {
	top: 48%;
	bottom: auto;
	left: 30px;
	right: auto;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
}
.category-section .category-box .category-content p {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.category-section .category-box.layout-4 .category-content {
	right: 30px;
	left: auto;
}

/* - Category Section1 */
.category-section1 {
	margin-top: 15px;
}
.category-section1 .category-box {
	margin-bottom: 15px;
}

/* - Product Section */
.product-section {
	display: inline-block;
	width: 100%;
	padding: 65px 0 8px;
}
.product-section .products-categories {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-bottom: 30px;
}
.product-section .products-categories li {
	display: inline-block;
}
.product-section .products-categories li a {
	color: #b6795f;
	position: relative;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
}
.product-section .products-categories li a::before {
	content:"\f0c8";
	color: #777;
	font-family: 'FontAwesome';
	font-size: 8px;
	padding-right: 12px;
	vertical-align: middle;
}
.product-section .products-categories li:first-child a {
	padding-left: 14px;
}
.product-section .products-categories li:first-child a::before {
	content: "";
}
.product-section .products-categories li a.active::after,
.product-section .products-categories li a:hover::after,
.product-section .products-categories li a:focus::after {
	background-color: #b6795f;
    content: "";
    display: block;
    height: 2px;
    left: 15px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
}
.product-section .products-categories li a > i {
	padding-left: 10px;
}
.product-section .input-group {
	border-bottom: 1px solid #ececec;
	display: inline-block;
	float: right;
}
.product-section .input-group-btn {
	display: inline-block;
	float: right;
	position: absolute;
	top: 0;
}
.product-section .form-control {
	box-shadow: none;
	border-radius: 0;
	border: none;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 0.52px;
	padding: 6px 25px 6px 0;
	text-transform: capitalize;
}
.product-section .form-control::-webkit-input-placeholder {
   color: #333;
}
.product-section .form-control:-moz-placeholder { 
   color: #333; 
}
.product-section .form-control::-moz-placeholder {  
   color: #333;
}
.product-section .form-control:-ms-input-placeholder {  
   color: #333; 
}
.product-section .btn-search, 
.product-section .btn-search:hover, 
.product-section .btn-search:focus {
	background-color: transparent;
	outline: medium none;
}	
.product-section .input-group-btn:last-child > .btn, 
.product-section .input-group-btn:last-child > .btn-group {
	margin-left: -30px;
	z-index: 3;
}

.product-section.woocommerce .products {
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.product-section.woocommerce .products .product {
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 66px;
	float: left;
	width: 25%;
	margin: 0 0 20px;
	padding: 0 15px;
}
.product-section.woocommerce .products .product > a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
}
.woocommerce .products .product a > h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.52px;
	color: #333;
	margin-top: 30px;
}
.woocommerce .products .product span.price del {
	color: #000;
    font-family: "montserratlight";
    padding-right: 15px;
}
.woocommerce .products .product span.price {
	color: #b6795f;
    display: inline-block;
    font-family: "montserratsemi_bold";
    margin-bottom: 5px;
}
.woocommerce .products .product .wishlist-box {
	display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
	bottom: 105px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* .product-section.woocommerce .products .product .wishlist-box {
	top: 228px;
} */
.product-section.product-section1.woocommerce .products .product .wishlist-box {
	top: 75px;
}

.woocommerce .products .product .wishlist-box > .yith-wcwl-add-to-wishlist,
.woocommerce .products .product .wishlist-box > a {
	background-color: rgba(255, 255, 255, 0.902);
	color: #333;
	display: inline-block;
	font-size: 15px;
	height: 50px;
	width: 68px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce .products .product .wishlist-box > .yith-wcwl-add-to-wishlist a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
.yith-wcwl-add-button > a i,
.woocommerce.product-section .products .product .wishlist-box > .yith-wcwl-add-to-wishlist a i {
	margin-right: 0;
}
.woocommerce .products .product .wishlist-box > a > i {
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce .products .product .wishlist-box > .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .products .product .wishlist-box > a:hover {
	color: #b6795f;
}
.product-section.woocommerce ul.products li.product .button, 
.product-section.woocommerce ul.products li.product .add_to_cart_button.product_type_simple {
	background-color: rgba(255, 255, 255, 0.902);
	color: #333;
	display: inline-block;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	letter-spacing: 0.56px;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 210px;
	opacity: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border: none;
}
.product-section.woocommerce ul.products li.product .button:hover,
.product-section.woocommerce ul.products li.product .button:hover,
.product-section.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:hover {
	background-color: #333;
	color: #fff;
}
.woocommerce .products .product:hover .wishlist-box,
.product-section.woocommerce ul.products li.product:hover .button,
.product-section.woocommerce ul.products li.product:hover .add_to_cart_button {
	opacity: 1;
}
.woocommerce .product-section .ow-pagination {
	margin-bottom: 150px;
}

/* - Product Section1 */
.product-section1 .products-categories {
	text-align: center;
	width: 100%;
}
.product-section1 .products .product a > h5 {
	margin-top: 15px;
	margin-bottom: 0;
}
.product-section1 .products .product > h5 {
	margin-top: 0;
	margin-bottom: 0;
}
.product-section1.product-section.woocommerce ul.products li.product .button {
	border: none;
	background-color: #bd866f;
	color: #fff;
	display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 8px 25px;
	position: relative;
	margin: 15px auto 15px;
    text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	opacity: 1;
	position: relative;
	top: auto;
}
.product-section1.product-section.woocommerce ul.products li.product h5  {
	margin: 0;
	padding-bottom: 8px;
}
.product-section1.product-section.woocommerce ul.products li.product .price  del {
	color: #777;
	font-family: "montserratlight";
}
.product-section1.product-section.woocommerce ul.products li.product .price  ins {
	color: #b6795f;
    font-family: "montserratsemi_bold";
	text-decoration: none;
}
.product-section1.product-section.woocommerce ul.products li.product {
	margin-bottom: 50px;
}
.product-section1.product-section.woocommerce ul.products li.product h5 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 0.52px;
	font-size: 14px;
}
.product-section1.product-section.woocommerce ul.products li.product .add_to_cart_button:hover {
	background-color: #333;
}
.product-section1 .products .product .wishlist-box {
	left: 15px;
	top: 75px;
}
.product-section1 .products .product .wishlist-box > .yith-wcwl-add-to-wishlist,
.product-section1 .products .product .wishlist-box > a {
	border-bottom: 1px solid #d5d5d5;
	color: #777;
	display: block;
	height: 47px;
	line-height: 47px;
	width: 50px;
	margin-top: 0;
}
.product-section1 .products .product .wishlist-box > .yith-wcwl-add-to-wishlist:hover,
.product-section1 .products .product .wishlist-box > a:hover {
	color: #bd866f;
}
.product-section1 .products .product .wishlist-box > a:last-child {
	border-bottom: none;
}
/* - Product Section2 */
.product-section2 .input-group {
	float: none;
	width: 90%;
	padding-bottom: 5px;
}
.product-section2 .input-group-btn {
	top: 20px;
	right: 0;
}
.product-section2 .widget_search .input-group .form-control {
	padding: 0 38px 0 0;
}
.product-section2 .widget_latest_post .post-box > h5 {
	margin-bottom: 0;
}
.product-section2 .products .product {
	width: 50%;
	padding-left: 30px;
}
.product-section2 .products .product > a.add-to-cart1 {
	left: 30px;
}
.product-section2 .products .product .wishlist-box {
	left: 40px;
	top: 60px;
}

/* - Shop Single */
.shop-single .product-views {
	display: inline-block;
	width: 100%;
	margin-bottom: 100px; 
}
.shop-single .owl-theme .owl-controls {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.shop-single .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background-color: transparent;
	border: 1px solid #b6795f;
	border-radius: 0;
	color: #333;
	display: block;
	font-size: 0;
	height: 45px;
	width: 45px;
	line-height: 36px;
	margin: 0;
}
.shop-single .owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
	font-family:'FontAwesome';
	font-size: 18px;
}
.shop-single .owl-theme .owl-controls .owl-nav .owl-prev::before { 
	content:"\f106";
}
.shop-single .owl-theme .owl-controls .owl-nav .owl-next::before{
	content:"\f107";
}
.shop-single .owl-theme .owl-controls .owl-nav .owl-next {
	border-top: none;
}
.entry-summary h3 {
	color: #333;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.72px;
	line-height: 26px;
    margin-bottom: 17px;
    margin-top: 22px;
    text-transform: uppercase;
}
.entry-summary .product-rating {
	margin-bottom: 15px;
}
.entry-summary .product-rating .star-rating {
	display: inline-block;
	font-size: 13px;
	color: #fbc725;
	padding-right: 6px;
}
.entry-summary .product-rating .star-rating i {
	margin-right: 5px;
}
.entry-summary .product-rating > a {
	color: #777777;
	font-size: 12px;
	padding-left: 14px;
	border-left: 1px solid #ececec;
}
.entry-summary .stock {
	color: #b6795f;
	font-size: 14px;
	letter-spacing: 0.56px;
	text-transform: capitalize;
}
.entry-summary .stock span {
	color: #777;
}
.entry-summary  > div p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	letter-spacing: 0.56px;
	margin-bottom: 15px;
}
.entry-summary span.price {
	color: #b6795f;
    display: inline-block;
    font-family: "montserratsemi_bold";
    margin-bottom: 5px;
}
.entry-summary span.price del {
	color: #777;
    font-family: "montserratlight";
    padding-right: 15px;
}

.entry-summary > form {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 45px;
}
.entry-summary > form .product-attribute {
	width: 100%;
	display: inline-block;
}
.entry-summary > form .product-attribute .select {
	width: 152px;
	display: inline-block;
	margin-right: 26px;
	position: relative;
	margin-bottom: 23px;
}
.entry-summary > form .product-attribute .select select {
	background-color: transparent;
	width: 100%;
	padding: 10px 20px;
	border-radius: 0;
	border: 1px solid #cecece;
	font-family: 'Montserrat', sans-serif;
   -webkit-appearance: none;
    -moz-appearance: none;
	letter-spacing: 0.56px;
	outline: none;
	position: relative;
	color: #777777;
}
.entry-summary > form .product-attribute .select::after {
    content:"\f107";
	color: #777;
    font-family: FontAwesome;
    padding: 10px 0;
    position: absolute; 
	right: 0; 
	top: 0;    
    z-index: 1;
    text-align: center;
    width: 44px;
    height: 100%;
	font-size: 18px; 
    box-sizing: border-box;   
	border-left: 1px solid #cecece;
}
.entry-summary form .product-quantity {
	display: inline-block;
	border: 1px solid #cecece;
	margin-right: 26px;
}
.entry-summary form .product-quantity input[type="button"] {
	width: 39px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
	color: #777;
}
.entry-summary form .product-quantity input[type="text"] {
	width: 70px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	height: 42px;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #777;
	letter-spacing: 0.72px;
}
.entry-summary form > button.add_to_cart {
	height: 42px;
	border: 1px solid #b6795f;
	border-radius: 0;
	color: #b6795f;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	padding: 5px 22px;
	background-color: transparent;
	outline: none;
}
.entry-summary form > button.add_to_cart:hover {
	background-color: #b6795f;
	border-color: transparent;
	color: #fff;
}
.entry-summary .product_meta {
	border-top: 1px solid #cecece;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}
.entry-summary .product_meta .posted_in > a {
	border: 1px solid #cecece;
	color: #232323;
	display: inline-block;
	font-size: 16px;
	height: 39px;
	width: 50px;
	line-height: 36px;
	letter-spacing: 0.78px;
	margin-right: -2px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.entry-summary .product_meta .posted_in > a:hover {
	background-color: #333;
	color: #fff;
}
.entry-summary .product_meta .posted_in > a:first-child {
	border-right: none;
}
.entry-summary .product_meta .posted_in > a:last-child {
	border-left: none;
}
.entry-summary .product_share > ul {
	float: right;
	margin-bottom: 0;
	margin-top: 15px;
	padding-left: 0;
}
.entry-summary .product_share > ul li {
	display: inline-block;
	margin-left: 20px;
}
.entry-summary .product_share > ul li a {
	font-size: 14px;
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.entry-summary .product_share > ul li a:hover {
	color: #b6795f;
}

/* - Collection Section */
.collection-section {
	margin-bottom: 80px;
}
.collection-section .img-box {
	position: relative;
}
.collection-section .img-box::before {
	background-color: rgba(0, 0, 0, 0.8);
	content: "";
	display: inline-block !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.collection-section .img-box::after {
	border: 1px solid #4c3830;
    bottom: 25px;
    content: "";
    left: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
	z-index: 1;
}

.collection-section .collection-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	z-index: 1;
	padding: 0 45px;
}
.collection-section .img_not_exits .collection-content {
	position: relative;
	top: 0;
	transform: none;
}
.collection-carousel-2.owl-carousel .owl-item img {
	width: auto;
}
.collection-section .collection-content h5 {
	color: #fff;
	font-family: 'Arizonia', cursive;
	font-size: 64px;
	letter-spacing: 2.56px;
	line-height: 65px;
	margin-top: 0;	
	text-transform: lowercase;
	word-wrap: break-word;
}
.collection-section .collection-content span {
	color: #fff;
	font-family: 'montserratsemi_bold';
	letter-spacing: 0.56px;
	line-height: 26px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.collection-section .collection-content a {
	border: 1px solid #b6795f;
	color: #b6795f;
	display: inline-block;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	line-height: 26px;
	padding: 8px 40px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.collection-section .collection-content a:hover {
	background-color: #b6795f;
	color: #fff;
}

/* - Collection Section1 */
.collection-section1 .collection-box.layout1{
	position: relative;
}
.collection-section1 .collection-box.layout1:before {
	position: absolute;
	content: "";
	background-color: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.collection-section1 .collection-box.layout1 .collection-content {
	text-align: left;
	left: 60px;
}
.collection-section1 .collection-box.layout1 .collection-content h5,
.collection-section1 .collection-box.layout1 .collection-content span {
	color: #333;
}
.collection-section1 .collection-box.layout2 .collection-content {
	text-align: center;
	left: 0;
}
.collection-section1 .collection-box.layout3 .collection-content {
	left: auto;
	right: 0;
}

/* - Dealing Section */
.dealingsection_custom {
	padding-bottom: 45px;
	display: inline-block;
	width: 100%;
}
.dealing-section .dealing-img {	
	text-align: center;
}
.dealing-section .dealing-img.dealing-img2 {
	padding-right: 150px;
	padding-left: 0;
} 
.dealing-section .dealing-img > a {
	text-decoration: none;
}
.dealing-section .dealing-img h5 {
	color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    letter-spacing: 0.52px;
    margin-top: 15px;
    text-transform: uppercase;
}
.dealing-section .dealing-img span.price {
	color: #b6795f;
    display: inline-block;
    font-family: "montserratsemi_bold";
}

.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:focus {
	text-decoration: none !important;
}

.dealing-section .saleup-img span.price del > span,
.dealing-section .dealing-img span.price del {
	color: #000;
    font-family: "montserratlight";
    padding-right: 15px;
}
.dealing-section .saleup-img {
	text-align: center;
	display: inline-block;
	width: 100%;
	background-color: #f1f1f1;
	padding-top: 45px;
	padding-bottom: 45px;
}
.dealing-section2 {
	margin-bottom: 100px;
}
.dealing-section2  .saleup-img .owl-carousel .owl-item img {
	width: auto;
	text-align: center;
	margin: 0 auto;
}
.dealing-section2.woocommerce  .saleup-img  .owl-carousel  .star-rating {
	height: 18px;
    float: none;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.dealing-section2 .saleup-img .owl-carousel .price {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 8px;
}
.dealing-section2  .saleup-img .item {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
}

.dealing-section .saleup-img .clock {
	margin-bottom: 20px;
}
.dealing-section .saleup-img .clock p {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #b6795f;
	border-radius: 0;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin-right: 0;
	font-weight: 600;
}
.dealing-section .saleup-img .clock p:nth-child(n) {
	border-right: none;
}
.dealing-section .saleup-img .clock p:nth-child(4n) {
	border-right: 1px solid #b6795f;
}
.dealing-section .saleup-img .clock p:last-of-type {
	margin-right: 0;
}
.dealing-section .saleup-img .clock p > span {
	color: #b6795f;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.52px;
	margin-top: 5px;
	font-family: 'Lato', sans-serif;
}
.dealing-section .product_desc h5 {
	color: #333;
	font-family: 'Arizonia', cursive;
	font-size: 48px;
	letter-spacing: 1.92px;
	line-height: 26px;
	margin-bottom: 20px;
}
.dealing-section .product_desc > p {
	color: #777;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.64px;
	margin-bottom: 30px;
}
.dealing-section .product_desc a.shop-now {
	border: 1px solid #b6795f;
	color: #b6795f;
	display: inline-block;
	letter-spacing: 0.56px;
	padding: 10px 40px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.dealing-section .product_desc a.shop-now:hover {
	background-color: #b6795f;
	color: #fff;
}
.dealing-section .deal-box-two {
	padding-bottom: 50px;
}

/* - Dealing Section2 */
.dealing-section2 .accessories-block {
	background-color: #f1f1f1;
	padding-top: 40px;
	text-align: center;
}
.dealing-section2  .accessories-block h5{
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-top: 0;
	letter-spacing: 0.88px;
	text-transform: uppercase;	
}
.dealing-section2 .accessories-block p {
	color: #777;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.64px;
	margin-bottom: 30px;
	padding: 0 50px;
}
.dealing-section2 ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
	padding-left: 35px;
	text-align: center;
}
.dealing-section2 ul li {
	float: left;
	margin-right: 32px;
	margin-bottom: 32px;
}
.dealing-section2 .accessories-block ul li a {
	display: inline-block;
	border: 1px solid transparent;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.dealing-section2 .accessories-block ul li a:hover {
	border-color: #b6795f;
}
.dealing-section2 .carousel-item {
	position: relative;
}
.dealing-section2 .saleup-img .clock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 40px auto;
	z-index: 2;
}
.dealing-section2 a.product-del {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	text-decoration: none;
}

.dealing-section2  .saleup-img .woocommerce-loop-product__title,
.dealing-section2 a.product-del h5 {
	color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    letter-spacing: 0.52px;
    margin-top: 19px;
	margin-bottom: 0;
    text-transform: uppercase;
}
.dealing-section2  .saleup-img ins,
.dealing-section2 a.product-del span.price {
	color: #b6795f;
    display: inline-block;
    font-family: "montserratsemi_bold";
}
.dealing-section2 .saleup-img .amount,
.dealing-section2  .saleup-img .woocommerce-Price-amount .amount,
.dealing-section2 a.product-del span.price del {
	color: #777;
    font-family: "montserratlight";
    padding-right: 15px;
}

/* - Testimonial Section */
.testimonial-section {	
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 100px 0;
}
.testimonial-section::before {
	background-color: rgba(0, 0, 0, 0.851);
	content: "";
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.testimonial-section .section-header span {	
	color: #fff;
}
.testimonial-section.testimonial-section1 .section-header span {
	color: #777;
}
.testimonial-section .section-header h3,
.testimonial-section .section-header p {
	color: #fff;
}
.testimonial-section .testimonial-content > i {
	color: #b6795f;
	font-size: 25px;
	display: block;
}
.testimonial-section .testimonial-content p {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.36px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 40px;
	padding-left: 80px;
	padding-right: 80px;
}
.testimonial-section .testimonial-content img {
	border-radius: 100%;
	margin-bottom: 20px;
}
.testimonial-section .testimonial-content span.star {
	color: #fbc725;
	display: block;
}
.testimonial-section .testimonial-content h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.52px;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: uppercase;	
}
.testimonial-section .testimonial-content h5 {
	color: #b6795f;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
}
.testimonial-section .carousel-indicators {
	bottom: -50px;
    margin-bottom: 0;
}
.testimonial-section .carousel-indicators li {
	border-color: #ddd;
	background-color: transparent;
	margin-right: 15px;
}
.testimonial-section .carousel-indicators li.active {
	background-color: #b6795f;
}

/* - Testimonial Section1 */
.testimonial-section1 {
	background-image: none;
	background-color: #f8f8f8;
	padding: 100px 0 150px;
	position: relative;
}
.testimonial-section1::before {
	display: none;
}
.testimonial-section1 .section-header h3 {
	color: #333;
}
.testimonial-section1 .carousel-inner {
	overflow: visible;
}
.testimonial-section1 .testimonial-content img {
	border-radius: 0;
	position: absolute;
	left: 0;
	bottom: -150px;
	margin-bottom: 0;
}
.testimonial-section1 .section-header p {
	color: #777;
}
.testimonial-section1 .testimonial-content p {
	color: #333;
	margin-bottom: 20px;
	width: 75%;
	display: inline-block;
}
.testimonial-section1 .testimonial-content h3 {
	color: #333;
}

/* - Blog Section */
.blog-section {
	margin-bottom: 30px;
	padding-top: 85px;
	padding-bottom: 35px;
}
article[class*="type-"] {
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 35px;
	padding: 10px;
	width: 100%;
}
article[class*="type-"] .entry-cover {
	position: relative;
}
article[class*="type-"] .entry-cover span.post-date {
	background-color: #fff;
    left: 20px;
	font-family: 'Montserrat', sans-serif;
    margin-top: 0;
	letter-spacing: 0.56px;
	line-height: 26px;
    padding: 6px 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
}
article[class*="type-"] .entry-cover span.post-date a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
article[class*="type-"] .entry-cover span.post-date a i {
	padding-right: 15px;
}
article[class*="type-"] .blog-content {
	padding-top: 25px;
}
article[class*="type-"] .blog-content h3.entry-title {
		font-family: 'montserratsemi_bold';
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.6px;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0 30px;
	text-transform: uppercase;
	text-align: center;
}
article[class*="type-"] .blog-content h3.entry-title span {
	color: #b6795f;
}
article[class*="type-"] .blog-content h3.entry-title a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}
article[class*="type-"] .blog-content h3.entry-title a:hover {
	color: #b6795f; 
}
article[class*="type-"] .blog-content .entry-meta {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
article[class*="type-"] .blog-content .entry-meta span {
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 0.48px;
	line-height: 24px;
	position: relative;
	text-transform: capitalize;
}
article[class*="type-"] .blog-content .entry-meta span a {
	color: #777;
}
article[class*="type-"] .blog-content .entry-meta span i {
	font-size: 13px;
	padding-right: 10px;
}
article[class*="type-"] .blog-content .entry-meta [class*="post-"] {
	padding: 6px 15px;
	display: inline-block;
	border-right: 1px solid #ddd;
}
article[class*="type-"] .blog-content .entry-meta [class*="post-"]:last-of-type {
	border: none;
}
article[class*="type-"] .blog-content .entry-content {
	text-align: left;
}
article[class*="type-"] .blog-content .entry-content p {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px;
	text-align: left;
}
article[class*="type-"] .blog-content .entry-content a.read-more {
	color: #b6795f;
	letter-spacing: 0.56px;
	text-decoration: none;
	padding: 0 15px;
	display: block;
}
article[class*="type-"] .blog-content .entry-content a.read-more:hover {
	color: #777;
}
article[class*="type-"] .blog-content .entry-content a.read-more i {
	padding-left: 10px;
}

/* - Blog Post */
.single-post article[class*="type-"] .post-meta span {
	
}

.blog-post article[class*="type-"] .blog-content .entry-meta {
	display: block;
	margin: 0 auto 15px;
	width: 50%;
}
blockquote {
	border-left: none;
	background-color: #f1f1f1;
	color: #333;
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.72px;
	margin: 15px;
	padding: 20px 15px 20px 60px;
	text-align: left;
	position: relative;
	z-index: 1;
}

article[class*="type-"] .blog-content .entry-content blockquote p ,
.entry-content blockquote p,
blockquote p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.72px;
	color: #333;
	font-weight: 500;
	padding: 0;
	position: relative;
}
blockquote::before {
	position: absolute;
	content: "\f10d";
	left: 10px;
	top: 15px;
	font-family: "FontAwesome";
	color: #dfcdc5;
	font-size: 35px;
}

article[class*="type-"] .blog-content .entry-content blockquote i,
blockquote p i {
	color: #dfcdc5;
	font-size: 35px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: -1;
}
article[class*="type-"] .social li {
	display: inline-block;
	margin-right: 15px;
}
article[class*="type-"] .social li a {
	color: #333;
}
article[class*="type-"] .social li a:hover {
	color: #777;
}
body.single-post article[class*="type-"] .blog-content .entry-meta {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
	width: auto;
}
body.single-post article[class*="type-"] .entry-cover {
    padding: 15px 15px 0;
}

/* - Latest Blog */
.latest-blog article[class*="type-"] {
	padding: 0;
}
.latest-blog article[class*="type-"] .entry-cover {
	padding: 10px;
}
.latest-blog article[class*="type-"] .entry-cover > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.latest-blog article[class*="type-"] .entry-cover > a:hover {
	opacity: 0.8;
}
.latest-blog article[class*="type-"] .blog-content {
	padding-top: 0;
	padding-bottom: 20px;
}

/* - Latest Blog1 */
.latest-blog1.blog-section {
	margin-bottom: 0;
}
.latest-blog1 {
	background-color: #f2f2f2;
	padding: 90px 0 80px 0;
}
article[class*="type-"] .entry-cover span.look {
	background-color: #bd866f;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	line-height: 30px;
	text-align: center;
}
article[class*="type-"] .entry-cover span.look i {
	margin-left: 0;
	height: auto;
	font-size: 18px;
	width: auto;
	line-height: normal;
	vertical-align: middle;
}
article[class*="type-"] .entry-cover span.look .span_view {
	display: block;
	font-size: 13px;
	line-height: 14px;	
}

.latest-blog1 article[class*="type-"] {
	padding: 15px;
	margin-bottom: 20px;
}
.latest-blog1 article[class*="type-"] .blog-content {
	padding-bottom: 20px;
}

/* - Comment Section */
.section-heading h3 {
	border-bottom: 1px solid #ececec;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.section-heading h3 > span {
	float: right;
}
/* - Widget Area */
.widget-area .widget {
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.widget-area h3.widget-title {
	background-color: #e6e6e6;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.68px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
}

/* - Widget Latest Ppost*/
.widget_latest_post .latest-box {
    padding: 18px 18px 0;
}
.widget_latest_post .latest-box:last-child {
	padding-bottom: 25px;
}
.widget_latest_post .post-box {
    border-bottom: 1px solid #ececec;
    display: inline-block;
    min-height: 90px;
    padding-bottom: 23px;
    padding-left: 105px;
    position: relative;
    width: 100%;	
}
.widget_latest_post .latest-box.nopost_thumb .post-box {
	min-height: auto;
	padding-left: 0;
}
.widget_latest_post .post-box > a {
    left: 0;
    position: absolute;
    top: 0;
}
.widget_latest_post .post-box > h5 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 15px;
}
.widget_latest_post .post-box > h5 a {
	display: inline-block;
	color: #333;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.widget_latest_post .post-box > h5 a:hover {
	color: #b6795f;
}
.widget_latest_post .post-box .post-meta {
	display: inline-block;
	width: 100%;
}
.widget_latest_post .post-box .post-meta [class*="post-"] {
	position: relative;
}
.widget_latest_post .post-box .post-meta [class*="post-"]::after {
	position: relative;
	content: "|";
	padding: 0 10px;
	color: #777;
	font-size: 14px;
}
.widget_latest_post .post-box .post-meta [class*="post-"]:last-of-type::after {
	content: "";
}
.widget_latest_post .post-box .post-meta [class*="post-"] a i {
	margin-right: 10px;
	display: inline-block;
}

.widget_latest_post .post-box .post-meta [class*="post-"],
.widget_latest_post .post-box .post-meta [class*="post-"] a {
	color: #777;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 0.48px;
}
.widget_latest_post .post-box .post-meta [class*="post-"] a:hover {
	color: #333;
	text-decoration: none;
}
.widget_latest_post .post-box > span a i {
	padding-right: 8px;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	text-align: left;
}
.widget_latest_post .star-rating {
	color: #fbc725;
	margin-bottom: 5px;
	float: none;
}
.widget_latest_post span.price {
    color: #b6795f;
    display: inline-block;
    font-family: "montserratsemi_bold";
    margin-bottom: 5px;
}
.widget_latest_post span.price del {
	color: #777;
    font-family: "montserratlight";
    padding-right: 15px;
}

/* - Widget Tweets */
.widget_latest_tweets .item {
	padding: 25px 65px 60px;
}
.widget_latest_tweets .item h5 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	text-align: center;
}
.widget_latest_tweets .item p {
	color: #777;
	line-height: 24px;
	letter-spacing: 0.56px;
	margin-bottom: 0;
}
.widget_latest_tweets .item a {
	color: #333;
	letter-spacing: 0.56px;
}
.widget_latest_tweets .item span {
	color: #777;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 0.48px;
	margin-top: 20px;
}
.widget_latest_tweets .carousel-indicators {
	left: 0;
	right: 0;
	width: auto;
	margin: 0 auto;
}
.widget_latest_tweets .carousel-indicators li {
	border-color: #b6795f;
	margin-right: 15px;
}
.widget_latest_tweets .carousel-indicators li.active {
	background-color: #b6795f;
}

/* - Widget Price Filter */
.widget_price_filter .price-filter {
	margin-top: 45px;
	padding-left: 38px;
	padding-right: 38px;
}
.widget_price_filter .ui-slider-horizontal {
	height: 4px;
	margin-bottom: 20px;
}
.widget_price_filter .ui-widget-content {
	background-color: #dadada;
	border: none;
}
.widget_price_filter .ui-widget-header {
	background-color: #bd866f;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #b6795f;
	width: 13px;
	height: 13px;
	border: none;
	border-radius: 100%;
	outline: none;
}
.widget_price_filter .price-input {
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 9px 10px;
}
.widget_price_filter .price-input span:first-child {
	margin-left: 24px;
}
.widget_price_filter .price-input span:last-child {
	float: right;
	margin-right: 24px;
}
.widget_price_filter .price-filter a {
	border: 1px solid #cecece;
	color: #bd866f;
	display: block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	margin: 15px auto 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 50%;
}
.widget_price_filter .price-filter a:hover {
	background-color: #bd866f;
	color: #fff;
}

/* - Selling Section */
.woocommerce-selling {
	background-color: #f8f8f8;
	padding-top: 80px;
	padding-bottom: 40px;
}
.woocommerce-selling .selling-box {
	display: inline-block;
	position: relative;
	padding-left: 165px;
	padding-bottom: 40px;
	min-height: 140px;
	margin-bottom: 30px;
}
.woocommerce-selling .row [class*="col-md-"] {
	margin-bottom: 20px;
}
.woocommerce-selling .selling-box img {
	position: absolute;
	left: 0;
}
.woocommerce-selling .selling-box .selling-content {
	padding-top: 35px;
	text-align: center;
}
.woocommerce-selling .selling-box .selling-content h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 0.52px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.woocommerce-selling .selling-box .selling-content h6 > a {
	color: #333;
	text-decoration: none;
}
.woocommerce-selling .selling-box .selling-content span.price {
	color: #b6795f;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
}
.woocommerce-selling .selling-box .selling-content span.price del {
	font-family: 'Montserrat', sans-serif;
	color: #777;
	padding-right: 20px;
}
.woocommerce-selling .selling-box .selling-content .star-rating {
	color: #fbc725;
}
.woocommerce-selling img {
	position: relative;
}
.woocommerce-selling .icon-list {
	position: absolute;
	bottom: 15px;
	left: 15px;
	max-width: 115px;
	margin: 0 auto;
	text-align: center;
}
.woocommerce-selling .icon-list > .yith-wcwl-add-to-wishlist,
.woocommerce-selling .icon-list > a {
	background-color: rgba(255, 255, 255, 0.902);
	color: #333;
	display: inline-block;
	font-size: 15px;
	height: 33px;
	width: 55px;
	line-height: 33px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce-selling .icon-list > .yith-wcwl-add-to-wishlist .add_to_wishlist :hover,
.woocommerce-selling .icon-list > .yith-wcwl-add-to-wishlist:hover,
.woocommerce-selling .icon-list > a:hover {
	color: #b6795f;
}
.woocommerce-selling .icon-list > .yith-wcwl-add-to-wishlist .add_to_wishlist {
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce-selling .icon-list > .yith-wcwl-add-to-wishlist i {
	margin-right: 0;
}
.woocommerce-selling .selling-box .selling-content .star-rating {
	display: inline-block;
	width: 100%;
}

/* - Selling Section1 */ 
.woocommerce-selling1 {
	background-color: #fff;
}
.woocommerce-selling1 .selling-detail {
	padding-top: 90px;
	padding-left: 100px;
	padding-bottom: 50px;	
}
.woocommerce-selling1 .col-md-6.selling-detail {
	margin-bottom: 0;
}
.woocommerce-selling1 .selling-img {
	background-repeat: no-repeat;
	background-size: cover;
}

/* - Client */
.clients {
	padding: 55px 0 40px;
}
.clients .clients-carousel .item {
	padding-left: 5px;
	padding-right: 5px;
}
.clients .owl-carousel .owl-item img {
    width: auto;
	display: inline-block;
	opacity: 0.8;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.clients .owl-carousel .owl-item img:hover {
   opacity: 1;	
}
.clients .clients-carousel .item  a {
	text-align: center;
	line-height: 225px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;	
	min-height: 225px;
	max-height: 225px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.clients .owl-theme .owl-dots .owl-dot span {
	border: 1px solid #b6795f;
	background-color: transparent;
	height: 11px;
	width: 11px;
}
.clients .owl-theme .owl-dots .owl-dot.active  span{
	background-color: #b6795f;
}

/* - Clients 1 */
.clients-1 {
	background-color: #f8f8f8;
}

/* - About Section */
.about-section {
	padding-top: 90px;
	padding-bottom: 90px;	
}
.about-section .about-content h5 {
	font-family: 'montserratsemi_bold';
	font-size: 16px;
	letter-spacing: 0.64px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.about-section .about-content span {
	color: #b6795f;
}
.about-section .about-content p {
	color: #777;
	line-height: 24px;
	letter-spacing: 0.56px;
	margin-bottom: 20px;
}
.about-section .about-content ul {
	padding-left: 0;
	list-style: none;
}
.about-section .about-content ul li {
	color: #777;
	font-weight: 600;
	letter-spacing: 0.56px;
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.about-section .about-content ul li::before {
	content: "\f0c8";
	color: #b6795f;
	font-family:'FontAwesome';
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

/* - Team Section */
.team-section {
	background-color: #fbfbfb;
	padding-bottom: 85px;
	padding-top: 85px;
	padding-left: 0;
	padding-right: 0;
}
.team-section .team-box {
	position: relative;
}
.team-section .team-box h3 {
	background-color: rgba(0, 0, 0, 0.851);
	color: #b6795f;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	letter-spacing: 0.84px;
	line-height: 26px;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.team-section .team-content {
	text-align: center;
}
.team-section .team-content h5 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.56px;
	line-height: 24px;
	margin-bottom: 0;
}
.team-section .team-content span {
	color: #777;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.56px;
	line-height: 22px;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.team-section .team-content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.team-section .team-content ul li {
	display: inline-block;
	margin-right: 25px;
}
.team-section .team-content ul li:last-child {
	margin-right: 0;
}
.team-section .team-content li a {
	font-size: 15px;
	color: #b6795f;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-content li a:hover {
	color: #333;
}

/* - Error Page */
.error-page {
	margin-bottom: 100px;
	margin-top: 60px;
	text-align: center;
}
.error-page .error-code span {
	color: #2f2f2f;
	font-size: 270px;
	font-family: 'Montserrat', sans-serif;
}
.error-content {
	background-repeat: no-repeat;
	background-position: center center;
}
.error-page .error-content h3 {
	color: #b6795f;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	letter-spacing: 1.28px;
	line-height: 45px;
	margin-bottom: 40px;
	text-transform: uppercase;
	margin-top: 0;
}
.error-page .error-content p span {
	color: #2f2f2f;
}
.error-page .error-content a {
	border: 1px solid #b6795f;
	color: #b6795f;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.error-page .error-content a:hover {
	background-color: #b6795f;
	color: #fff;
}

/* - Contact Form */
.contact-us.contact-form {
	padding-bottom: 100px;
}

/* - Contact Us */
.contact-us .section-header {
	margin-bottom: 30px;
}
.contact-us .section-header h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.88px;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.contact-us .section-header span {
	color: #777;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	display: block;
}
.contact-us .contact-detail {
	padding-top: 70px;
}
.contact-us .contact-detail .contact-info {
	margin-bottom: 40px;
	text-align: center;
}
.contact-us .contact-info-block {
	padding: 0 15px;
}
.contact-us .contact-detail .contact-info i {
	border: 1px solid #b6795f;
	border-radius: 100%;
	color: #b6795f;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	margin-bottom: 15px;
}
.contact-us .contact-detail .contact-info p {
	color: #333;
	line-height: 26px;
	letter-spacing: 0.28px;
	margin-bottom: 0;
}
.contact-us .contact-detail .contact-info a {
	color: #333;
	display: block;
}

/* Social Icon */
.contact-social-icon {
	padding-bottom: 100px;
}
.contact-social-icon .social {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.contact-social-icon .social li {
	display: inline-block;
	margin-right: 25px;
}
.contact-social-icon .social li:last-child {
	margin-right: 0;
}
.contact-social-icon .social li a {
	color: #333;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-social-icon .social li a:hover {
	color: #b6795f;
}
.contact-us .form-detail {
	display: inline-block;
	width: 100%;
	background-color: #f1f1f1;
	padding: 65px 40px 50px;
}
.contact-us .form-group {
	margin-bottom: 30px;
}
.contact-us .form-group button {
	background-color: transparent;
	border: 1px solid #b6795f;
	color: #b6795f;
	font-size: 14px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 0;
	letter-spacing: 0.56px;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-us .form-group button:hover {
	background-color: #b6795f;
	color: #fff;
}

/* - Google Map */
.map a {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #b6795f;
    display: inline-block;
    font-family: "Crimson Text",serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 2.72px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: capitalize;
	text-align:center;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%); 
}
.map a span {
	color: #333;
}
.menu-icon a {
	color: #333;
	text-decoration: none;
	padding: 0 10px;
}
.menu-icon .cart li:last-child a {
	padding-right: 0;
}
.wishlist-menu .wishlist-count {
	display: inline-block;
}

.menu-icon .cart a.cart-contents {
	text-decoration: none;
	color: #222;
	display: inline-block;
	width: 100%;
	background-color: #ddd;	
}

/* - Cart Dropdown */
.menu-icon .cart {
	padding-left: 50px;
	margin-bottom: 0;
	padding-left: 0;
	float: right;
	margin-top: 8px;
}
.menu-icon .cart > li {
	float: left;
	position: relative;
	list-style: none;
} 
.menu-icon .cart > li::after {
	content: "|";	
}
.menu-icon .cart > li:first-child::before {
	content: "|";	
}
.menu-icon .cart > li::after {
	content: "|";	
}
.menu-icon .cart > li:last-child {
	padding-right: 0;
}
.menu-icon .cart > li:last-child::after {
	content: "";
}

.header-section-1 .menu-icon .cart > li:first-child::before {
	content: "";
}


.mini-cart {
	display: inline-block;
}
.mini-cart .widget_shopping_cart {
	background-color: #fff;
	z-index: 2;
	max-height: 300px;
	overflow-x: hidden;
	padding-bottom: 15px;
	top: 10px;
	border: 1px solid #ddd;
	display: inline-block;
}
.mini-cart .widget_shopping_cart_content {
	margin-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}	
.mini-cart .cart-content {
	background-color: #eaeaea;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	word-wrap: break-word;
	width: 100%;
	text-align: center;	
	text-decoration: none;
	border-radius: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: block;
	margin: 0;
	border: none;
	z-index: 2;
	right: 0;
	left: auto;
	position: absolute;
}	
.mini-cart:hover  .cart-content {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}	
.mini-cart .cart-content span {
	color: #000;
	display: inline-block;
	display: inline-block;
	color: #000;
	margin-top: 0;
}
.mini-cart .cart-content i {
	color: #222;
	display: inline-block;
	font-size: 18px;
	height: auto;
	line-height: normal;
	margin-left: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: auto;
	display: inline-block;
	border: 1px solid #ddd;
}	
.mini-cart .sub-cart {
	background-color: #fff;
	left: auto;
	position: absolute;
	right: -11px;
	width: 300px;
	z-index: 2;
	margin-bottom: 0;
}	
.mini-cart .sub-cart ul li {
	padding: 15px 0;
	clear: both;
	position: relative;
	overflow: hidden;
}
.mini-cart .sub-cart ul li .img {
	width: 33%;
	float: left;
	padding: 0px 15px;
}
.mini-cart .sub-cart ul li h4 {
	margin-bottom: 10px;
	word-wrap: break-word;
}
.mini-cart .sub-cart ul li span {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.mini-cart .sub-cart ul li a.remove-cart-mini {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #151515;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-align: center;
	background-color: #d1d1d1;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}	
.mini-cart:hover .cart-content i:after {
	visibility: visible;
	opacity: 1;
}
.mini-cart .sub-cart ul li:hover a.remove-cart-mini {
	display: block;
}
.mini-cart .sub-cart a.check-out-sub {
	display: block;
	line-height: 58px;
	padding: 0px 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #f33f3d;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
}
.mini-cart .sub-cart ul li.empty {
	color: #000;
	padding:0 15px;
	text-align: center;
}
.wc_likes > span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	height: 28px;
	left: 4px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: -30px;
	width: 28px;
}
.wc_likes > span::before {
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    bottom: -6px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
    text-align: center;
    margin: 0 auto;
}

/* - User LoginForm */
.menu-icon .cart .user-login-form ul {
	width: 160px;
	right: 0;
	position: absolute;
	background-color: #ddd;
	z-index: 3;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	display: block;
	margin: 0;
	border: none;
	padding: 5px 20px;
}
.menu-icon .cart .user-login-form ul li {
	display: inline-block;
	width: 100%;
}	
.menu-icon .cart .user-login-form:hover ul {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
	top: 100%;
}	
.menu-icon .cart .user-login-form ul  li a:hover{
	color: #b6795f;
}
.blog-content .entry-content ul {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}

.user-login-form {
	padding-bottom: 10px;
}

/*---------------------------------------------------
	## Responsive
-----------------------------------------------------*/

/* - min-width: 992 */
@media (min-width: 992px) {
	.footer-main .row .four_col:nth-child(4n+1) {
		clear: both;
	}
	.services-section .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Dealing Section */
	.dealing-section .saleup-img > p {
		padding: 0 28%;
	}
	
	.product-section.woocommerce .products .product:nth-child(4n+1) {
		clear: both;
	}
	.woocommerce-selling_layoutone .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Latest Blog */
	.latest-blog .row [class*="col-md-"]:nth-child(3n+1) {
		clear: both;
	}
	
	.woocommerce-selling.woocommerce-selling1 .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	.dealing-section  .row  .deal-box-two:nth-child(2n+1) { 
		clear: both;
	}
	.dealing-section2 ul li:nth-child(3n){
		margin-right: 0;
	} 
}

/* - max-width: 1500px */
@media (max-width: 1500px) {
	/* - Selling Section1 */
	.woocommerce-selling .selling-box .selling-content h6 {
		font-size: 11px;	
	}
}

/* - max-width: 11366px */
@media (max-width: 1366px){
	
	/* - Collection Section1 */
	.collection-section1 .collection-box.layout1 .collection-content {
		left: 30px;
	}
	.collection-section1 .collection-box.layout3 .collection-content {
		right: 30px;
	}
	
	/* - Dealing Section */
	.dealing-section .dealing-img {
		padding-left: 0;
	}
	.dealing-section .dealing-img.dealing-img2 {
		padding-right: 0;
	}
	
	/* - Selling Section1 */
	.woocommerce-selling1 .selling-detail {
		padding-left: 15px;
	}
	.woocommerce-selling1 .selling-box {
		padding-left: 148px;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	
	/* - Services Section */
	.services-section .srv-box {
		padding: 25px 8px;
	}
	.services-section .srv-box h5 {
		padding: 0 10px;
		margin: 0 15px;
	}
	
	
	/* - Product Section */
	.product-section .products-categories {
		padding-left: 15px;
	}
	.product-section .products-categories li:first-child a::before {
		padding: 0;
	}
	.product-section .input-group {
		float: none;
		margin-bottom: 30px;
		margin-left: 15px;
	}
	.products {
		padding-left: 15px;
	}
	.products .product {
		margin-right: 30px;
	}
	.products .product a.addto-cart {
		width: 135px;
	}
	.products .product .wishlist-box > a {
		width: 50px;
	}
	
	/* - Product Section1 */
	.product-section1 .products .product > a.add-to-cart1 {
		top: 70%;
		width: 150px;
	}
	
	/* - Dealing Section */
	.dealing-section .saleup-img > p {
		padding: 0 50px;
	}
	
	/* - Latest Blog1 */
	.latest-blog1 article[class*="type-"] .blog-content {
		padding-bottom: 0;
		padding-top: 10px;
	}
	
	/* - Blog Section*/
	.widget_tweets .item {
		 padding: 25px 25px 60px;
	}
	
	/* - Selling Section */
	.woocommerce-selling .selling-box {
		padding-left: 160px;
	}
	.woocommerce-selling .selling-box .selling-content h6 {
		font-size: 11px;
	}
	
	/* - Selling Section1 */ 
	.woocommerce-selling1 .col-md-6.selling-detail, 
	.woocommerce-selling1 .col-md-6.selling-img {
		width: 100%;
	}
	
	/* - About Section */
	.about-section .about-content h5 {
		margin-top: 0;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.services-section .srv-box h5 {
		margin: 0 15px;
	}
	.goto-next a i {
		font-size: 26px;
	}
	
	/* - Collection Section */
	.collection-section .collection-content h5 {
		font-size: 50px;
		line-height: 55px;
	}
	.collection-section .collection-content a {
		padding: 8px 30px;
		font-size: 14px;
		margin-top: 18px;
		line-height: 22px;
	}
	
	/* - Product Section */
	/* .woocommerce .products .product .wishlist-box {
		top: 170px;
	} */
	.woocommerce .products .product .wishlist-box > .yith-wcwl-add-to-wishlist,
	.woocommerce .products .product .wishlist-box > a,
	.woocommerce .products .product .wishlist-box > a {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.product-section.woocommerce ul.products li.product .product_type_simple.ajax_add_to_cart,
	.product-section.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		left: 15px;
		right: 15px;
		width: 160px;
	}
	
	.product-section .products-categories li:first-child a {
		padding-left: 0;
	}
	.products .product .wishlist-box {
		top: 160px;
	}
	.product-section2 .products .product > a.add-to-cart1 {
		left: 20px;
	}
	.product-section1 .products .product .wishlist-box {
		top: 10px;
	}
	
	/* - Product Section2 */
	.product-section2 .products .product {
		margin-right: 0;
		padding-left: 0;
	}
	.product-section2 .products .product .wishlist-box {
		left: 40px;
	}
	.product-section.product-section1.woocommerce .products .product .wishlist-box {
		top: 60px;
	}
	
	/* - Dealing Section2 */
	.accessories-block img {
		max-width: 115px;
	}
	.dealing-section2 ul li,
	.dealing-section2 ul li:nth-child(3n) {
		margin-right: 15px;
	}
	.dealing-section2 ul li {
		margin-bottom: 15px;
	}
	
	.dealing-section .product_desc a.shop-now {
		padding: 10px 20px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	
	/* - Services Section */
	.services-section .srv-box {
		margin-bottom: 30px;
	}	
	.services-section .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	.footer-main .row .four_col:nth-child(2n+1) {
		clear: both;
	}
	.goto-next a i {
		font-size: 26px;
	}
	
	/* - Collection Section */
	.collection-section .collection-content h5 {
		font-size: 50px;
		line-height: 55px;
	}
	.collection-section .collection-content a {
		padding: 8px 30px;
		font-size: 14px;
		margin-top: 18px;
		line-height: 22px;
	}
	
	/* - Product Section */
	.product-section.woocommerce .products .product {
		width: 33.33%;
		margin-bottom: 20px;
	}
	
	.woocommerce .products .product .wishlist-box > .yith-wcwl-add-to-wishlist,
	.woocommerce .products .product .wishlist-box > a {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.product-section.woocommerce ul.products li.product .product_type_simple.ajax_add_to_cart,
	.product-section.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		left: 15px;
		right: 15px;
		width: 160px;
	}	
	.product-section .products-categories{
		padding-left: 0;
		text-align: center;
	}
	.product-section .products-categories li {
		margin-bottom: 10px;
	}
	
	.product-section .input-group {
		display: block;
		float: none;
		margin: 0 auto 30px;
		max-width: 200px;
	}
	.input-group .form-control {
		float: none;
	}
	.products .product {
		margin-right: 12px;
		width: 30%;
	}
	.products .product .wishlist-box {
		top: 175px;
	}
	.product-section.product-section1.woocommerce .products .product .wishlist-box {
		top: 50px;
	}
	
	/* - Product Section1 */
	.product-section1 .products .product .wishlist-box {
		top: 30px;
	}
	.product-section1 .products .product > a.add-to-cart1 {
		width: 165px;
		top: 72%;
	}
	.product-section2 .products .product > a.add-to-cart1 {
		width: 165px;
		top: 62%;
	}
	
	.product-section.product-section1.woocommerce .products .product .wishlist-box {
		top: 1px;
		right: 15px;
		left: auto;
	}
	
	.category-section .category-box.layout-4 .category-content {
		top: 15px;
	}
	.category-section .category-content h5 {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 28px;
	}
	
	/* - Collection Section */
	.collection-section .collection-content h5 {
		font-size: 30px;
		line-height: 38px;
	}
	.category-section .category-content a {
		font-size: 13px;
		line-height: 22px;
		margin-top: 12px;
		padding: 6px 24px;
	}
	
	.comment-author .avatar {
		max-width: 70px;
	}
	
	/* - Latest Blog */
	.latest-blog .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Team Section */
	.team-section .team-box {
		margin-bottom: 30px;
	}
	
	
	.contact-us .form-detail {
		padding: 65px 15px 50px 30px;
	}
	.product-section1.woocommerce .products .product .wishlist-box {
		top: 0;
	}
	.wc_likes > span {
		height: 22px;
		width: 25px;
		top: -22px;
		line-height: 20px;
	}
	.menu-icon .cart {
		margin-top: 0;
	}
	.wc_likes > span::before {
		border-left: 5px solid rgba(0, 0, 0, 0);
		border-right: 5px solid rgba(0, 0, 0, 0);
		border-top: 5px solid #000000;
		bottom: -5px;
	}

	.team-section,
	.about-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.latest-blog1-section .row:nth-child(2n) .col-md-8 .entry-cover {
		margin-top: 15px;
	}
	
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
		
	/* - Product Section2 */
	.products .product {
		margin-right: 0;
	}
	.product-section .products .product {
		margin-right: 20px;
	}
	.product-section2 .products .product {
		padding-left: 15px;
	}
	/* .product-section1 .products .product .wishlist-box > a {
		height: 35px;
		line-height: 35px;
	} */
	.product-section1 .products .product {
		margin-right: 20px;
	}
	.product-section2 .products .product {
		margin-right: 0;
	}
	.widget_price_filter .price-input span:first-child {
		margin-left: 15px;
	}
	.widget_price_filter .price-input span:last-child {
		margin-right: 15px;
	}
	
	/* - Shop Single */
	.entry-summary h3 {
		margin-top: 0;
	}
	.entry-summary > form .product-attribute .select,
	.entry-summary form .product-quantity {
		margin-right: 10px;
	}
	.entry-summary .product_meta > ul {
		width: 100%;
		text-align: left;
		margin-left: 0;
		margin-right: 20px;
		margin-top: 10px;
	}
	.shop-single .products .product {
		margin-right: 18px;
	}
	
	/* - Dealing Section2 */
	.dealing-section2 ul {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	/* - Blog Section */
	article[class*="type-"] .blog-content {
		padding-left: 0;
		padding-right: 0;
	}
	article[class*="type-"] .blog-content h3.entry-title {
		padding: 0;
		text-align: left;
	}
	article[class*="type-"] .blog-content .entry-content p {
		padding: 0;
	}
	
	/* - Blog Post */
	article[class*="type-"] .blog-content h3.entry-title {
		padding: 0 15px;
	}
	article[class*="type-"] .blog-content .entry-content p {
		padding: 0 15px;
	}
	article[class*="type-"] .blog-content .entry-meta span.post-like {
		padding-right: 10px;
	}
	article[class*="type-"] .blog-content .entry-meta span.post-admin {
		padding-left: 7px;
	}
	article[class*="type-"] .tags .social {
		float: none;
	}
	.post-box img {
		max-width: 50px;
	}
	
	/* - Latest Blog */
	.widget_latest_post .post-box {
		padding-left: 60px;
	}
	.widget_latest_post .latest-box {
		padding: 28px 5px 0 10px;
	}
	.widget-area .widget_tags a {
		padding: 8px 12px;
	}
	
	.widget_latest_post .post-box > h5 {
		font-size: 13px;
		line-height: 20px;
	}
	
	article[class*="type-"] .blog-content .entry-content blockquote p,
	blockquote p {
		font-size: 16px;
		line-height: 26px;
	}
	article[class*="type-"] .social ul {
		float: none;
		padding-left: 10px;
	}
	
	.dealing-section  .row  .deal-box-two:nth-child(2n+1) { 
		clear: both;
	}
	.dealing-section .product_desc a.shop-now {
		padding: 10px 20px;
	}
	.dealing-section2 ul {
		padding: 0;
	}
	.dealing-section2 ul li {
		margin: 0;
		padding: 0 10px;
	}
	.woocommerce-selling_layoutone .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	.dealing-section2 ul li {
		padding: 0 7px;
		margin: 0;
	}
	
	.product-section.woocommerce .products .product :nth-child(3n+1){
		clear: both;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {

	.dealing-section .deal-box-two .product_desc {
		text-align: center;
	}
	.dealing-section .deal-box-two  .product_images {
		margin-bottom: 30px;
	}
	
	.services-section .srv-box h5 {
		padding: 0 16px;
		margin: 0 16px;
		font-size: 16px;
	}
	.dealing-section .saleup-img {
		margin-top: 50px;
	}
	
	/* - Category Section1 */
	.category-section1 .category-images .category-box {
		padding-left: 15px;
	}
		
	/* - Product Section1 */
	.product-section1 .products .product > a.add-to-cart1 {
		top: 70%;
	}
	.product-section1 .products .product .wishlist-box > a {
		height: 58px;
		line-height: 58px;
	}
	
	/* - Product Section2 */
	.product-section2 .widget-area {
		padding-right: 15px;
	}
	.product-section2 .products {
		padding-left: 0;
	}
	.product-section2 .products .product {
		margin-right: 0;
		padding-left: 15px;
	}
	.product-section2 .products .product .wishlist-box {
		top: 70px;
		left: 30px;
	}
	.product-section2 .products .product .wishlist-box > a {
		height: 50px;
		line-height: 50px;
	}
	
	/* - Dealing Section */
	
	.dealing-section .saleup-img {
		width: 100%;
	}	
	.dealing-section2 .accessories-block p {
		padding: 0 15px;
	}
	.shop-single,
	.dealing-section2 .accessories-block {
		margin-bottom: 0;
	}
	.dealing-section2 ul {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* - Dealing Section2 */
	.dealing-section2 ul li {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.dealing-section2 ul li:nth-child(3n) {
		margin-right: 15px;
	}
	.accessories-block img {
		max-width: 125px;
	}
	
	/* - Testimonial Section1 */
	.testimonial-section1 .testimonial-content img {
		display: none;
	}
	
	/* - Blog Section */	
	.blog-section.col-xs-12 {
		text-align: center;
		width: 100%;
	}
	
	/* - Blog Post */	
	.blog-post article[class*="type-"] {
		max-width: 100%;
	}
	
	article[class*="type-"] .blog-content .entry-meta [class*="post-"] {
		padding: 6px 9px;
	}
	article[class*="type-"] .social ul {
		float: none;
		padding-left: 10px;
	}
	
	/* - Blog Post1 */
	.latest-blog1 article[class*="type-"] .blog-content {
		padding: 10px 0 0;
	}
	
	
	/* - About Section */
	.about-section .col-xs-6 {
		width: 100%;
	}
	.about-section .col-xs-6 img {
		margin-bottom: 30px;
	}
	
	/* - Team Section */	
	.team-section .team-detail {
		max-width: 270px;
		display: block;
		margin: 0 auto;
	}
	
	.header-section:not(.header-section-1) .menu-icon a {
		padding: 0 5px;
	}
	
	/* - Cart */
	.woocommerce-cart .table tr td.action a {
		padding-left: 45px;
		padding-right: 45px;
	}

	.contact-us .contact-detail .contact-info a {
		font-size: 16px;
	}
	.contact-us .contact-detail {
		padding-top: 0;
	}
	.woocommerce-selling .selling-box .selling-content {
		text-align: left;
	}
	.woocommerce-selling_layoutone .row [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	
	/* - Services Section */
	.services-section .col-xs-6 {
		width: 100%;
	}
	.services-section .srv-box {
		max-width: 350px;
		margin: 0 auto 30px;
	}
	
	.category-section .category-content h5 {
		font-size: 17px;
		line-height: 26px;
	}
	.category-section .category-content a {
		padding: 8px 26px;
	}
	
	.collection-section1 .collection-box.layout3 .collection-content {
		left: 0;
		right: 0;
	}
	.header-section-1 .menu-icon .cart {
		float: none;
		margin: 0 auto;
	}
	.products .product .wishlist-box {
		top: 175px;
	}
	
	/* - Product Section1 */
	.product-section1 .products .product > a.add-to-cart1 {
		top: 73%;
	}
	.product-section1 .products .product .wishlist-box {
		top: 50px;
	}
	
	/* - Product Section2 */
	.product-section2 .products .product > a.add-to-cart1 {
		top: 68%;
	}
	.product-section2 .products .product .wishlist-box > a {
		height: 40px;
		line-height: 40px;
	}
	
	/* - Dealing Section */
	.dealing-section .saleup-img > p {
		padding: 0;
	}
	
	/* - Testimonial Section */
	.testimonial-section .testimonial-content p {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* - Blog Post */
	.blog-post article[class*="type-"] .blog-content .entry-meta {
		width: 100%;
	}
	article[class*="type-"] .tags .social {
		float: none;
	}
	article[class*="type-"] .blog-content h3.entry-title {
		padding: 0 10px;
	}
	article[class*="type-"] .blog-content .entry-meta [class*="post-"] {
		padding: 5px 9px;
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #ddd;
		border-right: none;
	}
	article[class*="type-"] .blog-content .entry-meta [class*="post-"]:last-of-type {
		border: none;		
	}
	
	.latest-blog1 article[class*="type-"] .blog-content h3.entry-title {
		padding: 0 15px;
	}
	article[class*="type-"] .blog-content .entry-meta span i {
		padding-right: 5px;
	}
	
	/* - Selling Section */
	.woocommerce-selling .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.woocommerce-selling .selling-box {
		padding-left: 200px;
		width: 100%;
	}
	/* - Error Page */
	.error-page .error-code span {
		font-size: 150px;
	}
	.error-page .error-code span img {
		max-width: 200px;
	}
	.error-page .error-content p {
		font-size: 25px;
	}
}

/* -  max-width: 600 */
@media (max-width: 600px) {
	
	/* - Product Section */
	.product-section.woocommerce .products .product{
		width: 50%;
	}
}


/* -  max-width: 479 */
@media (max-width: 479px) {
	
	/* - Slider Section */
	#rev_slider_two .uranus.tparrows,
	#rev_slider_one .uranus.tparrows {		
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	#rev_slider_two  .uranus.tparrows::before,
	#rev_slider_one  .uranus.tparrows::before {
		font-size: 14px;
		height: 35px;
		width: 35px;
		line-height: 35px;
	}
	
	/* - Category Section1 */
	.category-section1 .category-content p {
		font-size: 13px;
		margin-bottom: 0;
		color: #000;
	}
	.category-section1 .category-content h5 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.category-section .category-content a {
		padding: 4px 20px;
		margin-top: 8px;
	}
	
	/* - Product Section */
	.products  {
		padding-left: 0;
	}
	
	/* - Shop Single */
	.entry-summary > form .product-attribute .select {
		width: 122px;
		margin-right: 10px;
	}
	.entry-summary > form .product-attribute .select select {
		padding: 10px 13px;
	}
	.entry-summary > form .product-attribute .select:last-child {
		margin-right: 0;
	}
	.releated-product .products .product {
		width: 100%;
		margin-right: 0;
	}
	.entry-summary form .product-quantity {
		margin-right: 10px;
	}
	.entry-summary form .product-quantity input[type="text"] {
		width: 40px;
	}
	.entry-summary form > button.add_to_cart {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
	.entry-summary .product_meta > ul { 
		display: block;
		float: none;
		margin-top: 10px;
	}
	.entry-summary .product_meta > ul li { 
		margin-left: 0;
		margin-right: 20px;
	}
	
	/* - Collection Section */
	.collection-section .collection-content h5 {
		font-size: 28px;
		line-height: 40px;
	}
	.collection-section .collection-content a {
		padding: 6px 22px;
		margin-top: 7px;
		font-size: 13px;
	}
	.collection-section .img-box::after {
		left: 15px;
		right: 15px;
		top: 15px;
		bottom: 15px;
	}
	.collection-section .collection-content {
		padding: 0 20px;
	}
	.collection-section .collection-content span {
		font-size: 13px;
	}
	
	/* - Dealing Section */
	.dealing-section .saleup-img .clock p {
		margin-right: 10px;
	}
	.dealing-section .saleup-img .clock p:nth-child(n) {
		border-right: 1px solid #b6795f;
	}
	
	/* - Dealing Section2 */
	.dealing-section2 ul {
		padding-left: 30px;
	}
	.accessories-block img {
		max-width: 90px;
	}
	.dealing-section2 .saleup-img .clock {
		position: relative;
	}
	
	/* - Blog Section */
	.post-box img {
		max-width: 60px;
	}
	.latest-blog1-section .row [class*="col-xs-"] {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 15px;
		float: none;
	}
	
	article[class*="type-"] .blog-content .entry-content p {
		padding: 0;
	}
	blockquote {
		margin: 0;
	}
	.widget_latest_post .post-box {
		padding-left: 80px;
	}
	.widget_latest_post .latest-box {
		padding: 28px 5px 0 10px;
	}
	.comment-author .avatar {
		max-width: 55px;
	}
	
	/* - Selling Section */
	.woocommerce-selling .selling-box {
		padding-left: 160px;
	}
	
	/* - Checkout */
	.woocommerce-checkout .login-check .login-form input[type="submit"] {
		margin-right: 8px;
	}
	.woocommerce-checkout .checkout-payment {
		padding: 35px 30px 40px;
	}
	/* - Error Page */
	.error-page .error-code span {
		font-size: 80px;
	}
	.error-page .error-code span img {
		max-width: 100px;
	}
	
	.latest-blog .row [class*="col-xs-"] {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px;
		float: none;
	}
	.latest-blog  article[class*="type-"] .blog-content .entry-content p {
		text-align: center;
		padding: 0 15px;
	}
	
	.mini-cart .sub-cart  {
		width: 225px;
	}
	.mini-cart .sub-cart {
		right: -60px;
	}
}

/* -  max-width: 400 */
@media (max-width: 400px) {
	
	/* - Product Section */	
	.product-section.woocommerce .products .product{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		float: none;
		text-align: center;
		left: 0;
		right: 0;
	}
}

/* -  max-width: 360 */
@media (max-width: 360px) {
	
	.services-section .srv-box span {
		right: 0;
	}
	
	/* - Blog Section */
	article[class*="type-"] .blog-content .entry-meta span.post-like {
		padding-right: 7px;
	}
	article[class*="type-"] .blog-content .entry-meta span.post-admin {
		padding-left: 7px;
	}
	
	/* - Selling Section */
	.woocommerce-selling .selling-box .selling-content h6 {
		font-size: 11px;
	}
}