/*
    Theme Name: PetPro
    Theme URI:
    Description: WC 3.4.4/ WordPress theme
    Author: EkDesign
    Author URI:
    Version: 2.3
    Tags:
*/
/* =GENERAL
-------------------------------------------------------------- */


body {
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    background: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #34393d;
}
button,
select,
input {
    font-family: 'Assistant', sans-serif;
}
select {
    -webkit-appearance: none;
    background: url(images/arrow-select.png) no-repeat #fff !important;
    background-position: left 10px center !important;
    padding-right: 5px !important;
}
input[type='submit'] {
    font-family: 'Assistant', sans-serif;
}
a {
    color: #34393d;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a:hover {
    text-decoration: none;
    color: #34393d;
}
a:focus {
    outline: none;
}
input,
textarea,
select {
    box-sizing: border-box;
    border: #ccc 1px solid;
    width: 100%;
    padding: 7px 5px;
    font-size: 1em;
    border-radius: 0px;
}
input[type='submit'],
input[type='button'] {
    display: inline-block;
    padding: 7px 25px;
    background: #0467a6;
    font-size: 17px;
    color: #fff;
    border: none;
}
input[type='submit']:hover,
input[type='button']:hover {}
input[type='radio'],
input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
textarea::-webkit-input-placeholder {
    color: #11244c;
    font-size: 14.5px;
    font-family: 'Assistant', sans-serif;
}
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #11244c;
    font-size: 14.5px;
    font-family: 'Assistant', sans-serif;
}
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #11244c;
    font-size: 14.5px;
    font-family: 'Assistant', sans-serif;
}
textarea:-ms-input-placeholder {
    color: #11244c;
    font-size: 14.5px;
    font-family: 'Assistant', sans-serif;
}
textarea::placeholder {
    color: #11244c;
    font-size: 14.5px;
    font-family: 'Assistant', sans-serif;
}
::-webkit-input-placeholder {
    color: #031738;
    font-size: 14.5px;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #11244c;
    font-size: 14.5px;
    font-weight: 500;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #11244c;
    font-size: 14.5px;
    font-weight: 500;
}
:-ms-input-placeholder {
    color: #11244c;
    font-size: 14.5px;
    font-weight: 500;
}

.hidden {
	display: none;
}
#contact-line ::-webkit-input-placeholder {
    color: #000;
}
#contact-line :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 14.5px;
    font-weight: 200;
}
#contact-line ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 14.5px;
    font-weight: 200;
}
#contact-line :-ms-input-placeholder {
    color: #000;
    font-size: 14.5px;
    font-weight: 200;
}
#contact-line form {
    background: none;
    margin-top: 20px;
    width: 100%;
}
.contact-line-title {
    float: right;
    letter-spacing: 2px;
}
.contact-line-img {
    margin-right: 10px;
    margin-top: -10px;
	padding-bottom:10px;
}
.fa-phone {
    -moz-transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    -o-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    transform: rotate(250deg);
}
.fa-volume-control-phone {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li {
    list-style: none;
}
.call {
    white-space: nowrap;
}

.flex {
	display: flex;
}
/* =LAYOUT
-------------------------------------------------------------- */
.container {
    position: relative;
}

.wide-container {
	position: relative;
	width:100%;
	padding: 0 50px;
}

#main {
    position: relative;
}
#main .top-text {
    padding: 3rem;
    text-align: center;
}
.section {
    padding: 40px 0;
}
.padding {
    width: 70%;
    margin: auto;
}
#content-panel {
    width: 75%;
    float: left;
}
#sidebar-panel {
    width: 23%;
    float: right;
}
/* =HEADER
-------------------------------------------------------------- */
#toprow {
    /* padding: 8px 0; */
    background: #f8f9fb;
}
#sub-toprow-1 {
    background-color: #000;
    color: #fff;
	padding:7px 0;
   }
#sub-toprow-2 {
    background-color: #fff;
    padding: 24px 0;
}
#account-info {
    position: relative;
}
.top-left {
    float: left;
}
.toptel {
    display: inline-block;
    padding: 0 5px;
    color: #0c67a5;
}
.top-cart {
    position: relative;
    display: inline-block;
   
}
.top-account {
    position: relative;
    display: inline-block;
    color: #fff;
}
.top-account .enter {
    padding: 0px 12px;
    display: block;
    font-weight: 600;
}
.top-account .btn-exit {
    color: #fff;
}
.top-account .hello-text {}
.top-cart img {
    vertical-align: middle;
    width: auto;
    height: 22px;
}

.top-cart i {
	position: relative;
	top:5px;
	font-size:25px;
	color:#f3911e;
	font-weight: normal;
}
.top-cart a {
    display: inline-block;
	
      
}

.top-cart span {}
.cart-contents {
    position: absolute;
    display: block;
    z-index: 10;
    font-size: 13px;
    top: 0px;
    right: -10px;
    font-weight: bold;
    background: #f89a1d;
    color: #fff;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}
.cart-contents a {
    color: #b0d103;
}
.hello {
    display: inline-block;
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
}
.hello a {
    color: #fff;
    margin: 0 7px;
}
.hello a img {
    width: 22px;
}
.social-icons {
    position: relative;
    font-size: 21px;
    display: inline-block;
    height: 100%;
}
.social-icons a {
    display: inline-block;
    margin-right: 17px;
    color: #fff;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}
.social-icons a:first-child {
    margin-right: 8px;
}
.social-icons a:hover {
    color: #ab1d57;
}
.social-icons a i {
    vertical-align: middle;
}
#logorow {
    padding: 20px 0;
}
.logo {
    text-align: right;
    position: absolute;
    top: -60px;
    z-index: 100;
    left: 0;
}


#topphone {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
	padding-right:50px;
	position: relative;
}
.phone-icon {
	position: absolute;
	right:0;
	top:0;
}
#topphone .chunk2 {
    font-weight: 600;
}
#topphone .phone-number {
	display: inline-block;
    font-weight: 600;
}
#topworkdays {
    font-size: 14px;
    margin: 10px 0;
}


#topsearch {
   
}
#topsearch ul {
    display: flex;
    background: #fff;
}
#topsearch ul li {
    padding: 0px 0 0 0;
	width:35%;
	display: block;
	
}

#topsearch ul li label {
	width:100%;
}

#topsearch ul li.sf-field-submit {
	width:30%;
}
#topsearch ul li input {
    border: 0;
}
#topsearch ul li.sf-field-taxonomy-product_cat {
    margin-left: 10px;
    border: 1px solid #d8d8d8;
}

#topsearch ul li.sf-field-taxonomy-product_cat label {
	width:100%;
}
#topsearch ul li.sf-field-taxonomy-product_cat select {
    border: 0;
    background: transparent;
    font-size: 18px;
    height: 32px;
    padding: 0 7px 0 0;
    margin: 0;
	width:100%;
}
#topsearch ul li.sf-field-search {
    border: 1px solid #d8d8d8;
}
#topsearch ul li.sf-field-search input {
    background: #fff;
    font-size: 18px;
    height: 32px;
	width:100%;
   
}
#topsearch ul li.sf-field-submit {
    /* padding: 0px 0px 0 4px; */
    position: relative;
    background: #2c71a0;
    width: 78px;
    margin-right: 12px;
}
#topsearch ul li input[type='submit'] {
    background: transparent;
    /* width: 34px; */
    height: 32px;
    padding: 3px 10px 0px 0;
    position: relative;
    /* top: 6px; */
    /* left: 5px; */
    z-index: 2;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
#topsearch ul li.sf-field-submit:before {
    content: ' ';
    background: url(images/maglass.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 54px;
    display: block;
    /* color: #fff; */
    /* font-size: 28px; */
    cursor: pointer;
    /* border-radius: 50%; */
    cursor: pointer;
}

/**********mobile header***************/
#mobile-top {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:900;
	background:#FFF;
	}
	
#top-padding {
	height:140px;
}

.m-toptel {
	background:#e9e9e9;
	padding:7px 0px;
	font-size:13px;
	text-align: center;
}

.m-toptel i {
	display: inline-block;
	margin:0 5px;
	font-size:18px;
	color:#f89a1d;
}
	
.m-toptel .flaticon-telephone {
	-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}

.m-toptel .split .chunk2 {
	font-weight: bold;
}

#mobile-top .flex {
	align-items:center;
	justify-content:space-between;
	padding:10px 0;
}

.m-cart {
	position: relative;
	width:15%;
	text-align: left;
}

.mobile-logo {
	width:70%;
	padding:0 20px;
	text-align: center;
	
}
#mobile-menu {
	width:15%;
}

.m-cart i {
	font-size:35px;
}

.m-cart a {
	display: inline-block;
	position: relative;
}

.m-cart .cart-contents  {
	right:-5px;
}


/* =MENUS
-------------------------------------------------------------- */
#mainmenu-row {
    position: relative;
    background: #f6f6f6;
    height: 46px;
    line-height: 46px;
}
.menu-primary-container {
    /* position: relative; */
    z-index: 1;
    padding: 0;
    text-align: center;
    width: 1560px;
    margin: auto;
    height: 58px;
}
.menu-primary {
    height: 58px;
}
.menu-primary li {
    display: inline-block;
    float: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
}
.menu-primary li:after {
    content: ' | ';
    color: #d5d5d5;
    width: 7px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: -5px;
    font-weight: 700;
}
.menu-primary li:last-child:after {
    display: none;
}
.menu-primary ul {
    min-width: 250px;
}
.menu-primary li {}
/* First Level - Menu Primary */
.menu-primary li a {
    font-size: 17.6px;
    font-weight: 600;
    display: block;
    color: #000000;
    padding: 14px 20px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-primary li:last-child a {
    border-left: none;
}
.menu-primary li:hover,
.menu-primary li:active,
.menu-primary li:focus,
.menu-primary li.current-cat,
.menu-primary li.current_page_item,
.menu-primary li.current-menu-item {}
.menu-primary li a:hover,
.menu-primary li a:active,
.menu-primary li a:focus,
.menu-primary li:hover>a,
.menu-primary li.current-cat>a,
.menu-primary li.current_page_item>a,
.menu-primary li.current-menu-item>a {
    color: #f0aa13;
}
/* Child Levels - Menu Primary */
.menu-primary li ul.sub-menu {
    min-width: 300px;
    text-align: right;
    margin: 0;
    background: #fff;
    z-index: 999;
    /* padding: 10px; */
}
.menu-primary li:hover ul {
    z-index: 999;
}
.menu-primary li li {
    padding: 0;
}
.menu-primary li li a {
    font-size: 18px;
    background: #fff;
    color: #34393d;
    padding: 10px 10px !important;
    border-radius: 0;
    border-bottom: #e9e9e9 1px solid;
}
.menu-primary li li a:hover,
.menu-primary li li a:active,
.menu-primary li li a:focus,
.menu-primary li li:hover>a,
.menu-primary li li.current-cat>a,
.menu-primary li li.current_page_item>a,
.menu-primary li li.current-menu-item>a {
    outline: 0;
    background: #e2e2e2;
}
.sf-sub-indicator {
    display: none;
}
.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
    padding-left: 8px;
    padding-right: 8px;
}


.menu-primary .sub-menu li:after {
	display: none;
}

/*************MOBILE MENU*************/
.menu-open {
	position: relative;
	display:inline-block;
	cursor: pointer;
	
}

.menu-open i {
	font-size:35px;
}
.menu-open span {
	position: absolute;
	top:-3px;
	right:-5px;
	z-index:10;
	display: none;
	font-size:16px;
	width:18px;
	height:18px;
	line-height:18px;
	border-radius:100%;
	background: #EBEBEB;
	text-align:center;
	color:#000;
}

.menu-open.open span {
	display: inline-block;
}
#menu-panel {
	position: fixed;
	display: none;
	top: auto;
	right:-600px;
	width:450px;
	max-width:100%;
	background:#FFF;
	z-index:900;
	padding-bottom:30px;
	overflow-y: scroll;
	
}

@keyframes slideout {
 from { right: 0; }
 to { right: -600px; }
}

@keyframes slidein {
 from { right: -600px; }
 to { right:0px; }
}

#menu-panel.open {
	display: block;
	right:0;
	animation:slidein 1s;
}



#menu-panel.close {	
	display: block;
	animation:slideout 1s;
}

.menu-mobile-container {
    position:relative;
	   			
   }


.menu-mobile ul {
	display: block;
	position: relative;
	top: 0;
}

.menu-mobile li{
	position: relative;
	display:block;
	float:none;
	transition: all 300ms ease;
	border-bottom:#f0f0f0 1px solid;
	  
}

/* First Level - Menu Primary */

.menu-mobile li a {
	display: block;
	font-size:16px;
	display:block;
	color:#000;
	font-weight:600;   
    padding: 10px 30px 10px 0px;
	margin-left:50px;	
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	

.menu-mobile li:hover, .menu-mobile li:active, .menu-mobile li:focus, 
.menu-mobile li.current-cat, .menu-mobile li.current_page_item, .menu-mobile li.current-menu-item  {
	background:#000;
	

}	

.menu-mobile li a:hover, .menu-mobile li a:active, .menu-mobile li a:focus, 
.menu-mobile li:hover > a, .menu-mobile li.current-cat > a, .menu-mobile li.current_page_item > a, .menu-mobile li.current-menu-item > a {
	color:#FFF;
	
}



.menu-mobile li a.sf-with-ul:after  {
	font-family:"FontAwesome";
	content:"\f107";
	position: absolute;
	left: -15px;
	top: 10px;
	font-size:20px;
	color:#000;
	cursor: pointer;
	}
	


	
.menu-mobile li:hover i, 
.menu-mobile li:active i, 
.menu-mobile li:focus i, 
.menu-mobile li.current-cat i, 
.menu-mobile li.current_page_item  i, 
.menu-mobile li.current-menu-item i {
	color:#f89a1d;
	font-weight: bold;
	
}




/* Child Levels - Menu Primary */

.menu-mobile li ul.sub-menu.sub-level-1 {
	display: none;
	right:0;
	top: 0;		
}


.menu-mobile .sub-level-1 li {
	background:#FFF;
}

.menu-mobile .sub-level-1 li a {
	font-size:14px;
	color:#000;
	font-weight:400;
	padding: 10px 30px 10px 40px;	
 }



.menu-mobile .sub-level-1 li a:hover, 
.menu-mobile .sub-level-1 li a:active, 
.menu-mobile .sub-level-1 li a:focus, 
.menu-mobile .sub-level-1 li:hover > a, 
.menu-mobile .sub-level-1 li.current-cat > a, 
.menu-mobile .sub-level-1 li.current_page_item > a, 
.menu-mobile .sub-level-1 li.current-menu-item > a {
	color:#f89a1d;
	font-weight: bold;
		   
}

.menu-mobile .sub-menu.sub-level-2 li {
	padding-right:25px;
	background:#F5F5F5;
}

.menu-mobile .sub-menu.sub-level-2 li a {	
	color:#000;
}

.menu-mobile .sub-menu.sub-level-2 li a:hover {
	color:#91a740;
}

/***************************************MAINSLIDER*************************/
#slider-section .side-1 {}
#slider-section .side-2 {
    width: 37%;
    float: left;
}
.banner-item {
    padding-bottom: 3px;
    position: relative;
}
.banner-item:last-child {
    padding-bottom: 0;
}
.b-cap {
    position: absolute;
    top: 35%;
    right: 0;
    width: 100%;
    padding: 0 40px;
    z-index: 20;
}
.banner-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 7px;
}
.banner-txt {
    font-size: 30px;
    margin-bottom: 10px;
}
.banner-btn {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
}
.banner-btn i {
    margin-right: 10px;
}
.banner-btn:hover {
    color: #fff;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#mainslider {
    position: relative;
	overflow: hidden;
}
.msimg {
    width: 100%;
    height: auto;
}
.slider-image {
    text-align: right;
}
#mainslider .cap {
    position: absolute;
    top: 35%;
    z-index: 200;
    width: 100%;
    padding: 0 10%;
}
#mainslider .s-title {
    font-size: 54px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 400;
}
#mainslider .s-text {
    font-size: 60px;
    color: #fff;
}
#mainslider .more-btn {
    margin-top: 10px;
}
#mainslider .more-btn a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 4.3rem;
    font-size: 22px;
    font-weight: 600;
}
/**********************HOME**********************/
#sale-section .title {
    color: #11244c;
    font-size: 38px;
    font-weight: 700;
}
#featured-section .title {
    color: #0467a6;
}
.catbuttons {
    text-align: center;
}
.catbuttons li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 20px;
}
.catbuttons li a {
    font-size: 18px;
    display: block;
    color: #34393d;
    padding: 12px 20px;
    border: #34393d 1px solid;
}
.catbuttons li a:hover {
    background: #34393d;
    color: #fff;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.logo-scroll {
    padding: 0 50px;
    text-align: center;
}
.logo-item {
    height: 160px;
    display: flex !important;
    padding: 0 10px;
    align-items: center;
    overflow: hidden;
}
.logo-image img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.8;
}
.logo-image img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
#clients-section .slick-prev:after,
#clients-section .slick-next:after {
    color: #666;
}
#content-section {
    position: relative;
    background: url(images/content_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 500px;
}
#content-section.woimg {
    min-height: auto;
}
.content-holder {
    width: 70%;
}
.contimg {
    position: absolute;
    bottom: 0px;
    left: 10%;
}
#bottom-banner {
    padding: 25px 0;
    text-align: center;
    font-size: 25px;
}
#bottom-banner .banner-btn {
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#bottom-banner .banner-btn a {
    display: block;
    color: #fff;
    background: #e40c0c;
    text-align: center;
    padding: 5px 25px;
    font-size: 20px;
    line-height: 25px;
}
.product-loop {
    margin-bottom: 0;
    background: #f4f4f4;
    margin-left: 20px;
}
#scroll-featured .slick-next,
.slick-prev {
    color: #dcdcdc;
}
#scroll-featured .slick-prev:after,
#scroll-featured .slick-next:after {
    color: #dcdcdc;
}
#scroll-featured .slick-next {
    right: -40px;
    left: 0;
}
#scroll-featured .slick-prev {
    left: -20px;
}
/*********GENERAL*******/
#topimage {
    position: relative;
}
#topimage .textholder {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    height: 100%;
    padding: 10px 0 0 0;
}
#topimage img.topimg-notset {
    position: relative;
    z-index: 1;
}
#topimage .page-title {
    margin-top: 100px;
}
#breadcrumbs {
	padding:20px 20px;
    font-size: 14px;
    font-weight: 600;
	color:#FFF;
   
}
#breadcrumbs a {
	 text-decoration: underline;
	 color:#f89a1d;
   
}
#breadcrumbs a:hover {
    text-decoration: none;
	color:#FFF;
}
#breadcrumbs .current-item {
   
}
.topcontent {}
.top-title {
    font-size: 55px;
    color: #0467a6;
    font-weight: 600;
}
.top-title a {
    color: #0467a6;
}
.top-title a:hover {
    color: #34393d;
}
.page-content {
    padding: 3rem 0;
}
.woocommerce-page .page-content {
    color: #0d1c3a;
}
.noimg {
    display: block;
    background: #f6f6f6;
}
.no-img img {}
.title {
    position: relative;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 500;
	}
.title:before {
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0.5em;
    border-bottom: #d3d9dd 1px solid;
}
.title span,
#instargam-title span {
    position: relative;
    z-index: 10;
    padding: 0px 20px;
    display: inline-block;
	background:#FFF;
}

#instargam-title {
	direction: ltr;
	padding:50px 0;
	text-align: center;
}
.featured_image {
    position: relative;
    display: block;
}
.featured_image img {
    border-radius: 2px;
    height: auto;
}
.two-cols {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
#share-post {
    padding: 30px 0px;
    font-size: 20px;
    color: #f3911e;
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
}
#share-post .addtoany_list a>span {
    border-radius: 100%;
}
#share-post .addtoany_shortcode {
    display: inline-block;
}
#share {
    padding: 20px 30px;
    font-size: 20px;
    color: #000;
    margin-top: 5px;
    margin-left: -30px;
    /* margin-right: -30px; */
    font-weight: 500;
    text-align: end;
}
#share .txt {
	position: relative;
	top:-3px;
    margin-left: 15px;
    font-size: 17px;
    font-weight: 600;
}
#share .addtoany_shortcode {
    display: inline-block;
}
#share .addtoany_list a>span {
    border-radius: 100% !important;
}
.entry {
    line-height: 26px;
    color: #11244c;
    font-size: 16px;
}
.entry h1 {
    font-size: 28px;
    color: #0467a6;
    font-weight: 600;
    margin-bottom: 10px;
}
.entry h2 {
    font-size: 30px;
    color: #11244c;
    margin-bottom: 10px;
    font-weight: 700;
}
.page-content .entry h2 {
    color: #f3911e;
    font-size: 26px;
    font-weight: 500;
}
.entry h3 {
    font-size: 22px;
    color: #f3911e;
    font-weight: 500;
    margin-bottom: 10px;
}
.entry h4 {
    font-size: 22px;
    color: #e40c0c;
    font-weight: bold;
    margin-bottom: 10px;
}
.entry h5 {
    font-size: 22px;
    color: #666;
    text-decoration: underline;
    margin-bottom: 10px;
}
.entry h6 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-decoration: underline dotted #000;
    margin-bottom: 10px;
}
.entry ul,
.entry ol {
    margin-right: 50px;
}
.entry ul li {
    list-style: square;
    margin-bottom: 5px;
}
.entry ul li:before {}
.entry img.alignleft {
    padding-right: 20px;
    padding-bottom: 20px;
}
.entry img.alignright {
    padding-left: 20px;
    padding-bottom: 20px;
}
.one-half {
    width: 50%;
    float: right;
}
.one-third {
    width: 33.33%;
    float: right;
}
.one-fourth {
    width: 25%;
    float: right;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.share-line {
    padding: 25px 0;
    font-size: 26px;
    color: #f89a1d;
}
.share-line .addtoany_shortcode {
    float: left;
}
.share-line .share-txt {
    position: relative;
}
/* =POST
-------------------------------------------------------------- */
/* Post General
----------------------------*/
.single-img.alignleft {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
	max-width:50%;
}
.single-img.alignright {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-bottom: 30px;
	max-width:50%;
}
.single-img img {}
#title-row {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
}
.shadow {
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}
/**************GALLERY****************/
.gallery-image {
    position: relative;
    margin-bottom: 30px;
}
.gallery-image img {
    width: 100%;
    height: auto;
}
/**********posts-loop***************/
.page-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    /* margin-bottom: 20px; */
    color: #ffffff;
    /* text-align: center; */
}
.product-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    /* margin-bottom: 20px; */
    color: #000;
   
}
.toptext {
    font-size: 18px;
    margin-bottom: 30px;
}
.article {
    display: block;
    border: #d9d9d9 1px solid;
    padding-bottom: 20px;
    line-height: 1.3em;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
}
.article.home-loop {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: #838383;
    border: none;
}
.article-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
    background: transparent;
}
.article-img img {
    border-radius: 10px 10px 0 0;
}
.article-img.alignright {
    /* margin-left: 20px; */
    /* margin-bottom: 20px; */
}
.article-inner {
    text-align: center;
}
.article-inner .entry {
    font-size: 16px;
    padding: 10px 3rem;
}
.art-img {
    position: relative;
    display: block;
}
.art-title {
    color: #ab1c54;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 10px;
}
.art-title a {
    color: #ab1c54;
}
.art-title a:hover {
    color: #000;
}
.post-title {
    font-size: 25px;
    color: #0467a6;
    margin-bottom: 10px;
}
.post-title a {
    color: #11244c;
    font-size: 26px;
    font-weight: 600;
}
.post-title a:hover {
    color: #111;
}
.meta-date {
    margin-bottom: 10px;
    color: #868c8f;
}
.more {
    margin: 10px 0;
}
.more a {
    background: #f89a1d;
    display: inline-block;
    border-radius: 30px;
    padding: 6px 30px;
    box-shadow: 0px 2px 0px 1px rgba(208, 129, 24, 1);
    font-weight: 600;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    color: #fff;
    font-weight: 600;
}
article .more a {
    color: #000;
    padding: 10px 20px;
    border: #b2d33c 2px solid;
    background: none;
    font-weight: bold;
}
.more a i {
    margin-right: 5px;
    display: inline-block;
}
/**********************SEARCH*****************/
#search #s,
#search .search-field {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    background: #f8f9fb;
}
#search {
    position: relative;
    background: #f8f9fb;
    padding: 10px 10px 10px 24px;
    border: #d0d1d2 1px solid;
}
#search button {
    position: absolute;
    left: 4px;
    top: 9px;
    background: #f89a1d;
    border-radius: 50%;
    border: none;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    /* padding: 5px; */
    display: block;
    width: 34px;
    height: 34px;
}
#searchpanel,
#searchclose {
    display: none;
}
#searchpanel {
    padding: 50px 100px;
}
#searchclose {
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: -30px;
}
.woocommerce-product-search label {
    display: none;
}
#woocommerce-product-search-field {
    display: inline-block;
    width: 80%;
    margin-left: 1%;
    padding: 10px 5px;
}
#searchpanel input[type='submit'] {
    display: inline-block;
    width: 17%;
}
.no-results,
.error-404 {
    text-align: center;
    font-size: 30px;
}
/***********************CONTACT***********************/
.acf-map {
    width: 100%;
    min-height: 320px;
}
#location {
    direction: ltr;
}
#contact-line {
    background: #f3911e;
    padding: 22px 0;
    /* font-size: 25px; */
    /* text-align: left; */
    overflow: hidden;
}
#contact-line .title1 {
    font-size: 22.4px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    border-left: 1px solid #cccccc26;
    letter-spacing: 1px;
}
#contact-line .title2 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
#contact-line input[type="text"] {
    font-size: 20px;
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
}
#contact-line input[type='submit'] {
    padding: 0px 30px;
    line-height: 43px;
    font-size: 20px;
    cursor: pointer;
    background: #2c71a0;
    font-weight: 500;
    font-family: 'Assistant', sans-serif !important;
}
#contact-line ul.gform_fields {
    display: block;
    overflow: hidden;
    width: 100%;
}
#contact-line li.gfield {
    width: 31%;
    float: right;
    display: block;
    margin-left: 10px;
}
li.gform_hidden {
    visibility: hidden;
    position: absolute;
    top: -9999px;
}
.gform_validation_container {
    display: none;
}
form[id*='gform_'] .validation_message,
form[id*='gform_'] .validation_error {
    color: #ff0000;
}
.gfield.three {
    width: 28%;
    float: right;
    padding-left: 10px;
}
#contact-line .gform_body {
    float: right;
    width: 73%;
}
#contact-line .gform_footer {
    width: 27%;
    float: left;
}
.gform_body label {
    display: none;
}
.shoppage-line #contact-line {
    margin-top: 0px;
}
.nl-text {
    display: inline-block;
    color: #34393d;
    margin-left: 40px;
}
.nl-button {
    display: inline-block;
}
.cont-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #e40c0c;
    color: #fff !important;
}
.cont-btn i {
    display: inline-block;
    margin-right: 10px;
}
.popup-text {
    padding: 20px;
}
.contact-content {
    /* border: #e9e9e9 1px solid; */
    padding: 15px;
}
#contact-page .contact-form {
    background: #f3f4f6;
    padding: 4rem 0;
    background-image: url(images/bg-service.jpg);
}
#contact-page .contact-info {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact-page .contact-info .c-li {
    padding: 15px 15px;
    border: #f4f4f4 5px solid;
    /* line-height: 30px; */
    background: #fff;
    width: 24%;
	min-height:100px;
}
#contact-page .contact-info .c-li:last-child {}
#contact-page .data {
	position: relative;
	top: 10px;
	padding-right:10px;
    display: inline-block;
    color: #000;
    font-size: 16px;
   
}
#contact-page .contact-info .data label {
    color: #000;
    display: block;
    font-size: 16px;
}
#contact-page .contact-info .data a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
#contact-page .contact-info .c-li i {
    font-size: 5rem;
    color: #f3911e;
    font-weight: 700;
}
#contact-page .contact-info .c-li {
	position: relative;
    margin-bottom: 10px;
	padding-right:75px;
}

#contact-page .contact-info .icon {
	width:65px;
	position: absolute;
	right:15px;
	top:15px;
}
#contact-page .contact-info .c-li img {
    vertical-align: middle;
    height: auto;
}
#contact-page .form-area {
    padding: 15px;
    width: 75%;
    margin: 0 auto;
}
.subtitle {
    font-size: 38px;
    color: #11244c;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
}
.nf-form-fields-required {
    display: none;
}
.nf-field-container {
    margin-bottom: 10px !important;
}
.submit-container {
    text-align: center;
}
#contact-page .nf-field-container input[type='email'],
#contact-page .nf-field-container input[type='text'],
#contact-page .nf-field-container textarea {
    background: #f8f9fb;
}

#call-buttons {
	position: fixed;
	left:0;
	bottom:50px;
	z-index:200;
	background:#e4891f;
	padding:15px 10px 15px 10px;
	border-radius: 0 6px 6px 0;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.3);
box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.3);
	
}

#call-buttons a {
	display:block;
	font-size:35px;
	margin-bottom:15px;
	color:#FFF;
}

#call-buttons a:hover {
	color:#000;
}

#call-buttons a:last-child {
	margin-bottom:0;
}



/***************CONTACT-DETAILS********************/
.c-li {
    margin-bottom: 10px;
}
.c-li i {
    font-size: 20px;
    margin-left: 10px;
}
/*************************COMMENTS***********************/
#comments-row {
    margin-bottom: 40px;
}
.comments-holder {
    width: 780px;
    margin: 0 auto;
}
.title-comments {
    background: #fff;
    color: #cc6caa;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
}
.title-comments span {
    position: relative;
    top: 10px;
    display: inline-block;
    margin-left: 20px;
}
.title-comments img {
    vertical-align: text-bottom;
}
#comments {
    background: #ebeaec;
    padding: 25px;
}
#comments input[type='submit'] {
    width: 30%;
}
.form-submit {
    text-align: center;
}
.comments-title {
    display: none;
}
ol.comment-list {
    list-style: none;
    margin-right: 0;
    padding-right: 0;
}
ol.comment-list .comment {
    padding: 20px;
    margin: 10px;
    border-bottom: #fff 1px solid;
}
.comment-author.vcard,
.comment-metadata {
    display: inline-block;
    width: 49%;
}
.comment-metadata {
    text-align: left;
}
.comment-metadata a {
    color: #000;
}
.comment-metadata a.comment-edit-link {
    color: #cc6caa;
    text-decoration: underline;
    margin-right: 10px;
}
.comment-author.vcard img {
    background: #fff;
    padding: 5px;
    margin-left: 10px;
}
.reply {
    text-align: left;
}
.reply a {
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 23px;
    border-radius: 3px;
    background: #cc6caa;
}
.reply a:hover {
    background: #ab679d;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#reply-title {
    color: #cc6caa;
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
}
.required {
    color: #cc6caa;
}
/*******************BEFORE FOOTER******************/
#before-footer {
    background: #ebebeb;
    padding: 50px 0;
    font-size: 22px;
}
#before-footer .title {
    text-align: right;
}
#before-footer .contact-info i,
.address-line i {
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px;
    color: #e7e7e7;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    font-size: 30px;
}
.address-line img {
    vertical-align: middle;
}
#before-footer .contact-info a {
    color: #000;
}
.address-line {
    margin-bottom: 20px;
}
.branch {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 10px 0;
}
.wase {}
.address span {
    position: relative;
    display: inline-block;
    width: 80%;
    top: 15px;
}
#before-footer textarea {
    height: 120px;
    overflow: auto;
}
#before-footer input[type='submit'] {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
/**************************SIDEBAR****************/
#sidebar .widget-container {
    margin-bottom: 30px;
    /* border: #e9e9e9 1px solid; */
}
.side-widget-title {
    /* background: #f4f7fa; */
    font-size: 28px;
    font-weight: 500;
    color: #01010b;
    padding: 15px 0px;
}
.side-wdg li.cat-item {
    text-align: right;
    margin-bottom: 4px;
    /* padding: 0 10px; */
}
.side-wdg li.cat-item:first-child {
    border-top: #eeeeee 1px solid;
}
.side-wdg li.cat-item a {
    display: block;
    padding: 12px 10px;
    border-bottom: #eeeeee 1px solid;
    font-size: 16px;
    font-weight: 700;
}
.side-wdg li.cat-item:last-child a {
    /* border-bottom: none; */
}
.side-wdg li a:hover,
.side-wdg li.current-cat a {
    color: #11244c;
}
.side-wdg li.cat-item .children a {
    padding-right: 30px;
    font-size: 16px;
}
.sidebanner {
    margin-bottom: 30px;
}
/* =FOOTER
-------------------------------------------------------------- */
#footer {
    padding: 80px 0 0 0;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 10;
    background: #000;
}
#footer .lccards {
    text-align: center;
}
.footer-inner {}
.foot-widget-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}
#footer .social-icons {
    text-align: center;
}
#footer .menu li {
    display: block;
    float: none;
    margin-bottom: 5px;
}
#footer .menu li {}
#footer .menu li a,
#footer .product-categories a {
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
}
#footer .menu li a:hover,
#footer .product-categories a:hover {
    color: #ffffffad;
}
.foot-wdg .textwidget {
    font-size: 13px;
}
#footer .contact-info {
    font-size: 15px;
}

#footer .contact-info .c-li .icon {
	display: inline-block;
}
#footer .contact-info .c-li img {
    vertical-align: middle;
}
#footer .contact-info .c-li i,
#footer .contact-info .c-li label {
    /* display: none; */
    color: #f3911e;
}
#footer .contact-info .c-li {
    margin-bottom: 15px;
}
#footer .contact-info .c-li label {
    display: none;
}
#footer .contact-info a {
    color: #fff;
    letter-spacing: 1px;
}
#footer .contact-info .c-li .data {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

#footer .work-hours .split .chunk1,
#footer .work-hours .split .chunk2 {
	display: inline-block;
	margin-left:4px;
}
.logo-bottom {
    margin-bottom: 20px;
}
#bottom {
    color: #fff;
    font-size: 14px;
    background: #111111;
	
}
#bottom a {
    color: #fff;
}
.bottom-border {
    padding: 19px 0 10px 0;
}
.copyrights {
    text-align: right;
    padding: 15px 0;
}
.credits {
    text-align: left;
    padding: 15px 0;
}
.credits img {
    vertical-align: middle;
}
.centeralign {
    text-align: center;
}
#sale-text {
    background: #363535;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 0;
    text-align: center;
    word-spacing: 0.2rem;
    letter-spacing: 2px;
}
#sale-text a {
    color: #fff;
}
h2.title-scroll-boxes {
    color: #01010b;
    font-size: 35px;
    font-weight: 500;
    padding: 10px 0 45px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h2.title-scroll-boxes:before,
h2.title-scroll-boxes:after {
    content: '';
    border-top: 2px solid;
    margin: 0px 20px 0 0;
    flex: 0.05 0 20px;
    color: #ccccce;
}
h2.title-scroll-boxes:after {
    margin: 8px 20px 0px 0px;
}
h2.title-scroll-boxes:before {
    margin: 8px 0px 0px 20px;
}
#scroll-boxes {
    margin: 0 0 4rem 0;
}
#scroll-boxes .box-item {
    border: 1px solid #e2e5e7;
    border-radius: 10px;
    text-align: center;
    padding: 2rem 2rem;
    margin-left: 20px;
}
#scroll-boxes .box-img {
    display: inline-block;
}
#scroll-boxes .box-title {
    color: #11244c;
    font-size: 26px;
    font-weight: 600;
    padding: 10px;
}
#scroll-boxes .slick-prev:after,
#scroll-boxes .slick-next:after {
    color: #11244c;
}
#scroll-boxes .slick-next {
    right: -35px;
}
#scroll-boxes .slick-prev {
    left: -25px;
}
#sale-section {
    padding: 2rem 0 2rem 0;
}
#boxes-properties {
    background: #ededed;
    padding: 2rem 0 4rem 0;
    position: relative;
    background-image: url(images/bg-service.jpg);
}
#boxes-properties .title-scroll-boxes {
    color: #01010b;
    font-size: 35.2px;
    font-weight: 500;
}
#boxes-properties .home-decor {
    position: absolute;
    bottom: -22px;
    right: 50%;
    margin-right: -95px;
}
#boxes-properties h2 {
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0rem;
}
#boxes-properties .box-item {
    /* display: flex; */
    width: 100%;
}
#boxes-properties .box-img {
    text-align: center;
    padding: 0 50px;
}
#boxes-properties .box-img img {}
#boxes-properties .box-title {
    font-size: 25.6px;
    /* width: 60%; */
    text-align: center;
    padding: 0 35px;
}
#boxes-properties .box-title a {
    color: #ea850e;
}
#boxes-properties .box-title .box-text {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 10px 0;
}
#hot-products {
    padding: 5rem 0;
}
#hot-products h2 {
    font-size: 38px;
    text-align: center;
    padding: 0 0 3rem 0;
    color: #11244c;
    font-weight: 700;
}
#hot-products .slick-next {
    right: -40px;
    left: 0;
}
#hot-products .slick-next,
#hot-products .slick-prev {
    color: #11244c;
}
#hot-products .slick-prev {
    left: -20px;
}
#hot-products .slick-next:after,
#hot-products .slick-prev:after {
    color: #11244c;
}
.title-product {
    min-height: 15rem;
    background: url(images/top-product-bg.jpg) repeat;
    padding: 6.7rem 0;
    background-color: #000;
}
.custom-list {
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-right: 32px;
    color: #11244c;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.custom-list li:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    background-image: url('images/prop-circkle.png');
    /* background-size: cover; */
    background-position: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
.contact-page {
    text-align: center;
    padding: 0 8rem;
}

#contact-form .gfield.three {
	float: right;
	width:33.33%;
	padding-left:7px;
}

#contact-form #field_2_3.gfield.three {
	padding-left:0;
}
#contact-form .gfield.nomargin-field {
    margin-left: 0;
}
#contact-form .gfield input {}
#contact-form .gfield textarea {
    height: 104px;
}
#contact-form .gfield.textarea-full {
    float: none;
    clear: both;
    margin: 0;
    width: 100%;
    padding-top: 10px;
}
#contact-form .gform_footer {
    text-align: center;
    margin-top: 20px;
}
#contact-form .gform_footer .gform_button {
    width: 230px;
    background: #2c71a0;
    font-family: 'Assistant', sans-serif;
}
.share-bottom {
    margin-top: 20px;
}
#boxesrow {
    padding: 1rem 0;
}
.social-botoom {
    padding: 30px 0;
}
.text-center {
    text-align: center;
}
#contact-newsletters {
    width: 81%;
}

#contact-newsletters .text {
	margin-bottom:10px;
	font-weight:300;
}

#contact-newsletters li.gfield {
    margin-bottom: 5px;
}
#contact-newsletters li.gfield input {
    background: #000;
    color: #fff;
}
#contact-newsletters input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-family: 'Assistant', sans-serif !important;
}
#contact-newsletters input:-moz-placeholder {
    color: #fff;
    font-weight: 500;
    font-family: 'Assistant', sans-serif !important;
}
#contact-newsletters input:-ms-input-placeholder {
    color: #fff;
    font-weight: 500;
    font-family: 'Assistant', sans-serif !important;
}
#contact-newsletters .split .chunk1 {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
#contact-newsletters .split .chunk2 {
    margin-bottom: 15px;
    display: block;
}
#contact-newsletters .gform_button.button {
    background-color: #2c71a0;
    font-family: 'Assistant', sans-serif !important;
}
#contact-newsletters .gform_button.button:hover {
    background-color: #2c71a0;
    font-size: 17px !important;
}
.mobile-phone-logo {
    display: none;
}
.box-category-section {
    padding: 10px;
}
.categories_box {
    border: 4px solid #f4f4f4;
    margin-bottom: 20px;
}
.categories_box a {
    display: block;
    position: relative;
}
.categories_box h4 {
    background: transparent;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
}
.categories_box a:hover h4 {
    background-color: #f3911e;
    color: #fff;
}
.about-section {
    background-color: #2f2e2e;
    color: #fff;
    padding: 0;
	min-height:450px;
	padding:70px 0;
}

.about-section .about-img {
	text-align: left;
}
.about-section .about-img img {
	
	bottom:0;
	left:0;
	max-width:100%;
   
}
.about-section .entry {
    color: #fff;
    padding: 3rem 0;
    width: 96%;
}
.about-section .entry h2 {
    font-size: 35.2px;
    color: #fff;
    font-weight: normal;
}

.about-section .more {
	text-align: left;
	margin-top:15px;
}

.about-section .more  a {
	border-radius:0px;
}
.boxes-bundel-section {
    padding: 2rem 0 0 0;
}
.bundel-item {
   
}
.bundel-item .bundel-text-box {
  	position: absolute;
    top: 30%;
    width: calc(100% - 15px);
	text-align: center;
    padding: 3rem 0;
    display: block;
}

.bundel-rtl .bundel-text-box {
	background:url(images/bundle_bg.png) top center no-repeat;
	background-size: contain;
}
.bundel-ltr .bundel-text-box {
	background:url(images/bundle_bg_1.png) top center no-repeat;
	background-size: contain;
}


.bundel-item .bandel-title {
    position: absolute;
    top: -20px;
    padding: 7px 8px;
    background: #f3911e;
    color: #fff;
    font-size: 20px;
    z-index: 10;
    right: 50%;
    margin-right: -66px;
    width: 132px;
}
.bundel-item .bandel-title a {
    color: #fff;
}
.bundel-item .bandel-title2 {
    padding: 0rem 0 2rem 0;
    font-size: 27px;
    margin: 0 auto;
    width: 29%;
}
.bundel-item .bandel-img {
    text-align: left;
    margin-right: 15px;
}
.bundel-item .bandel-img img {
    vertical-align: top;
}
.bundel-item .bandel-btn {
    background: #000;
    color: #fff;
    padding: 0.5rem 3.4rem;
    font-size: 17.6px;
    font-weight: 600;
    display: inline-block;
    z-index: 10;
    position: relative;
}
.bundel-item a.bandel-btn:after {
    position: absolute;
    content: '\203A';
    top: 0px;
    font-size: 30px;
    margin-right: 20px;
}
.bundel-item.bundel-ltr .bundel-text-box:after {
    left: -10px;
    right: unset;
}
.bundel-ltr .col-text {
    order: 2;
}
.bundel-ltr .col-img {
    order: 1;
}
.bundel-ltr .col-img .bandel-img {
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
}
.boxes-info {
    padding: 3rem 0 4rem 0;
}
.boxes-info.additional {
    background-image: url(images/bg-service.jpg);
}
.boxes-info .box-img {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 5px;
}
.boxes-info .box-img:after {
    content: '';
    position: absolute;
    display: block;
    width: 96%;
    height: 92%;
    border: 1px solid #fff;
    top: -2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.boxes-info .box-item {
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.boxes-info.additional .box-item {
    background: #fff;
}
#boxesrow.boxes-info .box-item {
    margin-bottom: 20px;
}
.box-item.box-even .box-img {
    order: 2;
}
.box-item.box-even .box-bottom {
    order: 1;
}
#boxes-info-professional.boxes-info .box-title {
    color: #e37f0a;
    font-size: 22.4px;
    padding: 20px 0px 0 0;
}
.boxes-info .box-title {
    color: #e37f0a;
    font-size: 24px;
    padding: 20px 0px 0 0;
}
.boxes-info .box-title a {
    color: #e37f0a;
}
.boxes-info .box-desc {
    font-size: 16px;
    padding: 5px 0px 10px 0px;
}
.boxes-info .box-bottom {
    padding: 0 20px 35px 20px;
}
.boxes-info .box-btn {
    display: inline-block;
    background: #2c71a0;
    color: #fff;
    padding: 5px 19px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.boxes-info.additional .box-btn {
    background: #000;
}
#boxesrow.boxes-info .box-btn {
    background: #000;
}
.boxes-info .box-btn:after {
    content: '\203A';
    font-size: 18px;
    font-weight: 600;
    margin-right: 7px;
}
.bottom-image-section {
    padding: 4rem 0 0 0;
}
#sidebar {
    border: 1px solid #eeeeee;
    padding: 0 15px;
    box-shadow: -11px 0px 17px -7px #e8e8e8;
}



#prod-info-additional {
    background-color: #f6f6f7;
    padding: 20px;
    background-image: url(images/bg-service.jpg);
	margin-bottom:30px;
}
.bottle-box {
    background-color: #fff;
    padding: 20px;
}
.bottle-box .small_bottle {
    margin-right: 12px;
    height: 40px;
    width: auto;
}
.bottle-box .big_bottle {
    margin-left: 7px;
    height: 80px;
    width: auto;
	vertical-align: middle;
}
.bottle-box .bottle-equal-sign {
	display: inline-block;
	color: #000;
    font-size: 22px;
    font-weight: 700;
    width: 35px;
    text-align: center;
}
.bottle-box .bottles-num {
    display: flex;
    align-items: center;
    border-left: 1px solid #ebebeb;
    flex-wrap: wrap;
}

.bottle-box .bottles-num .bb {
	width:93px;
}
.small-bottles-box {
	width: calc(100% - 93px);
  
}
.bottle-box .entry {
    line-height: 1.5rem;
}
.bottle-box .entry h4 {
    color: #2c71a0;
    font-size: 20px;
    font-weight: 500;
}
.gotop {
    width: 44px;
    height: 44px;
    background-image: url(images/top.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    /* margin-left:44px; */
    top: -22px;
    cursor: pointer;
}
#contact-form input::-webkit-input-placeholder,
#contact-line input::-webkit-input-placeholder {
    font-family: 'Assistant', sans-serif !important;
}
.work-hours .split .chunk1 {
    display: block;
}
.work-hours .split .chunk2 {
    display: block;
}
.phone-mobile.split .chunk1 {
    display: block;
}
.phone-mobile.split .chunk2 {}
.mobile-filter-btn {
    display: none;
}
#footer .contact-info .c-li img {
    width: 24px;
    vertical-align: middle;
}
#my-account .enter img {
    height: 22px;
}
#wpadminbar {
	top: auto;
	bottom:0;
}