/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
html, html body{
    overflow-x: hidden !important;
}
html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Poppins', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}


nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 43px;height: 42px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}

/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}


#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg)}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg)}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/


/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
/*#comments {    background: #eee ;    padding: 20px;}*/
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;}
.set > a{display: block;padding: 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;}
.set > a.active{background-color:#3399cc;color: #fff;}
.set > a:before{ background:url(images/arrow1.png) no-repeat; float:right; content:"";height: 8px;    margin: 6px 0 0;    width: 15px;}
.set > a.active:before{filter: invert(100%);    transform: rotate(180deg);  }
.accordion-container .content{position:relative;width: 100%;height: auto;background-color: #fff;border-bottom: 1px solid #ddd;display:none;}
.accordion-container .content p{padding: 10px 15px;margin: 0;color: #333;}
/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header { text-align: center;
    padding: 40px 0 0;}
.menu-header > ul > li {     display: inline-block;
    padding: 0 20px;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {    
	font-size: 14px;
    text-decoration: none;
    color: #f2f2f2;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-header > ul > li:hover > a {color: #decd2c;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 767px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 820px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration: none !important;
}
* a:hover{
    text-decoration:none !important;
}



@media (min-width: 100px) and (max-width: 767px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}


header{ 
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

header ul.more{
	padding: 25px 0 0;
	margin: 0;
	text-align: right;
}
header ul.more li{
	display: inline-block;
	list-style: none;
	padding: 0 0 0 20px;
}
.searchpanel {background: #decd2c;display: none;right: 0px;padding: 10px;position: absolute;top: 66px;}
.searchpanel::before {border-bottom: 10px solid #decd2c;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {  
}
.searchtoggle img{ cursor:pointer;}

header ul.more li a.cart-contents{
	position: relative;
}
header ul.more li span.cart-contents-count{
	position: absolute;
	color: #000000;
	font-size: 14px;
	background: #decd2c;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 100%;
	bottom: -10px;
	right: -10px;
	font-weight: 500;
}
header .logo{
	margin: 10px 0 0;
}

/*sec-banner*/

.sec-banner{

}
.sec-banner .main{
	position: relative;
}
.sec-banner .main .pic{
	
}
.sec-banner .main .pic img{
	
}
.sec-banner .main .desc{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.sec-banner .main .desc h1{
	color: #fff;
	font-size: 97px;
	font-weight: 500;
	font-family: 'Bebas Neue', cursive;
	text-transform: uppercase;
	margin: 0;
}
.sec-banner .main .desc p{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;	
}
.sec-banner .main .desc a{
	color: #333333;
    font-weight: 500;
    background: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 50px;
    display: inline-block;
    border-radius: 30px;
}
.sec-banner .slick-dots {
    position: absolute;
    z-index: 11;
    bottom: 60px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.sec-banner .slick-dots li {
    list-style: none;
    display: inline-block;
}
.sec-banner .slick-dots button {
    border: 2px solid #b6dbdc;
    background: transparent;
    width: 12px;
    height: 12px;
    font-size: 0;
    padding: 0px;
    border-radius: 0;
    margin-right: 10px;
    transform: rotate(
45deg
);
}
.sec-banner .slick-dots .slick-active button {
    background: #ffffff;
    border-color: #fff;
}



/*sec-news*/
.sec-news {
    padding: 60px 0;
}
.sec-news .left{

}
.sec-news .left img{
	display: inline-block;
}
.sec-news .left h3{
	color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 120px;
    vertical-align: middle;
    margin: 0;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 4px;
}
.sec-news .left h3:before{
	content: '';
    position: absolute;
    background: #000;
    height: 2px;
    width: 60px;
    left: 30px;
    top: 22px;
}
.sec-news .left h3 span{
	display: block;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}
.sec-news .right {
    position: relative;
}
.sec-news .right label {
    width: 100%;
}
.sec-news .right input{
	width: 100%;
    padding: 12px 30px;
    color: #8d8c8c;
    border: 2px solid #000;
    border-radius: 30px;
    font-size: 12px;
}
.sec-news .right input[type="submit"]{
	position: absolute;
    width: auto;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #000;
    top: 0;
    right: 0px;
    padding: 11px 40px;
}

.section-cat{

}
.section-cat .main{
	position: relative;
	overflow: hidden;
    margin-bottom: 30px;
}
.section-cat .main .pic{
	position: relative;
    height: 370px;
    width: 100%;
        	transition: all ease .5s;
}
.section-cat .main .pic:before{
content: '';
    position: absolute;
    background: linear-gradient(
0deg
, rgba(0,0,0,1) 0%, rgba(2,0,36,0) 100%);
    width: 100%;
    height: 150px;
    bottom: 0;
}
.section-cat .main .pic img{
	   width: 100%;
    height: 100%;
    object-fit: cover;

}
.section-cat .main:hover .pic {
	transform: scale(1.1);
	transition: all ease .5s;
}
.section-cat .main .cat-name{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.section-cat .main .cat-name h4{
	margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sec-prod {
    padding: 50px 0;
}
.sec-prod .top{
	margin-bottom: 60px;
}
.sec-prod .top h2{
	margin: 0;
	color: #333333;
	font-size:38px;
	font-weight: 700;
	 font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sec-prod .main{
	margin-bottom: 40px;
}
.sec-prod .main .pic{
	height: 260px;
    width: 100%;
}
.sec-prod .main .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-prod .main .desc{
    text-align: center;
    margin-top: 30px;
}
.sec-prod .main .desc h6, .related .main .desc h6{
	color: #bfbfbf;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.sec-prod .main .desc h4, .related .main .desc h4{
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 7px 0;
    font-weight: 400;
}
.sec-prod .main .desc .woocommerce{
	
}
.sec-prod .main .desc .woocommerce .star-rating, .related .main .desc .woocommerce .star-rating {
    float: none;
    margin: auto;
}
.sec-prod .main .desc  .woocommerce .star-rating span::before {
    color: #f6293d;
}
.sec-prod .main .desc h5, .related .main .desc h5{
    color: #666666;
    font-size: 19px;
    font-weight: 500;
    margin: 15px 0 0;
}
.sec-prod .more{
	margin-top: 20px
}
.sec-prod .more a{
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #000000;
    display: inline-block;
	padding: 16px 50px;
    text-transform: uppercase;
    border-radius: 30px;
}


/*bottom-social */

.bottom-social {
 padding-top: 40px;
}
.bottom-social .top{
	margin-bottom: 40px;
}
.bottom-social h2 {
	margin: 0;
	color: #333333;
	font-size:38px;
	font-weight: 700;
	 font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bottom-social p {
    font-size: 18px;
    color: #888888;
}

.bottom-social p a{
	color: #4d4c4c;
	text-decoration: underline;
}




.footer{

}

.footer-top {
    background: #171717;
    padding: 70px 0;
}

.footer-top p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b1b1b1;
    margin: 0;
}

.footer-top p+p {
    padding: 10px 0 0;
}
.footer a.footer-logo {
    display: table;
    margin: 0 0 25px;
}

.footer-top h4 {
    font-size: 30px;
    color: #FFF;
    margin: 0 0 30px;
        font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
}

.footer-top ul li a {
    font-size: 15px;
    color: #b1b1b1;
}

.footer-top ul li+li {
    margin: 5px 0 0;
}

.footer-top p strong {
    text-transform: uppercase;
    font-weight: 600;
}

.footer .emaillist input[type="email"] {
    width: 100%;
    background: #FFF;
    border: none;
    padding: 0 50px 0 15px;
    font-size: 16px;
    height: 50px;
}

.footer .emaillist .es-field-wrap {
    display: block;
    width: 100%;
}

.footer .emaillist .es-field-wrap label {
    display: block;
}

.footer .emaillist input[type="submit"] {
    width: 50px;
    height: 50px;
    background: #ef5c25;
    border: none;
    font-size: 20px;
    color: #FFFF;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 999;
}

.footer form {
    position: relative;
}


.footer input:focus{outline:none;}

.footer ul.social-links {
    margin: 30px 0 0;
}

.footer ul.social-links li {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #666666;
}

.footer ul.social-links li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #666666;
}

.footer ul.social-links li+li {
    margin-top: 0;
    margin-left: 5px;
}



.footer-bottom {}

.footer-bottom .container {
    padding: 20px 0;
    /*border-top: 1px solid #2f2f2f;*/
}

.footer-bottom {
    background: #ffffff;
}

.footer-bottom p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b1b1b1;
    margin: 0;
}

.footer-bottom img {
    float: right;
}

.footer-top ul {
    padding: 0;
    margin: 0;
}

.footer-top ul li {
    list-style: none;
}
headerinner {}

.inner-banner {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
}

.inner-banner h2 {
    display: block;
    color: #fff;
    font-size: 97px;
    font-weight: 500;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
    margin: 0;
}
h1.entry-title {
    display: none;
}
.about_us {
    padding: 80px 0;
}

.about_us .pic-1 {
    width: 100%;
    height: 470px;
}

.about_us .pic-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_us .desc p {
    font-size: 18px;
    color: #888888;
}

.about_us .row {
    display: flex;
    align-items: center;
}
.sec-cta {
    padding: 80px 0;
    text-align: center;
}

.sec-cta .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-width: 1px;
    border-color: #333333;
    border-style: solid;
    background-color: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sec-cta .icon i {
    font-size: 25px;
}

.sec-cta h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px auto;
}

.sec-cta .desc, .sec-cta .desc a {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    display: block;
}

.sec-cta .desc {
    max-width: 80%;
    margin: 0 auto;
}
.sec-cta .map {
    padding: 80px 0;
}
.sec-cta .form input, .sec-cta .form textarea, .sec-cta .form select {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
}

.sec-cta .form input::placeholder, .sec-cta .form textarea::placeholder {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
}

.sec-cta .form input.wpcf7-form-control.wpcf7-submit {
    background: #333333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px;
    width: auto;
    transition: .5s;
    border: 1px solid #333333;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: #333333;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #010101 !important;
}

/* Woooocommerce */
.woo-sidebar li {
    list-style: none;
}
nav.woocommerce-breadcrumb, header.woocommerce-products-header {
    display: none;
}
.woo-sidebar li a {
    font-size: 15px;
    line-height: 30px;
    color: #707070;
    text-decoration: none;
}

.woo-sidebar li ul.children a:hover {
    color: #0b0b7b;
}
.woo-sidebar li ul.children a {
    font-weight: 700 !important;
    transition: .5s;
}
select.orderby {
    border: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    color: #939393;
}
select.orderby option {
    font-size: 13px;
    margin-bottom: 10px;
}
.woo-sidebar h3.widget-title {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #decd2c;
    
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #d7d7d7 !important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 1px !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #d7d7d7 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: transparent !important;
    border: 3px solid #decd2c!important;
    top: -.5em !important;
}
.price_slider_wrapper {
    margin-top: 50px;
}
.woo-sidebar button.button {
    background: #decd2c !important;
    color: #fff !important;
    text-transform: uppercase !important;
}
.price_label {
    font-size: 15px !important;
    line-height: 30px !important;
    color: #decd2c !important;
    text-decoration: none !important;
}


div#primary span.price {
    display: none;
}

div#primary .product-box h3 {font-size: 20px;line-height: 30px;font-weight: 400;text-align: center;color: #222222;}
div#primary .product-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #decd2c;
    margin-left: 10px;
}
.yith-wcwl-add-button span {
    font-size: 0;
}
.yith-wcwl-add-button i {
    color: #fffee9;
    font-size: 20px;
    margin-top: 20px;
}
nav.woocommerce-pagination {
    text-align: right !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    height: 30px !important;
    width: 30px !important;
    text-align: center !important;
    border-radius: 50% !important;
    padding: 9px !important;
}
ul.page-numbers {
    border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fffee9!important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0 !important;
}

/* section.woo-custom {
    padding: 0 286px;
} */
div#primary .product-box span.feedback {
    display: none !important;
}
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a {
    font-size: 0 !important;
    display: block !important;
    margin: 20px auto 0px !important;
    color: #fffee9!important;
    position: relative !important;
    font-family: FontAwesome !important;
}
.woo-sidebar li .current-cat a {
    color: #decd2c;
}
.woo-sidebar li span.count {
    float: right;
}
.woo-sidebar li .current-cat ul.children a {
    color: #decd2c;
}
.woo-sidebar li.cat-parent {
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:before {
    content: "\f004" !important;
    position: absolute !important;
    left: 30% !important;
    margin: 0 auto !important;
    display: block !important;
    font-size: 22px !important;
    color: #fffee9!important;
    top: 10px !important;
}


.rightkey ul.products li > .product-box  > ul > li { }

.rightkey ul.products li > .product-box  ul > li .yith-wcwl-wishlistexistsbrowse a  { 
    font-size: 0;
    display: block ;
    margin: 20px auto 0px;
    color: #fffee9;
    position: relative;
    font-family: FontAwesome;
    
}
.rightkey ul.products li > .product-box  ul > li .yith-wcwl-wishlistexistsbrowse a:before  { 
    content: "\f004";
    position: absolute;
    left: 30%;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    color: #fffee9;
    top: 10px;
    
}
.breadcrumbs {
    background: transparent;
    margin: 20px 29%;
}
.woo-sidebar ul {
    padding: 0;
}
.woocommerce-page ul.products.columns-3 li.product h6.ads {font-size: 22px;line-height: 30px;font-weight: 700;color: #222222;text-align: center;}
div#primary .product-box ul .cart-btn a {
    margin: 0 auto;
    display: block;
    width: 95%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    border-radius: 0;
    transition: .5s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22%;
    transform: scale(0);
    background: #fff;
}

div#primary .product-box {
    position: relative;
    width: 100%;
}

div#primary .product-box:hover ul .cart-btn a {transform: scale(1);}
.inner-banner h2 {
    text-align: left;
    font-size: 45px;
    line-height: 57px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
}
.single-product .site-main {max-width: 1170px;margin: 0 auto;}
.color-variable-item, .color-variable-item span {
    border-radius: 50% !important;
}
.color-variable-item, .color-variable-item span {
    border-radius: 50% !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #decd2c !important;
    color: #363636 !important;
    padding: 15px 40px;
    border-radius: 3px !important;
    transition: .5s !important;
}
.woocommerce .quantity .qty {
    padding: 10px 0!important ;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #decd2c !important;
    background-color: #decd2c !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #363636 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ffffff !important;
    z-index: 2;
    border-bottom-color: #decd2c !important;
    color: #decd2c !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #decd2c !important;
}
.single-product .inner-banner h2 {
    font-size: 0 !important;
}
.product-box .pic {
    width: 100%;
    height: 350px;
}

.product-box .pic img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.product-box .out, .product-box  .title {
    font-size: 17.98px;
    line-height: 29.97px;
    color: #707070;
    
    text-align: center;
    display: block;
    min-height: 20px;
}
.product-box  .price {
    font-size: 17.98px !important;
    line-height: 29.97px !important;
    color: #969696 !important;
    font-family: 'Playfair Display' !important;
    text-align: center !important;
    margin-top: 0 !important;
}
span.posted_in a {
    color: #707070 !important;
}
.woocommerce-message {
    border-top-color: #decd2c !important;
}
.woocommerce-message::before{
    color:  #decd2c !important;
}
span.posted_in a {
    color: #707070 !important;
}

.woocommerce a.button.wc-forward {
    background: #decd2c;
    color: #252525;
}
td.product-name a {
    color: #decd2c !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff !important;
    background-color: #decd2c !important;
}
.woocommerce-checkout input {
    padding: 10px 10px;
}
.woocommerce-info {
    border-top-color: #decd2c !important;
}
.woocommerce-info a{
    color:  #decd2c !important;
}
.single-product .widget-area {
    display: none;
}
.related.products h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #363636;
    text-transform: uppercase;
    margin: 30px auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #decd2c !important;
    font-size: 1.25em;
}
.woocommerce-info::before {
    color: #decd2c !important;
}
.woocommerce-MyAccount-content {
    padding: 10px;
    }
    
    nav.woocommerce-MyAccount-navigation li {
    line-height: 25px;
    border-bottom: 1px solid #000;
    margin-right: 10% !important;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 10px;
    display: block;
    }
    nav.woocommerce-MyAccount-navigation li a {
    color: #000029;
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce a.button.alt { background: #decd2c !important; border: 1px solid #decd2c !important; color: #fff; }
    
    .woocommerce-message { border-top-color: #decd2c !important; }
    .woocommerce-message::before { color: #decd2c !important; }
    
    .woocommerce input.button, .woocommerce button.button {border: 1px solid #decd2c !important;color: #fff !important;background: #decd2c !important;transition: .5s !important;}
    .woocommerce input.button:hover, .woocommerce button.button:hover, .woocommerce-page .woocommerce-message .button:hover, .woocommerce a.button.alt:hover {
        background: transparent !important;
        color: #decd2c !important;
        border-color: #decd2c !important;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        padding: 15px 20px !important;
    }
    .woocommerce #foot-form {
        display: none;
    }
    
    .inner-banner h2 {
        display: block;
        text-align: center;
        font-size: 42px;
        line-height: 72px;
        font-weight: 700;
        margin-top: 110px;
    }
    .woocommerce-page ul.products.columns-3 li.product .cart-btn {
        position: absolute;
        top: 0;
        text-align: center;
        left: 0;
        right: 0;
        width: 100%;
        background: rgb(0 0 0 / 42%);
        height: 80%;
        opacity: 0;
        transition: .5s;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .woocommerce-page ul.products.columns-3 li.product:hover .cart-btn {
        opacity: 1;
    }

    .woocommerce-page ul.products.columns-3 li.product .cart-btn a {
        font-size: 19.2px;
        color: #ffffff !important;
        background: #decd2c;
        padding: 13px 30px;
        transition: .5s;
        border-radius: 40px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #decd2c;
    }

    .woocommerce-page ul.products.columns-3 li.product .cart-btn a:hover {
        background: transparent !important;
    }
    .single-product .inner-banner {
    background: url(images/default.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    }

    .single-product .site-main {
    }
    .woocommerce p.stars a {
        font-size: 20px !important;
        color: #decd2c !important;
    }
    .woocommerce-checkout #foot-form {
        display: none;
    }
    ul.xoxo {
        display: none !important;
    }
    .single-product  .single-product {
    }
    
    .single-product .product {
        margin: 40px auto 0;
    }
    
    .related {
    text-align: center;
}
    
    .related .product-box {
        min-height: 300px;
    }
    
    .related .product-box .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        display: none;
    }
    
    .related  h6.ads {
        text-align: center;
        font-size: 16px;
        color: #363636;
        font-weight: 600;
    }
    
    .related  h3 {
        font-size: 17px !important;
    }
    .woo-custom {
        padding: 80px 0px;
    }    
/*     .woo-custom .main .pic {
    width: 100%;
    height: 453px;
} */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 48%;
}
span.woocommerce-input-wrapper {
    display: block !important;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}
/* ====================================
==================================== */


@media (min-width: 950px) and (max-width: 1150px) {
.sec-banner .main .desc h1 {
    font-size: 60px;
}
.sec-banner .main .desc a {
    padding: 13px 40px;
}
.sec-news .left h3 {
    padding-left: 60px;
}
.sec-news .left h3:before {
    width: 20px;
    left: 20px;
}
.section-cat .main .pic {
    height: 300px;
}
.sec-prod .main .desc h4, .related .main .desc h4 {
    font-size: 16px;
}
.sec-prod .main .desc h6, .related .main .desc h6 {
    font-size: 13px;
}
.about_us .desc p {
    font-size: 14px;
    color: #888888;
}
.logo img {
    max-width: 120px;
}
.footer .emaillist input[type="email"] {
    font-size: 12px;
}
}
/* / / Ipad - 768px and Landspace Mode : 820px / / */
@media screen and (min-width: 100px) and (max-width: 949px) {
.menu-header {
    display: none !important;
}

header .logo {
    max-width: 100%;
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
}

header {
    position: absolute;
    width: 100%;
}

header .logo img {
    width: 11%;
}
}
@media screen and (min-width: 100px) and (max-width: 949px) {
a#hamburg {
    background: #decd2c;
    z-index: 999999;
}

.nav1 {
    background: #decd2c;
}

.nav1 img {
    width: 50%;
    margin: auto;
    display: block;
}

.nav1 input#s {
    background: #fff;
}

.nav1 #searchsubmit {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-position: center;
}

.nav1 .accordion-nav {
    width: 100%;
}

.nav1 ul li a {
    color: #fff;
    font-weight: 500;
}

.nav1 ul li {
    border-color: #fff;
}
.menu-header #menu-button, header ul.more    {
    display: none;
}


header {
    position: relative;
    padding: 14px 0;
}

.sec-banner .main .desc h1 {
    font-size: 25px;
    line-height: 35px;
}

.sec-banner .main .desc p {
    font-size: 13px;
    line-height: 23px;
}

.sec-banner .main .pic {
    height: 400px;
}

.sec-banner .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-banner .main .desc a {
    font-size: 13px;
    line-height: 23px;
    padding: 10px 40px;
}
.nav1 ul.more {width: 100%;float: none;overflow: hidden;display: block;text-align: left;}

.nav1 ul.more li a img {
    width: auto;
    margin: 0;
}

.nav1 ul.more li {
    border: 0;
    position: relative;
}

.nav1 ul.more span.cart-contents-count {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fff;
    color: #decd2c;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    line-height: 23px;
}
.sec-news .left h3 {
    padding: 0;
    text-align: center;
}

.sec-news .left img {
    margin: 10px auto;
    display: block;
}

.sec-news .left h3:before {
    width: 0;
    height: 0;
}

.sec-news .left h3 span {
    font-size: 13px;
    line-height: 23px;
    margin: 10px auto;
}

.sec-news .right input[type="submit"] {
    position: relative;
    width: 100%;
}

.bottom-social h2 {
    font-size: 23px;
    line-height: 33px;
}

.bottom-social p {
    font-size: 13px;
    line-height: 23px;
}

.footer-top img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.footer-top h4 {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}

.footer-top ul li a {
    font-size: 13px;
    line-height: 23px;
}

footer nav {
    margin-bottom: 30px;
}

.footer ul.social-links {
    text-align: center !important;
    float: none;
    width: 100%;
    overflow: hidden;
}

.footer ul.social-links li {
    float: none;
    display: inline-flex;
}

.footer-bottom p {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}
.bottom-social {
    margin-bottom: 30px;
}
.inner-banner h2 {
    margin: 0;
}

.about_us .desc p {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}

.about_us {
    padding: 30px 0;
}

.about_us .row {
    flex-direction: column-reverse;
}

.about_us .pic-1 {
    height: auto;
    margin: 30px auto;
}
.sec-prod .main .pic {
    height: auto;
}

.sec-prod .main .desc h4, .related .main .desc h4 {
    font-size: 13px;
    line-height: 23px;
}

.sec-prod .main .desc h5, .related .main .desc h5 {
    font-size: 13px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 100% !important;
}
.sec-cta .form input.wpcf7-form-control.wpcf7-submit:hover {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
}
main {
    padding: 0 !important;
}
.inner-banner {
    background: url(images/default.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
header .logo img {
    width: auto !important;
}
.single-product .product {
    padding: 0 25px;
}
}