body,
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #272727;
}
body{background-color: #f0e7d5;}
a,
span {
    display: inline-block
}
a{color:#444444;}
.btn,
a
{
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s
}
img {
    max-width: 100%;
    height: auto
}
textarea,
textarea.form-control {
    height: 160px;
    resize: vertical
}
.justify {
    text-align: justify
}
.alignleft{float:left; margin-right: 20px; margin-bottom: 20px;}
.alignleft.img-thumbnail{
    max-width: 300px;
    height: auto;
    width: 100%;
}
.btn,
button,
input[type=reset],
input[type=submit] {
    overflow: hidden;
    color: #fff;
    background: #00aeef;
    padding: 10px 20px;
    font-size: 13px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    background-image: none;
    width: auto;
    height: auto;
    border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow:none;
}
.formErrorContent {
    display: none !important;
}
.formError + input {
    border:1px solid red;
}
.btn.blank {
    background: none;
    border: 1px solid #d90f30;
    color: #d90f30;
}
.btn.blank:hover {
    color: #fff;
    background: #d90f30;
    border-color: #d90f30
}
input[type="submit"].btn {
    padding: 5px 25px;
    font-size: 1em
}
input:focus {

   outline: 0;  
}
.btn:hover,
.btn:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn.active,
.btn.wpcf7-submit.btn-primary,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background: #00aeef;
    border-color: #00aeef
}
.btn:before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -1
}
.btn:hover:before {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}
p{color:#000;}
ul.bullets li {
    color: #b0b0b0;
    font-size: 16px;
    line-height: 1.7;
    margin: 0
}
p + p {
    margin-top: 25px
}
section {
    padding: 25px 0px;
    position: relative;
}
a:active,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none
}
.help-block.wpcf7-not-valid-tip {
    display: none
}
.form-control.wpcf7-not-valid {
    border: 1px solid #FF0C0C !important
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.theme-clr {
    color: #d90f30
}
ul.bullets li {
    background: url(images/tick.png) no-repeat;
    padding-left: 22px;
    background-position: 0px 7px;
    margin-bottom: 4px
}
label {
    font-weight: normal
}
.gray-bg {
    background: #f8f8f8
}
.blue-bg {
    background: #2d3341;
}
@media (min-width: 1200px) {
    .container {
        width: 1180px
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 30px;
	font-weight: 600;
}
h1 {
    color: #555;
    font-size: 30px;
    margin: 0
}
h1 .theme-clr {
    font-weight: 600
}
h2 {
    font-size: 26px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    color: #272727;
    font-weight: 600;
}
.sub-title {
    color: #221c1c;
    font-size: 16px;
    margin: 0
}
.sub-title.border:after {
    content: '';
    display: block;
    margin: 20px auto;
    margin-bottom: 22px;
    width: 25%;
    height: 1px;
    background: #353535
}
h4 {
    font-size: 22px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
p strong {
    color: #4e4e4e
}
.clients h2 {
    color: #000
}
h2 a {
    font-weight: 300
}
h4,
h4 a {
    font-size: 22px;
    color: #000
}
h4 a:hover {
    color: #6000a0
}

h4 a {
    display: block;
    margin-top: 5px
}
h5,
h5 a {
    font-size: 21px;
    color: #1d1f1b
}
.white-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    transition-duration: 0.4s;

}
.white-box:hover {
    background: #f7f7f7;
    border-color: rgba(103, 208, 30, 0.57);
}
p.justify {
    text-align: justify
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0 0 12px;
	transition:0.3s all ease;
}
.site-header.affix {
	position: fixed;
   top: -40px;
	transition:0.3s all ease;
}
.navbar-nav{ background:#4bb0c7; width: 100%; 
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 position: relative;
 top: 24px;
 transition:0.3s all ease;
 height: 52px;
 visibility:visible;
 
 background:none;
 display:flex;
     justify-content: space-between;
 }
 .site-header.affix .navbar-nav {
 transition:0.3s all ease;
height: 8px;
visibility:hidden;
opacity: 0;
 }

/*Preloader starts here*/

#page-loader {
    background-color: #000;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: 1s linear 0s normal none infinite running progress-bar-stripes;
    animation: 1s linear 0s normal none infinite running progress-bar-stripes;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* top header start */
.top-header {
    background: #3e3e3e none repeat scroll 0 0;
	color: #797979;
}
.top-header .row > div  > span {
    border-right: 1px solid #797979;
    padding: 10px;
}
.top-header .row > div > span a {
    color: #fff;
}
#hoverdiv  {
float: right;
    margin-left:20px;
    margin-top: 26px;	
}
.site-header.affix #hoverdiv   {
margin-top: 0;	
}
#hoverdiv .menu > li:not(#wpmenucartli) {
display: none;	
}
  .wpmenucart-contents {
    border: 1px solid #797979;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    padding:10px 12px;
font-size:13px;
}
/*top header end  */
/* banner carousel slider start */

.slide {
overflow: hidden;	
 padding-top: 193px;
    transition: all 0.3s ease 0s;
}
.affix + banner .slide {
padding-top: 123px;	
}
.slide .item, .slide .item img {
height: calc(100vh - 193px);	
width: 100%;
}
.slide .carousel-caption {
    display: flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	top: 0;
	left: 0;
	right: 0;
}
.carousel-indicators{display: none;}
.carousel-caption h2{  font-size: 60px;
    font-weight: bold;
	margin-bottom: 0;
}
.carousel-caption p{   color: #fff;
    font-size: 37px;
	margin: 12px 0 30px;
	max-width: 1140px;
}
.carousel .glyphicon {
    position: absolute;
    top: 15px;
    padding: 14px;
    text-shadow: none;
    color: white;
    font-size: 18px;
    width: 45px;
    height: 45px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.10);
}
.carousel-control {
    opacity: 1;
    width: auto;
    left: 0px;
    top: 60%; 
    z-index: 11;
}
.glyphicon-chevron-right,
.glyphicon-chevron-left {
    background: none;
    transition: 0.4s all ease-in-out;
}
.carousel-control.left .glyphicon-chevron-left {
    left: -35px;
}
.carousel:hover .carousel-control.left .glyphicon-chevron-left {
    left: 22px;
}
.carousel-control.right .glyphicon-chevron-right {
    right: -35px;
    left: auto;
}
.carousel:hover .carousel-control.right .glyphicon-chevron-right {
    right: 22px;
}
/* banner slider end */
.load-logo {
    margin-bottom: 55px;
}
.cs-loader-inner {
    width: 100%;
    color: #fdb100;
    text-align: center;
}
.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}
@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}
@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}
.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}
.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}
.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}
/*preloader ends here*/

.navbar-brand {
    height: auto;
    margin: 0 !important;
    padding: 0px
}
.navbar-brand > img {
width: 272px;
height: auto;	
transition:0.3s all ease;
}
.site-header.affix .navbar-brand > img {
	width: 160px;	
transition:0.3s all ease;
}
.navbar-default {
    background: black;
    z-index: 4;
    border: none;
    margin: 0;
    background-image: none;
    border-radius: 0px;
    padding: 0;
    min-height: inherit;
    box-shadow: none;
	padding-top: 15px;
}
.navbar-default .navbar-collapse {
    padding: 0
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: capitalize;
    padding: 16px 28.3px;
    display: inline-block;
    border-radius: 0px;
    font-size: 14px;
	background: #4bb0c7;
}
.navbar-default .navbar-nav>li.auc {
float: right;	
}
.navbar-default .navbar-nav>li.auc>a  {
background: #eebb19;
position: relative;	
padding-right: 68px;
text-transform: uppercase;
}
.navbar-default .navbar-nav>li.auc>a::after {
background: #e5b318 url(images/auc.png) no-repeat center center;	
position: absolute;
right: 0;
top: 0;
width: 55px;
height: 100%;
content: '';
}
.navbar-default .navbar-nav>li:last-child a {
    margin-right: 0
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current-menu-item a,
.navbar-default .navbar-nav>li>a:focus {
    background:#eebb19;
    color: #fff
}
.navbar-default .navbar-nav>li.auc>a:hover,
.navbar-default .navbar-nav>li.current-menu-item.auc a,
.navbar-default .navbar-nav>li.auc>a:focus {
background: #e5b318;	
}
.navbar-default li {
    position: relative;
}
.navbar-default .navbar-nav > li + li > a {
border-left: 1px solid rgba(255,255,255,0.12);	

    border-left: 1px solid rgba(255,255,255,0.12);
    margin-right: -3px;
}

.navbar-default .navbar-nav > li>a{
	border-right: 1px solid rgba(255,255,255,0.12);
	border-left: 1px solid rgba(255,255,255,0.12);
    margin: 0 -2px;
}
@media (min-width: 767px){
	.navbar-default li:hover > .sub-menu {
		display: inline-block
	}
}


.navbar-default li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 9;
	padding-top: 0;
	padding-bottom: 0;
	min-width:100%;
	max-height: 400px;
	overflow:hidden;
}
.nicescroll-cursors {
background-color:#fff !important;	
}
.site-header.affix .nicescroll-cursors {
display: none !important;	
}
.navbar-default li .sub-menu li {
    display: block
}
.navbar-default li .sub-menuli .sub-menu {
    left: 100%;
    top: 0
}
ul li.menu-item-has-children:before {
    content: '';
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    z-index: 9;
    top: 46%;
    right: 7px
}
ul li .sub-menu li.menu-item-has-children:before {
    content: '';
    border: 5px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    z-index: 9;
    top: 46%;
    right: 7px
}

li.menu-item-has-children.active_li:before{  transform: rotate(180deg);
    top: 15px;}
	li.menu-item-has-children.active_li>a{    background: #f1ba0d;}
li.menu-item-has-children.active_li>a{}

.sub-menu li {
    border-bottom: 1px solid #80CBDC;
}
.navbar-default .navbar-nav  .sub-menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    background: #4bb0c7;
    padding: 10px 12px;
	white-space:nowrap;
}
.mCSB_inside > .mCSB_container {
margin-right: 0 !important;	
}
.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;	
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #27788B !important;	
}
.navbar-default .navbar-nav  .sub-menu li a:hover {
    background: #eebb19;
	color: #fff;
}

@keyframes my-animation {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
/*********** Animated Border **********/

footer.site-footer {
    background: #000;
    padding: 14px 0px;
}

.box {
    border: 1px solid #ccc;
    float: left;
    padding: 20px;
    width: 100%;
}
.box > img {
    float: left;
}
.box .desc h2{font-size:16px;
color:black;}
/*services starts here*/
.services {
padding: 20px 0 40px 0;
position: relative;	
}
.services::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0.85;	
}
.services:not(.feature) .section-title, .services:not(.feature) .section-title small {
color: #000;
}
.services .content{
	background: white;
	 padding: 1px 10px 2px;
}
.services .content h2 {
padding-bottom: 0;	
}
.services a:not(.live-edit-button) {
position: relative;
overflow: hidden;
display: block;	
}
.services a img {
margin: auto;
max-width: 100%;
height: auto;	
}
.services .over-lay {
    align-items: center;
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0px, rgba(0, 0, 0, 0) 100%);*/
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.services .over-lay::before, .services .over-lay::after {
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.services .over-lay::before {
    border-bottom: 4px solid white;
    border-top: 4px solid white;
    transform: scale(0, 1);
}
.services .over-lay::after {
    border-left: 4px solid white;
    border-right: 4px solid white;
    transform: scale(1, 0);
}
.services .over-lay:hover::before, .services .over-lay:hover::after {
    opacity: 1;
    transform: scale(1);
}
.category-listing {
padding: 25px 0;	
}
/* .services .owl-controls{
display: none;	
} */
.services {
    background: url(images/bg.jpg) no-repeat scroll 0 0 / cover;
}
.services .col-md-12 > p, .about .col-md-12 h2 + p, .gallery .section-title + p {
    color: black;
    text-align: center;
	/* text-transform:capitalize; */
	 padding-bottom: 25px;
	 font-weight: 600;
}
.services a.img-url {
    height: 300px;
   
}
.services a.img-url img {
    height: 100%;
    width: 100%;
	border:1px solid transparent;
}
.services h3 {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
	margin:0;
	height: 75px;
	line-height: 20px;
	font-weight: 400;
}
.services.popular h3 {
	position: relative;
	margin-bottom: 12px;
}
.services.popular h3::after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #e2e2e2;
	width: 80px;
	height: 1px;
	content: '';
	margin: auto;
}
.section-title{
color: #000!important;
    font-size: 30px;
	margin-bottom: 7px;
 }
 .red{

   color: #f80808;
 }
 .content.col-md-8 > h4::first-line {
    color: #f80808;
	line-height: 40px;
}
.services.popular {
    float: none;
    text-align: center;
}
.services.popular a .btn {
	margin-top: 35px;
}
.category-listing {
position: relative;
top: -90px;	
margin-bottom: -90px;
}

.category-listing .owl-item{   
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdd2eb+0,ebf0f8+100 */
/*background: rgb(189,210,235);  Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover, rgba(189,210,235,1) 0%, rgba(235,240,248,1) 100%) left -120px top 0px;  FF3.6-15 */
/*background: -webkit-radial-gradient(center, ellipse cover, rgba(189,210,235,1) 0%,rgba(235,240,248,1) 100%) left -120px top 0px;  Chrome10-25,Safari5.1-6 */
/*background: radial-gradient(ellipse at center, rgba(189,210,235,1) 0%,rgba(235,240,248,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd2eb', endColorstr='#ebf0f8',GradientType=1 );  IE6-9 fallback on horizontal gradient */
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 225px;
}
.category-listing .content {
background: none;
text-align: right;	
float: right;
width: 50%;
}
.category-listing .content h4 {
margin-top: 23px;
margin-bottom: 23px;	
}

.owl-theme .owl-nav {
    
    position: absolute;
    right: 0;
   
    top: -50px;
}

.owl-theme .owl-nav [class*="owl-"] {
   background: none;
    border: 1px solid #ff0000;
    border-radius: 3px;
    color: #ff0000;
    background: rgba(255, 255, 255, 0.51);
    text-transform: capitalize;
    margin: 0;
    
}
.owl-theme .owl-nav [class*="owl-"] + *{margin-left:8px;}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ff0000 none repeat scroll 0 0;
   
}
/*services ends here*/

/**about section**/
.about {
background: #f0e7d5;	
}
 .about p{ text-align: center; padding-left: 10px;
    padding-right: 10px; padding-bottom: 0 !important;}
 .author-img {
   
	 height: 90px;
    margin: auto auto 25px;
    width: 90px;
}
.author-img img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
	 margin: 25px auto;
	    border: 2px solid #fff;
}
.testimonial {
	padding: 0 45px;
    background: #f8f3ea none repeat scroll 0 0;
	height: 314px;
	position: relative;
}
.testimonial .owl-carousel1.owl-carousel.owl-theme.owl-loaded {
	text-align:center;
}
.testimonial .owl-stage-outer {
position: relative;	
}
.testimonial::before, .testimonial::after {
	background: url(images/testbg.png) no-repeat 0 0;
	content: '';
 height: 19px;
    left:15px;
    position: absolute;
    top: 100px;
    width: 26px;
}
.testimonial::after {
    left: auto;
	right: 15px;
  	transform: scaleX(-1);
} 
.testimonial .item .content {
margin: auto;
width: 77%;	
position: relative;
}
.testimonial  .owl-dot span  {
margin-left: 3px !important;
margin-right: 3px !important;	
}
.testimonial  .owl-dot.active span {
background: #eebb19 !important;	
}
/**********category listing section*********/
/*.category-listing .item {
    border: 1px solid #ccc;
    padding: 15px;
}*/

.category-listing .cat-img {
    float: left;
	width: 50%;
  
}
.owl-carouselcat .block-box{ background: none repeat scroll 0 0;
    border: none;
   /* margin: 12px;
    padding: 16px 0;
    width: 90%;*/
	margin: 0;
	padding: 0;
	width: 100%;
}

/*gallery starts here*/

.gallery {
background:#f0e7d5;
    padding-top: 15px;

    padding-bottom: 35px;


}

.gallery .grid {

margin-left: -5px;

margin-right: -5px;	
margin-top: 20px;

}

.grid-item,

.grid-sizer {

    width: 25%;

}

.grid-item {

    float: left;

    height: 190px;

	overflow: hidden;

	box-sizing:border-box;

	padding:5px;

}
.inner-pages.gallery  .grid-item, .inner-pages.gallery  .grid-sizer {
width: 33.333%;	
}
.inner-pages.gallery  .grid-item {
height: auto;	
}
.grid-item--width2 { width: 50%; }

.grid-item--height2 { height: 290px; } 

.gallery img {

    width: 100%;

    height: auto;

}

.gallery a {

position: relative;

display: block;

overflow: hidden;

height: 100%;	

}

.gallery a .overlay {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0,174,239,0.54);

    outline: 1px solid white;

    outline-offset: -8px;

    color: #fff;

    font-size: 4em;

    font-weight: 300;

    opacity: 0;

    transition: 0.3s all ease-in-out;

    transform: scale(1.5)

}

.gallery a:hover .overlay {

    opacity: 1;

    transition: 0.3s all ease-in-out;

    transform: scale(1)

}
.gallery p{text-align:center;}
/*gallery ends here*/

/* all items*/
.alitems {background:#f8f3ea}
.alitems p{text-transform:capitalize}
.alitems ul li{  border-right: 1px solid #9a9894;
    float: left;
    width: auto;
	margin-right: 10px;
	padding-right: 10px;
}
.alitems ul li a{  color: #9a9894;
}
.alitems ul li:last-child{  border-right:none;
   }
/*end items */
/* search form */
#searchform_special select {
    width: 15%;
}
/* end search form */
/* footer section start */
.site-footer {
    background: #343330 none repeat scroll 0 0;
}
.site-footer h4{
 color: #fff;
    margin-bottom: 10px;
   
}
.site-footer p{ 
 color: #fff;
   
}
.copyright {
    color: #ccc;
    text-align: center;
	font-size: 12px;
}
.copyright a {
    color: #fff;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
}
.ebay-img img{float:right; padding:6px 11px 2px 11px; background: white; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.site-footer .upper{
	border-bottom: 1px solid #4b4b4b;
    float: left;
    padding-bottom: 5px;
    width: 100%;
}
.site-footer .col-md-12 .col-md-8{
    padding-left: 0px;
  
	} 
.site-footer .lower {
    float: left;
    padding-top: 16px;
    width: 100%;
}
.social-icons {
position: relative;
}
.social-icons > li {
    width: 29px;
    margin-right: 1px;
    display: inline-block;
}
.social-icons .s-icons {
    background: #eebb19 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 7px;
}
.social-icons .fa-facebook{
	 padding: 6px 9px;
	
}
.payment-cards {
    
    text-align: right;
    width: 100%;
}
.payment-cards > img {
   
    padding-left: 2px;
   
}
/* footer end */
/*inner pages  */
.site-header + * {
margin-top: 196px;	
transition:0.3s all ease;
}
.site-header.affix + * {
margin-top: 127px;	
}
.breadcrumb {
padding: 42px 0 20px 0;
margin-bottom: 0;
    background: url(https://wddupdates.com/wp/jb/wp-content/uploads/2016/07/bg.jpg) no-repeat scroll 0 0 / cover;	
}
.breadcrumb span{
font-weight: 600;
}
.breadcrumb a span{
font-weight: 400;
}
.inner-pages {
	 margin-bottom: 54px;
	 margin-top: 15px;
         background:#f0e7d5;
}
.block-box {
    background: #d7e4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: left;
	width: 100%;
	margin-bottom: 30px;
	height: 150px;

}
 .block-box button{  padding: 5px 10px;}
 .block-box h4{  font-size: 17px;
    font-weight: bold;
	text-transform: capitalize;
	text-align: right;
	}
.block-box a.button{ float: right;
    margin-right: 10px;
    margin-top:30px;
}
.block-box .cat-list {
    float: left;
    height: 63px;
    width: 100%;
}

.block-box.store_list{
	float:none;
	padding:10px;
}
.block-box.store_list .cat-list {
    float:none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-box.store_list .content{
	padding-left:10px;
}
.block-box.store_list h4, .block-box.store_list a{
	margin:0;
}
.block-box.store_list h4{ 
	margin-bottom:12px;
}
/* endinnre page */

/* product Section start */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30.75%;	
    border: 1px solid #ccc;
	text-align:center;
	background: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
padding-bottom: 10px;	
min-height:426px;
position: relative;
	}
	.woocommerce .related ul.products li.product {
	width: 22.05%;	
	}
	.related.products li.product:nth-child(4n) {
		margin-right: 0;
	}
	.woocommerce ul.products li.product a img {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;	
	}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
padding-left: 10px;
padding-right: 10px;
line-height: 18px;
height:54px;
font-weight:normal;
}
.woocommerce .products .star-rating {
margin: 1em auto;
display: none !important;
}
.woocommerce ul.products li.product .price {
font-size: 1.0em;
color: #f80808;	
font-weight: 600;
}
.products li .button {background: #00aeef none repeat scroll 0 0; color:#fff;}
.products li .button:hover {background: #00aeef none repeat scroll 0 0; color:#fff;}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
   
    width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 40%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
}
.pro-cat{
  background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
	padding: 0;
}
.pro-cat > h4 {
    color: #000;
    font-size: 20px;
    padding: 15px 15px;
	margin: 0;
    text-transform: capitalize;
}
.product-categories {
    border: medium none !important;
    clear: both;
    display: block;
    margin: 0;
    position: relative;
    z-index: 99;
}
.product-categories li  {
border-top: 1px solid #ccc;
}
.product-categories li a {
    color: #606060;
    display: block;
padding: 8px 15px;	
}
.product-categories li a:hover, .product-categories li.current-cat a{
	background: #eebb19;
	color: #fff;
}



.single-product h1.entry-title {
font-size: 22px;
line-height:30px;
color: #000;
}
.single-product .woocommerce-breadcrumb {
    float: left;
	font-size: 14px;
	width:100%
}
.star-rating > span {
    color: #00aeef;
}
.single-product .woocommerce-product-rating{
    display: block;
    line-height: 24px;
    margin: 15px 0 10px;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
  
    color: #f80808;
    font-size: 20px;
    font-weight: 600;
	
}
.woocommerce-main-image {
border: 4px solid #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
width: 100% !important;
}
.woocommerce div.product div.images img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;

border-radius: 3px;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #f0e7d5 !important; margin:0;
    color: #00aeef;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price {
    font-size: 17px;
    margin: 10px 0 5px;
}
.single-product .summary p {
    line-height: 24px;
    margin: 15px 0 20px;
	  color: #888888;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    opacity: 1;
}
.single-product  p {
    line-height: 24px;
    margin: 15px 0 20px;
	  color: #888888;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    opacity: 1;
}
.woocommerce-tabs h2 {
    color: black;
    font-size: 20px;
}
input, textarea {
    border: 1px solid #dddddd;
    padding: 8px 10px 7px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    width: 100%;
}
.woocommerce-tabs .panel {
    box-shadow: none;
}
p.stars.selected span a{color:#00aeef;}

.stars:hover span a{color:#00aeef;}
.in-stock{
    color: #85ad74;
	 line-height: 24px;
    margin: 15px 0 20px;

}
 .woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart {  border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 25px;
}

.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
	
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #00aeef;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #00aeef;
    color: #fff;
}
.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next{display:block!important;}
.bxslider li a{width:74px!important; height:72px!important;}
 .bxslider li img{width:100%!important; height:100%!important;}
.bxslider li.pager{ margin:0;}
.bx-wrapper .bx-prev , .bx-wrapper .bx-next{
top: 28px !important;	
}
.single-product .related{
	border-top: 1px solid #ccc;
	padding-top: 15px;
	}
.tab-description h2{color:#000;} 
.single-product .related {
	
}
.outofstock > span.outofstock {
  background: #00aeef none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-weight: bold;
    left: 13px;
    padding: 12px 6px;
    position: absolute;
    top: 14px;
    width: 45px;
    z-index: 9;
}
.woocommerce .quantity .qty {
padding: 5px 0;	
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
color: white !important;
background: #00aeef !important;	
}
.woocommerce #reviews h3 , .woocommerce-Reviews-title{
font-size: 16px !important;	
}
/* product section end */
/* cart start */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
height: 31px;
padding: 0 5px;
width: auto;	
}
.widget_shopping_cart_content {
   background:#f0e7d5 none repeat scroll 0 0;

    padding: 20px;
    /* width: 62%; */
}
.widget_shopping_cart_content img {
	border: 1px solid #ccc;
    float: left!important;
    width: 52px;
	margin-right: 8px;
}
.mini_cart_item {
    border-bottom: 1px solid #666;
	padding: 10px 0;
}
.widget_shopping_cart_content .buttons a.button{
	 background: #00aeef none repeat scroll 0 0;
    border: 1px solid#00aeef;
    padding: 6px 15px;
	color:#fff;
}
#mini-cartdiv{display: none;
 border: 1px solid #ccc;
    position: absolute;
    right: 14px;
    top: 67px;
    width: 350px;
    z-index: 9;}
	#mini-cartdiv a.remove{color:#ff0000; font-size: 22px; float: right;}
#hoverdiv:hover #mini-cartdiv{display:block;}
.inner-pages h2.section-title{padding-top: 0; margin-bottom: 50px;}
.archive  .inner-pages h2.section-title {
margin-bottom: 30px;	
}
.archive ul.products {
border-top: 1px solid #f4f4f4;
padding-top: 20px;	
}
.entry-content	p{ line-height: 24px;
    margin: 15px 0 20px;
	  color: #1c1a1a;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    opacity: 1;
	
	}
	
/* cart end */
/* search form */
#searchform_special{margin-top: 26px; width: 75%; float: left;}
.site-header.affix #searchform_special {
margin-top: 0;
margin-bottom: 0;	
}
#searchform_special select {
    height: 39px;
    width: 22%;
	 background: #eeeeee none repeat scroll 0 0;
	 border: 0;
}

/*jumbotron ends here*/
	
	/* .navbar-default form {
	    margin: 25px 0 18px 0;
	} */
	
	.navbar-default .form-control {
	    height: 50px;
	    min-width:685px;
		padding-left:40px;
	}
	
	.navbar-default .btn-box {
	    position: relative;
	    background: #3e3e3e;
	    display: inline-block;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
		top: -3px;
	}
	
	.navbar-default .btn-box::after {
	    font-family: 'FontAwesome';
	    top: 6px;
	    left: 15px;
	    position: absolute;
	    content: "\f002";
	    color: #fff;
	    font-size: 20px;
	    width: 100%;
	    height: 100%;
	}
	
	.navbar-default .btn {
	    background: none;
	    font-size: 0;
	    box-shadow: none;
	    position: relative;
	    border: 0;
	    width: 40px;
	    height: 43px;
	    z-index: 1;
	}
.btn-box:hover, #searchsubmit:hover{background: none; color:#fff;}
/* .searchinput{width:66%; height: 40px;} */
.searchinput{width:88%; height: 40px;}

	/*jumbotron ends here*/
/*contact page start here*/
.row .contact-page > div > div + div{
	padding-left:40px;
}
.page-template-contact-page .inner-pages {
margin-bottom: 0;	
}
.contact-page .form-control {
	min-height: 42px;
	background: #f4f4f4;
}
.contact-page address, .contact-page ul li {
font-size: 17px;	
}
.map {
	padding-left: 0;
	padding-right: 0;
	background: white;
	margin-top: 30px;
	border-bottom: 1px solid #eebb19;
}
.map .acf-map {
margin-bottom: 0;	
	height: 380px;
}
/*contact page ends here*/
#wl-wrapper .wl-add-but {
position: relative;	
padding-left: 35px;
}
.archive .wl-button-wrap {
 bottom: 29px;
    font-size: 0;
    left: auto;
    position: absolute !important;
    right: 41px;
    width: auto !important;
}
.cart #wl-wrapper .wl-add-but {
left: 180px;
top: -42px;
}
#wl-wrapper .wl-add-but::before {
	content: '\f08a';
	font-family: 'FontAwesome';
	font-size: 19px;
    left: 6px;
    position: absolute;
    top: 7px;
}
#wl-wrapper .wl-add-but:hover::before {
	content: '\f004';
}
.yith-wcqv-button {
left: 0 !important;
    margin: auto !important;
    position: absolute !important;
    right: 0;
    top: 105px;
    width: 100px;
	opacity: 0;
	visibility: hidden;	
	transition:0.2s all ease-in-out;
}
.woocommerce ul.products li.product:hover .yith-wcqv-button {
opacity: 1;
visibility: visible;	
	transition:0.2s all ease-in-out;
}
/*auction page starts here*/
.auction-page .media {
border: 1px solid #e2e2e2;
padding: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
background: #eae1d0;
}
.auction-page .media + .media {
margin-top: 30px;	
}
.auction-page .media .media-left {
float: left;	
padding-right: 25px;
}
/*auction page ends here*/
#yith-quick-view-modal .yith-wcqv-wrapper {
max-height: 80% !important;
height: 100% !important;	
}

/************************************/
.navbar-default .bt_search {
	    position: relative;
	   
	    display: inline-block;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	   /*  border-radius: 4px; */
		top: 0px;
	}
	
	.navbar-default .bt_search::after {
	    font-family: 'FontAwesome';
	    top: 6px;
	    left: 11px;
	    position: absolute;
	    content: "\f002";
	    color: #fff;
	    font-size: 20px;
	}
	
	.navbar-default .bt_search {
	         background: #797979 none repeat scroll 0 0;
    font-size: 0;
    box-shadow: none;
    position: absolute;
    border: none;
    width: 40px;
    height: 100%;
    z-index: 1;
    right: -3px;
    top: 0;
    border-radius:0;
    bottom: 0;
	}
#searchform_special .ctr_search{border:none !important; width:100%;}
.bt_search:hover, #searchsubmit:hover{background: #000 none repeat scroll 0 0; color:#fff;}
.ac_over{background: #00aeef none repeat scroll 0 0; color:#000;}
.panel{background-color: #f0e7d5;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom-color: #f0e7d5;}
.woocommerce-message{border-top-color: #d3c3a9;}
.woocommerce-message:before{color: #eebb19;}

.page-numbers {    float: left;}.archive .products li a img{width:300px; height:300px!important;}.related .products li a img{width:300px; height:300px!important;}.single-product .images a img{  margin: 0 auto;    text-align: center;    width: auto !important;}		.woocommerce-main-image {    background: #fff none repeat scroll 0 0;   }.bxslider {margin:0 !important; left:-94px;}.bx-wrapper{}
.bx-window { margin-left:auto; margin-right:auto;  width: 85%!important;    padding: 0;    position: static !important;}.or-color{color: #9a9894;}.login-span {    border-right: 0 none !important;}

.page .entry-content > p {
    float: left;
    width: 100%;
} 
.category-listing .block-box{background: url(images/cat-bg.png) no-repeat 0 0  / 100% 100%; width: 100%;
padding: 15px 22px;
height: 180px;
}
.category-listing .block-box a.button {
margin-top: 0;	
}
.category-listing .block-box a.button img{
  height: 145px;
  width: 180px;
}




/*pagegallery starts here*/

.page-gallery {
background:#f0e7d5;
    padding-top: 15px;

    padding-bottom: 35px;

}

.page-gallery .grid {

margin-left: -5px;

margin-right: -5px;	
margin-top: 20px;

}

.page-gallery  .grid-item, .page-gallery  .grid-sizer {
width: 33.333%;	
}
.page-gallery  .grid-item {
height: auto;	
}

.page-gallery img {

    width: 100%;

    height: auto;

}

.page-gallery a {

position: relative;

display: block;

overflow: hidden;

height: 100%;	

}

.page-gallery a .overlay {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0,174,239,0.54);

    outline: 1px solid white;

    outline-offset: -8px;

    color: #fff;

    font-size: 4em;

    font-weight: 300;

    opacity: 0;

    transition: 0.3s all ease-in-out;

    transform: scale(1.5)

}

.page-gallery a:hover .overlay {

    opacity: 1;

    transition: 0.3s all ease-in-out;

    transform: scale(1)

}
.page-gallery p{text-align:center;}
/*pagegallery ends here*/

p.wysija-paragraph{
	display: inline-block;
	vertical-align:middle;
	margin:0;
}
.wysija-input{     
width: 239px;
    margin-right: 0;
    height: auto;
}
.wysija-msg.ajax + form{display: block !important;}
.wysija-submit.wysija-submit-field.btn.btn-default {
    padding: 6px 12px;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.newsletter h5 {
    color: #fff;
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
	  margin-top: 9px;
    width: 223px;
}
.widget_wysija_cont {
	 position:relative;
}
.widget_wysija_cont  .wysija-msg.ajax {
    position: absolute;
    top: -65px;
    left: 0;
}

.added_to_cart.wc-forward {
    display: none !important;
}
.bx-prev,.bx-next{display:block!important;}
.popular p.price{   color: #f80808;
    font-size: 1em;
    font-weight: 600;
}
.single-product .inner-pages{padding-bottom:0; margin-bottom: 0;}
.site-footer .textwidget p a{color:#fff;}
.page-template-default .inner-pages, .page-template-gallery .inner-pages{ margin-bottom: 0px;
    margin-top: 0px; padding: 0;} 
/* 	.widget_wysija {
    display: block !important;
} */
.allmsgs {
    margin-top: 10px;
}
.pp_expand{display:none!important;}
.page-id-41 #mini-cartdiv{display: none !important;}
.wc-quick-view-content .owl-carouselpro .item {
    float: left;
    height: 44px;
    width: 48px;

    margin-bottom: 10px;

}
#wc-product-quick-view .modal-content .product-wrapper > .images .thumbnails a img {
    height: 100%;
    max-width: 100%;
}
#wc-product-quick-view .modal-content .product-wrapper > .images .thumbnails a {
    height: 100%;
    width: 100%;
}
.quick-view-button {
    left: 79px;
    position: absolute;
    top: 113px;
}
.woocommerce ul.products li.product:hover .quick-view-button{
	display:block;
}
.quick-view-button{
	display:none;
}
.post-nav .post-navigation h2{display:none;}
.post-nav .nav-links {
    padding-bottom: 30px;
	  width: 100%;
}
.post-nav .nav-previous {
    float: left;
}
.post-nav .nav-next {
    float: right;
}
.post-nav .screen-reader-text {
    color: #ff0000;
}


/* Search Results */

div#ps_list_items_container > div{
	background:#f5efe5;
	transition-duration:0.45s;
}
div#ps_list_items_container > div:nth-of-type(4n + 1) {
    background: #f5ecde;
}
.rs_result_row + div{
	background:none;
}
div#ps_list_items_container > div:hover{
	background:#fff9f0;
}
div#ps_list_items_container .rs_result_row{
	padding:15px;
	border-bottom: 1px solid #dedad2;
}
div#ps_list_items_container .rs_rs_avatar img{
	    padding: 4px !important;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 4px;
}
div#ps_list_items_container .rs_rs_avatar{
	width:180px;
}
div#ps_list_items_container .rs_rs_name{
	    font-weight: 600;
    font-size: 14px;
	margin-bottom:12px;
}
div#ps_list_items_container .rs_rs_price{
	margin:12px;
}
div#ps_list_items_container .rs_rs_price .amount{
	font-weight:600;
}
div#ps_list_items_container .rs_rs_cat{
	margin-top:15px;
}
div#ps_list_items_container .rs_content{
	margin-left:190px;
}

/* Out Of Stock Page */
.out_stcok.woocommerce ul.products li:nth-child(3n+3){
	margin-right:0 !important;
}
#image-navigation .nav-links div {

    display: inline-block;

    margin: 10px 4px;

}

#image-navigation .nav-links div a {

    display: inline-block;
    padding: 7px 15px;
    color: #eebb19;
    border: 1px solid #eebb19;
	background: #fffbf3;
}

#image-navigation .nav-links div a:hover {

    color: #fff;

    background: #eebb19;

}
body.attachment .entry-title{
	text-align:center; margin-bottom:25px;
}
body.attachment  .entry-attachment img{
	 padding: 4px !important; 
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 4px;
}
.predictive_results {
   border:none !important;
    z-index: 999999 !important;
    box-shadow: 9px 9px 3px -6px rgba(0, 0, 0, 0.24);
}
body.woocommerce-checkout #mini-cartdiv{border:none;}
.video-block iframe{width:100%;}
.site-header li .dropdown-toggle{display: none;}
body.overflow-hd{overflow:hidden;}

.fr_search_widget .ctr_search .txt_livesearch{width: 100% !important;
    padding: 3px 12px !important;
    display: block;
    max-width:91%;}
body.page-id-18 .entry-content{text-align:center;}
body.page-id-18 .form-group{text-align:left;}
body.page-id-18 .entry-content .col-md-6{width:50%; float:none; margin:15px auto;}
.post-thumbnail {float:left; margin-right:20px; max-width:450px;}
.post-thumbnail img{    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;}
body.single h1 {   text-align: center;
    margin-bottom: 35px;}

.woocommerce ul#shipping_method li label {text-indent:4px}