/* custom css */
body {
    margin: 0;
    padding: 0;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
::placeholder {
    color: #fff;
}
.widget-area .widget_search input::placeholder {
    color: #222;
}
img {
    width: 100%;
}
em {
    margin: 20px 0 0;
    display: block;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
}
.container {
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none !important;
	color: #222;
	outline: none !important;
}
img {
	object-position: 0 0;
}
.clearfix:after {
	content: "";
    clear: both;
    display: block;
}

.home article,
.archive article,
.blog article,
.search article {
	background: #fff;
	padding: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.home article:hover ,
.blog article:hover ,
.archive article:hover,
.search article:hover {
	padding: 20px;
	-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.home article:hover {
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
}
.single-post article,
.page article,
.blog article {
	background: #fff;
	padding: 20px;
	-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.single-post article.comment-body,
.page article.comment-body {
	background: none;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
    margin: 20px 0;
}
.yellow {
	color: #ff9c00;
}
/* sticky menu */
.main-navigation {
	width: 100%;
	transition: .5s;
}
.nav-sticky {
    position: fixed !important;
    top: 0;
	height: fit-content;
    line-height: 15px;
    z-index: 999;
    transition: .5s;
}
.main-navigation {
	background: #222;
	position: relative;
	bottom: 0;
	left: 0;
}
.buzz-ecommerce01 .main-navigation {
    margin-top: 45px;
}
.admin-bar .nav-sticky {
	top: 32px;
}
/* layout_style */
.uni_list-layout {
    width: 100%;
}
.uni_masonry-layout article {
    width: 46%;
    display: inline-grid;
}
.uni_masonry-layout article:nth-child(odd) {
    margin-right: 30px;
}
.uni_masonry-layout article:nth-child(even){
	margin-right: 0;
}
/* fancy-layout */
.uni_fancy-layout article {
    width: 100%;
}

.unique_row {
	margin-right: -15px;
	margin-left: -15px;
}
.unique_col {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

header#masthead {
	background-size: cover !important;
	background: #222;
	margin: 0;
	position: relative;
	min-height: 300px;
}
.site-branding h1.site-title {
	margin: 2rem 0 .5rem;
}
.site-branding h1.site-title a,
.site-branding p.site-title a {
	font-family: 'Merienda', cursive;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 60px;
	outline: none;
	text-decoration: none;
}
.site-branding p.site-description {
	text-align: center;
	color: #fff;
}
.site-main article {
	margin-top: 33px;
	position: relative;
}
.posted-on a {
	border-radius: 10px 0;
	background: #fff;
    font-weight: 500;
}
.entry-meta span.author.vcard a,
span.cat-links a,
span.comments-link a {
	text-transform: capitalize;
	color: #222;
	margin: 0 5px;
	font-weight: 600;
}
span.cat-links a {
	color: #ff3030;
}
span.comments-link {
	margin-left: 10px;
}
span.edit-link {
	display: none;
}
.comments-link a {
	position: relative;
}
.author a {
	position: relative;
}

span.byline {
	text-transform: capitalize;
	float: right;
}
h2.entry-title a:hover {
	color: #ff3030;
	transition: .5s;
}
article a.post-thumbnail img {
	border-radius: 10px;
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.post-thumbnail img {
	border-radius: 10px;
}
.form-submit input#submit {
    background: #222;
    padding: 15px 30px !important;
    color: #fff;
    font-size: 14px;
}
.comment-form-comment textarea {
	padding: 15px;
}
.main-navigation ul {
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.main-navigation li {
	position: relative;
	height: 80px;
	margin: 0 5px;
	line-height: 80px;
	display: inline-block;
}
.main-navigation li.current-menu-item a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 0;
	height: 3px;
	background: #ff9c00;
	transition: width .3s;
}
.main-navigation li.current-menu-item a::after {
	width: 100%;
	transition: width .3s;
}
.main-navigation li a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
}
.main-navigation li a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 0;
	height: 3px;
	background: #ff9c00;
	transition: width .3s;
}
.main-navigation li a:hover::after {
	width: 100%;
	transition: width .3s;
}
.main-navigation ul li ul.sub-menu a::after {
	display: none;
}
.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 10%;
    border-radius: 0;
    display: none;
    margin-left: 0;
    z-index: 9999;
    width: 200px;
    background: #222;
}
.main-navigation ul li ul.sub-menu li {
	margin: 0;
}
.main-navigation ul li ul.sub-menu li ul.sub-menu,
.main-navigation ul li ul.sub-menu li ul.sub-menu li ul.sub-menu,
.main-navigation ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu,
.main-navigation ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	border-top: 2px #ff9c00 solid;
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
}
.main-navigation ul li ul.sub-menu li:hover ul.sub-menu,
.main-navigation ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu,
.main-navigation ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

.main-navigation ul li:hover ul.sub-menu {
	display: block;
}
.main-navigation ul li ul.sub-menu li {
	border-bottom: 1px solid #252525;
	display: block;
	height: auto;
	line-height: normal;
}
.main-navigation li ul li:last-child {
	border-bottom: none;
}
.main-navigation li ul li a {
	padding: 12px 15px;
    display: block;
    font-size: 14px;
    text-align: left;
}
.main-navigation li ul li a:hover {
	transition: .5s;
	background: #333;
}
.main-navigation .woocommerce-mini-cart li a::after,
.main-navigation li .header-cart a::after {
    display: none;
}
.main-navigation .mini-cart li {
    margin: 0;
}
.main-navigation .mini-cart li:hover {
	background: none;
}
.main-navigation .mini-cart li a {
	padding: 0;
}
.main-navigation .mini-cart li:hover {
    background: none;
}
.uni_fancy-layout article:nth-child(n+2) {
	width: 100%;
	margin: 0;
}
.comment-list {
	margin: 0;
}
.comment-list article {
	padding: 20px;
}
.comment-list li:nth-child(odd) {
	background: #f6f6f6;
}
.comment-list li:nth-child(even) {
	background: #fff;
}
.comment-author img {
	border-radius: 100%;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comment-content p {
	margin-bottom: 0.5rem;
}
.reply a {
	color: #4692fc;
}
.right-sidebar div#primary {
	width: 67%;
	float: left;
	margin-right: 30px;
}
.right-sidebar aside#secondary {
	width: 30%;
	float: left;
	position: sticky;
	top: 99px;
}
.left-sidebar div#primary {
    float: right;
    margin-right: 0;
    width: 67%;
    margin-top: 32px;
}
.left-sidebar aside#secondary {
    width: 30%;
    float: left;
    position: sticky;
    top: 99px;
}
.no-sidebar {
	display: none;
}
.widget-area .widget {
	width: 100%;
	padding: 15px;
	display: inline-block;
	border: 1px #ccc solid;
	margin: 30px 0;
}
.widget-area .widget .calendar_wrap,
.widget-area .widget .widget_media_image img {
   padding-top: 20px;
}

.widget-area .widget_search input.search-submit {
	float: right;
    background: #ff9c00;
    padding: 15px 20px 14px 20px !important;
    color: #fff;
    font-size: 14px;
    width: 27%;
    border-radius: 0;
    border: none;
}
.widget-area .widget_search input.search-field {
	float: left;
    padding: 10px;
    border-radius: 0;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-right: none;
    width: 100%;
    outline: none;
}
.widget-area .widget ul {
	margin: 15px 0 10px;
	padding-left: 15px;
}
.widget-area .widget li {
	list-style: none;
	transition: .5s;
	line-height: 25px;
}
.widget-area .widget li a {
	list-style-type: none;
    text-decoration: none;
    font-size: 14px;
    color: #222;
	transition: .5s;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.widget-area .widget li a:before {
	content: "\f054";
	font-family: FontAwesome;
    left: 0;
    top: 0;
    margin-right: 10px;
}
.widget-area .widget li:hover a {
	margin-left: 10px;
	transition: .5s;
}
.widget-area .widget h2.widget-title {
	font-weight: 500;
	font-size: 20px;
	background: #ff9c00;
	text-align: center;
	padding: 10px;
	margin-top: -40px !important;
	color: #fff;
}
.site-main h2.entry-title {
	padding: 0;
	text-transform: capitalize;
	font-size: 20px;
}
.site-main .entry-meta {
	padding: 10px 0 20px;
}
.site-main .entry-meta span.posted-on {
	font-size: 14px;
}
.post-thumbnail a.post-thumbnail img {
	height: 400px;
	object-fit: cover;
}
span.author.vcard img {
	border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.tagcloud {
	margin: 10px 0 0;
}
.tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	border: 1px #222 solid;
	padding: 5px 7px;
	margin: 5px;
	border-radius: 5px;
}
.tagcloud a:hover {
	background: #222;
	color: #fff;
	transition: .5s;
}

/* footer */
.site-footer {
	padding: 20px 0;
	background: #222;
	margin: 0;
}
.site-info {
	text-align: center;
	color: #fff;
}
.site-info a,
.site-info a:visited {
	color: #fff;
}
.site-info a:hover {
	color: #999;
}
footer.buzz-ecommerce02 span.post-date,
footer.buzz-ecommerce02 span.woocommerce-Price-amount.amount {
    color: #fff;
}
footer.buzz-footer02 .footer-copy-right,
footer.buzz-footer02 span.post-date,
footer.buzz-footer02 span.woocommerce-Price-amount.amount {
    color: #222;
}
footer.buzz-footer02 ul.product_list_widget del {
	color: red;
}
/* social-share */
.social-share {
	margin-bottom: 15px;
} 
.social-share ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
.social-share li {
	list-style: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.social-share li a {
	padding-left: 20px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.social-share li a i {
	padding-right: 10px;
}
/* unique_slider */
.unique_slider {
	overflow: hidden;
	margin: 0 0 40px;
}
.article-img {
	position: relative;
}
.article-img:before {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.buzz-ecommerce-content {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.article-img img {
	width: 100% !important;
    height: 450px;
    object-fit: cover;
}
.buzz-ecommerce-content ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.buzz-ecommerce-content ul li {
	display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    color: #fff;
}
.buzz-ecommerce-content h2.article-title {
    text-align: center;
    padding: 10px 0;
}
.buzz-ecommerce-content ul li i {
    color: #fff;
    margin-right: 5px;
}
.buzz-ecommerce-content ul li a,
.buzz-ecommerce-content h2.article-title a,
h2.article-title {
	color: #fff;
}
.buzz-ecommerce-content ul li a {
	background: #ff3030;
	padding: 5px 10px;
	border-radius: 5px;
}
/* section.breadcrumb */
section.breadcrumb {
	padding: 0;
	margin: 0;
	color: #fff;
	background: #333;
	border-radius: 0;
}
.breadcrumb-section {
    text-transform: capitalize;
}
.breadcrumb_wrap {
	margin: 0 20px;
	padding: 30px 0;
}
section.breadcrumb i.fa.fa-home {
	margin-right: 10px;
	font-size: 20px;
	color: #ff9c00;
}
section.breadcrumb a {
	display: inline-block;
	font-weight: 600;
	color: #ff9c00;
	margin: 0 5px;
	text-transform: uppercase;
}
section.breadcrumb span.separator {
	margin: 0 8px;
}
.widget_media_image img {
	width: 100%;
	margin-top: 20px;
}
.widget_calendar {
	background: #fff;
	padding: 15px 15px 0;
}
.widget_calendar h5.widget-title {
	color: #222;
}
.calendar_wrap caption {
	font-size: 14px;
	text-transform: uppercase;
}
.widget_calendar td {
	background: #f6f6f6;
	text-align: center;
}
.widget_calendar td#prev {
	text-align: left;
    padding: 10px 0 0;
}
.widget_calendar td#today {
	background: #ff9c00;
	color:#fff;
}
footer .quantity {
	display: inline-block;
    margin-left: 0;
    color: #fff;
}

/* owl-carousel */
.owl-nav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    margin: 0 auto;
}
.owl-nav .owl-prev {
	background: #ff9c00;
	border-radius: 0;
	height: 60px;
	line-height: 70px;
	width: 60px;
	text-align: center;
	position: absolute;
	left: -50px;
	opacity: 0;
	border-radius: 100%;
	transition: .5s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
	font-size: 30px;
	color: #fff;
}
.owl-nav .owl-next {
	background: #ff9c00;
	border-radius: 0;
	height: 60px;
	line-height: 70px;
	width: 60px;
	text-align: center;
	position: absolute;
	right: -50px;
	opacity: 0;
	border-radius: 100%;
	transition: .5s;
}
.unique_slider:hover .owl-prev {
	left: -30px;
	opacity: 1;
	transition: .5s;
}
.unique_slider:hover .owl-next {
	right: -30px;
	opacity: 1;
	transition: .5s;
}
.owl-nav .owl-prev i {
	margin-left: 12px;
}
.owl-nav .owl-next i {
	margin-right: 10px;
}

body.single .post-next {
    width: 48%;
    float: right;
}
body.single .post-previous {
    width: 48%;
    float: left;
}
.single-post-nav {
    width: 100%;
    margin-top: 60px;
    border-top: 3px solid #45A3D6;
    background: #fff;
}
 
.single-post-nav a {
    text-decoration: none;
}
 
.single-post-nav > div {
    width: 50%;
    float: left;
    padding: 30px 50px;
    text-align: right;
}
 
.single-post-nav > div:first-child {
    border-right: 3px solid #45A3D6;
    text-align: left;
}
 
.single-post-nav > div h4 {
    margin: 0;
}
 
.single-post-nav > div:nth-of-type(1) img {
    float: left;
    margin-right: 16px;
}
 
.single-post-nav > div:nth-of-type(2) img {
    float: right;
    margin-left: 16px;
}

/* pagination */
.pagination.wraper-pagination {
	padding: 15px 0 0;
	clear: both;
	text-align: center;
}
.nav-links a.prev.page-numbers,
.nav-links a.page-numbers,
.nav-links a.page-numbers,
.nav-links span.page-numbers.current,
.nav-links span.page-numbers.dots {
	background: #222;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 15px;
	transition: .5s;
}
.nav-links span.page-numbers.current {
	background: red;
}
.nav-links a.page-numbers:hover {
	background: red;
	transition: .5s;
}

/* backtotop */
.backtotop {
  position: fixed; 
  font-size: 22px; 
  bottom: 12px; 
  right: 15px; 
  display: none; 
  background: #ff3030; 
  width: 40px; 
  height: 40px; 
  line-height: 30px;
  text-align: center; 
  cursor: pointer; 
  border-radius: 0;
  padding: 5px 0; 
  color: #fff;
  z-index: 9999;
}
.post-previous,
.post-next {
	margin-bottom: 30px;
}
.post-previous img {
	width: 100%;
}
.post-previous a.previous {
    float: left;
	background: #ff3030;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px 0 0 30px;
}
.post-next a.previous {
    float: right;
	background: #ff3030;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0 30px 30px 0;
}

.site-branding {
    text-align: center;
    margin: 50px 0 0;
}
.uni_list-layout .enique_blog_grid  {
	position: inherit !important;
	height: auto !important;
}

/* category-list */
.sidebar-content .title {
	background: #ff9c00;
	padding: 15px 0 5px;
	border-radius: 10px 10px 0 0;
}
.sidebar-content .title h5 {
	text-transform: uppercase;
	padding: 0 0 0 45px;
	position: relative;
	color: #fff;
}
.sidebar-content .title h5:before {
	font-family: FontAwesome;
	content: '\f0c9';
	position: absolute;
	margin-left: -25px;
	color: #fff;
}
.sidebar-content ul.sidebar-menu {
	background: #1b1d1f;
	margin: 0;
	border-radius: 0 0 10px 10px;
	overflow: overlay;
	height: 387px;
}
.sidebar-content ul.sidebar-menu li {
	border-bottom: 1px #2b2b2b solid;
	padding: 12px 0;
	position: relative;
}
.sidebar-content ul.sidebar-menu li:last-child {
	border-bottom: none;
}

.sidebar-content ul.sidebar-menu li a {
	text-transform: capitalize;
	display: block;
	font-size: 15px;
	color: #fff;
	padding-left: 20px;
}
.sidebar-content ul.sidebar-menu li a i {
    margin-right: 10px;
}

.sidebar-content ul.sidebar-menu li a:first-child:nth-last-child(2):after {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	right: 40px;
}
.sidebar-content ul.sidebar-menu li ul.sub-category li ul.sub-category,
.sidebar-content ul.sidebar-menu li ul.sub-category li ul.sub-category li ul.sub-category {
    display: none;
}
.sidebar-content ul.sidebar-menu li ul.sub-category li:hover ul.sub-category,
.sidebar-content ul.sidebar-menu li ul.sub-category li ul.sub-category li:hover ul.sub-category {
	display: block;
}

/* sidebar-slider */
.sidebar-slider .item-img {
	position: relative;
	width: 100%;
	object-fit: cover;
	margin: 0;
}
.sidebar-slider .item-img img {
	border-radius: 10px;
	width: 100%;
	height: 446px;
	object-fit: cover;
}
.sidebar-slider .item-text {
	position: absolute;
	top: 40%;
	left: 10%;
}
.sidebar-slider .item-text h2 {
	font-size: 30px;
	width: 70%;
	color: #fff;
}
.sidebar-slider .item-text a.shop {
    text-transform: capitalize;
    border: 1px #ff9c00 solid;
    color: #fff;
    margin: 10px 0;
    display: inline-block;
    padding: 10px 30px 10px;
    border-radius: 5px;
}
.sidebar-slider .item-text a.shop:hover {
	background: #ff9c00;
	color: #fff;
	transition: .5s;
}

/* owl-carousel */
.sidebar-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
}
.sidebar-slider .owl-buttons {
    margin: 0 auto;
}
.sidebar-slider .owl-buttons .owl-prev {
	background: #ff3030;
	border-radius: 0;
	padding: 15px;
	position: absolute;
	left: 0;
	opacity: .8;
}
.sidebar-slider .owl-buttons .owl-next {
	background: #ff3030;
	border-radius: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	opacity: .8;
}
.sidebar-slider .owl-buttons .owl-prev:hover,
.sidebar-slider .owl-buttons .owl-next:hover {
    background: #000;
    opacity: .9;
}
/* support */
#frontpage_service_box_section {
    padding:60px 0 50px;
    background: #fff;
}
.support {
	margin: 30px 0 0 0;
}
.feature-box,
.blog-list {   
    background: #fff;
    text-align: center;
    padding: 0 20px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
    box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.24);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    position: relative;
}
.feature-box:hover,
.blog-list:hover { 
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,0.3), 0 10px 10px rgba(0,0,0,0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.service-icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: relative;
	overflow: hidden;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	color: #fff;
	font-size: 36px;
	margin: 0 auto 0;
	border-radius: 100%;
	top: -50px;
	-moz-box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.75);
	background: -webkit-gradient(linear, right top, left bottom, from(#f69259), to(#f16975));
	background: linear-gradient(to bottom left, #f69259, #f16975);
	background-size: cover;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.service-icon:hover {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.service-icon i {
	font-size: 40px;
}
.service-text {
	margin-top: -30px;
	display: block;
}
.support .feature-box:hover .ser-title,
.support .service-box:hover .ser-subtitle {
	color: #ff9c00;
	transition: .5s;
	cursor: pointer;
}
.feature-box img {
	float: left;
}
.feature-icon {
	margin: 0;
}
.feature-detail {
	padding-left: 80px;
	padding-right: 40px;
}
.support .service-box .ser-title {
	font-size: 18px;
	font-weight: 600;
	color: #1b2839;
	text-transform: uppercase;
	transition: .5s;
}
.support .service-box .ser-subtitle {
	font-weight: 600;
	font-size: 14px;
	transition: .5s;
}
.catagory-img img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	height: 450px;
}
.catagory-img.category-small-img img {
	height: 205px;
}
.catagory-img figcaption a {
	color: #fff !important;
	border: 1px #ff9c00 solid !important;
	border-radius: 5px !important;
	transition: .5s;
}
.catagory-img figcaption a:hover {
	background: #ff9c00;
	transition: .5s;
}

.catagory-img {
	background: #f6f6f6;
	margin: 27px 0 0 0;
	position: relative;
}
figure {
	position: relative;
	overflow: hidden;
}
figure figcaption {
	background: rgba(0, 0, 0, 0.5);
	padding: 15px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
figure figcaption a {
	border: 1px #fff solid;
	border-radius: 0 !important;
	color: #fff;
}
figure img {
	width: 100%;
	transform: scale(1);
	transition: transform .5s;
}
figure:hover img {
	transition: transform .5s;
	transform: scale(1.1);
	border-radius: 10px;
}
figcaption h3 {
	text-transform: capitalize;
	text-align: center;
	color: #fff;
}
.btn, 
a.added_to_cart.wc-forward {
	padding: 12px 30px 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
a.btn.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: #222;
	color: #fff;	
	height: 40px;
	line-height: 40px;
	width: 40px;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
	content: "\f07a";
	font-family: FontAwesome;
	display: block;
	padding-right: 0;
}
.buzz-ecommerce02 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
	padding-right: 8px;
}
.buzz-ecommerce02 a.yith-wcqv-button,
.buzz-ecommerce02 a.compare,
.buzz-ecommerce02 a.added_to_cart.wc-forward,
.buzz-ecommerce02 a.compare.added,
.buzz-ecommerce02 a.button.product_type_external,
.buzz-ecommerce02 .product_type_variable {
	background: #222;
	color: #fff;	
	height: 45px;
	line-height: 45px;
	padding: 0;
	overflow: hidden;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
}
a.compare.added:before,
a.added_to_cart.wc-forward:before {
	content: "\f00c";
	font-family: FontAwesome;
	text-align: center;
	display: block;
}
a.added_to_cart.wc-forward {
    margin-top: 5px;
}
.buzz-ecommerce02 .buzz-ecommerce-category a.added_to_cart.wc-forward {
    background: none;
    width: 100%;    
    display: -webkit-box;
}
.be-action{
	float: right;
	width: fit-content;
}
a.button.product_type_external:before,
.product_type_variable:before {
	content: "\f0b0";
	font-family: FontAwesome;
	display: block;
	color: #fff;
	text-align: center;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.added_to_cart.wc-forward:hover  {
	background: #ff9c00;
}
.buzz-ecommerce-category a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: none;
}
.reveal .ribbon {
	position: absolute;
	top: 20px;
	left: 0;
}
.products .reveal .ribbon {
	top: 0;
}
.reveal .ribbon span,
span.onsale {
	background: #ff9c00;
	color: #fff;
	padding: 5px;
	position: absolute;
	width: 60px;
	top: 0;
	left: 0;
	z-index:99;
	text-align: center;
}
span.onsale {
	top: 25px;
}

.reveal .ribbon span:before,
span.onsale:before {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	border-top: 15px #ff9c00 solid;
	border-bottom: 15px transparent solid;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
}
.reveal .ribbon span:after,
span.onsale:after {
	content: '';
	position: absolute;
	right: -15px;
	bottom: 0;
	border-top: 15px transparent solid;
	border-bottom: 15px #ff9c00 solid;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
}

/* product */
/*.product {*/
/*    padding: 50px 0 20px;*/
/*}*/
/*#products_tab_section .product {*/
/*    padding: 0 0 50px;*/
/*}*/
#single_category_products_section {
    padding: 50px 0;
    list-style: none;
}
#single_category_products_section .product {
    list-style: none;
}
#products_tab_section {
	background-color: #f6f6f6 !important;
	min-height: 600px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product .product-tab li,
.products li {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    -ms-flex-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
}
.product .product-tab li:hover,
.products li:hover {    
    box-shadow: none;
}
.product .product-tab li.product {
	background: #fff;
	padding: 0;
	margin: 30px 0 0;
	min-height: auto;
	list-style: none;
}
.products li .woocommerce-product-details__short-description ul li {
    box-shadow: none;
	border: none;
	padding: 0;    
}
.product-tab-list h6 {
	padding: 10px 0 0 0;
	float: left;
}
.product-tab-list ul.tabs {
	margin: 40px 0 0 0;
	text-align: center;
}
.product-tab-list ul.tabs li {
	text-transform: uppercase;
	padding: 10px 30px; 
	display: inline-block;
	position: relative;
}
section#products_category_section {
	background: #fff;
    padding: 23px 0 27px;
    margin: 0 1px;
}
.addcart a {
    background: #222;
    padding: 12px 0;
    color: #fff;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.addcart a:hover {
	background: #222;
	color: #fff;
}
.product .product_img {
	position: relative;
	text-align: center;
}
.product_img a span.offer,
.product .product_img span.offer,
.product_img span.offer.green{
	position: absolute;
	left: 5%;
	top: 5%;
	height: 50px;
	line-height: 30px;
	padding-top: 10px;
	text-transform: capitalize;
	width: 50px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.yellow {
	background: #ff9c00;
}
.red {
	background: red;
}
.green {
	background: green;
}

/* hover img */
.reveal .hidden { 
	display: block !important; 
	visibility: visible !important;
}
.product:hover .reveal img { 
	opacity: 1;
}
.reveal { 
	text-align: center;
	position: relative; 
}
.reveal .hidden { 
	position: absolute; 
	z-index: -1;
	top: 0; 
	overflow: hidden;
	width: 100%; 
	height: 100%;  
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.9s ease-in-out;
	-moz-transition: opacity 0.9s ease-in-out;
	-o-transition: opacity 0.9s ease-in-out;
	transition: opacity 0.9s ease-in-out; 
}
.reveal:hover .hidden { 
	background: #fff;
	z-index: 99;
	opacity: 1;  
}
.reveal .cart-icon {
	position: absolute;
	top: 0;  
	display: table;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.reveal .cart-icon a {
	display: block;
	text-align: right;	
	transition: 0.70s;
}
.reveal .cart-icon a i {
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}
.reveal .cart-icon a i:hover {
	background: #ff9c00;
}

.reveal .cart-icon a i {
	background: #222;
	margin: 5px;
	color: #fff;
	padding: 13px;
	height: 40px;
	width: 40px;
	border-radius: 5px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 100%;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.reveal .addcart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: .5s;
	margin-bottom: -56px;
}
.addcart a {
	text-align: center !important;
}
.reveal:hover .addcart {
	margin-bottom: 0;
	transition: .5s;
}
.cart-icons-wrapper {
	transition: .5s;
	margin-top: 30px;
	margin-right: -45px;
}
.reveal:hover .cart-icons-wrapper {
	margin-right: 0;
	transition: .5s;
}

/* owl-carousel */
.owl-carousel {
	position: relative;
	overflow: hidden;
}
.owl-controls {
	position: absolute;
    right: 88px;
    top: -54px;
}
.products-tab-wraper .owl-controls,
.selling-product .owl-controls {
    top: -46px;
}
.owl-buttons {
    margin: 0 auto;
    padding: 0;
}
.owl-buttons .owl-prev {
	background: #ff3030;
	border-radius: 0;
	padding: 6px 12px;
	border-radius: 2px;
	position: absolute;
	left: 0;
}
.owl-buttons .owl-prev i,
.owl-buttons .owl-next i {	
	color: #fff;
}
.owl-buttons .owl-next {
	background: #ff3030;
	border-radius: 0;
	padding: 6px 12px;
	border-radius: 2px;
	position: absolute;
	margin-left: 40px;
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
	background: #222;
}
.single-product .product-tab-list ul.tabs li.current,
.single-product ul.tabs.wc-tabs li.active {
	border-right: 2px #e9e9e9 solid;
	border-left: 2px #e9e9e9 solid;
	background: #fff;
	color: #222;
	display: inline-block;
}
.single-product .product-tab-list ul.tabs li.current,
.single-product ul.tabs.wc-tabs li.active {
	border-top: 2px #e9e9e9 solid;
	border-bottom: 2px #fff solid;
	margin-bottom: -2px;
	width: auto;
}
.single-product .product-tab-list ul.tabs li:hover {
	color: #222;
}
.single-product .product-tab-list ul.tabs li a {
	color: #222;
	font-size: 16px;
	display: block;
	font-weight: 600;
}
.single-product .product .tabs li.current:before {
	display: none;
}
.single-product .product .tabs li.current a {
	color: #ff9c00;
}
.single-product .product .tabs li {
	width: auto;
	color: #222;
}
.single-product .quantity {
	margin-left: 0;
	margin-right: 10px;
}
.single-product .has-post-thumbnail figure img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: 0 50%;
}
.product-tab-list ul.tabs li.current a {
	outline: none;
}
.product-item .product-detail {
	padding: 10px;
}
.product-item .product-title {
	margin: 0;
}
.product-title h6 {
	line-height: 22px;
	font-weight: 600;
}
.product-item .product-title h6 a {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.product-item .choose {
	float: right;
	margin: 0;
}
.product-item .choose span {
	cursor: pointer;
	height: 12px;
	width: 12px;
	border-radius: 100px;
	display: inline-block;
}
.product-item .price {
	float: left;
	margin: 5px 0;
}
.product-item .price span {
    font-size: 14px;
}
.product-detail .price {
    float: left;
    background: none;
}
.product-detail .price ins {
	background: none;
}
a.button.yith-wcqv-button {
	display: none !important;
}

.tab-content {
	display: none;
}
.current {
	display: block;
}
/* owl-carousel */
.product-item .owl-controls {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
}
.product-item .owl-buttons {
    margin: 0 auto;
}
.product-item .owl-buttons .owl-prev {
	background: #34aba9;
	border-radius: 0;
	padding: 15px 15px 15px 15px;
	position: absolute;
	left: 0;
	opacity: .8;
}
.product-item .owl-buttons .owl-next {
	background: #34aba9;
	border-radius: 0;
	padding: 15px 15px 15px 15px;
	position: absolute;
	right: 0;
	opacity: .8;
}
.product-item .owl-buttons .owl-prev:hover,
.product-item .owl-buttons .owl-next:hover {
    background: #34aba9;
    opacity: .9;
}
/* buzz-ecommerce-product-ads */
.buzz-ecommerce-product-ads {
    background: #fff;
    padding: 35px 0;
    margin: 0 1px;
} 
.buzz-ecommerce-product-ads-item {
	margin: 15px 0;
	text-align: center;
}
.buzz-ecommerce-product-ads-item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.buzz-ecommerce-product-ads-item a:hover:before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0;
}
.buzz-ecommerce-product-ads-item a:hover:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0;
}
.buzz-ecommerce-product-ads-item img {
    border-radius: 5px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 0 0;
}
.woocommerce-form input#username,
.woocommerce-form input#password {
	padding: 10px;
}
.related.products ul.products.columns-3 {
	margin-top: 20px;
	background: none;
	padding: 0;
}
body.archive ul.products {
	margin-top: 40px;
}
body.archive  ul.products .product-detail {
	padding: 15px 0;
}
.spacial-product .buzz-ecommerce-product-ads-item img {
	object-fit: cover;
}
a.added_to_cart.wc-forward,
a.compare.added, 
a.button.product_type_external, 
.product_type_variable,
a.button.product_type_grouped {
	background: #222;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-left: 5px;
    padding: 0;
    overflow: hidden;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
}

a.button.product_type_external:before, 
.product_type_variable:before,
a.button.product_type_grouped:before {
	content: "\f0b0";
    font-family: FontAwesome;
    display: block;
    color: #fff;
    text-align: center;
}
.buzz-ecommerce02 .product a.compare.added:before, 
.buzz-ecommerce02 .product a.added_to_cart.wc-forward:before {
	padding-right: 5px;
	display: inline-flex;
}
.type-post table {
    background: #f6f6f6;
    border: 1px #ccc solid;
    padding: 10px;
    display: block;
    line-height: 30px;
}
.type-post td {
	margin-left: 10px;
    display: inline-block;
}
.product-detail {
	padding: 15px;
	width:100%;
}
.list .product-detail {
	padding: 15px 0;
	width: auto;
}
#banner_and_hotoffer_section h2,
h2.capitalize.hotoffer_header_title,
h2.single-category-products-title,
.product-tab-list h4 {
	text-align: center;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}
#banner_and_hotoffer_section h2:before,
h2.capitalize.hotoffer_header_title:before,
h2.single-category-products-title:before,
.product-tab-list h4:before {
	content: '';
	background: #ff9c00;
	height: 3px;
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100%;
	margin-top: 5px;
}
#buzz_ecommerce_blog_section h2.uppercase.single-category-products-title {
    padding-bottom: 0;
    margin-bottom: 40px;
}
#banner_and_hotoffer_section h2,
h2.capitalize.hotoffer_header_title {
    margin-bottom: 50px;
}
.gridlist-toggle a.active {
	background-color: #222 !important;
}
.dashicons-grid-view:before {
	content: "\f009";
	font-family: FontAwesome;
	color: #fff;
}

.dashicons-excerpt-view:before, .dashicons-exerpt-view:before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #fff;
}
.mini-cart {
    position: relative;
}
.mini-cart .top-cart-content {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 300px;
    z-index: 9999;
    background: #fff;
    border: none;
    height: 300px;
    overflow: overlay;
}
.mini-cart .top-cart-content ul li a {
    text-transform: capitalize;
}
body:not(.woocommerce-checkout):not(.woocommerce-cart) .buzz-ecommerce-header-cart:hover .top-cart-content {
    display: block;
}
.woocommerce-checkout .mini-cart:hover .top-cart-content,
.woocommerce-cart .mini-cart:hover .top-cart-content {
    display: none;
}
.mini-cart .top-cart-content {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    -ms-flex-box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(14, 14, 14, 0.15);
}
.buzz-ecommerce-header-cart {
	float: right;
}
.mini-cart a span {
	position: absolute;
	top: 10px;
	left: 20px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border-radius: 100%;
	background: #ff9c00;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.main-navigation .mini-cart li {
	padding: 5px 10px;
	border-bottom: none;
	width: 100%;
	float: none;
}
.main-navigation .mini-cart li:hover a {
	background: none;
}
.main-navigation .mini-cart li:nth-child(even) {
	background: #f6f6f6;
}
p.woocommerce-mini-cart__buttons.buttons {
	background: #ff9c00;
	margin-bottom: 0;
	padding: 20px;
}
p.woocommerce-mini-cart__buttons.buttons a {
	background: #222;
	display: block;
	margin: 5px;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
p.woocommerce-mini-cart__total.total {
	padding: 10px 10px 0;
}
.top-cart-content span.woocommerce-Price-amount.amount {
	float: right;
	margin-right: 10px;
}
.top-cart-content .mini_cart_item a {
	margin-top: 10px;
	line-height: 20px;
	color: #222;
}
.top-cart-content .widget {
    margin: 0;
}
.mini-cart a.remove.remove_from_cart_button {
	background: #ff9c00;
	display: inline-block;
	height: 20px;
	width: 20px;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.mini-cart a.remove.remove_from_cart_button {
	color: #fff !important;
}
.mini-cart:hover a.remove.remove_from_cart_button {
	background: #ff9c00;
}
.mini_cart_item img {
	width: 80px;
	height: 80px;
	float: right;
}
.top-add-cart .widget {
	border: none;
}
section#frontpage_slider_section {
    padding: 50px 0;
}

.enique_blog_grid_item { width: 200px; }

h1.buzz-ecommerce-nevigation {
	margin: 0;
	float: right;
}
h1.buzz-ecommerce-nevigation a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
b.fn {
	text-transform: capitalize;
}
.comment-respond label {
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
}
.comment-respond input {
	width: 100%;
	padding: 10px !important;
}
.widget_search label {
	width: 73%;
}

.ajax-call-buzz-ecommerce {
    text-align:  center;
}

.ajax-call-buzz-ecommerce svg {
    width: 100px;
}

/* spacial-product */
.toggle {
	float: right;
	display: none;
}
.toggle i {
	font-size: 30px;
	margin: 5px 0 0 20px;
}
.ajax-loader {
	position: relative;
	left: 45%;
}
.home .woocommerce a.button.loading {
	padding-right: 2em;
    padding-left: 0;
}
.addcart #respond input#submit.loading::after, 
.addcart a.button.loading::after, 
.addcart button.button.loading::after, 
.addcart input.button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    right: 2.5em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.widget_price_filter .price_slider_amount .button {
    color: #fff;
    padding: 10px 25px;
    border-radius: 100px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.price_label {
	font-size: 14px;
}
.mc4wp-form-fields input[type="email"] {
	width: 100%;
    padding: 8px;
    border-radius: 0;
}
.mc4wp-form-fields input[type="submit"] {
	width: 100%;
	border-radius: 0;
    font-size: 14px;
}
form#mc4wp-form-1 {
	margin-top: 15px;
}
.product .columns-3 {
	margin-top: 30px;
	background: #fff;
    width: 100%;
    padding: 20px 20px 0;
}
p.woocommerce-result-count {
	display: inline-block;
	margin-bottom: 0;
}
form.woocommerce-ordering {
	display: inline-block;
	margin-left: 30px;
}
nav.woocommerce-breadcrumb {
	background: #222;
	padding: 15px;
	color: #fff;
}
.woocommerce-breadcrumb a {
	text-transform: uppercase;
	color: #ff9c00 !important;
}
.gridlist-toggle a {
    width: 40px;
	height: 40px;
	line-height: 40px;
}
.gridlist-toggle .dashicons {
	font-size: 18px !important;
}
ul.products {
	width: 100%;
}
ul.products li.product {
	background: #fff;
}
ul.products li.product img {
	margin-top: 0;
}
ul.products li.product {
	margin-right: 30px;
	float: left;
}
ul.products.columns-1 .product-item .quick-view a {
    width: 49.60%;
}
ul.products.columns-2 .product-item .quick-view a {
    width: 49%;
}
ul.products.columns-4 .product-item .quick-view a {
    width: 48%;
}
.buzz-ecommerce02 .product li.product {
    padding: 50px 0 0;
}
.single-product .product li.product {
    padding: 0;
}
ul.products.columns-1.list .product-item .quick-view a,
ul.products.columns-2.list .product-item .quick-view a,
ul.products.columns-3.list .product-item .quick-view a,
ul.products.columns-4.list .product-item .quick-view a {
    width: 49.40%;
}
section#products_tab_section {
    padding:40px 0 50px;
}
#buzz-products-tab {
    padding: 25px 0 10px;
}
#buzz-products-tab .product-item {
    margin-bottom: 30px !important;
}
ul.products.columns-2 li.product {
	width: 48%;
}
.product-detail {
	display: inline-block;
}
ul.products.list li.product .price {
	float: none !important;
	width: 100% !important;
}
ul.products li.product .button {
	display: none;
}
.list .rating {
	float: none;
    margin-top: 10px;
}
.woocommerce-product-details__short-description ul {
	margin: 0;
}
.berocket_lgv_widget {
	float: right !important;
	margin: -30px 0 0;
    padding: 0;
}
.br_lgv_product_count_block a {
	color: #222;
}
.berocket_lgv_widget .br_lgv_product_count_block {
	margin-right: 60px;
}
.shop-products .row {
	margin-right: 0;
	margin-left: 0;
}
.product_meta {
	padding: 10px 0;
}
.berocket_lgv_additional_data {
    margin-left: 15px;
}
.woocommerce ul.products .product.berocket_lgv_list div, 
.woocommerce-page ul.products .product.berocket_lgv_list div {
	margin-bottom: 0;
}
.berocket_lgv_list .rating {
	float: none;
}
.single-product a.add_to_wishlist,
.single-product a.compare.button {
	background: #222;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 5px !important;
	color: #fff;
	margin: 10px 0;
}
.related a.add_to_wishlist,
.related a.compare.button {
	background: none;
	padding: 0;
	display: inline-block;
	border-radius: 100px !important;
	color: #fff;
	margin: 0;
} 
.single-product .entry-summary {
	padding: 0;
	margin: 0;
}
.single-product .entry-summary p.price {
	margin: 0;
}
.single-product h1.product_title.entry-title {
	font-size: 35px;
	font-weight: 600;
	margin: 10px 0;
	text-transform: capitalize;
}
h2.woocommerce-Reviews-title {
	font-size: 24px;
	margin-bottom: 20px !important;
}
.form-submit input#submit,
button.woocommerce-Button.button {
    color: #fff;
    padding: 12px 30px;
    width: auto;
    text-align: center;
    margin: 10px 0 0;
}
.comment-respond .form-submit input#submit {
    margin: 10px 0;
    cursor: pointer;
}
.related h2 {
    margin: 20px 0 0;
    font-size: 24px;
}
.related .product-item {
    margin: 0;
}
.woocommerce input {
	display: block;
    padding: 10px !important;
    border-radius: 0;
    width: 100%;
}
.woocommerce-billing-fields h3 {
	padding: 10px 0;
}
.woocommerce-billing-fields h3,
.woocommerce-checkout h3 {
    font-size: 22px;
    text-align: center;
}
.woocommerce-checkout h3 {
    text-align: left;
}
.woocommerce-Tabs-panel .woocommerce h2 {
	text-align: left;
}
.woocommerce input#rememberme {
	display: inline-block;
	width: auto;
	margin: 22px 2px 0 5px;
}
.coupon {
	display: inline-block;
}
td.actions {
	padding: 30px 0 10px;
}
.checkout-button,
.coupon input.button,
.coupon button.button,
.wcppec-checkout-buttons__button,
.place-order button.button,
.single-product form.cart button.button {
	background: #222;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 14px;
    cursor: pointer;
    color: #fff !important;
    text-transform: capitalize;
    outline: none;
}
button.button {
	padding-top: 10px;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 14px;
    float: right;
    outline: none;
}
.cart_totals.calculated_shipping {
	border: 1px #ccc solid;
	display: inline-table;
	width: 100%;
	padding: 20px;
}
.wcppec-checkout-buttons {
	display: inline;
}
a#woo_pp_ec_button {
	padding: 12px;
}
.wcppec-checkout-buttons__separator {
	display: none;
}
.cart_totals h2 {
	padding-bottom: 10px;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}
.col2-set .form-row-first, 
.col2-set .form-row-last {
	width: 100% !important;
	float: none !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	border-radius: 0;
    height: 40px;
    line-height: 40px;
}
.woocommerce-checkout .blog-detail span {
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
    right: 5px;
}
textarea {
	padding: 8px;
}
.woocommerce-checkout-payment input {
	width: auto;
	display: inline-block;
}
table.shop_table.woocommerce-checkout-review-order-table {
    line-height: 30px;
    background: #f6f6f6;
    border: 1px #ccc solid;
    padding: 20px;
    display: block;
}
.checkout_coupon p {
	display: inline-flex;
}
.woocommerce-form-coupon p.form-row.form-row-first {
    text-align: right;
    display: inline-block;
    width: 29%;
}
.create-account input#createaccount,
input#ship-to-different-address-checkbox {
	width: auto;
	display: inline-block;
}
.woocommerce-error li,
.woocommerce-Message--info a.woocommerce-Button.button {
	color: #fff;
    padding: 3px 10px;
}
.woocommerce-error {
	background-color: #222;
	padding: 5px 0;
	width: 100%;
	margin-bottom: 15px;
}
.woocommerce-info a.showcoupon {
	color: #222;
}
.woocommerce-checkout-review-order-table td {
	width: 100%;
}
nav.woocommerce-MyAccount-navigation {
	display: inline-grid;
    width: 30%;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    display: inline-grid;
    max-width: 49%;
    padding-left: 0;
}
.woocommerce-MyAccount-content {
	display: inline-grid;
    width: 69%;
}
.best-selling .buzz-ecommerce-product-ads-item img {
	min-height: 444px;
    width: 100%;
    object-fit: cover;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	margin: 10px;
	width: 45%;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	position: relative;
	display: inline-block;
    font-weight: 600;
}
.post-navigation .nav-previous a {
	margin-left: 20px;
}
.post-navigation .nav-next a {
	margin-right: 20px;
}
.post-navigation .nav-previous a:after {
    content: "\f060";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: -20px;
}
.post-navigation .nav-next a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: -30px;
}
h3#reply-title {
	font-size: 24px;
}
.comment-metadata, .comment-author.vcard {
	display: block;
}
.u-column1.col-1.woocommerce-Address {
    max-width: 49%;
    display: inline-grid;
}
.u-column2.col-2.woocommerce-Address {
    max-width: 49%;
    display: inline-grid;
}
.woocommerce-info, 
.woocommerce-noreviews, 
p.no-comments {
	background-color: #ff9c00 !important;
    color: #fff;
    padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 0 !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 20% !important;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
	width: 100%;
	margin-top: 20px !important;
}
.single-product ol.flex-control-nav.flex-control-thumbs  li {
    border: 1px #ccc solid;
}
.related ul.products.columns-3 .product-detail {
    padding: 15px;
}
header.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3 {
	font-size: 22px;
}
nav.woocommerce-pagination {
	width: 100%;
}
.page-numbers li {
	display: inline-block;
}
.page-numbers span.page-numbers.current {
    color: #fff;
    background: #ff9c00;
    padding: 6px 30px;
    border-radius: 5px;
}
.page-numbers a.page-numbers {
    color: #fff;
    padding: 9px 30px;
    border-radius: 5px;
    background: #222;
}
nav.gridlist-toggle {
	text-align: right;
	margin-top: -50px !important;
}
.widget_product_search button {
    width: 100%;
    border-radius: 0;
    padding: 12px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-top: 1px;
}
.shop-products .reveal .cart-icon {
	width: 30%;
}
.shop-products .reveal .addcart {
	margin-top: 30px;
	top: 100%;
} 
.shop-products .product-item .product-detail {
	display: inline-grid;
	padding: 10px 0;
}
.shop-products .woocommerce-product-details__short-description {
	display: inline-grid;
	width: 60%;
}
.shop-products ul.products.list li.product .price {
	width: 100%;
	float: none;
}
.shop-products .rating {
	float: none;
}
.tagcloud a {
	font-size: 14px !important;
}
div#tab-additional_information {
	background: #fff;
	padding: 15px;
}
ul.products.list li.product .woocommerce-product-details__short-description {
	float: none !important;
	width: 60% !important;
}
.woocommerce-tabs ul.tabs li {
	display: inline-block !important;
	padding: 0 30px;
}
.woocommerce-Tabs-panel {
	border: 2px #e9e9e9 solid;
	margin: 0 !important;
	background: #fff;
}
.woocommerce-Tabs-panel ul {
	margin-left: 40px;
}
.woocommerce-Tabs-panel ul li {
	list-style-type: square;
}
.woocommerce-product-details__short-description {
	display: inline-block;
}
.single-product form.cart {
	display: inline-block;
}
.single-product .yith-wcwl-add-to-wishlist {
	display: inline-block;
}
.woocommerce-message {
	background: #ff9c00 !important;
    padding: 10px;
    width: 100%;
    color: #fff;
}
.woocommerce-message a {
	color: #fff !important;
	padding: 8px 15px;
	background: #222;
	border-radius: 5px;
}
.woocommerce-product-details__short-description ul li {
	line-height: 30px;
	font-size: 16px;
}
.social-icon {
	margin: 10px 0;
}
.social-icon ul {
	display: inline-block;
}
.social-icon ul li {
	display: inline-block;
}
.social-icon ul li a {
	background: #222;
	height: 45px;
	width: 45px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.quantity {
	display: inline-block;
	margin-left: 10px;
}
.quantity-nav {
	display: none;
}
.quantity input {
	width: 100%;
    padding: 10px !important;
}
.top-cart-content .quantity {
	margin: 0;
	display: flex;
	padding: 0;
	line-height: 15px;
}
.product_meta span {
	color: #000;
}
span.posted_in a {
	color: #999;
}
span.posted_in a:hover {
	color: #ff9c00;
}
.woocommerce-cart-form__cart-item .quantity input {
	width: 30%;
    padding: 10px 5px !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin: 40px 0;
	float: left;
	width: 100%;
}
.woocommerce-Tabs-panel {
	padding: 30px;
}
.related .product {
	margin: 0;
}
.woocommerce-product-gallery__image.flex-active-slide {
	background: #fff;
}
.single-product .product {
	margin: 0;
	padding: 0;
}
.yith-wcwl-add-button.show {
	text-align: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	display: inline-block;
	padding: 15px;
}
form.search-form {
	margin-bottom: -5px;
	line-height: 0;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	display: none !important;
}
input#coupon_code {
	padding: 10px;
	width: 50%;
	display: inline-block;
}
.coupon label {
	display: none;
}
span.woocommerce-input-wrapper {
	width: 100%;
}
span.woocommerce-input-wrapper input {
	padding: 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item:nth-child(even) {
	background: #f6f6f6;
}
table.shop_table_responsive thead {
	background: #ff9c00;
	color: #fff;
}
table.shop_table_responsive thead tr {
	height: 45px;
	line-height: 45px;
}
td.product-thumbnail img {
	width: 150px;
}
td.product-thumbnail {
    padding: 15px 0;
}
table.shop_table_responsive tr td.product-remove a {
	    text-align: left;
    background: #ff9c00;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: block;
    border-radius: 100%;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center !important;
}

div#buzz_ecommerce_search {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
div#buzz_ecommerce_search img {
    width: auto;
}
/* Top header Settings */
form.main-form {
	border-radius: 0;
	border: 1px #ff9c00 solid;
}
header .main-form input {
	font-size: 14px; 
	border: none; 
	display: inline-block; 
	background: none; 
	padding-top: 15px !important;
	width: 67%;
	color: #fff !important;
	outline: none;
}
header .main-form select {
	border-top: none; 
	border-right: 0; 
	border-bottom: none; 
	width: 20%;
	color: #ff9c00; 
	font-size: 14px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    padding: 2px 2px 2px 2px;
    background: transparent url("../images/down-arrow-arrow.svg") no-repeat 75px center;
}
header .main-form button {
	background: #ff9c00; 
	float: right; 
	border-radius: 0 2px 2px 0; 
	padding: 16px 20px;
	border: none;
	box-shadow: none;
	width: 12%;
}
header .no-category input {
	width: 88%;
}
header .no-category button {
	width: 12%;
}
ul.sub-category {
	top: 100%;
    left: 0;
}
.sidebar-content ul.sidebar-menu li a:first-child:nth-last-child(2):after {
	transform: rotate(90deg);
}
ul.sidebar-menu li:hover ul.sub-category {
	background: #333;
}
.sidebar-content ul.sidebar-menu li a:first-child:nth-last-child(2):after {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	right: 40px;
}
.sidebar-content ul.sidebar-menu li ul.sub-category li ul.sub-category,
.sidebar-content ul.sidebar-menu li ul.sub-category li ul.sub-category li ul.sub-category {
    display: none;
}
.sidebar-content ul.sidebar-menu li ul.sub-category li:hover ul.sub-category,
.sidebar-content ul.sidebar-menu li ul.sub-category li ul.sub-category li:hover ul.sub-category {
	display: block;
} 
.cart-icon span.feedback {
	display: none;
}

/* unique-blog2 */
.logo_small {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}
.logo_small a {
	color: #fff !important;
	display: block;
	font-size: 30px;
	font-weight: 600;
}
/* buzz-ecommerce02 */
.buzz-menu {
	background: #222;
}
.buzz-menu .menu-left {
	display: inline-block;
	margin: 0 0 0 50px;
}
.buzz-menu .menu-left li {
	position: relative;
}
.buzz-menu .menu-left li a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    height: 3px;
    background: #ff9c00;
    transition: width .3s;
}
.buzz-menu .menu-left li a:hover::after {
    width: 100%;
    transition: width .3s;
}
.buzz-menu .menu-left li {
	position: relative;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	float: none;
}
.buzz-menu .menu-left li a {
	color: #fff;
	display: block;
	padding: 0 15px;
	width: auto;
	text-transform: uppercase;
}
.buzz-menu .menu-left li a i {
	font-size: 10px;
    font-weight: normal;
    padding: 2px;
}
.buzz-menu .menu-left li ul.sub-menu {
    position: absolute;
    top: 65px;
    left: 10%;
    margin-left: 0;
    display: none;
    z-index: 9999;
    width: 200px;
    background: #222;
}
.buzz-menu .menu-left li ul.sub-menu li a i {
	transform: rotate(-90deg);
	float: right;
}
.buzz-menu .menu-left li ul.sub-menu li a::after {
	display: none;
}
.buzz-menu ul li:hover ul.sub-menu,
.buzz-menu ul li ul.sub-menu li:hover ul.sub-menu,
.buzz-menu ul li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu,
.buzz-menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
	display: block;
}
.buzz-menu .menu-left li ul.sub-menu li ul.subsub-menu li:hover a {
	background: #444;
}

.buzz-menu .menu-left li ul.sub-menu li:hover ul.subsub-menu {
	display: block;
}
.buzz-menu .menu-left li ul.sub-menu li {
	border-bottom: 1px solid #252525;
	display: block;
	height: auto;
	line-height: normal;
}
.buzz-menu .menu-left li ul.sub-menu li:last-child {
	border-bottom: none;
}
.buzz-menu .menu-left li ul.sub-menu li a {
	padding: 12px 15px;
	display: block;
	font-size: 13px;
	text-align: left;
}
.buzz-menu .menu-left li ul.sub-menu li:hover a {
	background: #333;
}
.buzz-menu .menu-right {
	float: right;
	margin: 8px 0 0 0;
}
.buzz-menu .menu-right .search form {
	padding-top: 10px;
}
.buzz-menu .menu-right .search input {
	text-transform: capitalize;
	border-radius: 0;
	background: none;
    width: 100px;
    display: inline-block;
    color: #fff;
    border: 0;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    padding: 5px 0px 5px 5px;
    -webkit-transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
}
.buzz-menu .menu-right .search span {
	color: #fff;
}
.buzz-menu .menu-right .search input:focus {
    border-bottom: 1px #fff solid;
	width: 200px;
}
.unique-menu .menu-right {
	float: right;
	margin: 18px 0 0 0;
}
.unique-menu .menu-right .search form {
	padding-top: 10px;
}
.unique-menu .menu-right .search input {
	text-transform: capitalize;
	border-radius: 0;
	background: none;
    width: 100px;
    color: #fff;
    border: 0;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    padding: 5px 0px 5px 5px;
    -webkit-transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
}
.unique-menu .menu-right .search span {
	color: #fff;
}
.unique-menu .menu-right .search input:focus {
    border-bottom: 1px #fff solid;
	width: 200px;
}

/* buzz-ecommerce03 */
.buzz-ecommerce03 .logo_small {
    text-align: center;
    display: block;
}
.buzz-ecommerce03 .logo_small p {
	text-align: center;
}
.buzz-ecommerce03 .buzz-menu .menu-left {
	display: block;
	text-align: center;
}
.buzz-ecommerce03 .cart-item {
	display: inline-block;
}
.buzz-ecommerce03 .cart-item a {
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.buzz-ecommerce03 .cart-item a i {
	margin-right: 10px;
	position: relative;
}
.buzz-ecommerce03 .cart-item .cart-list {
	height: 250px;
	width: 300px;
	background: #fff;
	padding: 10px;
	overflow: overlay;
	display: none;
	position: absolute;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
.buzz-ecommerce03 .cart-item:hover .cart-list {
	display: block;
}
.buzz-ecommerce03 .cart-list ul li {
	width: 100%;
	line-height: 0;
}
.buzz-ecommerce03 .buzz_img {
	float: right;
	margin: 0;
} 
.buzz-ecommerce03 .buzz_img img {
	width: 100px;
}
.buzz-ecommerce03 .buzz_detail {
	float: left;
	text-align: left;
} 
.buzz-ecommerce03 .buzz_detail h6 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
span.total-amount {
	text-transform: capitalize;
	text-align: left;
	display: block;
	padding: 10px 0;
}
span.total-price {
	float: right;
}
.view-cart-button a {
	color: #222 !important;
	display: block;
	padding: 8px 0;
	margin-bottom: 10px;
	transition: .5s;
	border: 1px #222 solid;
}
.view-cart-button a:hover {
	background: #222;
	color: #fff !important;
	transition: .5s;
}

/* buzz-ecommerce02 */
/*.buzz-ecommerce02 .buzz-menu {*/
/*	padding: 20px 20px 20px;*/
/*}*/
.buzz-ecommerce02 figure figcaption {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	padding: 15px 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.buzz-ecommerce02 figure figcaption .buzz-description {
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 1;
	transition: .5s;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	opacity: 0;
	transition: .5s;
}
.buzz-ecommerce02 figure figcaption:hover .buzz-description {
	left: 5%;
	opacity: 1;
	transition: .5s;
}
.buzz-ecommerce02 figure figcaption a {
	border: none !important;
}
.buzz-ecommerce02 figure figcaption a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.buzz-ecommerce02 figure figcaption a:hover::after {
    width: 100%;
    transition: width .3s;
}
.buzz-description span,
.buzz-description h3,
.buzz-description a {
	color: #fff !important;
}
.buzz-description h3 {
	font-size: 25px;
}
.buzz-ecommerce02 .buzz-big-img .unique-img img {
   object-fit: cover;
}
.buzz-ecommerce03 .unique-img img {
    height: 170px;
    object-fit: cover;
    width: 100%;
} 
.buzz-ecommerce02 .buzz-ecommerce-category {
	margin: 40px 0;
}
/* footer */
footer figure {
    margin: 0 !important;
}
footer.buzz-ecommerce02 {
	background: #fff;
	padding: 40px 0;
}
footer.buzz-footer02 {
	padding: 50px 0;
	margin: 0 1px;
}
footer.buzz-ecommerce02 h5 {
	text-transform: uppercase;
}
footer.buzz-ecommerce02 ul.footer_link
footer.buzz-ecommerce02 .footer-widget-wrapper ul {
	padding: 10px 0;
}
footer.buzz-ecommerce02 ul.footer_link li,
footer.buzz-ecommerce02 ul li {
	line-height: 36px;
}
footer.buzz-ecommerce02 ul.footer_link li a,
footer.buzz-ecommerce02 .footer-widget-wrapper ul li a {
	margin: 0;
	display: block;
	position: relative;
}
footer.buzz-ecommerce02 ul.footer_link li a::after,
footer.buzz-ecommerce02 .footer-widget-wrapper ul li a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #ff9c00;
	transition: width .3s;
}
footer.buzz-ecommerce02 ul.footer_link li a:hover::after,
footer.buzz-ecommerce02 .footer-widget-wrapper ul li a:hover::after  {
    width: 60%;
    transition: width .3s;
}

/* copy-right */
footer.buzz-ecommerce02 .copy-right {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 2px #ccc solid;
}
footer.buzz-ecommerce02 .copy-right ul {
	text-align: right;
}
footer.buzz-ecommerce02 .copy-right ul li {
	margin-right: 5px;
	display: inline-block;
}
footer.buzz-ecommerce02 .copy-right ul li a {
	color: #fff;
	height: 40px;
	line-height: 45px;
	width: 40px;
	text-align: center;
	display: block;
	background: #ff3030;
	border-radius: 100%;
}

/* footer.buzz-ecommerce03 */
footer.buzz-ecommerce03 {
	background: url('../images/blog2.jpg') no-repeat center;
	background-position: center;
	padding: 0;
}
footer .footer-outer-container {
	padding: 50px 0;
    width: 100%;
    height: auto;
    background: rgba(50,58,69,0.95);
}
footer.buzz-ecommerce03 h5,
footer.buzz-ecommerce04 h5,
footer.buzz-ecommerce03 ul.footer_link li a,
footer.buzz-ecommerce04 ul.footer_link li a,
footer.buzz-ecommerce03 .footer-widget-wrapper ul li a,
footer.buzz-ecommerce04 .footer-widget-wrapper ul li a,
.footer-copy-right {
    color: #fff;
}
.footer-copy-right {
	color: #fff;
	padding-top: 10px;
}
.footer-copy-right a {
	color: #ff9c00;
}
footer .footer-outer-container p {
	color: #fff;
	margin-top: 15px;
}
footer .footer-outer-container form input {
	width: 100%;
	padding: 10px;
	display: block;
	border-radius: 0;
	margin-bottom: 10px;
	outline: none;
}
footer .footer-outer-container form input[type="submit"] {
	margin-bottom: 10px;
	background: #ff9c00;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 12px;
	text-transform: capitalize;
	cursor: pointer;
}
.footer-logo a h4,
.footer-logo span {
	color: #fff;
}
.footer-logo span {
	display: block;
	line-height: 30px;
}

/* footer.buzz-ecommerce04 */
footer.buzz-ecommerce04 {
   background-position: center;
   padding: 0;
}
footer .footer-outer-container {
    width: 100%;
    height: auto;
    background: rgba(50,58,69,0.95);
}
.buzz-ecommerce04 ul.img_gallery li {
	display: inline-block;
}
.buzz-ecommerce04 ul.img_gallery li img {
	width: 125px;
	height: 125px;
	object-fit: cover;
	margin-bottom: 5px;
}
.buzz-ecommerce04 .footer_product aside {
	margin-bottom: 10px;
	display: inline-block;
}
.buzz-ecommerce04 .footer_product .product_img {
	float: left;
	margin: 0;
}
.buzz-ecommerce04 .footer_product .product_img img {
	width: 120px;
	height: 90px;
	object-fit: cover;
	margin-right: 10px;
}
.buzz-ecommerce04 .footer_product .product_detail {
	float: left;
	margin: 0;
}
.product_detail .star {
	float: right;
}
.product_detail .star span {
    color: #ff9c00;
    display: inline-block;
}
.product_detail h5 a {
	transition: .5s;
}
.product_detail h5 a:hover {
    color: #ff9c00;
    transition: .5s;
}
.buzz-ecommerce04 .footer_product .product_detail h6,
.buzz-ecommerce04 .footer_product .product_detail span {
	color: #fff;
	text-transform: capitalize;
}
.buzz-ecommerce04 .footer_product,
.buzz-ecommerce04 .img_gallery {
	margin-top: 25px;
}
.buzz-ecommerce04 .copy-right .visa-cart {
	text-align: right;
}
.buzz-ecommerce02 .copy-right .visa-cart img,
.buzz-ecommerce04 .copy-right .visa-cart img {
   height: 30px;
   width: auto;
}

/* tab-section */
.tab-content {
    display: none;
}
.current {
    display: block;
}
.product .tabs {
  text-align: center;
  margin: 40px 0;
}
.product .tabs li {
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
}
.product .tabs li a {
	font-size: 18px;
}
.product .tabs li.current {
  border-bottom: 2px #ff9c00 solid;
  background: #ff9c00;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.product .tabs li.current a {
  color: #fff;
}
.product .tabs li.current:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 40%;
  margin: 0 auto;
  border-top: 10px #ff9c00 solid;
  border-right: 10px transparent solid;
  border-bottom: 10px transparent solid;
  border-left: 10px transparent solid;
}
.text-align {
    text-align: center;
    text-transform: capitalize;
}
.buzz-ecommerce02 .product-item {
	position: relative;
	background: #fff;
	padding-bottom: 40px;
	margin-bottom: 30px;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.buzz-ecommerce02 .product-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#buzz_ecommerce_hot_offer.buzz-ecommerce03 .hot-product .product-item {
    padding-bottom: 0;
}
.buzz-ecommerce02 .banner-section .product-item {
	padding-bottom: 0;
	margin-bottom: 0;
}
.hover-part {
	padding: 10px 0 10px;
	bottom: 0px;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	background: #fff;
	-webkit-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
	transition: all 0.45s ease-out;
	z-index: 0;
}
.product-item:hover .hover-part {
    opacity: 1;
    visibility: visible;
    bottom: -110px;
    z-index: 1;
}

.buzz-ecommerce02 .product-slider .product-item .hover-part,
.buzz-ecommerce02 .hot-deal-slider .product-item .hover-part {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    opacity: 1;
}
.buzz-ecommerce02 .hot-deal-slider .product-item .quick-view a {
    width: 48.80%;
}
.buzz-ecommerce02 .product-slider .product-item {
    margin-bottom: 0;
}
#single_category_products_section .product-item {
    padding-bottom: 40px;
}
.action-wrap {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	z-index: 1;
}
.buzz-ecommerce02 .product_img img {
    height: 250px;
    object-fit: content;
    width: fit-content !important;
}
ul.products.columns-4.grid .product_img img {
    height: auto;
}
.buzz-ecommerce02 .product-item .price {
	float: none;
}
.buzz-ecommerce02 .product-item .inner-section {
	margin: 0 10px;
}
.buzz-ecommerce04 .product-item .inner-section {
    margin: 0;
}
.buzz-ecommerce02 .product-item .cart-wrap a {
    padding: 0;
    transition: .5s;
    background: #222;
    display: block;
    border-radius: 5px;
    color: #fff;
    margin-left: 0;
    text-align: center;
}
.buzz-ecommerce02 .product-item .quick-view a {
    border-radius: 5px;
    transition: .5s;
	background: #222;
	display: block;
	float: left;
	width: 48.70%;
	margin-left: 0;
	margin-right: 5px;
	color: #fff;
	text-align: center;
}
.buzz-ecommerce02 .product-item .quick-view a:last-child {
	margin-right: 0;
}
.buzz-ecommerce02 .product-item .quick-view a:hover,
.buzz-ecommerce02 .product-item .cart-wrap a:hover {
    transition: .5s;
	background: #ff9c00;
}
.buzz-ecommerce02 .product_detail {
	padding: 10px;
	position: initial;
}
.buzz-ecommerce04 .product_detail {
	position: initial;
}
.buzz-ecommerce02 .product-add {
	margin: 30px 0;
}
.buzz-ecommerce02 .product-add a {
	display: block;
	position: relative;
	overflow: hidden;
}
.buzz-ecommerce02 .product-add a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.buzz-ecommerce02 .product-add a:hover:before {
	-webkit-animation: shinex 1s;
	-ms-animation: shinex 1s;
	-o-animation: shinex 1s;
	animation: shinex 1s;
}

/* buzz-ecommerce03 */
.buzz-ecommerce03 .hover-part {
	opacity: 0;
}
.buzz-ecommerce03 h2.text-align {
	float: left;
}
.buzz-ecommerce03 .product .tabs {
	text-align: right;
	margin: 0 0 40px;
}
.single-product .product .tabs {
	margin: 0;
}
.buzz-ecommerce03 .product .tabs li.current {
	border-right: 2px #ff9c00 solid;
	border-left: 2px #ff9c00 solid;
	border-bottom: none;
	background: none;
	border-radius: 0;
}

.buzz-ecommerce03 .product .tabs li.current:before {
	display: none;
}
/* buzz-ecommerce04 */
.buzz-ecommerce04 .hover-part {
	top: auto !important;
	bottom: auto !important;
	opacity: 1;
    z-index: 999;
}
.buzz-ecommerce04 .row {
	margin-bottom: 60px;
}
.buzz-ecommerce04 .hot-product .row {
	margin-bottom: 0;
}
.buzz-ecommerce04 .row:last-child {
	margin-bottom: 0;
}
.buzz-ecommerce04 .product_wrap .owl-prev {
	opacity: 0;
	left: -50px;
}
.buzz-ecommerce04 .product_wrap:hover .owl-prev {
	opacity: 1;
	left: -30px;
}
.buzz-ecommerce04 .product_wrap .owl-next {
	opacity: 0;
	right: -50px;
}
.buzz-ecommerce04 .product_wrap:hover .owl-next {
	opacity: 1;
	right: -30px;
}
.capitalize {
	text-transform: capitalize;
}

/* call action */
	.call-action { 
	    background: url('../images/blog1.jpg') no-repeat center;   
		height: 400px; 
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.buzz-ecommerce03 .call-action {
		background: url('../images/blog3.jpg') no-repeat center; 
		height: 400px; 
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    position: relative;
	}

	.buzz-ecommerce04 .call-action {
		background: url('../images/blog9.jpg') no-repeat center; 
		height: 400px; 
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    position: relative;
	}
	.call-action .call-wrap {
		padding: 60px;
		text-align: center;
	}
	.call-action .call-wrap h2,
	.call-action .call-wrap p,
	.call-action .call-wrap a {
		text-align: center;
		color: #fff !important;
	}
	.call-action .call-wrap a {
		display: inline-block;
        border: 1px #fff solid;
		transition: .5s;
        padding: 10px 20px;
        border-radius: 5px;
	}
	.call-action .call-wrap a:hover {
		transition: .5s;
		background: #fff;
		color: #222 !important;
	}
	.call-action .call-wrap h2 {
		text-transform: uppercase;
	}

/* hot deal */
    .hot-product ul.countdown {
    	margin: 10px 0 0;
    	text-align: center;
    }
	.hot-product li {
		display: inline-block;
		font-size: 11px;
		list-style-type: none;
		background: #222;
		color: #fff;
		padding: 0;
		margin: 0 4px;
		height: 50px;
		width: 50px;
		border-radius: 5px;
		text-transform: uppercase;
	}
	.hot-product li span {
	  display: block;
	  font-size: 18px;
	}
	.product_img.product_img_big img {
		height: 445px;
		object-fit: cover;
		width: 100%;
	}
	.product_img.product_img_big {
		position: relative;
	}
	.product_img.product_img_big:before {
        content: '';
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
	}
	.owl-nav .owl-prev {
		left: -50px;
		opacity: 0;
	}
	.owl-nav .owl-next {
		right: -50px;
		opacity: 0;
	}
	.hot-deal-slider:hover .owl-prev {
		left: -30px;
		opacity: 1;
		transition: .5s;
	}
	.hot-deal-slider:hover .owl-next {
		right: -30px;
		opacity: 1;
		transition: .5s;
	}
	.product-item .product_img_big {
		position: relative;
	}
	.product-item .product_img_big .product_detail {
		position: absolute;
		left: 0;
		top: 0;
	}
	.buzz-ecommerce02 .product-item 
	.buzz-ecommerce03 .product-item,
	.buzz-ecommerce04 .product-item {
	    margin-bottom: 30px;
		position: relative;
	}
	.buzz-ecommerce03 .hot-product ul.countdown {
		margin: 0;
        text-align: center;
        position: absolute;
        top: 0;
        right: 10px;
	}
	.buzz-ecommerce04 .hot-product ul.countdown {
		margin: 0;
        text-align: center;
        position: absolute;
        top: 0;
        right: 10px;
        left: auto;
	}
	.buzz-ecommerce03 .hot-product li {
		border-radius: 0 10px;
	}
	.buzz-ecommerce03 .hot-product li,
	.buzz-ecommerce04 .hot-product li {
        display: block;
        margin-top: 10px;
	}
	.product_img_big_detail {
	    position: absolute;
	    left: 10%;
	    top: 35%;
	    margin-right: 30px;
	}
	.product_img_big_detail h4,
	.product_img_big_detail p,
	.product_img_big_detail a {
		color: #fff;
		text-transform: capitalize;
	}
	.product_img_big_detail a {
		border: 1px #ff9c00 solid;
		display: inline-block;
		color: #fff !important;
		padding: 10px 20px;
		transition: .5s;
		border-radius: 5px;
	}
	.product_img_big_detail a:hover {
		transition: .5s;
		background: #ff9c00;
	}
	.product_img_big_detail h4 {
		line-height: 35px;
	}
	.buzz-ecommerce04 .buzz-menu {
        padding: 0;
	}
	.buzz-ecommerce04 .buzz-menu .menu-left {
		float: left;
		margin-left: 0;
	}
	.buzz-ecommerce04 .header-top {
	    text-align: center;
	    margin: 0;
	    background: #fff;
	    float: none;
	}
	.buzz-ecommerce04 .header-top.main-navigation li {
		float: right;
	}
	.buzz-ecommerce04 .header-top.main-navigation li .mini-cart a {
		color:#222;
	}
	.woocommerce-mini-cart__buttons a {
        color: #fff !important;
	}
	.woocommerce-mini-cart__buttons a:hover {
		background: #222 !important;
	}
	.buzz-ecommerce04 .logo_small {
		text-align: center;
	}
	.buzz-ecommerce04 .logo_small a {
		color: #222 !important;
	}
	ul.cart-item li {
		display: inline-block;
	}
	ul.cart-item li a {
		transition: .5s;
	}
	ul.cart-item li a:hover {
        color: #ff9c00;
        transition: .5s;
	}
	.hot-line {
		text-align: left;
		padding-top: 15px;
	}
	.hot-line span {
		vertical-align: middle;
	}
	.hot-line span i {
		margin-right: 10px;
		color: #ff9c00;
		font-size: 20px;
	}
	.menu-item-has-children {
	    position: relative;
	}
	.menu-item-has-children:after {
	    content: "\f107";
	    font-family: FontAwesome;
	    position: absolute;
	    right: 0;
	    top:0;
	    margin-right:-5px;
	    color:#fff;
	    height: 20px;
	    width: 20px;
	}
	.menu-item-has-children ul.sub-menu li.menu-item-has-children:after {
		top: 12px;
		margin-right: 0;
	}
	.main-navigation.nav-sticky {
        margin-top: 0;
        padding: 0 5%;
	}
	.buzz-ecommerce04 .hot-line span {
	    display: inline-block;
	}
	.brand {
        padding: 50px 0;
	}
	.brand-img {
		padding: 20px 0;
		border: 1px #ccc solid;
		transition: .5s;
	}
	.brand-img img {
		width: 160px !important;
		margin: 0 auto;
	}
	.brand-img:hover img {
		filter: gray;
		-webkit-filter: grayscale(1);
		transition: .5s;
	}
	ul.product_list_widget li {
		margin: 0;
	}
	ul.product_list_widget img {
		width: 100px;
		height: 60px;
		float: right;
		border-radius: 5px;
		object-fit: cover;
	}
	footer ul.product_list_widget del {
		color: #fff;
	}
	#buzz_ecommerce_big_banner {
		background: #222;
	}
	.single-category-products-title {
		text-transform: uppercase;
		text-align: center;
		margin: 0;
	}
	h5.widget-title {
		margin-bottom: 20px;
	}
	.buzz-ecommerce-category figcaption h3 {
		text-align: left;
	}
	.woocommerce-Tabs-panel img {
		width: 30%;
		margin: 30px 0 0;
	}
	a.compare.button.added {
		display: none;
	}
	.single-product.woocommerce div.product p.price del {
	    font-size: 14px !important;
	}
	.woocommerce-message {
		margin-bottom: 20px;
	}
	button.button {
		background: #ff9c00;
		color: #fff;
		border: none;
		text-transform: capitalize;
		cursor: pointer;
		outline: none;
	}
	.woocommerce-MyAccount-content fieldset {
		padding: 0;
	}
	.woocommerce table.wishlist_table {
		font-size: 14px;
	}
	.product-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		height: 45px;
		line-height: 35px;
		width: auto;
		overflow: visible;
		display: flex !important;
		margin-right: 0;
		margin-left: 0;
	}
	.product-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
		margin: 0 0 0 12%;
	}
	.woocommerce #content table.wishlist_table.cart a.remove {
		background: red;
		color: #fff;
		width: 25px;
		font-size: 20px;
		height: 25px;
		line-height: 25px;
		display: block;
		border-radius: 100%;
	}
	.buzz-small-img img {
		height: 256px;
		object-fit: cover;
	}
    #buzz_ecommerce_blog_section {
        background: #fff;
	    padding: 50px 0;
    }
	.blog .row {
	    padding-bottom: 30px;
	}
	.blog .row:last-child {
	    padding-bottom: 0;
	}
	.default_class {
	    background: #fff;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
	    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
	    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
	}
	.blog a.post-thumbnail {
	    color: #222;
	    display: block;
	    overflow: hidden;
	}
	.blog a.post-thumbnail img {
	    transition: .5s;
	}
	.blog a.post-thumbnail img:hover {
	    background: rgba(0,0,0,0.75);
	    transform: scale(1.1);
	    transition: .5s;
	}
	.blog header.entry-header {
	    background: none !important;
	    height: auto;
	    padding: 10px 0 0;
	    margin: 0 0 20px;
	    border-bottom: 1px #cecbcb solid;
	}
	.blog-detail .post-thumbnail img {
	    padding: 15px 0;
	}
	.entry-meta {
	    padding: 10px 0;
	}
	.blog h2.entry-title a {
	    font-size: 28px;
	}
	h2.entry-title {
	    line-height: 25px;
	}
	.blog h2.entry-title a {
	    color: #222;
	}
	.blog h2.entry-title a:hover {
	    color: #ff9c00;
	}
	.blog .entry-content {
	    padding: 0;
	    margin-top: 15px !important;
	}
	.blog .entry-content p {
	    padding: 0;
	}
	.blog span.posted-on {
	    color: #9e9e9e;
	}
	.blog a.admin {
	    color: #9e9e9e;
	}
	.blog a.admin:hover {
	    color: #b79583;
	}
	.blog p.meta_more {
	    background: #ff9c00;
	    text-transform: capitalize;
	    padding: 5px 20px;
	    display: inline-block;
	    border-radius: 5px;
	    transition: .5s;
	}
	.blog p.meta_more a {
	    color: #fff;
	}
	.blog p.meta_more:hover {
	    transition: .5s;
	    background: #ff9c00;
	}
	.buzz-ecommerce02 .product-item .cart-wrap, 
	.buzz-ecommerce02 .product-item .cart-wrap a {
		width: 100%;
	}
	.buzz-ecommerce02 .product-item .cart-wrap a {
		width: 100%;
	}
	.buzz-ecommerce02 .product-item .quick-view {
		width: 100%;
	}
	.buzz-ecommerce02 .col-md-4 .product-item .quick-view a {
		width: 48.90%;
	}
	.buzz-ecommerce02 .product-item .quick-view {
		padding-left: 0;
		margin-top: 5px;
	}
	.single-product .woocommerce-product-gallery {
        width: 50%;
        float: left;
	}
    .single-product.right-sidebar div#primary {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	.single-product .summary.entry-summary {
		width: 47%;
		float: right;
	}
	.single-product .woocommerce-tabs ul.tabs {
        text-align: left;
	}

	.mini-cart a i {
        margin-right: 10px;
        /*color: #222;*/
	}
	.buzz-ecommerce03 .mini-cart a i {
	    color: #fff;
	}
	.tagcloud a {
	    padding: 10px 20px;
	}
	.buzz-ecommerce02 .widget_product_tag_cloud .tagcloud a {
	    border: 1px #fff solid;
	    color: #fff;
	}
	.buzz-ecommerce02 .widget_product_tag_cloud .tagcloud a:hover {
	    background: #fff;
	    color: #222;
	}
	.post-type-archive-product .widget_product_tag_cloud .tagcloud a,
	.buzz-ecommerce02.buzz-footer02 .widget_product_tag_cloud .tagcloud a {
	    border: 1px #222 solid;
	    color: #222;
	}
	.post-type-archive-product .widget_product_tag_cloud .tagcloud a:hover,
	.buzz-ecommerce02.buzz-footer02 .widget_product_tag_cloud .tagcloud a:hover {
	    background: #222;
	    color: #fff;
	}
	header.entry-header h1 {
	    text-transform: capitalize;
	}
	#yith-quick-view-content .onsale {
	    top: 25px;
	    left: 10px;
	}
	a.button.product_type_simple.ajax_add_to_cart {
	    height: 45px;
	    line-height: 45px;
	} 
	.menu-menu-1-container {
	    display: inline-block;
	}
	p.woocommerce-mini-cart__empty-message {
	    padding: 10px;
	}
	.hot-line.homepage_header_settings_section {
	    padding-top: 30px;
	}
	h2.uppercase.single-category-products-title {
	    padding-bottom: 20px;
	}
	.site-content {
	    padding: 20px 0;
	}
	.home .site-content {
	    padding: 0;
	}
	.woocommerce-billing-fields h3 {
	    text-align: left;
	}
	footer .widget {
	    margin: 0;
	}
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	    top: 2em !important;
	}
	footer.buzz-ecommerce02 ul.footer_link li a::after, footer.buzz-ecommerce02 .footer-widget-wrapper ul li a::after {
	    display: none;
	}
	.ajax_add_to_cart.loading:after {
        font-family: WooCommerce;
        content: '\e01c';
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        position: relative;
        margin-left: 5px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .wc-proceed-to-checkout {
        margin: 15px 0;
    }
    .woocommerce-product-details__short-description p {
        margin-bottom: 0;
    }
    .demo_store {
        background-color: #ff9c00 !important;
        position: sticky !important;
    }
    p.woocommerce-store-notice.demo_store {
        color: #fff;
        text-align: center;
    }
    p.woocommerce-store-notice.demo_store a {
        padding: 10px 20px;
        color: #fff;
        background: #222;
        border-radius: 5px;
    }
    .compare-list .add-to-cart td a {
        background: #ff9c00 !important;
        padding: 10px;
    }
    .buzz-ecommerce02 .products .product-item .quick-view a {
        width: 48.60%;
    }
    .related.products .product-item .quick-view a {
        width: 49%;
    }
    .buzz-ecommerce02 .products .product-item,
    .buzz-ecommerce02 .product-tab .product-item {
        padding-bottom: 0;
        margin-bottom: 0; 
    }
    .buzz-ecommerce02 .products .product-item:hover .hover-part,
    .buzz-ecommerce02 .product-tab .product-item:hover .hover-part {
        bottom: -110px;
    }
    .buzz-ecommerce02 .hover-part a.button.product_type_external:before {
        display: inline-block !important;
        margin-right: 5px;
    }
    .call-wrap.big-banner-wrapper h2 {
        margin-bottom: 20px;
    }
    div#banner_and_hotoffer_section,
    div#buzz_ecommerce_hot_offer {
        padding: 30px 0 20px;
    }
    .products.list .hover-part {
        position: relative;
        background: none;
    }
    .products.list .product_detail {
        display: inline-block;
        width: 65%;
    }
    .products.list .product-item:hover .hover-part {
        bottom: 0;
    }
    .products.list .product-item .quick-view a {
        width: 49.40%;
    }
    .products.list .product-item:hover {
        box-shadow: none;
    }
    .products.list .hover-part {
        opacity: 1;
    }
    .products.list .product_detail .star {
        float: none;
    }
    .products.list .product-item .inner-section {
        margin: 0;
    }
    .list .product_detail {
        padding: 10px 10px 10px 0;
    }
    input#ship-to-different-address-checkbox {
        margin-left: 0;
    }
    .woocommerce-form__label span {
        margin-left: 20px;
    }
    .woocommerce-form-login .woocommerce-form__label span {
        margin-left: 0;
    }
    .woocommerce-MyAccount-navigation {
        margin-top: 20px;
    }
    .woocommerce-MyAccount-navigation ul li a {
        text-transform: capitalize;
        display: block;
        margin: 5px 0;
    }
    .woocommerce-Address-title a.edit {
        color: #ff9c00;
        padding: 5px 0;
        display: block;
    }
    .woocommerce-checkout-payment li.wc_payment_method.payment_method_ppec_paypal img {
        margin: 10px 0;
    }
    button#place_order {
        background: #ff9c00;
    }
    .buzz-ecommerce02 .buzz-menu .search,
    .buzz-ecommerce02 .buzz-menu .buzz-header-cart {
        display: inline-flex;
    }
    .list.products .product .product_img span.offer {
        margin-top: 15px;
        left: 2%;
    }
/* media screen */
@media screen and (max-width: 1200px) {
    .grid.products .product-item .quick-view a {
        width: 48%;
    } 
    .buzz-ecommerce02 .col-md-4 .product-item .quick-view a {
        width: 48.50%;
    }
	.site-info,
	.site-branding,
	.menu-menu-container,
	.site-content {
		max-width: 1140px;
		margin: 0 auto;
	}
	.site-branding h1.site-title a,
	.site-branding p.site-title a {
		padding-top: 50px;
	}
	header .main-form select {
		display: none;
	}
	header .main-form input {
		width: 85%;
	}
	header .main-form button {
		width: 15%;
	}
	.logo_small {
		display: block;
	}
	.logo_small p {
		text-align: center;
	}
}
@media screen and (max-width: 1040px) {
    .products.list .product-item .quick-view a {
        width: 49%;
    }
	.right-sidebar div#primary,
	.left-sidebar div#primary {
		width: 65%;
	}
	.uni_fancy-layout article:nth-child(n+2) {
		width: 44%;
	}
	span.byline {
		float: none;
		display: block;
	}
	.nav-sticky {        
	    position: static !important;
    }
}
@media screen and (max-width: 992px) {
	.uni_fancy-layout article:nth-child(n+2) {
		width: 43%;
	}
	.feature-box {
		margin-bottom: 80px;
	}
	.grid.products .product-item .quick-view a {
	    width: 47.50%;
	}
}

@media screen and (max-width: 840px) {
	.right-sidebar div#primary,
	.right-sidebar aside#secondary,
	.left-sidebar div#primary,
	.left-sidebar aside#secondary {
		width: 100%;
		float: none;
		display: block;
	}
	.grid.products .product-item .quick-view a {
	    width: 48.60%;
	}
}
@media screen and (max-width: 768px) {
    .grid.products .product-item .quick-view a {
        width: 49.60%;
    }
    .single-product .entry-summary {
        margin: 50px 0 0;
    }
    table.shop_table_responsive tr td {
        text-align: left !important;
        padding: 15px;
    }
    .product-item .product_img_big {
        margin-bottom: 30px;
    }
    .footer-copy-right {
        text-align: center;
    }
    h2.text-align.single-category-products-title {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .call-action .call-wrap {
        padding: 45px 0;
    }
	button.menu-toggle {
		width: auto;
		color: #fff;
		border-radius: 0;
		height: 50px;
		width: 50px;
		border: none;
		background: #222;
		text-align: center;
		outline: none;
		cursor: pointer;
	}
	button.menu-toggle:before {
		background: #222;
	    content: "\f0c9";
	    font-size: 25px;
	    font-family: FontAwesome;
	}
	.buzz-menu .menu-right {
	    float: none;
	    text-align: center;
	    margin: 8px 0 10px 0;
	}
	ul.products li.product {
		width: 100%;
	}
	header .main-form input {
		width: 80%;
	}
	header .main-form button {
		width: 20%;
	}
	.sidebar-slider .item-img {
		margin: 30px 0 0;
	}
	.site-branding h1.site-title a, 
	.site-branding p.site-title a {
		padding-top: 40px;
		font-size: 30px;
	}
	.buzz-ecommerce02 .col-md-4 .product-item .quick-view a {
		width: 48.60%;
	}
	footer-copy-right {
	    text-align: center;
	}
	footer.buzz-ecommerce02 .copy-right ul {
	    text-align: center;
	    margin-top: 15px;
	}
	ul.products.list li.product .woocommerce-product-details__short-description {
	    width: 100% !important;
	}
	.single-product .woocommerce-product-gallery {
	    float: none;
	    width: 100%;
	}
	.single-product .summary.entry-summary {
	    float: none;
	    width: 100%;
	}
	.mini-cart a span {
        left: auto;
    }
    .mini-cart a i {
        margin-right: 0;
    }
    .buzz-ecommerce04 .hot-line span {
        display: block;
        text-align: center;
    }
    .mini-cart a i {
        margin-right: 0;
	} 
	.mini-cart a span {
	    left: auto;
	}
	.buzz-ecommerce04 .header-top.main-navigation li {
	    text-align: center;
	    float: none;
	}
	button.button {
        float: none;    
        margin-top: 10px;
        width: 100%;
    }
    footer .widget {
        margin: 30px 0;
    }
    .buzz-menu .menu-left {
        margin: 0;
    }
    .right-sidebar aside#secondary {
        margin-top: 30px;
    }
}
@media screen and (max-width: 600px) {
    .grid.products .product-item .quick-view a {
        width: 49.50%;
    }
    .woocommerce-product-details__short-description {
        padding: 0 10px;
    }
    #yith-quick-view-content div.summary {
        width: calc(100% - 25px);
    }
    .products.list .product_detail {
        width: 100%;
    }
    .list .product_detail {
        padding: 10px;
    }
    ul.cart-item li {
        padding: 0;
    }
    .buzz-menu .menu-left li a::after {
        top: 0;
    }
    .reveal .hidden {
        opacity: 1;
        z-index: 9999;
    }
    .coupon {
        display: block;
    }
    input#coupon_code {
        width: 100%;
    }
    .main-navigation .mini-cart li {
        padding: 5px 10px 30px;
    }
	.buzz-menu .menu-right {
		float: none;
		margin: 0;
		position: absolute;
		top: 80px;
		right: 2%;
	}
	.buzz-ecommerce04 .buzz-menu .menu-right {
		top: 0;
	}
	.buzz-menu .menu-left {
		width: 100%;
		margin: 0;
	}
	.buzz-menu .menu-left li {
		height: auto;
		line-height: 60px;
		display: block;
	}
	.buzz-menu .menu-left li ul.sub-menu,
	.main-navigation ul li ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		background: #444;
	}
	.main-navigation li,
	.buzz-menu .menu-left li {
		height: auto;
		line-height: 60px;
		display: block;
        text-align: left;
	}
	.main-navigation ul li:hover ul.sub-menu {
		display: block;
		width: 100%;
	}
	.unique-menu .menu-left li ul.sub-menu li ul.subsub-menu {
		top: 100%;
		left: 0 !important;
		display: block;
		width: 100%;
	}
	.admin-bar .nav-sticky {
		top: 0;
	}
    .main-navigation li {
    	float: none !important;
    	display: block;
    	text-align: center;
    }
    .site-branding h1.site-title {
    	margin: 1rem 0 .5rem;
    }
    header#masthead {
    	min-height: auto;
    }
    .main-navigation {
    	bottom: auto;
	    z-index: 9999;
    }
    form.woocommerce-ordering {
    	display: none !important;
    }
    .site-main ul.products.list li.product img {
    	width: 100% !important;
    	margin-right: 0 !important;
    }
    .list .product-detail{
    	margin-left: 0;
    }
    .buzz-ecommerce-header-cart {
		float: right;
		position: absolute;
		top: 0;
		right: 2%;
		margin-top: 0;
    }
    div#buzz_ecommerce_search {
    	width: 80%;
    }
    header .main-form input {
    	width: 80%;
    }
    header .main-form button {
    	width: 20%;
    }
    .main-navigation #cart_new a {
    	color: #fff;
    }
    .buzz-ecommerce02 .col-md-4 .product-item .quick-view a {
        width: 49.30%;
    }
    .hover-part {
        position: relative;
        opacity: 1 !important;
    }
    .product-item:hover .hover-part {
        bottom: 0;
    }
    .menu-menu-1-container {
        width: 100%;
	}
	.buzz-ecommerce02 .product-item .inner-section {
	    margin: 0;
	}
	.buzz-ecommerce02 .products .product-item {
	    padding-bottom: 40px;
	}
	.list.products .product-item {
	    padding-bottom: 0;
	}
}
@media screen and (max-width: 550px) {
    .grid.products .product-item .quick-view a {
            width: 49.30%;
    }
}
@media screen and (max-width: 480px) {
    .buzz-ecommerce03 h2.text-align {
        float: none;
    }
    .single-product .has-post-thumbnail figure img {
        height: 300px !important;
    }
    .hot-line {
        text-align: center;
    }
    .call-action .call-wrap {
        padding: 20px 0;
    }
    .buzz-ecommerce02 .col-md-4 .product-item .quick-view a {
        width: 49%;
    }
    .widget_search input.search-field {
    	width: 60%;
	}
	.widget_search input.search-submit {
		width: 40%;
	}
	ul.products.list li.product img {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}
	.site-branding h1.site-title a, .site-branding p.site-title a {
		font-size: 30px;
	}
	.mini-cart .top-cart-content {
		width: 280px;
	}
	.product-tab-list ul.tabs li {
		width: 100%;
	}
	.grid.products .product-item .quick-view a {
	    width: 49%;
	}
}
.buzz-ecommerce02 .cart-wrap.woocommerce-side a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: inline-flex;
	justify-content: center;
	height: 45px;
	line-height: 45px;
	width: 100%;
	margin-left: 0;
}
.cart-wrap.woocommerce-side a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background: #ff9c00;
	transition: .5s;
}

.products-section-items a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart
{
    overflow: inherit;
    width: 100%;
	background: none;
	display: -webkit-box;
}


select.orderby {
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.main-navigation.nav-sticky {
    margin-top: 0;
    padding: 0 5%;
    height: 80px;

}
