.general-row .wpb_column.col-md-12,.general-row .wpb_column.col-md-3 {
	padding-left:0px;
	padding-right:0px;
}
.wpb_revslider_element{
	margin-bottom:0px !important;
}
.member.col-md-3{
	padding-left:15px;
	padding-right:15px;
}
.padding-bottom{
	padding-bottom:80px;
}
.padding-bottom-50{
	padding-bottom:50px;
}
.breadcrumb{
	margin-bottom:0px;
	padding:0px;
	background-color:transparent;
	border-radius:0px;
}
.breadcrumb li a{
	color:#ffffff;
}
.pagination .current,.pagination .current span{
	border:none;
	background-color:#0f86ff;
	color:#ffffff;
	border-radius:0px;
}
.pagination .current:hover,.pagination .current span:hover{
	border:none;
	background-color:#0f86ff;
	color:#ffffff;
	border-radius:0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0px!important;	
}

.pagination > li > span{
	padding:7px 12px;	
}
.zero-margin-top{
	margin-top:-60px;
}
/*--------------------------theme check----------------------------------*/

	#wp-calendar {

		width: 100%;

	}

	#wp-calendar caption {

		text-align: right; 

		color: #333; 

		font-size: 12px; 

		margin-top: 10px;

		margin-bottom: 15px;

	}

	#wp-calendar thead { 

		font-size: 10px;

	}

	#wp-calendar thead th { 

		padding-bottom: 10px;

	}

	#wp-calendar tbody { 

		color: #aaa; 

	}

	#wp-calendar tbody td { 

		background: #f5f5f5; 

		border: 1px solid #fff; 

		text-align: center; 

		padding:8px;

	}

	#wp-calendar tbody td:hover { 

		background: #fff; 

	}

	#wp-calendar tbody .pad { 

		background: none; 

	}

	#wp-calendar tfoot #next { 

		font-size: 10px; 

		text-transform: uppercase; 

		text-align: right;

	}

	#wp-calendar tfoot #prev { 

		font-size: 10px; 

		text-transform: uppercase; 

		padding-top: 10px; 

	}

	

	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}
	.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

	}
	.gallery-caption {}
	.bypostauthor{}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
/*----------------------Default widget styling--------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
	border:1px solid #cccccc;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget.widget_search{
	background:none !important;
}
/*-------------------------------Contact form------------------------------*/
.form-area fieldset {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
#message h1{
	text-align:left;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*-------------------------theme unit test------------------------------------*/
.sticky article.post{
	padding:20px;
}
.post .desc h1,.page .left-content h1{
	margin-bottom:30px;
}
.post .desc h2,.page .left-content h2{
	margin-bottom:30px;
}
.post .desc h3,.page .left-content h3{
	margin-bottom:30px;
}
.post .desc h4,.page .left-content h4{
	margin-bottom:30px;
}
.post .desc h5,.page .left-content h5{
	margin-bottom:30px;
}
.post .desc h6,.page .left-content h6{
	margin-bottom:30px;
}
.post .desc table thead tr th,.page .left-content table thead tr th,.comment-details .comments table thead tr th{
	border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.post .desc table tbody tr th,.page .left-content table tbody tr th,.comment-details.comments table tbody tr th{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post .desc table tbody tr td,.page .left-content table tbody tr td,.comment-details.comments table tbody tr td{
	border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.post .desc ul,.post .desc ol,.page .left-content ul,.page .left-content ol,.comment-list .comment-details ul,.comment-list .comment-details ol{
	padding-left:40px;
}
.post .desc ul li,.page .left-content ul li,.comment-details .comments ul li{ list-style-type:disc !important;} 
.post .desc ol li,.page .left-content ol li,.comment-details .comments ol li{ list-style:decimal !important;}
.comment-list .comment-details li{
	margin-bottom:0px;
}
.paginate-links{
	margin-bottom:20px;
}
.paginate-links > span{
	background-color: hsl(210, 100%, 53%);
    border: medium none;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
	padding: 7px 12px;
	display:inline-block;
	line-height: 1.42857;
	position: relative;
    text-decoration: none;
}
.paginate-links a{
 	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 !important;
    color: hsl(0, 0%, 18%);
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 12px;
    position: relative;
	margin-left: -1px;
	text-decoration: none;
}
.paginate-links > span:hover,.paginate-links a:hover,.paginate-links > span{
	background: none repeat scroll 0 0 hsl(210, 100%, 53%);
    border: medium none;
    color: #ffffff;
}
.post .desc figure img,.page .left-content figure img{
	max-width:100%;
	display:inline-block;
	height:auto;
}
.post .desc p img,.page .left-content p img {
    max-width: 100%;
	height:auto;
	display:block;
}
.post .desc p{
	word-wrap:break-word !important;
}
.post .desc figure,.page .left-content figure{
	max-width:96%;
	display:block;
}
/*--------------------------------------------------------------------------------*/
#twitter_update li{
	list-style-type:none !important;
}
.widget ul li{
	list-style-type:none !important;
}
.main-footer ul{
	padding-left:0px !important;
}
.message-welcome{
	margin-bottom:30px;
}


.single-product.woocommerce div.product .images .woocommerce-main-image,.single-product.woocommerce div.product .images .wpis-slider-for {
	float: right;
	width: 70%;
}

.single-product.woocommerce div.product .images .woocommerce-main-image img,
.single-product.woocommerce div.product .images .wpis-slider-for img{
	width:auto;
	max-height: 560px;	
	padding: 10px;
}

.single-product.woocommerce div.product .images .thumbnails,
.single-product.woocommerce div.product .images #wpis-gallery{
	float: left;
	width: 28%;
}

.single-product.woocommerce div.product .images .thumbnails>a,
.single-product.woocommerce div.product .images #wpis-gallery > a {
	width: 75%;
	margin-top: 0;
	margin-bottom: 15px;
}

.single-product.woocommerce div.product .images{ position:relative; float:left; width:100%;  } 
.single-product.woocommerce div.product .images .thumbnails img{
	margin: 0 0 10px;
	border: 1px solid #000000;
	max-width:100%;
	height:auto !important;
	
}

.single-product.woocommerce .woocommerce-breadcrumb{ max-width:1170px; margin:0 auto; padding-top:10px; }
.single-product.woocommerce div.product .images #wpis-gallery img{
	margin: 0 0 10px;
	border: 0px solid #000000;
	max-width:140px;
	height:auto !important;
	width:auto !important;  
}

.product .col-md-8{ padding-left:0px; }
.single_add_to_cart_button{
	background-color: #FB9800;
	padding: 5px 15px;
	color: #fff;
	position: absolute;
	right: 0;
	border-radius: 0;
	border: 1px solid #FB9800;
}
.single_add_to_cart_button:hover{
	background: #fff;
	color: #FB9800;
}
ul, li{
	list-style: circle !important;
}
.product_title{
	margin-top: 100px;
}
.price{
	margin-top: 30px;
}
.quantity{
	display: inline-block;
}

/* Quantity Outline Color */
.woocommerce .quantity .minus,
.woocommerce .quantity input.qty,
.woocommerce .quantity .qty-adjust .woocommerce .quantity .plus,
.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty-plus,
.woocommerce .quantity .qty-minus,
.woocommerce .quantity .qty-adjust {
	border-color: #000000 !important;
}

/* Font Color */
.woocommerce .quantity input.qty {
	color: #0000000;
}
/* Icon Up/Down Color */
.woocommerce .quantity .qty-adjust a > i {
	color: #000000;
}

input::-webkit-inner-spin-button{
	display: none;
}
.woocommerce .quantity .plus{
	border: 1px solid #000000;
	border-bottom: 0;
}

.cart{
	margin-top: 30px;
	width:100%;
	float:left
}
.shop_table.cart { float:none; }
.slick-arrow, .wpis-popup{
	display: none !important;
}

.slick-slide{
	height: auto !important;
}

.nav-container .mobile-menu.active{ right:0px; }

.mobile-menu.active .nav-box{ border:0px solid #000; }
.mobile-menu .nav-box > ul{
	float: left !important;
    width: 100% !important;
    background: #FFF !important;
    border: 3px solid #1489ff !important;	
}

.product_thmbanil{ background-size:120% 120%; background-position:center center; margin-bottom:20px; -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; position:relative;   }
.product_thmbanil a{ position:absolute; top:0; left:0px; width:100%; height:100%; }  
.product_thmbanil:hover{ background-size:110% 110%; }

.product_thmbanil img{ visibility:hidden; }

.product_info .product_title:hover{ color:#FB9800; }
.post-type-archive-product .product_info:nth-of-type(4) .product_title:after,
.post-type-archive-product .product_info:nth-of-type(3) .product_title:after{ color:#FB9800 !important; }

.price {
    margin-top: 15px;
    color: #FB9800;
    font-size: 16px;
    font-family: 'Museo',serif;
}

#wpis-gallery .slick-track{ min-width:160px; }

/*CART*/

.cart-collaterals{ float:none; width:100%; }
.product-remove a{     background: #e2e2e2;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    color: #FFF;
    padding: 0px !important;
    float: left;
    text-align: center;
    padding: 0px;
    line-height: 18px;}
.product-remove a:hover{ color:#757575; }	
.cart .product-thumbnail img{ max-width:120px; height:auto !important; }

.cart tbody tr td{ vertical-align:middle !important; }
.cart th{ font-size:16px; color:#FB9800; font-family: 'Museo',serif; padding-bottom:10px !important;  }
.cart .coupon{ float:left; width:80%; max-width:393px; }
.cart td.actions .button{ float:right; }
.cart-collaterals .calculated_shipping{ float:right; }
.woocommerce-checkout .input-text, .woocommerce-cart .input-text{ padding:5px; }


.page-id-710 .woocommerce .checkout_coupon{ float:left; max-width:320px; position:relative;   }
.page-id-710 .woocommerce .checkout_coupon .form-row-first{ float:left; }
.page-id-710 .woocommerce .checkout_coupon .form-row-first input{ margin-left:0px; }
.page-id-710 .woocommerce .checkout_coupon .form-row-last{ float:right; }
.page-id-710 .woocommerce h3{ float:left; width:100%; padding-left:15px;   }
.woocommerce-checkout{ float:left; width:100%; margin-top:20px; }
.woocommerce-checkout label{ float:left; width:25%; }
.woocommerce-checkout .input-text,.notes textarea{ float:left; max-width:420px; width:100%; text-indent:10px;     border: 1px solid #FB9800; margin-left:15px;    }
.woocommerce-checkout .select2-container{ float:left; max-width:435px; }
.woocommerce-checkout .select2-container--default .select2-selection--single{ border:1px solid #FB9800 !important; padding:7px 5px !important; border-radius:0px !important;    height: auto !important;
    margin-left: 15px; min-height:45px;  }
	
#ship-to-different-address .checkbox,.woocommerce-checkout p.form-row,.woocommerce-additional-fields .label,.woocommerce-additional-fields .input-text { float:left; width:100% !important; }
ul.payment_methods label{ float:none !important; width:auto !important; }

ul.payment_methods .payment_box{ float:left; width:100%; padding:15px; }
ul.payment_methods .payment_box label{ float:left !important; min-width:250px;  }
ul.payment_methods .payment_box select{  float:left; max-width:420px; padding:10px 20px; text-indent:0px;     border: 1px solid #FB9800; margin-left:15px;}

#shipping_address_2_field input{     position: relative;   left: 25%;   }
.select2-container--default .select2-selection--single .select2-selection__arrow{ top:10px !important; right:10px !important; } 

.woocommerce-form-login{
	float: left;
    width: 100%;
    padding: 25px;
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.3);
    margin: 30px 0px;
}
.woocommerce-form-login .input-text{ margin-left:0px !important; }
.woocommerce-billing-fields h3{ padding-left:0px !important; }

.payment_method_paypal img{ max-width:100%; }
.row.descriptions{ float:left; width:100%; }
#shipping_method{
	padding-left: 0px !important;
    min-width: 200px !important;
    text-align: left !important; 
}
#shipping_method li{ float:left; width:100%; }
#shipping_method li label{ float:left; width:auto !important; text-align:left; }

.left-content{ position:relative; margin-bottom:30px; min-height:300px;   }
.left-content .ctb-image{ position:absolute; right:0px; }

#gallery-2 .gallery-item {
    padding: 12px 4px 12px 4px;
	float: left;
    width: 25%;
	min-height: 150px;
}

#gallery-1 .gallery-item {
    padding: 12px 4px 12px 4px;
	float: left;
    width: 33%;
	min-height: 150px;
}

#gallery-1 .attachment-medium.size-medium {
    max-width: 100%;
}

.post .desc figure img, .page .left-content figure img{
    max-width: 100%;
    display: block;
    height: auto;
    float: none;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.top-bar .auto-box .col-sm-6{ font-size:10px; }
	
	.single-product.woocommerce div.product .images .wpis-slider-for{ width:72%; }
	.single-product.woocommerce div.product .images .wpis-slider-for img{ width:100%; 	}
	.row.descriptions{ padding-left:15px; }
}

@media screen and (max-width: 991px) {
	.top-bar .auto-box .col-sm-6{ width:50%; }
	.top-services h2{ padding-left:0px; }
	.cvd_section h3{ min-height:93px !important; }
	.cvd_section .col-sm-5{ width:50%; }
	.nav-container .main-menu > ul > li{ margin-left:12px; }
	.nav-container .main-menu > ul > li > a{ font-size:10px !important; }
	.nav-container .main-menu{ padding-left:0px; }
	.nav-container .main-menu .wpmenucartli{ position:absolute; right:0px; bottom:0px; }
	.nav-container .main-menu .wpmenucartli a{ padding:0px !important; }
	.tp-parallax-wrap .tp-loop-wrap .tp-caption.rev-btn{ font-size:18px !important; padding:8px 20px !important; }
	
	.shop_archive .product_info{ float:left; width:50%; }
	.container{ width:100%; max-width:100% !important;   }
	
	.single-product.woocommerce div.product .images .thumbnails, 
	.single-product.woocommerce div.product .images #wpis-gallery{ left:15px; }
	.single_add_to_cart_button{ right:15px; }

	.single-product .short_description,.product .row{ padding:0 15px; margin-left:0px; margin-right:0px;   }
	.product .row > .row{ padding:0px;}
	.product .descriptions ul{ padding-left:15px; }
	
	.left-content .ctb-image{ position:relative !important; }
	
}
@media screen and (max-width: 770px) {

	#shipping_address_2_field input{ left:0px; }
	.woocommerce-checkout input, .woocommerce-cart input{ margin-left:0px; }
}

@media screen and (max-width: 767px) {
	.logo img{ margin-top:35px !important; }	
	.top-services.style-two .box {
		min-height: 100px !important;
		width: 100%;
	}
	.cvd_section h3{ font-size:18px !important; }
	.single-product.woocommerce div.product .images .thumbnails, .single-product.woocommerce div.product .images #wpis-gallery{ z-index:999; }
	#wpis-gallery .slick-track{ min-width:100px !important; }
	.woocommerce-checkout label,ul.payment_methods .payment_box label{ width:100% !important; max-width:100% !important;  }
	.woocommerce-checkout .select2-container--default .select2-selection--single{ max-width:420px; }
	.woocommerce-checkout .input-text, .notes textarea,
	ul.payment_methods .payment_box select,.woocommerce-checkout .select2-container--default .select2-selection--single{ margin-left:0px; }
		
}
@media only screen and (max-width: 640px){
	#gallery-1 .gallery-item { width: 50%; }
}

@media screen and (max-width: 600px) {
	.nav-container .row > .toggle-icon{ top:25px !important; }
	.nav-container{ min-height:90px !important; }
	.tp-parallax-wrap .tp-loop-wrap .tp-caption.rev-btn {
		font-size: 12px !important;
		padding:5px 10px 7px 15px!important;
		line-height:13px !important; 
	}
	.top-bar .auto-box .col-sm-6{ width:100%; text-align:center;  line-height:15px;  }
	.cvd_section h3{ min-height:10px !important; }
	.cvd_section .col-sm-5{ width:100%; }
	.nav-container .logo{ top:0px !important; }
	.nav-container .logo{ min-width:220px }
	.top-services.style-two .box ul{ padding-left:15px; }
	.h1, h1{ font-size:24px !important; }
	.h2, h2{ font-size:20px !important; }
	.h3, h3{ font-size:17px !important; }
	.h4, h4{ font-size:14px !important; line-height:19px; }
	
	
	.cart .coupon{ width:100% !important; max-width:100%;  }
	.cart .product-thumbnail img{ max-width:60px; }
	
	.single-product.woocommerce div.product .images .woocommerce-main-image, 
	.single-product.woocommerce div.product .images .wpis-slider-for{ width:80%; padding-top:0px; top:-10px; }
	.single-product.woocommerce div.product .images .thumbnails, 
	.single-product.woocommerce div.product .images #wpis-gallery{ width:20%; }
	.single-product.woocommerce div.product .images #wpis-gallery img{ max-width:80px; }
	.single-product.woocommerce div.product .images .woocommerce-main-image img, 
	.single-product.woocommerce div.product .images .wpis-slider-for img{ width:100%; }
	
}


@media screen and (max-width: 479px) {
	
	.single-product.woocommerce div.product .images .woocommerce-main-image, 
	.single-product.woocommerce div.product .images .wpis-slider-for{  min-width:320px; left:15px;  }
	.single-product.woocommerce div.product .images .woocommerce-main-image img, 
	.single-product.woocommerce div.product .images .wpis-slider-for img{ width:320px !important; }
	 
	.single-product.woocommerce div.product .images #wpis-gallery{ left:10px; }
	.single-product.woocommerce div.product .images .woocommerce-main-image,
	.single-product.woocommerce div.product .images .wpis-slider-for{ width:100%; margin-top:0px;  }	
	.shop_archive .product_info{ float:left; width:100%; margin-bottom:20px; position:relative; border-bottom:1px dashed #FB9800; padding-bottom:20px;   }
	
	.single-product.woocommerce div.product .images .thumbnails, .single-product.woocommerce div.product .images #wpis-gallery{ z-index:999; width:100%;  }
	#wpis-gallery .slick-track {
    	min-width: 100%;
	}
	.wpis-slider-nav .slick-slide {
		margin-top:20px; 
		width: 24% !important;
		max-width:24% !important; 
		float: left;
		left:0px !important; 
		margin-right: 1px;
	}
	.single-product.woocommerce div.product .images #wpis-gallery img{ max-width:100% !important; height:65px !important;  }
	.cart .product-thumbnail{ display:none; }
	.woocommerce-cart .sidebar-page .left-content{ padding:0px; }
	.cart td.actions .button{ margin:10px 0px 0px; width:100%; position:relative; right:10px; }
	.cart-collaterals .cart_totals{ width:100%; padding:0 15px; }
	cart-collaterals .cart_totals table{ float:left; width:100%; margin-bottom:10px; }
	.woocommerce-cart input.button, .woocommerce-checkout input.button{ width:100%; }
	.container .container,.row.descriptions .col-md-6{ padding-left:0px; padding-right:0px  }
	.vc_empty_space{ height:15px !important; }
	
	#gallery-1 .gallery-item { width: 100%; min-height: inherit; }
	#gallery-1 { text-align: center; }
/*	.shop_archive .product_info:after{ content:''; position:absolute; bottom:0px; width:50%; left:25%; height:2px; background:#333; }*/
}

	
/*.slick-track{*/
	/*width: 200px !important;*/
	/*height: 2132px !important;*/
	/*!*transform: none !important;*!*/
/*}*/
/*.slick-list{*/
	/*height:500px !important;*/
/*}*/
/*.slick-track {*/
	/*height: 200px;*/
/*}*/
/*.slick-slide {*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
/*}*/

/*
Our Customers-Gallery
*/