/*
    Theme Name: MegaByte2020 Cart
    Theme URI:
    Description: Techno / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */



body {
    font-size:16px;
	font-family: 'Heebo', sans-serif;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#051633;
	}
.main-overlay{
	display: none;
    background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  height:100%;
  width:100%;
  z-index:999;
}
.main-overlay .loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
a {
    color: #051633;
    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, a:focus {
	text-decoration: none;
	color:#051633;
}

a:focus { 
    outline: none;
}

input,
textarea {
	font-family: 'Heebo', sans-serif;
	box-sizing:border-box;
	border:none;
	border-bottom: #FFF 2px solid;
	width:100%;
	padding:6px 10px;
	border-radius:0px;
	background: none;
	color:#FFF;
	font-size:18px;
	line-height:18px;
	font-weight:300;
	
}

input[type="submit"],
input[type="button"] {
	font-family: 'Heebo', sans-serif;
	display: inline-block;
	cursor:pointer;
	padding:14px 25px;
	text-align:center;
	color:#051633;	
	font-size:20px;
	line-height:18px;
	font-weight: 500;
	border: none;
	background:#eeec1a;
	border-radius:4px;
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
	}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


/*::-webkit-input-placeholder {
       color:#FFF;
}

:-moz-placeholder { 
      color:#FFF;
}

::-moz-placeholder {  
       color:#FFF;
}

:-ms-input-placeholder {  
     color:#FFF;
}*/


.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(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}
.hidden {
	display: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:50px 0;
		}
	
.section {
	padding: 60px 0;
}

#howto-bage {
	position: fixed;
	z-index:500;
	right:0;
	top:180px;
	
}

.padding {
	width:60%;
	margin: auto;
}

.blue {
	background:#e9eef7;
}

	
/* =HEADER
-------------------------------------------------------------- */
#yellow-top {
	padding:10px 0;
	background:url(images/y_bg.png) no-repeat;
	background-size:cover;
	text-align: center;
	font-size:18px;
	font-weight:500;
}

#toprow {
	padding:7px 0;
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #E8EDF6),
	color-stop(0.37, #FEFEFE),
	color-stop(1, #E8EDF6)
);
background-image: -o-linear-gradient(right, #E8EDF6 0%, #FEFEFE 37%, #E8EDF6 100%);
background-image: -moz-linear-gradient(right, #E8EDF6 0%, #FEFEFE 37%, #E8EDF6 100%);
background-image: -webkit-linear-gradient(right, #E8EDF6 0%, #FEFEFE 37%, #E8EDF6 100%);
background-image: -ms-linear-gradient(right, #E8EDF6 0%, #FEFEFE 37%, #E8EDF6 100%);
background-image: linear-gradient(to right, #E8EDF6 0%, #FEFEFE 37%, #E8EDF6 100%);

	
}


.social-icons a {
	display: inline-block;
	margin-left:5px;	
}

.tel-area {
	display: inline-block;
}

#toprow .social-icons {
	display: inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right:#b7c1c8 1px solid;
}

#toprow .social-icons a {
	font-size:25px;
	
}

.right-panel {
	display: flex;
  justify-content: flex-start;
  align-items: center;
}

.toptel {
	position: relative;
	text-align: right;
	padding-left:70px;
	border-left:#d1d4dc 1px solid;
	margin-left:10px;
		
	}

.toptel i  {
	position: absolute;
	left:0;
	top:0;
	font-size:50px;
	padding-left:10px;
}

.toptel a {
	display: block;
	font-size:30px;
	font-weight: bold;
	
}

.toptel span {
	display: block;
	margin-bottom:5px;
}

.right-panel .wa {
	display: block;
	font-size:60px;
}

.logo {
	text-align: left;
}


#home-title-area {
	position: absolute;
	top: 45%;
	right:0;
	z-index:5;
	width:100%;
}

#home-title-area .inner {
	text-align: center;
	width:60%;
	margin: auto;
}

#home-title-area .t-1 {
	font-size:50px;
	color:#FFF;
}
#home-title-area .t-2 {
	font-size:50px;
	color:#FFF;
	font-weight:200;
}

#topsearch {
	padding:0 40px;
	}

#search {
	display: inline-block;
	width:100%;
}


#search form {
	position: relative;
}

#search input#s {
	color:#051633;
	background:#FFF;
	border: #d1d4dc 1px solid;
	border-radius:4px;
	padding:10px 10px 10px 30px;
	box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);

}
#search button {
	border: none;
	background: none;
	position: absolute;
	left:5px;
	top:10px;
	font-size:24px;
	color:#051633;
}


/* =MENUS
-------------------------------------------------------------- */
#menurow {
	position: relative;
	z-index:100;
	background:#051633;
		}
.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
		
   }

.menu-primary {
	
}

.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;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:20px;
	display:block;
	font-weight:400;
	color:#FFF;    
    padding: 10px 15px;	
	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 a span {
	
}


.menu-primary li a:hover, 
.menu-primary li a:active,
.menu-primary li.current-menu-item a {
	
	color:#f1ef1a;
	}


.menu-primary .menu-item-has-children a:after {
	content:"\f107";
	font-family:"FontAwesome";
	display: inline-block;
	margin-right:20px;
		
}

.menu-item-description {
	display: none;
}


/* Child Levels - Menu Primary */
.menu-primary .menu-item-has-children .sub-menu a:after {
	display: none;
}
.menu-primary li ul.sub-level-1 {
	position: absolute;
	right:0;
   	width: 100%;
    text-align: right;
    background: #fff;
    z-index: 999;
    padding: 10px;
	padding:35px 20% 35px 30%;
	display: flex;
	background:#FFF url(images/menu_img.png)5% 50% no-repeat;
	
	
	
	-webkit-box-shadow: -8px 6px 5px 0px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    -8px 6px 5px 0px rgba(50, 50, 50, 0.31);
box-shadow:         -8px 6px 5px 0px rgba(50, 50, 50, 0.31);


}



.menu-primary li ul.sub-level-1 .sub-list {
	position: relative;
	padding-right:25px;
	border-right:#eeec1a 4px solid;
	
}


.menu-primary li li {
	padding:0;
	display: block;
}

.menu-primary li li a {
	font-size:18px;
	color:#051633;
	
	    }
	

.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 {
 background:#eeec1a;
 color:#051633;
	
}


.sf-sub-indicator {
	display:none;
}


/********************home******************/
#mainslider {
	position: relative;
	width:100%;
	overflow: hidden;
	
}

.slider-item {
	position: relative;
}

#mainslider .cap {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	z-index:10;
	height:100%;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #00000054;
}

.slider-info {
	position: relative;
	width:50%;
	color:#FFF;
	text-align: center;
	}

.s-logo {
	text-align: center;
	margin-bottom:5px;
}

.s-logo img {
	display: inline-block;
}

.s-title {
	font-size:49px;
	margin-bottom:20px;
}

.slider-info .btn a {
	display: inline-block;
	padding:10px 25px;
	background: url(images/pattern_red.png) repeat;
	border-radius:4px;
	color:#FFF;
	font-size:36px;
	width:470px;
	max-width:100%;
}

.slider-info .btn i {
	margin-right:15px;
}

.slider-bottom {
	position: absolute;
	bottom:0;
	right:0;
	z-index:10;
	padding:10px 15px;
	color:#FFF;
	font-size:16px;
	background: rgba(0, 0, 0, 0.7);
}

.slider-bottom .chunk2 {
	color:#f1ef1a;
	padding-right:4px;
}



#boxes-section {
	padding:40px 20px;

}

#boxes-section .flex {
	flex-wrap: wrap;
	 justify-content: space-between;
	 text-align: center;
}

#boxes-section .flex-col {
	width:12%;
	margin-bottom: 20px;
}
.cats-scroll.row {
    justify-content: center;
}
.box-item {
	border:#e4e6eb 1px solid;
	border-radius:4px;
	margin: 0 15px;
	padding:15px 10px;
	box-shadow: 0px 0px 10px 0px rgba(10, 19, 97, 0.2);
}

.box-icon {
	width:100%;
	padding-left:0px;
	}
.box-icon a{
	display: block;
}
.box-title  {
	font-size:18px;
	margin-bottom:10px;
	font-weight:500;
	width: 100%;
		
}

.box-title a {
	color:#093a43;
	display: block;
}

.box-text {
	font-size:18px;
	font-weight:300;
	margin-bottom:10px;
}

.box-item .more {
	
}


#content-section {
	background: url(images/hc_bg.jpg) no-repeat;
	background-size: cover;
}

.home-content {
	
	}

.home-content .entry {
	color:#FFF;
	font-size:18px;
	padding-right:20px;
	border-right: #eeec1a 3px solid;
	
}

.home-content .entry a {
	color:#FFF;
	text-decoration: none;
}

.home-content .entry a:hover {
	color:#eeec1a;
	text-decoration: underline;
}

.home-content h1 {
	font-size:36px;
	color:#FFF;
	margin-bottom:20px;
	line-height:1.1;
	font-weight:500;
}

.home-content .entry h3 {
	font-size:40px;
}

#content-section #side-image {
	text-align: center;
}

#list-section {
	padding:40px 0px 20px 0;
}

.v-list ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.v-list ul li {
	display: flex;
  flex-wrap: nowrap;
   align-items: center;
  justify-content: space-between;
  font-size:20px;
  font-weight:500;
  width:21%;
  margin-bottom:30px;
 
  
}

.v-list ul li:before {
	content:"";
	display: block;
	width:70px;
	height:68px;
	padding-right:90px;
	background:url(images/bullet.png) right center no-repeat;
	
}
#tscroll {
	padding:0 50px;
}

#testi-section {
	position: relative;
}

.bg-lb {
	position: absolute;
	left:0;
	bottom:-105px;
	z-index:0;
}

.bg-rb {
	position: absolute;
	right:0;
	top:-105px;
	z-index:0;
}

#testi-section .t-slide {
	padding:15px 10px 0 10px;
}

.testi-item {
	position: relative;
	padding:30px;
	margin-bottom:30px;
	border-radius: 4px;
	background:#FFF;
	border: #e4e6eb 1px solid;
	box-shadow: 0px 0px 10px 0px rgba(10, 19, 97, 0.2);

	
}

.testi-item .bq {
	position: absolute;
	top: -15px;
	left:35px;
	z-index:10;
}


.testi-img  {
	display: inline-block;
	margin-bottom:10px;
	
}

.testi-img img {
	border-radius:100%;
}

.testi-title {
	font-size:22px;
	color:#0f55d6;
	margin-bottom:20px;
	}

.testi-item .t-date {
	font-weight:500;
	margin-bottom:10px;
}

.testi-item .numbers {
	font-size:45px;
	color:#f9951b;
	margin-bottom:10px;
	
}

.testi-item .stars {
	font-size:25px;
	color:#0f55d6;
		
}

.testi-item .stars i {
	display: inline-block;
	margin-left:5px;
}

.rt-panel {
	text-align: center;
	border-left:#e4e6eb 1px solid;
}

.testi-entry {	
	padding-right:25px;
	font-size:22px;
	font-style: italic;
	line-height:1.3;
	}

.logo-item {
	height:160px;
	display:flex !important;
	padding:0 10px;
	align-items: center;
	overflow: hidden;
}



.logo-image img {
	max-height: 80px;
}


.section-more {
	margin-top:30px;
	text-align: center;
}

.section-more a {
	display: inline-block;
	padding:10px 25px;
	border: #051633 1px solid;
	border-radius:4px;
	font-size:18px;
	font-weight:500;
}

.section-more a i {
	margin-right:15px;
	font-weight:400;
}



/*********GENERAL*******/


.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%;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.content {
	padding-right:20px;
	border-right:#eeec1a 3px solid;
	font-size:20px;
}

.entry {
	line-height:1.4;
}
.single-product .entry {
	white-space: break-spaces;
	line-height: 1;
}
.single-product .entry div, .single-product .entry li {
	white-space:normal;
}
.entry h1 {
	font-size:36px;
	font-weight:400;
	margin-bottom:20px;
}
.entry h2 {
	font-size:28px;
	color:#0f55d6;
	font-weight:500;
	margin-bottom:15px;
}

.entry h3 {
	font-size:23px;
	color:#0f55d6;
	font-weight:300;
	margin-bottom:15px;
}

.entry h4 {
	font-size:26px;
	font-weight:500;
	margin-bottom:15px;
}
.entry h5 {
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;
	color:#0f55d6;
}

.entry h6 {
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-right: 0px;
	}

.entry ul li {
	list-style: none;
	padding:2px 30px;
	background:url(images/bul.png) right 3px no-repeat !important;
	margin-bottom:7px;	
}
.woocommerce li.order, .woocommerce li.date, .woocommerce li.total, .woocommerce li.method {
	background:none !important;
}

.entry ol li {
	list-style: decimal;
}


.entry a {
	text-decoration: underline;
	    color: #023571;
}

.entry a:hover {
	text-decoration:  none;
}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}

.content .entry {
	text-align: justify;
}



.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    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 */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale: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%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	font-size:36px;
	text-align: center;
	font-weight:500;
	margin-bottom:40px;
	
}

#topimage {
	position: relative;
	overflow: hidden;
	width:100%;
}

.topimg {
	
}

#topimage .textholder {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	}

.toptitle {
	color:#FFF;
	font-size:55px;
	font-weight:500;
	text-align: center;
	padding-top:80px;		
}

.toptitle span {
	
}


#breadcrumbs {
	font-size:14px;
	color:#faeb38;
	padding:12px 0;
	}

#breadcrumbs a {
	color:#FFF;
}

#share {
	position: relative;
	margin-top:30px;
	padding-top:30px;
	font-size:20px;
	color:#0f55d6;
	border-top: #d1d4dc 1px solid;
}

#share .txt {
	position: relative;
	z-index:10;
	display: inline-block;
	padding:5px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	position: relative;
	z-index:10;
	
}

#share .addtoany_list a>span {
	border-radius:100%;
	}

#share .addtoany_shortcode svg g,
#share .addtoany_shortcode svg path {
	
}



.category-content {
	text-align: center;
}

.article {
	position: relative;
    background: #FFF;
    padding: 30px;
    border: #e4e6eb 1px solid;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(10, 19, 97, 0.2);
	margin-bottom:30px;
	}
	
a.the-link {
	display: block;
	position: absolute;
	bottom:0;
	width:100%;
	height:100%;
}
.art-img {
	background:#e9eef7;
}

.art-img img {
	display: block;
	opacity:0.8;
	transition: all 500ms ease;
}

.article .inner:hover img {
	opacity:1;
}


.art-img.no-img {
	background:#e9eef7;
}
	
.article .inner {
	
	}


.art-title {
	margin:10px 0;
	font-size:22px;
	
}

.post-title a {
	 color: #093a43;
}

.post-title a:hover {
	color:#837843;
}

.excerpt {
	padding-bottom:10px;
}

.article .more a {
	padding:10px 30px;
}
	
.er-404 {
	font-size:150%;
	text-align: center;
}

.more {
	margin:10px 0;	
}

.more a {
	display: inline-block;
	padding:10px 20px;
	color:#FFF;
	background: url(images/pattern_red.png) repeat;
	border-radius:4px;
	color:#FFF;
	text-align: center;
}

.single-img {
	max-width:50%;
	}


.single-img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}
.single-img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.single-img img {
	
	
}

/*****************HOW IT WORKS***************/

.howto .entry {
	font-size:18px;
}

.howto .entry h2 {
	font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
	color:#051633;
}

.howto-text {
	margin-bottom:40px;
	text-align: center;
	font-size:18px;
}

#how-boxes {
	
}
.hw-item {
	margin:30px 25px;
	position: relative;
	background:#FFF;
	padding:35px 15px;
	border: #e4e6eb 1px solid;
    border-radius: 4px;
	text-align: center;
  	 box-shadow: 0px 0px 10px 0px rgba(10, 19, 97, 0.2);
}

.hw-item .number {
	position: absolute;
	top: -20px;
	left:0;
	width:100%;
	text-align: center;
}

.hw-item .number span {
	display: inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	background:#0f55d6;
	color:#FFF;
	font-size:20px;
}

.hw-icon {
	margin-bottom:15px;
}

.hw-title {
	font-size:22px;
	margin-bottom:15px;
	font-weight:500;
}

.hw-item:after {
	content:"";
	width:30px;
	height:22px;
	background:url(images/larr.png) no-repeat;
	position: absolute;
	left: -40px;
	top:45%;
}

.hw-item.item-6:after {
	display: none;
}

#red-notice {
	padding:25px 0;
	text-align: center;
	background: url(images/pattern_red.png) repeat;
	color:#FFF;
	font-size:22px;
	font-weight:500;
}


/******************PRODUCTS**************/
.alm-reveal {
    display: flex;    width: 100%;flex-wrap: wrap;
}
.alm-reveal .product-item  .price  {
    margin-bottom: 20px;
}
.product-item  {
	position: relative;
	background:#FFF;
	padding:30px;
	border: #e4e6eb 1px solid;
    border-radius: 4px;
	margin-bottom:30px;
	text-align: center;
  	 box-shadow: 0px 0px 10px 0px rgba(10, 19, 97, 0.2);height: 100%;
}
.alm-reveal .col-lg-3.col-sm-6 {
    margin-bottom: 35px;
}
.product-item.featured.mht .more {
    position: absolute;
    width: 80%;
    /* left: 0px; */
    /* right: 0px; */
    /* margin: auto; */
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.badge {
	position: absolute;
	top: -12px;
	left:0;
	width:100%;
	text-align: center;
}

.product-image {
	margin-bottom:15px;
}

.product-title  {
	padding:0 20%;
	font-size:20px;
	margin-bottom:10px;
	word-break: break-word;
}

.price span {
	display: inline-block;
	padding:10px 20px;
	font-size:30px;
	font-weight:500;
	background:url(images/price_bg.png) center center no-repeat;
	background-size:contain;
}

.product-item .more a {
	width:100%;
	font-size:20px;
}

.cat-img {
	width:50%;
	padding-right:30px;
	text-align: left;
}

.cat-text {
	width:50%;
	padding-right:20px;
	border-right: #eeec1a 3px solid;
	font-size:18px;
	
}

.single-pr-img {
	text-align: center;
	position: relative;
	background:#FFF;
	padding:30px;
	border: #e4e6eb 1px solid;
    border-radius: 6px;
	margin-bottom:30px;
	text-align: center;
  	 box-shadow: 0px 0px 10px 0px rgba(10, 19, 97, 0.2);
}


.single-pr-img img {
}

/*************PAYMENT***************/

.custom-payment-form {
	background: #e8eef9;
    padding: 20px 30px;
	border-radius:6px;
	color:#051633;
}

.custom-payment-form input[type="number"] {
	background:#FFF;
	border: none;
	
}

.Payment-row input[type="number"], .Payment-row select {
    width: 100%;
    border: none;
	padding:7px 10px;
	font-size:18px;
	font-family: 'Heebo', sans-serif;
	color:#051633;
	
    
}
.payment-full-col {
   
}

.Payment-row {
    display: flex; margin-left:-15px; margin-right:-15px;
}
.payment-half-col {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 15px;
}
.payment-full-col{ 
    width: 100%;
    padding: 0 15px;}
	
.payment-full-col.custom-payment {
    text-align: center;
    margin-top: 30px;
}	
.payment-custom-message .red {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #f00;
}
.payment-custom-message .green {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: green;
}

.payment-half-col label {
       float: none;
    max-width: 100%;
    margin-bottom: 30px;
    display: table;
}
.main-content{width:100%; overflow:hidden}
.product-payment-form {
	position: relative;
       float: none;
    max-width: 100%;
	width:100%;
    margin: 30px 0;
	background:#f6f9ff;
	border-radius:10px;
	}

.product-payment-form .badge {
	text-align: right;
	padding-right:20px;
}

.product-payment-value {
	display: none;
	justify-content: space-between;
	padding:40px 20px;
}

.selectedfield {
	width:49%;
	}

.product-payment-value select {
    width: 100%;
    padding: 7px 7px;
	border:#d1d4dc 1px solid;
	border-radius:4px;
	background:#FFF;
	color:#051633;
	font-size:18px;
}

.product-payment-value label {
    display: block;
    margin-bottom: 10px; 
	font-size:18px;
	font-weight:500;
	}
	
.product-payment-value label i {
	display: inline-block;
	color:#e71c34;
	margin-left:5px;
}

.ajax-result {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
span.red {
    color: #f00;
}

input#product-min-quanity {
        float: right;
    border: #000 solid thin;
    width: 35px;
    height: 39px;
    margin-left: 10px;
    text-align: center;
}
body.page-id-378 div#contact-section  , body.page-id-380 div#contact-section {
    display: none !important;
}
.iframeResult iframe {
    width: 100%;
    height: 650px;
}
span.paymentajax {
    display: none;
    text-align: right;
    clear: right;
}
.button-cover {
	display: flex;
  justify-content: space-between;
  align-items: center;
    background: #e8eef9;
    padding:20px 30px;
    margin-top: 20px;
	border-radius: 0 0 10px 10px;
}
.button-text label {
	font-size:20px;
	font-weight:500;  
}

.button-text span {
	display: inline-block;
    padding: 10px 20px;
    font-size: 40px;
    font-weight: 500;
    background: url(images/price_bg.png) center center no-repeat;
    background-size: contain;
}
.product-button button img , .custom-payment button:focus img{
    margin-right: 10px;
}
.product-button button:focus , .custom-payment button:focus{
    outline: none; box-shadow:none;
}
.product-button button , 
.custom-payment button {
	font-family: 'Heebo', sans-serif;
	display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    background: url(images/pattern_red.png) repeat;
    border-radius: 6px;
    text-align: center;
	border: none;
	font-size:30px;
	font-weight:500;
	transition: all 300ms ease;
	cursor: pointer;
  
}
	
.product-button button:hover , 
.custom-payment button:hover {
	transform: scale(0.9);
}



/*************GRAVITY****************/

#contactline {

  
}

.gform_body label {
	display: none;
}


#contactline .gform_body {
	width:80%;
	float: right;
	clear: none;
}

#contactline .gform_body ul {
	display: flex;
  justify-content: space-between;
 
}

#contactline .gform_fields .gfield.three {
	width:23%;
	margin-top:0;
}

#contactline .gfield input {
	width:100%;
}

#contactline .gform_footer {
	width:19%;
	float:left;
	clear: none;
	}

#contactline .gform_wrapper .gform_footer {
    padding:0;
    margin: 0;
}

#contactline .gform_confirmation_wrapper {
	color: #FF0;
	font-size:25px;
	padding-top:30px;
}

.acf-map {
	min-height:370px;
}

.gform_validation_container {
	display: none;
}


#contact-section {
	color:#FFF;
	padding-bottom:50px;
	}

#contactline {
	}



#contactline .form-title .t-1 {
	font-size:35px;
	font-weight:500;
	letter-spacing:-1px;
}
#contactline .form-title .t-2 {
	font-size:16px;
	}


#contact-section .contact-details {
	margin-top:0px;
	position: relative;
	
}

.contact-details .border {
	position: absolute;
	width:100%;
	left:0;
	top: 30px;
	border-top:rgba(255,255,255, 0.2) 1px solid;
	z-index:0;
}

.contact-info ul {
	width:40%;
	margin: auto;
	color:#FFF;
	font-size:18px;
	background:#051633;
	position: relative;
	z-index:10;
	 display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
	
		}


.contact-info li {
	width:45%;
	position: relative;
	padding:0 75px 0 30px;
}

.contact-info li i {
	display: block;
	position: absolute;
	right:0;
	top: 0;
	font-size:60px;
	color:#3570dc;
}

.contact-info li a,
.contact-info li span {
	color:#FFF;
	font-size:20px;
}

.contact-info label {
	display: block;
	margin:10px 0;
	color:#eeec1a;
	font-weight:400;
	font-size:16px;
}

#call-buttons {
	position: fixed;
	left:0;
	top:30%;
	width:50px;
	z-index:50;
}

#call-buttons a {
	display: block;
	width:50px;
	height:50px;
	line-height:50px;
	margin-bottom:5px;
	font-size:30px;
	text-align: center;
}

#call-buttons .email {
	background:#b38832;
	color:#FFF;
}

#call-buttons .wa {
	background:#FFF;
	color:#4caf50;
}

#call-buttons .soc-link {
	background:#FFF;
	color:#3b5998;
}

.contact-banner {
	padding-bottom:70px;
	display: flex;
  justify-content: center;
  align-items: center;
	}

.contact-banner .txt {
	font-size:30px;
	color:#eeec1a;
	font-weight:500;
	padding-left:30px;

}

.contact-banner .txt .s-2 {
	color:#FFF;
}

.contact-banner .txt a {
	color:#eeec1a;
}

.contact-banner .button {
	display: inline-block;
	padding:12px 40px;
	background:#eeec1a;
	border-radius:6px;
	font-size:19px;
	color:#051633;
	font-weight:500;
}

.contact-banner .button:hover {
	    transform: scale(0.9);
}


/***************CONTACT PAGE**************/

ul.c-detals {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.c-detals li {
	width:24%;
	position: relative;
    padding: 0 100px 0 30px;
	height:100px;
}

ul.c-detals li img {
	position: absolute;
    right: 0;
    top: 0;
}

ul.c-detals li label {
	font-size:18px;
	display: block;
	color:#0f55d6;
	font-weight:500;
	padding-top:30px;
}

ul.c-detals li a,
ul.c-detals li span {
	font-size:20px;
	font-weight:500;
	display: block;
}



#contact-form .title span {
	display: block;
}

#contact-form .title .chunk1 {
	font-size:36px;

	
}

#contact-form .title .chunk2 {
	font-weight:400;
	
}


#contact-form label {
	display: none;
}

#contact-form li {
	margin-bottom:10px;
}

#contact-form li.three {
	width:33.33%;
	float: right;
}

#contact-form li.three {
	padding-left:7px;
}

#contact-form li#field_2_4 {
	padding-left:0;
}


#contact-form .gfield textarea {
	height:100px;
	overflow: auto;
	
}

#contact-form .gform_footer {
	text-align: center;
	padding-top:20px;
}

#contact-form .gform_footer input {
	width: 180px;

}

#contact-form input,
#contact-form textarea {
	    border-bottom: #051633 2px solid;
	    color: #000;
}

#contact-form input[type="submit"] {
	border-bottom: none;
}



::-webkit-input-placeholder {
       color:#a0a6ac;
}

:-moz-placeholder { /* Firefox 18- */
      color:#a0a6ac;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#a0a6ac;
}

:-ms-input-placeholder {  
     color:#a0a6ac;
}


#contact-page .contact-info {
	
}

#contact-page .contact-info label {
	display: block;
	margin-bottom:8px;

}

#contact-page .contact-info li i {
	float: right;
	margin-left:10px;
	
	
}

#contact-page .contact-info li.tel i {
	
}

.validation_message, .validation_error {
	color:#F00;
	padding:10px;
	font-size:18px;
}



/*********************SIDEBAR********************/

#sidebar {
}

.side-wdg {
	margin-bottom:30px;
}

.side-widget-title {
	text-align: center;
	font-weight:500;
	font-size:30px;
	margin-bottom:10px;
	}
	

/* =FOOTER*/
#footer {
	background: url(images/footer_bg.jpg) no-repeat;
	background-size: cover;
	color: #FFF;
	font-size:16px;
	padding:50px 0;
}

.footer-inner {
	margin-top:30px;
	
}

.foot-widget-title {
	font-size:22px;
	margin-bottom:20px;
	color:#eeec1a;
}

.foot-wdg {
	margin-bottom:30px;
}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}

.foot-wdg li a {
	display: block;
	padding:10px 0;
	color: #FFF;
}

.foot-wdg li a:hover {
	color:#eeec1a;
}

.logo-bottom {
	text-align: left;
}

#footer .social-bottom {
	margin-top:20px;
	margin-bottom:50px;
	text-align: center;
	}
	
#footer .social-bottom span {
	display: inline-block;
	font-size:16px;
	margin-right:10px;
}
	
#footer .social-icons {
	display: inline-block;
}

#footer .social-icons a {
	    color: #0c1728;
		font-size:22px;
		width:32px;
		height:32px;
		line-height:40px;
		text-align: center;
		background: rgba(255,255,255, 0.8);
		border-radius:100%;
}


#bottom {
	position:relative;
	background:#020a19;
	color: rgba(255,255,255, 0.4);
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	
	}
	

  
#bottom a {
	color: rgba(255,255,255, 0.4);
}


.copyrights {
	text-align:right;
	}
.credits {
	text-align:left;
	
		}

#credits img {
	vertical-align:middle;
}

.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}

.mk-go-top i {
	padding:10px 20px;
}

.table-responsive {
    box-shadow: 0px 0px 5px 2px #ddd;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0px !important;
    background-color: #fff;
    overflow: auto;
}
.table-responsive .table{
	margin-bottom: 0px;
}
.table-responsive .shop_table thead tr th{
	padding: 0px 10px;
	background-color: #d5dcec;
	text-align: center;
}
.table-responsive .shop_table thead tr th:first-child{
    border-top-right-radius: 8px;
    text-align: right;
}
.table-responsive .shop_table thead tr th:last-child{
    
    border-top-left-radius: 8px;
}
.table-responsive .table tr td .total-amount-price{
  padding: 10px 30px;
}
.table-responsive .table tr td .proceed-button{
 	 padding: 10px 30px;
}
.table-responsive .table tbody tr td {
    border-bottom: 1px solid #d5dcec !important;
}
.table-responsive .table tbody tr:last-childtd {
    border-bottom: 0px solid #d5dcec !important;
}
span.delete-cart i.fa-trash-alt {
    color: #d5dcec;
    font-size: 22px;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
span.delete-cart {
    cursor: pointer;
}
.span-click{
	font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    border-radius: 6px;
    text-align: center;
    border: none;
    font-size: 28px;
    font-weight: 500;
    transition: all 300ms ease;
    cursor: pointer;
    background: url(images/pattern_red.png) repeat;
}
img.topimg-notset {
    width: 100%;
}
#cart-button-popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30,46,72,0.9);
  z-index: 9999;
  
}
div#cart-button-popup .main-container {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-20%);
    padding: 20px;
    text-align: left;
}
div#cart-button-popup .main-container i {
    color: #fff;
    cursor: pointer;
}
div#cart-button-popup .main-container .container-body {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
div#cart-button-popup .main-container .container-body .prod-details-data img {
    max-height: 250px;
    height: 250px;
    max-width: 100%;
}

div#cart-button-popup .main-container .container-body .prod-details-data .product-title-data {
    margin: 20px;
}
.buy-now-button button{
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 5px;
    font-size: 20px;
}
.add-to-cart-button button,.add-to-cart-button a{
    background: url(images/blue-pattern.png) repeat;
}

div#cart-button-popup .main-container .container-body .prod-details-data {
    margin-bottom: 20px;
}
.mx-w{
	max-width: 200px;
}
.table-responsive .table .product-details {
    display: flex;
}
.table-responsive .table .product-details h3 {
    max-width: 100%;
    margin-right: 10px;
    font-weight: 500;
    transform: translateY(35px);
}
.table-responsive .table .product-details img {
    max-width: 110px;
}
.proceed-button button{
	font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 15px 30px;
    color: #FFF;
    background: url(images/pattern_red.png) repeat;
    border-radius: 6px;
    text-align: center;
    border: none;
    font-size: 30px;
    font-weight: 500;
    transition: all 300ms ease;
    cursor: pointer;
}
.proceed-button input{
	font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #eee;
    font-size: 30px;
    outline: none;
    color: #000;
    box-shadow: 0px 0px 7px 1px #eee;
    width: 100%;
    margin-bottom: 10px;
}
.proceed-button .col-input {
    width: 30%;
    text-align: right;
}
.proceed-button .col-input:first-child {
    margin-left: 15px;
}
.proceed-button .col-button {
    width: 38%;
}
.view-cart-link {
    padding: 10px;
    border: 2px solid #f44336;
    margin: 10px 0px;
    display: none;
    text-align: center;
}
.view-cart-error{
	padding: 10px;
    border: 2px solid #f44336;
    margin: 10px 0px;
    display: none;
    text-align: center;
}
.view-cart-link a {
    text-decoration: underline;
}
.view-cart-link h3{
	font-size: 25px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 18px;
}
.alert-danger {
    background-color: #d81d1d;
    color: #fff;
}
.hide{
	display: none;
}
div#cart-button-popup .main-container .container-body img.images {
    max-width: 250px;
    max-height: 250px;
}
.container-body h3 {
    font-size: 20px;
    margin: 20px;
    font-weight: 500;
}
.view-cart-link img.succes-img {
    width: 25px;
    /*float: right;*/
}
.container-body .view-cart-link h3 {
    margin: 0;
}
span.cart_item_count {
    background-color: #f1ef1a;
    padding: 3px 5px 1px;
    border-radius: 50%;
    position: absolute;
    font-size: 14px;
    color: #051633;
    top: 3px;
    margin-right: -18px;
}
.no-cart-section {
    padding-bottom: 30px;
}
.empty-cart-h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.btn {
    padding: 10px 20px;
    
}
.btn-default {
	border: 1px solid;
    background-color: #e31b33;
    color: #fff;
    border-color: #e31b33;
}
.btn-default:hover{
	background-color: #fff;
    color: #e31b33;
}
.buy-now-button button span, .add-to-cart-button button span {
    font-size: 30px;
    font-weight: 300;
}
.table-responsive .table td h3 {
    font-weight: 700;
}
.table-responsive .table tbody tr td select {
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #d5dcec;
}
.table-responsive .table tbody tr td select:focus{
	outline: none;
}
.mb-30{
	margin-bottom: 30px;
}
.m-0{
	margin:0!important;
}
#mainslider img.msimg {
    width: 100%;
    max-height: 550px;
}
#boxes-section .flex-col .sub-menu-list-category {
    position: absolute;
    right: 15px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    border-top: 3px solid #edeb1a;
    display: none;
    transition: all ease 0.2s;
    border-radius: 0px 0px 5px 5px;
    top: 98%;
}
#boxes-section .flex-col:hover .sub-menu-list-category{
    display: block;
}
#boxes-section .flex-col .sub-menu-list-category ul.subcategory-list li.list-item:last-child {
    border: none;
}
#boxes-section .flex-col{
	position: relative;
}
#coverup_cache_menu {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    z-index: 190;
    display: none;
}
#boxes-section .flex-col .sub-menu-list-category ul.subcategory-list li.list-item {
    border-bottom: 1px solid #eee;
    font-size: 17px;
    line-height: 18px;
}
#boxes-section .flex-col .sub-menu-list-category ul.subcategory-list li.list-item i {
    float: left;
    color: #ea1c35;
}
#boxes-section .flex-col .sub-menu-list-category ul.subcategory-list li.list-item a {
    display: block;
    padding: 20px;
}
.active-category{
	z-index: 9999999;
}
.sub-cats-scroll {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.sub-cats-scroll ul.catlist li.main-category {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    line-height: 18px;
    font-size: 20px;
    font-weight: 500;
}
.sub-cats-scroll ul.catlist li.main-category img {
    float: left;
    display: block;
}
.sub-cats-scroll ul.catlist li {
    border-bottom: 1px solid #eee;
}
.sub-cats-scroll ul.catlist li:last-child {
    border-bottom: none;
}
.sub-cats-scroll ul.catlist li a {
    font-size: 17px;
    padding: 10px 0px;
    display: block;
    font-weight: 400;
}
.product-item .price {
    margin-bottom: 20px;
}
.active-category .box-item{
	position: absolute;
	background-color: #fff; 
}
.add-to-cart-button a{
	color: #fff;
	width: 100%;
    padding: 10px 10px;
    margin-bottom: 5px;
    font-size: 20px;
    display: block;
    border-radius: 5px;
}
.product-loader {
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: none;
}
.proceed-button .col-input span.error-msg {
    color: red;
    margin-top: 10px;
    font-size: 20px;
    display: none;
    border: 1px solid red;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 100%;
}
.sub-cats-scroll .active-cat-menu a{
	font-weight: 500 !important;
}
i.succes-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.no-product-in-category {
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.no-product-in-category a {
    text-decoration: underline;
}
.no-product-in-category img {
    width: 250px;
}

.blue_button button {
    padding: 15px 7px;
    width: 100%;
    font-size: 28px;
    margin-bottom: 10px;
}


/*.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    display:none;
}*/
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	width:150px;
	border-radius: 3px;
	color: #000;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label{
	display: block !important;
	text-align: right;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	flex: 0 0 100%;
    max-width: 100%;
    width:100%;
}
.add-to-cart-button p.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    margin: 0;
}
.table-responsive table.shop_table {
    margin-bottom: 0px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	margin-top: 30px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    border: 2px solid #d5dcec;
    outline: none;
}
.table-responsive .product-details {
    display: flex;
    align-items: center;
    text-align: right;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce a.remove:hover{
	background-color: transparent;
}
.woocommerce-cart table.shop_table td,.woocommerce-cart table.shop_table td.product-remove{
	text-align: center;
}
.woocommerce a.remove{
	height: auto;
	width: auto;
}
.woocommerce table.shop_table td.product-subtotal{
	font-weight: bold;
}
.woocommerce .cart-collaterals .cart_totals h2{
	color: #000;
}
.woocommerce .cart-collaterals .cart_totals span.woocommerce-Price-amount {
    display: inline-block;
    padding: 10px 20px;
    background: url(images/price_bg.png) center center no-repeat;
    background-size: contain;
}
.checkout-button.button {
    font-family: 'Heebo', sans-serif;
    padding: 15px 30px !important;
    background-image: url(images/pattern_red.png) !important;
    background-repeat: repeat;
    background-size: contain;
    border-radius: 6px !important;
    font-size: 30px !important;
    font-weight: 500 !important; 
    transition: all 300ms ease;
    background-color:transparent !important;
    margin-bottom: 0!important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 110px;
	margin-left: 20px;
}
.table-responsive .product-details h3 a {
    text-decoration: none;
    text-transform: capitalize;
    max-width: 100%;
    margin-right: 10px;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.woocommerce table.shop_table td.actions button.button {
	background-color:transparent !important;
    background-image: url(images/pattern_red.png) !important;
    background-repeat: repeat;
    background-size: contain;
    color: #fff !important;
    outline: none;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    font-size: 16px;
    max-width: 300px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px #ddd;
    border: 1px solid #ddd;
}
.disabled{
	pointer-events: none;
}
.woocommerce-cart ul.woocommerce-error {
    background-color: transparent;
    border-top-color: transparent;
    padding: 0;
    margin-right: 0;
    margin: 0;
    margin-bottom: 30px;
}
.woocommerce-cart .woocommerce-error::before,.woocommerce-cart .woocommerce-error::after{
	display: none !important;
}
.woocommerce-cart .woocommerce-error li{
	background-color: #d81d1d;
    color: #fff;
    padding: 10px;
    padding-right: 10px !important;
    border-radius: 10px;
    text-align: center;
}
.woocommerce-cart  td.product-name:before{
	content: none !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	color: #000;
}
.woocommerce-account .woocommerce {
    /*width: 60%;*/
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 7px 1px #ddd;
    /*border-radius: 20px;*/
    text-align: right;
}
.woocommerce-account.logged-in .woocommerce{
	width: 100%;
}
.woocommerce h3 {
    color: #000;
}
.woocommerce #customer_details input, .woocommerce #customer_details textarea {
    font-family: 'Heebo', sans-serif;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #eee;
    outline: none;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	float:none !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f8f9fb;
    border-radius: 0px;
}
form.checkout.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none;
}
form.checkout.woocommerce-checkout input.input-radio, form.checkout.woocommerce-checkout input.input-checkbox{

}
p#billing_state_field {
    display: none;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
}

.review-order-table-section table.shop_table tfoot td{
	font-weight: normal;
}
.review-order-table-section table.shop_table{
	margin: 0!important;
	border:none;
}
.review-order-table-section table.shop_table thead tr th{
	    background-color: #ecf0f4;
	    font-size: 18px;
	    line-height: 20px;
	    color: #051633;
}
.review-order-table-section table.shop_table td{
	color:#051633;
	font-size: 18px;
	line-height:20px;
}
.review-order-table-section table.shop_table td span{
	font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
}
.review-order-table-section table.shop_table tfoot th {
    font-style: normal;
}
.review-order-table-section table.shop_table tr.order-total span {
    display: inline-block;
    padding: 10px;
    background: url(images/price_bg.png) center center no-repeat;
    background-size: contain;
    font-weight: 600;
}
h3#order_review_heading ,div#customer_details h3{
    padding: 20px 0px 0px;
        color: #051633;
    font-size: 32px;
    line-height: 20px;
    font-weight: 400;
}
h3#order_review_heading:before{
	content:'2';
}
div#customer_details h3:before{
	content:'1';
}
h3#order_review_heading:before ,div#customer_details h3:before{
	background-color: #0f55d6;
    color: #fff;
    border-radius: 50%;
    padding: 1px 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 20px;
        vertical-align: bottom;
}
#payment ul.payment_methods li input,.woocommerce form .form-row .input-checkbox {
    width: 25px;
    height: 25px;
}
#payment ul.payment_methods li input{
	vertical-align: middle;
}
span.payment-input-li,span.border-checkbox{
	position:relative;
}
span.border-checkbox .span-checkbox{
	width: 25px;
	height: 25px;
	border: 2px solid #ddd;
	position: absolute;
	right: 4px;
	top: 3px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
span.border-checkbox .span-checkbox:before{
	content:'';
	width: 23px;
    height: 23px;
    background-color: #e31b33;
    position: absolute;
    opacity: 0;
}
span.border-checkbox .span-checkbox:after{
	    content: 'L';
    color: #fff;
    position: absolute;
    -ms-transform: scaleX(-1) rotate(-35deg);
    -webkit-transform: scaleX(-1) rotate(
-35deg
);
    transform: scaleX(-1) rotate(
-35deg
);
    opacity: 0;
}
span.payment-input-li .span-radio{
	width: 25px;
	height: 25px;
	border: 2px solid #ddd;
	position: absolute;
	right: 0;
	top: 3px;
	    background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
span.payment-input-li .span-radio:before{
	content:'';
	width: 15px;
    height: 15px;
    background-color: #e31b33;
    position: absolute;
    border-radius: 100%;
    opacity: 0;
}
span.payment-input-li input,span.border-checkbox input {
    position: relative;
    z-index: 9;
    opacity: 0;
}
span.border-checkbox input:checked + .span-checkbox:before,span.border-checkbox input:checked + .span-checkbox:after{
	opacity: 1;
} 
#payment ul.payment_methods li input:checked + .span-radio:before{
	opacity: 1;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce button.button {
    background-color: transparent;
    color: #fff;
    background-image: url(images/pattern_red.png);
    background-repeat: repeat;
    padding: 15px 50px;
    transition: all ease 300ms;
}
#payment .place-order #place_order{
	background-color: transparent;
    color: #fff;
    background-image: url(images/ch-bg.png);
    background-repeat: repeat;
    padding: 15px 50px;
    transition: all ease 300ms;
    width:100%;
}
.span-click:hover{
	transform: scale(0.9);
}
.woocommerce-account .blue{
	/*background-color: #fff;*/
}
.woocommerce-terms-and-conditions-link:after {
    content: "";
    display: inline-block;
    border-style: solid;
    margin-bottom: 2px;
    margin-right: .25rem;
    border-width: 6px 6px 0 6px;
    border-color: #111 transparent transparent transparent;
}
#payment .place-order #place_order:hover{
	transform: scale(0.9);
}
.woocommerce-page .content {
    border: none;
    padding-right: 0;
}
.review-order-table-section table.shop_table td.product-name {
    width: 70%;
}
#order_review.review-order-table-section table.shop_table td.product-name {
    width: auto;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	/*background-color: #fff;*/
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
}
p#billing_country_field , p#billing_company_field{
    display: none;
}
input#rememberme {
    width: 25px;
    height:25px;
}
.woocommerce form .form-row label,.woocommerce-info{
	text-align: right;
}
.woocommerce #customer_details input[type="checkbox"] {
    width:25px;
	height:25px;
    margin: 0;
}
form.woocommerce-ResetPassword.lost_reset_password {
    padding:0 20px;
}
div#customer_login h2 {
    color: #121214;
}
.payment-buttons .custom-add-to-cart {
    width: 100%;
}

form.checkout.woocommerce-checkout {
  /*  display: flex;
    justify-content: space-between;
    align-items: flex-start;*/
    margin-top: 40px;
}
form.checkout.woocommerce-checkout div#customer_details {
    width: 48%;
    background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 4px #98a1a9;
            float: right;
}
.clearf{
	clear: both;
}
.woocommerce form .form-row .required{
	float: right;
    margin-left: 5px;
}
.woocommerce form .form-row label.checkbox .required, .woocommerce-page form .form-row label.checkbox .required{
	float: none;
    margin-left: 0px;
}
form.checkout.woocommerce-checkout #order_review {
    width: 48%;
    background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 4px #98a1a9;
        float: left;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    border: none;
    background-color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
    content: none;
}
.woocommerce-checkout .woocommerce *{
	color:#051633;
	font-style: normal;
}
.woocommerce-checkout .woocommerce a{
	color: #0f55d6;
}
.woocommerce-checkout #payment ul.payment_methods li {
	background:none !important;
	padding: 0px !important;
}
.woocommerce-checkout #payment ul.payment_methods li label{
	font-weight: 500;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
    color: #0f55d6;
}
.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login {
    margin-top: 0;
    border: none;
    background-color: #fff;
    border-radius: 0;
}
.recieved-img {
    display: block;
    text-align: center;
}
.woocommerce-order p.woocommerce-notice {
    text-align: center;
    font-size: 26px;
    line-height: 20px;
    color: #051633;
    font-weight: 500;
}
.woocommerce-order ul.order_details{
	margin: 0;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #ebfbef;
}
.woocommerce-order ul.order_details li{
	float: none;
	border: none;
	font-size: 16px;
    line-height: 20px;
}
.woocommerce-order ul.order_details li strong{
	font-size: 18px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
	border:0px;
}
.woocommerce-table--order-details thead th{
	background-color: #ecf0f4;
}
.woocommerce table.woocommerce-table--order-details td,.woocommerce table.woocommerce-table--order-details tfoot th,,.woocommerce table.woocommerce-table--order-details tfoot td{
	border-top-color: #f6f8fa;
	font-style: normal !important;
}
.woocommerce table.woocommerce-table--order-details td.product-name a{
	color:#051633 !important;
	text-decoration: none;

}
.woocommerce-order {
    padding: 30px;
    background-color: #fff;
}
.woocommerce section.woocommerce-customer-details address {
    border: none;
    background-color: #ecf0f4;
    padding:20px;
    border-radius: 0px;
    word-break: break-word;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email{
	position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{
	font-size: 0px;
	background-image: url('images/order-call.png');
	width: 25px;
	height: 25px;
	right: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
	font-size: 0px;
	background-image: url('images/email-order.png');
	width: 25px;
	height: 25px;
	right: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
    border: none !important;
    background-color: #fff;
	margin-bottom: 0;
	padding: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-info:after,.woocommerce-checkout .woocommerce .woocommerce-info:before{
	content:none;
}
.facebook-reviews .wp-facebook-list .wp-facebook-place {
    display: none;
}
.facebook-reviews .wp-facebook-review {
    position: relative;
    padding: 60px 30px !important;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #FFF !important;
    border: #e4e6eb 1px solid;
    box-shadow: 0px 0px 10px 0px rgb(10 19 97 / 20%);
}
.facebook-reviews .slick-slide{
	padding: 15px 10px 0 10px;
}

.facebook-reviews .wp-facebook-review:before{
	content:'';
	background-image: url('images/bq.png'); 
	width: 36px;
	height: 29px;
	position: absolute;
	top: -15px;
	left: 35px;
	z-index: 10;
}
.facebook-reviews .wp-facebook-left {
    width: 30%;
    vertical-align: top;
    display: inline-block;
}
.facebook-reviews .wp-facebook-right {
    width: 69%;
    vertical-align: top;
    display: inline-block;
}
.facebook-reviews .wp-facebook-left img {
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.facebook-reviews .wp-facebook-time {
    display: none;
}
.facebook-reviews .wp-facebook-feedback span.wp-facebook-stars svg {
    width: 30px;
    height: 25px;
}
.facebook-reviews .wp-facebook-feedback span.wp-facebook-stars svg path {
    fill: #0f55d6;
}
.facebook-reviews .wp-facebook-right a.wp-facebook-name {
    position: absolute;
	right: 30px;
	top: 65%;
	width: 25%;
	display: block;
	font-size: 16px !important;
	text-align: center;
	color: #0f55d6;
	padding: 0 0;
}
.facebook-reviews .wp-facebook-feedback span.wp-facebook-stars {
    position: absolute;
	right: 30px;
	top: 80%;
	width: 25%;
    display: block;
    text-align: center;
}
.facebook-reviews .wp-facebook-reviews {
    padding: 30px;
}
.facebook-reviews .wp-facebook-feedback {
    padding-right: 25px;
    font-size: 22px;
    font-style: italic;
    line-height: 1.3;
    border-right: #e4e6eb 1px solid;
}
.facebook-reviews span.wp-more {
    display: none;
}

.facebook-reviews span.wp-more-toggle {
    color: blue;
}
#fbreviewList .wp-fbrev .wp-facebook-reviews img{
	margin: 0 auto !important;
    float: none !important;
}
.blender-iframe-container {
	width:100%;
	height:600px;
}
.blender-iframe-container iframe {
	width:100%;
	height:100%;
}

