/*
 Theme Name:   Popular eCommerce
 Theme URI:    http://themerelic.com/wordpress-themes/popular-ecommerce/
 Description:   Popular eCommerce theme is a child theme of OStore WooCommerce WordPress theme.Popular eCommerce is a clean, beautiful and fully customizable responsive WordPress WooCommerce theme. This theme includes many premium features and several custom widgets which helps making your online store professional and well organized.Popular eCommerce theme suitable for eCommerce websites of any store type: fashion, sport, technology, furniture, digitals etc. As an online store owner, attracting customers and selling products will be lot easier with this theme.  Some of the features this theme includes are customizable slider, hot deals, product grid slider, product category tabs and many others. This theme is translation ready, SEO friendly and loads very quickly. 
 Author:       themerelic
 Author URI:   http://themerelic.com
 Template:     ostore
 Tested up to: 5.9
 Requires PHP: 5.6
 Version:      1.2.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, theme-options, translation-ready, custom-logo, e-commerce
 Text Domain:  popular-ecommerce
*/

/* reset css */

body {
    background: #f6f6f6;
    margin: 0;
    position: relative;
}

a {
    color: #222;
    text-decoration: none !important;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

li {
    list-style: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

label {
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

hr {
    border: none;
}

.lite-blue {
    background: #626ea3 !important;
}

.bg-yellow {
    background: #dbb016 !important;
}

.bg-red {
    background: #c41230 !important;
}

.btn,
p.form-submit input {
    font-family: 'Poppins', sans-serif;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.widget_ostore_hlp_products_widget_area {
    clear: both;
}

.widget_ostore_single_category_products_widget_area .title-bg a {
    font-family: 'Dosis', sans-serif;
}

.ostore-hlp-timer-grid .box-time-date,
.comment-reply-title,
.woocommerce-error li,
.entry-excerpt {
    font-family: 'Poppins', sans-serif;
}

/* color css */

.site-branding a {
    color: #5a679e;
}

.single-text h3,
.site-branding a,
.heading-text h2,
.bottom-img-info h3,
.caption-content h2,
.new-product span,
.new-product p.ostore-hot-deal-desc,
.navbar-default .navbar-nav>li>a,
.ostore-hot-deal .title-bg a,
.instagram h2,
.page-title h2,
h1.recent-single-heading,
.discount-info span.discount-info_small_txt,
h2.ostore_hlp_title {
    text-transform: uppercase;
}

.bottom-img-info h3,
h2.ostore_hlp_title {
    font-weight: bold;
}

/* display */

#owl-slider,
#related-posts .slider-items,
#hot-deals-slider .slider-items,
#our-clients-slider3 .slider-items,
#os-inivoslider-banner,
#new-product-slider .slider-items {
    display: none;
}

/* Theme Layout */

.popular-ecommerce-theme-box-layout {
    width: 95%;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* nav */

nav.class {
    position: relative;
    display: flex;
    float: left;
}

nav.class button {
    align-self: stretch;
    transition: all .4s ease-out;
    padding: 0 1rem 0 1.5rem;
    outline: 0;
    border: 0;
    font-weight: bold;
    background: #e00101;
    color: #fff;
}

nav.class button.hidden {
    transition: none;
    border-right: 0.5rem solid #000;
    width: 0;
    padding: 0;
    overflow: hidden;
}

nav.class button:after {
    content: attr(count);
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #151515;
    color: #f4f4f4;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: calc(-1.5rem + -8px);
}

ul.links {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    overflow: hidden;
}

ul.links li {
    flex: none;
    list-style: none;
    padding: 1.2rem;
}

ul.links li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}

ul.links li:hover {
    background: #000;
}

ul.hidden-links {
    position: absolute;
    background: #e00101;
    right: 1.5rem;
    top: 100%;
    z-index: 11;
    width: 100%;
}

ul.hidden-links li a {
    text-decoration: none;
    color: #fff;
}

ul.hidden-links.hidden {
    display: none;
}

ul.hidden-links li {
    list-style: none;
    padding: 0.8em;
}

.navbar {
    margin-bottom: 0;
    background: #222;
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.header_top_wrap {
    background: #fff;
    padding: 15px 0 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

.navbar-header {
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #626ea3;
}

.navbar-nav>li {
    position: relative;
}

.default-nav-menu>li .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    width: 200px;
    left: 0;
    margin: 0;
    z-index: 222;
}

.default-nav-menu>li .sub-menu li .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    position: absolute;
    display: none;
    top: 1px;
    width: 200px;
    left: 100%;
    margin: 0;
    border-top: 2px #5a679e solid;
    z-index: 222;
}

.default-nav-menu .sidenav-dropdown-icon {
    top: 14px !important;
    right: 0;
    font-size: 20px;
}

.default-nav-menu .sub-menu li a .sidenav-dropdown-icon {
    top: 12px !important;
    transform: rotateZ(-90deg);
    transition: all 0.4s ease;
}

.default-nav-menu>li:hover .sub-menu,
.default-nav-menu>li .sub-menu li:hover .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li:hover .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,
.default-nav-menu>li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu {
    display: block;
}

.navbar-nav>li .wrap-popup {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    display: none;
    background: #fff;
    z-index: 11;
    width: 100%;
}

.navbar-nav>li:hover .wrap-popup {
    display: block;
}

.site-branding {
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
}

.site-branding h1.site-title {
    margin: 0;
    font-size: inherit;
}

.site-branding a {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 28px;
}

div#top-add-cart {
    position: absolute;
    right: 0;
    top:0;
}

/* sidenav */

.sidenav {
    background: #212121;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-262px, 0);
    transition: transform .3s;
    top: 0;
    width: 256px;
    z-index: 9999;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-brand {
    background: #FF5722;
    border-bottom: 1px solid #FF7043;
    color: #FAFAFA;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px 24px 19px;
}

.sidenav-dropdown,
.sidenav-header {
    border-bottom: 1px solid #424242;
    margin: 0;
}

.sidenav-header {
    background: 0 0;
    color: #757575;
    font-size: 19.2px;
    line-height: 32px;
    padding: 16px 24px 15px
}

.sidenav-header small {
    display: block;
    font-size: 14.4px;
    line-height: 16px;
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav-menu li {
    display: block;
    position: relative;
}

.sidenav-dropdown-icon,
.sidenav-link-icon {
    position: absolute;
    text-align: center;
    top: 9px;
}

.sidenav-menu a {
    background: 0 0;
    color: #BDBDBD;
    display: block;
    line-height: 24px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.sidenav-menu a:hover {
    background: #616161;
    color: #BDBDBD;
}

.sidenav-menu a.active,
.sidenav-menu a.active .sidenav-dropdown-icon,
.sidenav-menu a.active .sidenav-link-icon {
    color: #FAFAFA
}

.sidenav-link-icon {
    color: #757575;
    display: block;
    height: 24px;
    left: 24px;
    width: 24px;
    text-transform: uppercase;
}

.sidenav-link-title {
    display: block;
    padding: 0 16px 0 40px;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0;
}

.sidenav-dropdown a {
    background: #191919;
    color: #BDBDBD;
    padding: 10px 50px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: #333;
}

.sidenav-dropdown a:hover {
    background: #616161;
    color: #BDBDBD;
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px;
}

.sidenav-dropdown-icon.show {
    display: block;
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sidenav-no-scroll {
    overflow: hidden;
}

/* pull-right */

.wishlist-wrapper {
    float: left;
}

.top-cart-contain {
    float: left;
}

.wishlist-wrapper .quick-wishlist,
.top_add_cart.pull-right a {
    font-size: 24px;
    padding: 0 15px;
    position: relative;
}

.wishlist-wrapper .quick-wishlist sup,
.top_add_cart.pull-right sup {
    background: #222;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    left: 30px;
    font-size: 10px;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 12px 0;
}

.header_top_wrap .search {
    float: left;
}

.form-open input {
    background: none;
    width: 100px;
    border: 0;
    border-bottom: 1px solid #111;
    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);
}

.header_top_wrap .search input:focus {
    width: 200px;
}

.header_top_wrap .search,
.menu-bar {
    margin: 20px 0 0;
}

.header_top_wrap .search a,
.menu-bar a {
    font-size: 16px;
}

.header_top_wrap .search a span,
.menu-bar span {
    padding-right: 10px;
    font-size: 20px;
}

.menu-bar a i {
    font-size: 30px;
}

.cart {
    margin: 20px;
    float: left;
}

.menu-bar {
    float: left;
}

.mini-cart {
    margin: 0;
}

.top-cart-content {
    box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background: #f6f6f6;
    position: absolute;
    right: 1em;
    width: 330px;
    margin-top: 40px;
    z-index: 111;
    overflow: overlay;
    height: 300px;
}

/* banner */

.home #content .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.blog #content .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.nivo-caption {
    left: 10%;
    top: 40%;
}

.nivo-caption .btn {
    background: #fff;
    color: #222;
}

.caption-content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}

.heading-text {
    text-align: center;
    margin: 0;
}

.add-cart {
    margin: 20px 0;
}

.add-cart button {
    background: #222;
    margin-right: 4px;
}

.caption-content span {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.cart_totals h2 {
    font-size: 25px;
    font-weight: 600;
}

/* single-product */

.home .single-product {
    padding: 40px 0;
}

.single-product .col-md-5 {
    padding-right: 0;
}

.single-product .col-md-7 {
    padding-left: 0;
}

.heading-text {
    margin-top: 20px;
    margin-bottom: 40px;
}

.heading-text p {
    text-transform: uppercase;
    padding: 10px 0 0;
}

.heading-text img {
    display: none;
}

.single-img {
    background: #fff;
}

.single-text {
    background: #fff;
    min-height: 430px;
    padding: 15px;
}

.single-text p {
    padding: 15px 0;
}

.single-text button a {
    color: #fff;
}

/* catagories */

.ostore-bottom-banner-section a {
    display: block;
    margin: 15px 0;
}

.overimg {
    position: relative;
}

.overimg:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bottom-img-info {
    text-align: center;
    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%);
}

.bottom-img-info h3 {
    color: #fff;
}

.shop-now-btn {
    display: inline-block;
    border: 1px #fff solid;
    color: #fff;
    padding: 12px 40px;
    border-radius: 100px;
    margin: 10px 0;
    transition: .5s;
}

.shop-now-btn:hover {
    background: #fff;
    color: #222;
    transition: .5s;
}

.blog_post .hr-title span,
.new-product .hr-title span,
.title-bg ul li a,
.our-clients .hr-title span,
section#ostore_category_collection_widget_area-2 {
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    padding: 20px 0;
    text-transform: uppercase;
}

.blog_post .heading {
    text-align: center;
}

.blog-posts .list-blog-post .entry-more {
    background: none;
    padding: 0;
}

.blog-posts .list-blog-post .entry-more a {
    background: black;
    color: #fff;
}

.home .product-slider .woocommerce a.added_to_cart {
    background: none;
}

.new-product p.ostore-hot-deal-desc,
.ostore-hot-deal .title-bg p,
.our-clients p.ostore-hot-deal-desc {
    font-size: 14px;
}

.new-product,
.blog_post .title-bg,
.our-clients .heading {
    text-align: center;
}

.new-pro ul li {
    margin: 0 5px;
    background: #222;
    border-radius: 100px;
    display: inline-block;
}

.new-pro ul li.active {
    background: #626ea3;
}

.new-pro ul.ui-tabs-nav li a {
    padding: 10px 50px;
    display: block;
    color: #fff;
    font-size: 16px;
}

.tab-content li {
    list-style: none;
    margin: 0 10px;
}

.icon-sale-label {
    position: relative;
}

.icon-sale-label.sale-left,
.icon-sale-label.featured.sale-right {
    position: absolute;
    right: -25px;
    top: 10px;
    background: #5a679e;
    height: 30px;
    width: 100px;
    padding-top: 4px;
    color: #fff;
    z-index: 11;
    text-align: center;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(45deg)
}

.icon-sale-label.featured,
.icon-sale-label.featured.sale-right {
    background: #f1bf2e;
    transform: rotate(-45deg);
    left: -25px;
    position: absolute;
    z-index: 5;
}

.product-thumbnail:hover .icon-sale-label.featured {
    display: none;
    transition: .5s;
}

figure {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

figure img {
    background: #222;
    -webkit-transition: all 0s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
    width: 100%;
    height: auto;
    object-fit: cover;
}

figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-thumbnail {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.pr-info-area,
span.add-to-cart-mt {
    display: none;
}

.product-thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product-thumbnail:hover .pr-info-area {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
}

.product-thumbnail:hover span.add-to-cart-mt {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 0;
    background: #222;
    text-align: center;
}

.woocommerce .product-thumbnail:hover span.add-to-cart-mt {
    padding: 12px 0;
}

.add-to-cart,
.add-to-cart {
    display: none;
}

.product-thumbnail:hover .add-to-cart {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.ostore-hot-deal .info-inner {
    text-align: center;
    padding: 0 0 10px;
}

.product-thumbnail:hover .add-to-cart-mt {
    position: absolute;
    bottom: 2px;
    width: 100%;
    padding: 5px 0;
}

.ostore-hot-deal .product-thumbnail:hover .add-to-cart-mt {
    bottom: 68px;
}

.ostore-hlp-item-info {
    text-align: center;
}

.widget_ostore_single_category_products_widget_area .product-thumbnail:hover .add-to-cart-mt {
    bottom: 0;
}

.product-thumbnail button.add-to-cart-mt {
    border: none;
}

.pr-button {
    position: absolute;
    top: 0;
    left: 2px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.product-thumbnail:hover .pr-button {
    left: 2px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.mt-button.add_to_wishlist-1,
.mt-button.add_to_wishlist,
.mt-button.add_to_compare,
.mt-button.quick-view {
    background: #222;
    padding: 12px 15px;
    margin: 2px 0;
}

.mt-button.add_to_wishlist i {
    margin-right: 0;
    color: #fff;
}

.pr-button a.add_to_wishlist,
.pr-button a.compare,
.pr-button a.yith-wcqv-button {
    color: #fff;
}

.add-to-cart-mt i.fa.fa-shopping-cart {
    padding-right: 8px;
    font-size: 18px;
    color: #fff;
}

.add-to-cart-mt i.fa.fa-shopping-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_grouped,
a.added_to_cart.wc-forward,
a.button.product_type_variable.add_to_cart_button {
    color: #fff;
}

.ostore_hlp_actions {
    position: relative;
}

.ostore_hlp_des a.added_to_cart.wc-forward {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 35px;
    top: 5px;
    color: #222;
    overflow: hidden;
}

a.added_to_cart.wc-forward:before {
    content: "\f06e";
    font-family: FontAwesome;
    position: relative;
    left: 0;
    font-size: 15px;
    padding: 0 5px;
}

.mt-button.add_to_compare {
    position: relative;
}

a.compare.added {
    overflow: hidden;
    display: block;
    width: 0;
}

a.compare.added:before {
    content: "\f074";
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 10px;
    line-height: 20px;
    background: #222;
    padding: 5px;
}

.ostore_hlp_des a.add_to_cart_button.ajax_add_to_cart.added {
    position: absolute;
}

.ostore_hlp_des a.added_to_cart.wc-forward:before {
    content: "\f06e";
    font-family: FontAwesome;
    position: relative;
    left: 0;
    font-size: 15px;
    padding: 0 5px;
}

.ostore_hlp_des a.add_to_cart_button.ajax_add_to_cart.added i:before {
    display: none;
}

.item-title h3 {
    font-size: 18px !important;
    padding: 0 0 10px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.admin-bar .mobile {
    position: fixed !important;
}

.info-wrap {
    background: #fff;
    padding: 0 0 20px;
}

a.button.yith-wcqv-button {
    display: none;
}

section #ostore_banner-2 {
    margin: 40px 0;
}

/* hot product */

.title-bg p.pull-right {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    float: none !important;
}

.item-info {
    background: #fff;
}

.box-timer .box-time-date {
    display: inline-block;
}

button.add-to-cart-mt {
    display: none;
}

.product-thumbnail:hover button.add-to-cart-mt {
    display: block;
    background: #222;
}

/* discount-info */

.discount.parallax_3 {
    background-image: url(../img/banner.jpg);
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.discount.parallax_3:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.discount-info {
    padding: 120px 80px;
}

.discount-info span {
    color: #fff;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.discount-info span.discount-info_shadow_txt {
    padding: 15px 0;
    font-size: 18px;
}

.discount-info span.discount-info_small_txt {
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.discount-info a.view {
    padding: 12px 40px;
    color: #222;
    display: inline-block;
    border: 2px #fff solid;
    border-radius: 100px;
    color: #fff;
    margin: 10px 0;
    transition: .5s;
}

.discount-info a.view:hover {
    background: #fff;
    color: #222;
    transition: .5s;
}

/* service box */

section#ostore_service_box_widget_area-2 {
    padding: 40px 0;
    overflow: hidden;
}

.ostore-service-box .ostore-service-icon-info p,
.ostore-service-box .ostore-service-icon-info h5 {
    margin-bottom: 0;
    color: #fff;
}

.widget_ostore_service_box_widget_area {
    padding: 0px 15px 0px 15px;
}

.ostore-service-boxw {
    padding: 0;
}

.ostore-service-box .ostore-service-icon {
    width: 80px;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.ostore-service-box .ostore-service-icon i {
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.ostore-service-box {
    width: 100%;
    height: 85px;
    position: relative;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
}

.ostore-service-box:hover {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
}

.ostore-service-box>div {
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ostore-service-box .front {
    background-color: #1ccca9;
    -webkit-transform: translateZ(35px);
    transform: translateZ(35px);
    align-items: center;
    display: flex;
}

.ostore-service-box .back {
    background-color: #f6ba18;
    -webkit-transform: rotateX(-100deg) translateZ(35px);
    transform: rotateX(-100deg) translateZ(35px);
    align-items: center;
    display: flex;
}

.ostore-service-box .ostore-service-icon-info h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.ostore-service-box .ostore-service-icon-info {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    border-right: 1px dotted rgba(255, 255, 255, 0.26);
}

h2.ostore_hlp_title {
    font-size: 25px;
}

/* ostore_hlp_des */

.ostore_hlp_des a {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

/* hot product */

section#ostore_hlp_products_widget_area-2 {
    padding: 30px 0;
}

.ostore_hlp_single_panel_product {
    padding: 0 0 20px;
    border-bottom: 1px #d7d7d7 solid;
    clear: both;
    overflow: hidden;
}

.blog_post .content-meta.ostore-home-blog-meta {
    min-height: 210px;
}

.ostore_hlp_single_panel_product:last-child {
    border-bottom: none;
}

.ostore_hlp_panel_left {
    width: 34%;
    float: left;
}

.osote_hlp_panel_right {
    width: 65%;
    float: left;
    padding: 0 0 0 10px;
}

.ostore_hlp_actions a {
    display: inline-block;
    margin: 8px 8px 0 0;
}

.ostore_hlp_actions a i,
.ostore_hlp_actions span i {
    transition: .5s;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #D0D0D0;
    color: #222;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.ostore_hlp_actions a:hover i,
.ostore_hlp_actions span:hover i {
    transition: .5s;
    background: #222;
    color: #fff;
}

.icon-hot-label.hot-left,
.icon-hot-label.hot-right {
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #626ea3;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 9px;
    right: -25px;
    z-index: 1;
}

.ostore_hlp_product_area img.first-img.wp-post-image {
    width: 100%;
    object-fit: cover;
}

.ostore-hlp-box-timer,
.box-timer.pcountdown-cnt-list-slider {
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.ostore-hlp-timer-grid {
    overflow: hidden;
    display: inline-block;
}

.ostore-hlp-timer-grid .box-time-date {
    background: #fff;
    font-size: 10px;
    color: #222;
    display: inline-block;
    min-width: 55px;
    min-height: 55px;
    margin: 0;
    text-align: center;
    padding-top: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px #e8e8e8 solid;
}

.product-hot-item .box-time-date {
    background: #fff;
    font-size: 10px;
    color: #222;
    min-width: 46px;
    min-height: 46px;
    margin: 0;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px #e8e8e8 solid;
}

.ostore-hlp-timer-grid span,
.box-timer span {
    display: block;
}

.ostore-item-title a {
    font-size: 18px;
}

.ostore-hot-deal .item-title a {
    font-size: 18px;
}

.panel_product {
    background: #fff;
    padding: 20px;
    min-height: 66rem;
}

.panelp_img {
    margin-top: 20px;
}

.content-meta.ostore-home-blog-meta {
    padding: 15px 0;
}

h3.entry-title {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.entry-meta-data {
    margin: 10px 0;
}

/* ostore-hot-deal */

section#ostore_category_collection_widget_area-4,
.ostore-hot-deal .title-bg,
.ostore-hot-deal .title-bg,
.instagram {
    margin: 40px 0;
    text-align: center;
}

.title-bg {
    text-align: center;
}

.widget_ostore_single_category_products_widget_area .title-bg a {
    font-weight: 600;
    font-size: 40px;
}

/* instagram */

.instagram {
    position: relative;
}

.instagram h2 {
    padding-bottom: 40px;
}

.instagram h2,
.widget_ostore_single_category_products_widget_area .title-bg a,
.heading-text h2 {
    text-align: center;
    position: relative;
    font-weight: 600;
}

.instagram_intro {
    position: absolute;
    bottom: 20px;
    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%);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11;
    padding: 15px 0;
    width: 280px;
}

.instagram_intro h5 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 25px;
}

.instagram_intro .icons {
    text-align: center;
}

.instagram_intro .icons span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    transition: .5s;
    padding: 4px 10px;
    border: 1px #f6f6f6 solid;
    margin: 0 2px;
}

.instagram_intro .icons span:hover {
    background: #fff;
    color: #c41230;
    transition: .5s;
}

.instagram_intro .icons span i {
    padding: 0 5px;
}

.instagram_intro .icons span i.fa-comment {
    font-size: 20px;
}

.instagram .row {
    margin: 0;
}

.instagram .row .col-md-2 {
    padding: 0;
}

.instagram_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.single-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

/* our-clients */

.our-clients .item {
    background: #fff;
    margin: 0 10px;
}

.our-clients img.grayscale {
    max-height: 140px;
    width: 100%;
    object-fit: cover;
}

/* footer */

footer {
    background: #fff;
}

footer .footer-widget {
    padding: 60px 0 0;
}

footer h4.widget-title {
    text-transform: uppercase;
    padding-bottom: 20px;
}

.widget-title span {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}

footer .tagcloud a {
    background: #222;
    color: #fff;
    padding: 8px 30px;
    margin: 4px 0;
    font-size: 12px !important;
    display: inline-block;
    border-radius: 100px;
}

footer .woocommerce ul.product_list_widget {
    padding: 0;
}

footer .gallery-size-thumbnail dl {
    margin-bottom: 0;
}

#gallery-1 .gallery-item {
    margin-top: 0 !important;
}

footer #gallery-1 img {
    border: 1px solid #cfcfcf;
    width: 88px;
    height: 88px;
}

.footer-menu {
    text-align: right;
}

.footer-menu .footer-links li {
    padding: 0 0 0 15px;
}

/* footer-coppyright */

.footer-coppyright {
    background: #222;
    padding: 20px 0;
    margin: 80px 0 0;
}

.footer-menu .footer-links li a,
.coppyright a,
.coppyright span.sep {
    color: #fff;
}

.footer-links li {
    display: inline-block;
}

/* totop */

.totop {
    background: #626ea3;
    padding: 12px 15px;
    position: absolute;
    right: 0;
    bottom: 64px;
    z-index: 1;
}

a.totop i {
    color: #fff;
    font-size: 24px;
}

/* h2.widget-title */

section#recent-posts-2 {
    padding: 20px 0 0;
}

section#recent-posts-2 ul li {
    line-height: 26px;
}

.widget-area h2.widget-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.home section.blog_post {
    padding: 0;
    margin: 0;
}

.woocommerce-page section.blog_post,
.blog section.blog_post,
.single section.blog_post,
.search section.blog_post {
    padding: 60px 0;
    margin: 0;
}

.search section.blog_post h2.page-title {
    font-size: 20px;
    font-weight: 600;
}

.search section.blog_post .page-header {
    margin: 0 0 20px;
}

.search section.blog_post .page-content h6 {
    padding-bottom: 15px;
}

.search section.blog_post .page-title {
    padding: 15px;
}

.widget-area ul {
    padding: 10px 0 0;
}

.page-title h2,
h1.recent-single-heading {
    font-size: 30px;
    font-weight: 600;
}

.blog-posts article,
.entry-info,
.entry-detail,
.slider-items-products {
    background: #fff;
    padding: 20px;
}

aside#woocommerce-sidebar {
    background: #fff;
    padding: 20px;
}

aside#right-sidebar {
    background: #fff;
    padding: 0 20px 20px;
}

.woocommerce .woocommerce-widget-layered-nav-list,
.widget-area section {
    padding: 20px 0 0;
}

.widget-area section#woocommerce_product_search-2 {
    padding: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-top: 15px;
}

.page-title,
#right-sidebar .col-md-3 {
    background: #fff;
    padding: 1px 20px;
}

.ostore-entry-meta-data {
    padding: 15px 0;
}

.blog-posts li.post-item:last-child {
    padding-bottom: 0;
}

.form-group {
    margin-bottom: 0;
}

.has-feedback .form-control {
    padding: 10px 25px 10px 10px;
    border-radius: 0;
}

i.fa.fa-search.form-control-feedback {
    padding-top: 10px;
}

.entry-more {
    background: #222;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 100px;
}

.entry-more a {
    color: #fff;
}

.entry-photo figure img {
    width: 100%;
}

.single-box .owl-item {
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-item {
    box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
    margin: 0 2px;
    background: #fff;
}

.product-item img {
    width: 100%;
    object-fit: cover;
}

p.form-submit input {
    background: #222;
    margin-top: 20px;
}

.comments-area {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
}

.comment-reply-title {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 10px;
}

a.woocommerce-Button.button {
    background: #222;
    border-radius: 100px;
    padding: 12px 40px;
    color: #fff;
}

a.woocommerce-Button.button:hover {
    background: #333;
    color: #fff;
}

/* shop */

.main-container {
    margin: 40px 0;
}

.woocommerce-product-search input {
    display: inline-grid;
    padding: 10px !important;
    width: 68%;
    border: 1px #666 solid;
    border-radius: 20px 0 0 20px;
}

.woocommerce-product-search button {
    display: inline-grid;
    width: 30%;
    background: #222;
    color: #fff;
    padding: 11px;
    border: none;
    border-radius: 0 22px 20px 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #review_form #respond .form-submit input {
    background: #222;
    border-radius: 100px;
    padding: 10px 40px;
    color: #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #626ea3;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #1ccca9;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #4255a9;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    font-family: 'Poppins', sans-serif;
    color: #626ea3;
    font-weight: 600;
    font-size: 14px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

.woocommerce a.added_to_cart {
    padding: 0;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    padding: 10px 0 0;
}

.woocommerce ul.products li.product .button {
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.main-container figure img {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.main-container figure:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-container .info-wrap {
    background: #fff;
    padding: 0 0 20px;
    text-align: center;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: 0;
    right: -2em;
}

.home .woocommerce #respond input#submit.loading::after,
.home .woocommerce a.button.loading::after,
.home .woocommerce button.button.loading::after,
.home .woocommerce input.button.loading::after {
    top: 12px;
    right: 0;
}

.home .woocommerce a.button.loading {
    padding-right: 2em;
    padding-left: 0;
}

.home .woocommerce a.button {
    margin: 0;
}

/* single-page */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #626ea3;
    border-radius: 0 10px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
    color: #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce-Tabs-panel h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 10px;
}

.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
}

.comment-form-comment textarea {
    padding: 15px;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #626ea3;
}

.single-product .icon-sale-label.sale-left {
    display: none;
}

.woocommerce div.product form.cart {
    float: none;
    margin: 0;
}

.home .woocommerce a.button,
.home .woocommerce a.button:hover {
    background: none;
    color: #fff;
}

.home .woocommerce a.button {
    padding: 10px 0;
}

.home .top-cart-content .woocommerce a.button,
.home .top-cart-content .woocommerce a.button {
    background: #222;
    padding: 10px 35px;
    display: inline;
    margin: 0 5px;
}

.home .woocommerce a.added_to_cart {
    padding: 7px 0;
    background: #222;
}

button.single_add_to_cart_button.button.alt,
.woocommerce button.button {
    background: #222;
    border-radius: 100px;
    padding: 12px 40px;
    color: #fff;
}

.single-product a.compare.button {
    background: none;
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline !important;
}

.woocommerce a.button:hover {
    background: none;
    color: #5a679e;
}

.woocommerce a.button {
    margin: 10px 0;
}

button.single_add_to_cart_button.button.alt:hover,
.woocommerce button.button:hover {
    background: #333;
    color: #fff;
}

.yith-wcwl-wishlistexistsbrowse a {
    text-decoration: underline !important;
    display: inline-block;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    border-top-color: #626ea3;
    background: #fff;
}

.woocommerce-info {
    background: #f6f6f6;
}

.woocommerce-error li {
    font-size: 14px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    background: #222;
    border-radius: 100px;
    padding: 12px 10px;
    font-size: 14px;
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    background: #333;
}

.woocommerce table.wishlist_table {
    overflow: scroll;
}

.woocommerce table.wishlist_table tbody td {
    font-size: 14px;
}

.woocommerce .wishlist-title h2 {
    font-size: 25px;
    padding: 0 0 15px;
}

.woocommerce-MyAccount-content input,
.woocommerce-billing-fields input,
.woocommerce-shipping-fields input,
.woocommerce input {
    padding: 8px;
}

.checkbox span {
    margin-top: 10px;
    display: block;
    margin-left: 25px;
}

h3#order_review_heading {
    font-size: 25px;
    margin-bottom: 10px;
}

input#coupon_code {
    width: 50% !important;
}

.actions button.button {
    color: #fff !important;
}

.actions button.button:hover {
    color: #222 !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    border-radius: 100px;
    background: #222;
    color: #fff;
    padding: 10px 30px;
}

.woocommerce-info a {
    text-decoration: underline !important;
}

.woocommerce h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.woocommerce-shipping-fields .checkbox input[type=checkbox] {
    margin-left: 0;
    margin-top: -1px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.comments-area h2 {
    font-size: 25px;
    padding: 0 0 10px;
    font-weight: 600;
}

#div-comment-2 {
    padding: 0;
}

ol.children {
    margin-left: 40px;
}

ol.children li {
    margin: 10px 0;
}

.comment-body .comment-author img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.comment-meta.commentmetadata {
    padding: 10px 0 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 12px 40px;
    background: #222;
}

.woocommerce-additional-fields textarea#order_comments {
    padding: 15px;
}

.woocommerce-billing-fields h3 {
    font-size: 25px;
    padding: 0 0 10px;
}

.entry-excerpt {
    padding: 0 0 15px;
}

.widget_tab_widget_area .slider-items-products {
    background: none;
    padding: 0;
}

.nivo-directionNav a.nivo-prevNav {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    padding: 12px 15px;
    position: absolute;
    background: #000;
    border-radius: 100px;
    top: 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%);
    left: 60px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nivo-directionNav a.nivo-prevNav:before {
    font-family: "fontawesome";
    font-size: 30px;
    display: inline-block;
    content: '\f053';
    color: #fff;
}

.nivo-directionNav a.nivo-nextNav {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    padding: 12px 15px 12px 22px;
    position: absolute;
    background: #000;
    border-radius: 100px;
    top: 45%;
    right: 60px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nivo-directionNav a.nivo-nextNav:before {
    font-family: "fontawesome";
    font-size: 30px;
    display: inline-block;
    content: '\f054';
    color: #fff;
}

/* owl-carousel */

.owl-carousel {
    display: block;
}

.instagram .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.logo-slider {
    background: none;
}

/* gridlist-toggle */

.post-type-archive-product .gridlist-toggle {
    display: block;
    clear: none;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: right;
}

.woocommerce-ordering {
    margin-right: 200px !important;
}

.gridlist-toggle a {
    background-color: #626ea3;
}

ul.products.list .product-thumbnail {
    width: 30%;
    float: left;
}

ul.products.list .info-wrap {
    float: right;
    width: 70%;
    padding: 0 20px;
}

.product-item .item-inner .item-info {
    text-align: center;
    padding-top: 14px;
    background: #fff;
    font-size: 16px;
    margin: 2px;
    padding-bottom: 5px;
}

.grid .woocommerce-product-details__short-description {
    padding: 0px 10px;
    text-align: center;
    color: #888888;
    display: none;
}

.list .product-item .item-inner .item-info {
    text-align: left;
}

.list .woocommerce-product-details__short-description {
    padding: 0;
    text-align: left;
    float: none !important;
}

ul.products.list li {
    background: #fff;
}

ul.products.list li.product h3,
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
    width: 100% !important;
}

ul.products.list li.product .gridlist-buttonwrap {
    float: none !important;
    text-align: left;
}

.woocommerce-product-details__short-description {
    padding: 0;
    text-align: left;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
    margin: 0;
}

.gridlist-toggle .dashicons {
    color: #fff;
}

/* pagination */

ul.page-numbers,
ul.page-numbers li {
    border: none !important;
    width: 50px !important;
    float: none !important;
}

ul.page-numbers li:hover a {
    background: #5a679e !important;
    color: #fff !important;
}

span.page-numbers.current {
    background: #5a679e !important;
    color: #fff !important;
}

.wraper-pagination {
    text-align: center;
}

span.page-numbers.current {
    border-radius: 100px;
    background: #626ea3;
    padding: 5px 30px;
    color: #fff;
}

a.page-numbers {
    border-radius: 100px;
    background: #222;
    padding: 6px 30px;
    color: #fff;
}

.woocommerce a.button.alt {
    background: #222;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 100px;
}

.woocommerce a.button.alt:hover {
    background: #333;
}

.related h2 {
    padding: 15px;
    font-weight: 500;
    font-size: 25px;
}

div#calendar_wrap {
    background: #f6f6f6;
    padding: 5px 0px 10px 15px;
}

table#wp-calendar {
    width: 100%;
}

.overimg img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.ostore-slider-items-products .product-item {
    box-shadow: none;
    margin: 0 12px;
}

section#ostore_banner-2 {
    margin: 40px 0;
}

.fullslider {
    padding-bottom: 40px;
}

.tab-all-product a {
    display: none;
}

.widget_tab_widget_area .title-bg {
    padding-bottom: 30px;
}

.widget_tab_widget_area .new-product .title-bg {
    margin-top: 20px;
}

section.blog_post,
.post-type-archive-product .main-container {
    margin: 60px 0;
}

.pagination {
    margin: 30px 0 20px;
}

.woocommerce-Price-amount {
    font-size: 14px;
    display: inline-block;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
    font-size: 16px;
    color: #222;
    line-height: 20px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}

.comment-respond input#author,
.comment-respond input#email {
    width: 100%;
}

#hot-deals-slider .hot-left {
    background: red;
}

.woocommerce-checkout .top-cart-content {
    display: none;
}

/* contant */

.wpcf7-form label {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 8px;
}

.wpcf7-submit {
    font-family: 'Poppins', sans-serif;
    background: #222;
    border-radius: 100px;
    padding: 12px 40px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #222;
}

.archive .blog_post h1.page-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}

.single-text h3 {
    padding-bottom: 10px;
}

.single-text .products-price strong,
.single-product .price span {
    font-size: 20px;
}

.related .price span {
    font-size: 14px;
}

.single-product .woocommerce-Price-amount {
    padding: 10px 0 0;
}

.owl-controls {
    text-align: center;
    padding: 30px 0 0;
}

.owl-page {
    display: inline-block;
    padding: 7px;
    margin: 0 3px;
    border-radius: 100px;
    border: 2px #1ccca9 solid;
}

.owl-page.active {
    border: 4px #1ccca9 solid;
}

.home .add-cart .woocommerce a.button {
    padding: 0;
}

.home .add-cart .woocommerce a.added_to_cart {
    padding: 0;
}

.home .add-cart .woocommerce #respond input#submit.loading::after,
.home .add-cart .woocommerce a.button.loading::after,
.home .add-cart .woocommerce button.button.loading::after,
.home .add-cart .woocommerce input.button.loading::after {
    top: 0;
    right: -1.5em;
}

.product-slider,
.instagram-feed {
    display: none;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
}

.widget_shopping_cart_content span.quantity {
    display: block;
}

.tagcloud a {
    font-size: 14px !important;
    border: 2px #222 solid;
    padding: 5px 15px;
    color: #222;
    border-radius: 100px;
    margin: 5px 0;
    display: inline-block;
    transition: .5s;
}

.tagcloud a:hover {
    background: #222;
    color: #fff;
    transition: .5s;
}

.admin-bar .sidenav {
    top: 46px;
}

.gridlist-toggle a.active {
    background-color: #000 !important;
}

.dashicons-grid-view:before {
    content: "\f009";
    font-family: FontAwesome;
}

.dashicons-excerpt-view:before,
.dashicons-exerpt-view:before {
    content: "\f00b";
    font-family: FontAwesome;
}

span.dashicons.dashicons-grid-view,
span.dashicons.dashicons-exerpt-view {
    font-size: 18px;
    padding: 0 0 20px;
}

.bottom-img-info h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 10px 0;
    line-height: 26px;
}

.post-type-archive-product .product-categories li ul.children.nav li a:hover {
    color: #fff;
}

.post-type-archive-product .toolbar {
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    background: #f6f6f6;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce table.my_account_orders .button {
    margin: 5px;
    background: #222;
    color: #fff;
    padding: 12px 40px;
    border-radius: 100px;
}

.address {
    padding: 10px 0;
}

.widget-area ul li {
    list-style-type: square;
    margin-left: 15px;
}

.post-type-archive-product .widget-area ul {
    padding: 0;
}

.product-categories li {
    line-height: 30px;
}

.product-categories li ul.children.nav li {
    list-style-type: square !important;
}

.product-categories li ul.children.nav li a {
    line-height: 30px;
    padding: 0 15px;
}

.product-categories li:hover ul.children.nav li a {
    background: none;
    color: #222 !important;
}

.single-product .product_meta {
    padding: 0 0 15px;
}

span.comment-author-link {
    text-transform: capitalize;
}

#recentcomments li.recentcomments a {
    line-height: 25px;
}

#recentcomments li.recentcomments a:hover {
    color: #626ea3;
}

.page-title h2,
h1.recent-single-heading {
    padding: 15px 0 0;
}

.ostore-entry-meta-data a {
    padding: 0 5px;
}

.panel_product .yith-wcwl-add-button a.add_to_wishlist {
    margin-right: 5px;
}

.yith-wcwl-add-button>a i {
    margin-right: 0;
}

.nivo-caption a {
    display: inline-block !important;
    margin: 0 auto;
}

.panel_product .panelp_img img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

section.ostore_hlp_product_area {
    overflow: hidden;
}

.owl-carousel .owl-wrapper {
    width: 100%;
}

.ostore_hlp_actions .add-to-wishlist-custom {
    display: inline-block;
    margin: 8px 0px 0 0;
}

.woocommerce-page ul li.product {
    margin: 0 4px !important;
}

.woocommerce-page ul.columns-2 li.product,
.woocommerce-page ul.columns-3 li.product,
.woocommerce-page ul.columns-4 li.product {
    margin-right: 0;
}

.woocommerce-page ul.columns-2 li.product {
    width: 50% !important;
}

.woocommerce-page ul.columns-3 li.product {
    width: 32.33% !important;
}

.woocommerce-page ul.columns-4 li.product {
    width: 25% !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px #222 solid;
}

.osote_hlp_panel_right a.compare.added {
    display: none;
}

.product-item {
    margin: 20px 2px;
}

span.feedback i {
    color: #fff;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
}

#latest-news .owl-item .item {
    margin: 0 6px
}

#hot-deals-slider {
    position: relative;
}

#hot-deals-slider .item {
    text-align: center;
    width: 100%;
}

#hot-deals-slider .item .product-image {
    display: block;
    overflow: hidden
}

#hot-deals-slider .item .product-image img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform
}

#hot-deals-slider .item .product-image:hover img {
    transform: scale(-1, 1)
}

#hot-deals-slider .owl-buttons .owl-prev a {
    left: -200px;
    transition: all .5s ease-out 0s
}

#hot-deals-slider:hover .owl-buttons .owl-prev a {
    left: -18px
}

#hot-deals-slider .owl-buttons .owl-next a {
    right: -200px;
    transition: all .5s ease-out 0s
}

#hot-deals-slider:hover .owl-buttons .owl-next a {
    right: 0px
}

.owl-buttons {
    opacity: 0;
    transition: all .5s ease-out 0s
}

.product-flexslider:hover .owl-buttons {
    opacity: 1;
}

#hot-deals-slider .owl-buttons .owl-prev {
    position: absolute;
    left: 35px;
    top: 30%;
    right: inherit
}

#hot-deals-slider .owl-buttons .owl-next {
    position: absolute;
    right: -14px;
    top: 30%
}

#hot-deals-slider .owl-buttons .owl-prev a {
    background-position: 0 100%
}

#hot-deals-slider .owl-buttons .owl-next a {
    background-position: 100% 100%;
    top: 50%
}

#hot-deals-slider .owl-buttons .owl-next a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 30px;
    line-height: 42px;
}

#hot-deals-slider .owl-buttons .owl-prev a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-transform: none;
    font-size: 30px;
    line-height: 42px;
}

#hot-deals-slider .owl-buttons a {
    background: #fff;
    display: block;
    height: 45px;
    margin: 0 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 45px;
    z-index: 5;
    color: #888;
    border: 2px #999 solid;
    border-radius: 100%;
}

.product-flexslider {
    margin: 30px 0;
    margin-top: 20px
}

#new-product-slider5.product-flexslider {
    margin: 10px -12px 0;
}

#new-product-slider5 .owl-theme .owl-controls {
    display: none;
    margin: auto;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none !important
}

#hot-deals-slider .owl-buttons a:hover {
    text-decoration: none;
    background: #626ea3;
    color: #fff;
    border: 2px #626ea3 solid;
}

#hot-deals-slider .owl-buttons .owl-prev a {
    background-position: 0 100%;
    border-radius: 100%
}

section#hot-deal .info-wrap {
    text-align: center;
}

.instagram_intro h5 a {
    color: #fff;
    text-decoration: none;
}

.yith-wcwl-wishlistaddedbrowse.show:hover i {
    color: white;
}

.gridlist-buttonwrap i.fa.fa-star.gold,
.rating i.fa.fa-star.gold,
.info-wrap i.fa.fa-star.gold {
    color: #ffdc1e;
}

/******** media screen ********/

@media screen and (max-width: 1200px) {
    .popular-ecommerce-theme-box-layout {
        width: 95%;
    }
    .overimg img {
        width: 100%;
    }
    .woocommerce ul.order_details li {
        width: 100%;
        border-right: none;
        line-height: 30px;
        font-size: 10px;
    }
    .add-cart .btn {
        padding: 12px 25px;
    }
    .woocommerce-product-search input {
        width: 67%;
    }
}

@media screen and (max-width: 992px) {
    i.fa.fa-search.form-control-feedback {
        display: none;
    }
    .widget-area .col-md-3 {
        position: inherit;
    }
    .add-cart button {
        width: 49%;
        margin: 0;
    }
    .ostore-hlp-timer-grid .box-time-date {
        min-width: 55px;
        min-height: 50px;
    }
    .panel_product {
        margin-bottom: 30px;
    }
    .single-text {
        min-height: auto;
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    section#ostore_category_collection_widget_area-4,
    .ostore-hot-deal .title-bg,
    .ostore-hot-deal .title-bg,
    .instagram {
        margin: 10px 0;
    }
    footer .footer-widget {
        padding: 20px 0 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-radius: 10px 10px 0 0;
    }
    h3.entry-title {
        margin-top: 20px;
    }
    .woocommerce-page ul.columns-4 li.product {
        width: 48% !important;
    }
    .nivo-directionNav {
        display: none;
    }
    .caption-content h2,
    .caption-content span {
        text-align: center;
    }
    .nivo-caption {
        top: 20%;
        left: 0;
    }
    .nivo-caption .btn {
        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%);
    }
    .new-pro ul li a {
        padding: 10px 30px;
    }
    .pull-right {
        float: none !important;
        text-align: center;
    }
    .cart,
    .menu-bar {
        float: none;
        display: inline-block;
    }
    .header_top_wrap .search {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .wishlist-wrapper,
    .top-cart-contain {
        display: inline-block;
        float: none;
    }
    .header_top_wrap {
        padding: 0;
    }
    .woocommerce .woocommerce-ordering {
        display: none;
    }
    .ostore_hlp_panel_left img {
        width: 100%;
        object-fit: cover;
    }
    footer #gallery-1 img,
    img.attachment-ostore-blog-image.size-ostore-blog-image.wp-post-image {
        width: 100%;
        height: 100%;
    }
    footer h4.widget-title {
        padding: 20px 0;
    }
    .our-clients {
        padding: 40px 0;
    }
    .footer-coppyright {
        text-align: center;
    }
    .footer-menu {
        padding-top: 10px;
        text-align: center;
    }
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        text-align: center;
    }
    .blog_post .content-meta.ostore-home-blog-meta {
        min-height: auto;
    }
    .caption-content h2 {
        font-size: 30px;
    }
    .nivo-directionNav a {
        display: none;
    }
    .home .single-product,
    section#tab_widget_area-2,
    section#ostore_hlp_products_widget_area-2,
    section#ostore_banner-2,
    section#ostore_hot_deal_widget_area-2,
    section#ostore_single_category_products_widget_area-2,
    .instagram,
    .our-clients {
        padding: 0;
    }
    .ostore-hot-deal .title-bg {
        margin-bottom: 30px;
    }
    section#blog_widget_area-2 {
        padding: 10px 0;
    }
    section#ostore_banner-2 {
        margin: 20px 0;
    }
    .fullslider {
        padding-bottom: 0;
    }
    div#top-add-cart {
        right: 0%;
        left: 0%;
        margin: 0 auto;
    }
    .woocommerce ul.cart_list li a,
    .woocommerce ul.product_list_widget li a {
        text-align: left;
    }
    span.quantity {
        display: block;
        text-align: left;
    }
    footer {
        padding: 20px 0;
    }
    .panel_product {
        min-height: auto;
    }
    .blog_post .hr-title span,
    .new-product .hr-title span,
    .title-bg ul li a,
    .our-clients .hr-title span,
    section#ostore_category_collection_widget_area-2 {
        font-size: 30px;
        padding: 0;
    }
    .ostore-service-box {
        margin-bottom: 20px;
    }
    .widget_tab_widget_area .title-bg {
        padding-bottom: 0;
    }
    .product-flexslider {
        margin: 0;
    }
    .popular-ecommerce-theme-box-layout {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .new-pro ul li {
        width: 100%;
        margin: 5px 0;
    }
}

@media screen and (max-width: 480px) {
    input#coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
    }
    input.button {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
    .icon-sale-label.featured,
    .icon-sale-label.featured.sale-right {
        display: none;
    }
    .caption-content h2 {
        text-align: center;
        font-size: 20px;
    }
    .heading-text h2 {
        font-size: 30px;
    }
    .woocommerce-page ul.columns-4 li.product,
    .woocommerce-page ul.columns-3 li.product,
    .woocommerce-page ul.columns-2 li.product {
        width: 100% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    ul.products.list .product-thumbnail {
        width: 100%;
    }
    ul.products.list .info-wrap {
        width: 100%;
    }
    .new-product p.ostore-hot-deal-desc,
    .ostore-hot-deal .title-bg p,
    .widget_ostore_single_category_products_widget_area .title-bg a,
    .instagram h2 {
        font-size: 14px;
        text-transform: capitalize;
    }
    .pr-info-area {
        display: block;
    }
    span.add-to-cart-mt {
        background: #222;
        display: block;
        padding: 8px 0;
        text-align: center;
    }
    .ostore-hlp-timer-grid .box-time-date {
        min-width: 50px;
        min-height: 45px;
        margin: 0 2px;
    }
    .add-cart button {
        width: 100%;
        margin: 5px 0;
    }
    .blog_post .content-meta.ostore-home-blog-meta {
        text-align: center;
    }
    .new-product p.ostore-hot-deal-desc,
    .ostore-hot-deal .title-bg p {
        padding: 0;
    }
    .instagram h2:before,
    .widget_ostore_single_category_products_widget_area .title-bg a:before,
    .title-bg p.pull-right:before,
    .heading-text h2:before,
    .new-product p.ostore-hot-deal-desc:before {
        top: 35px;
        width: 80px;
    }
    .discount-info {
        padding: 20px 10px;
    }
    .discount-info span.discount-info_small_txt {
        font-size: 25px;
    }
    .new-product p.ostore-hot-deal-desc {
        font-weight: 500;
    }
    .product-item:nth-child(4) {
        margin-bottom: 0;
    }
    .icon-sale-label.featured.sale-left {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .new-product p.ostore-hot-deal-desc,
    .ostore-hot-deal .title-bg p,
    .widget_ostore_single_category_products_widget_area .title-bg a,
    .instagram h2 {
        font-size: 18px;
    }
    section.ostore-hot-deal {
        list-style: none;
    }
}

.gridlist-buttonwrap i.fa.fa-star.gold,
.rating i.fa.fa-star.gold,
.info-wrap i.fa.fa-star.gold {
    color: #ffdc1e;
}

.ostore-service-box>div,
.ostore-service-box>div {
    overflow: overlay;
}

.ostore_hlp_des span.price del span.woocommerce-Price-amount.amount {
    text-decoration: line-through;
}

/** star */

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.product_list_widget li span {
    font-size: 15px;
    color: #999;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating span {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

div.wraper-pagination nav.navigation.pagination.stick h2 {
    display: none;
}

.summary.entry-summary ul li,
.woocommerce-tabs.wc-tabs-wrapper ul li {
    list-style-type: square;
}

#yith-quick-view-modal #yith-quick-view-content,
.summary.entry-summary ul,
.woocommerce-tabs.wc-tabs-wrapper ul {
    margin: 20px;
}

/* breadcrumb */

.breadcrumb {
    background: #5a679e;
    border-radius: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb_wrap {
    padding: 15px 0;
    color: #fff;
}

.breadcrumb-section {
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb-section i {
    font-size: 24px;
    margin-right: 10px;
}

.breadcrumb_wrap a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.breadcrumb_wrap a:hover {
    color: #fff;
}

.breadcrumb_wrap span {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: .5px;
}

.breadcrumb {
    padding: 0px;
}

.breadcrumb_wrap i,
.breadcrumb_wrap {
    font-size: 20px;
    color: #fff;
}

.blog-posts article {
    margin-bottom: 20px;
}

.blog-posts article .button {
    margin: 0;
}

div#os-inivoslider-banner {
    height: 400px;
}

div#os-inivoslider-banner img {
    object-fit: cover;
}

.woocommerce div.product {
    -webkit-box-shadow: 0 0 5px #e2e2e2;
    -moz-box-shadow: 0 0 5px #e2e2e2;
    box-shadow: 0 0 5px #e2e2e2;
    background: #fff;
}

/**
*Quick view and Single page
*/

/* Quick view and single product */

.woocommerce div.product form.cart .variations td {
    vertical-align: middle;
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    display: inline-block;
    font-weight: inherit;
    margin: 4px 0 0px 0;
}

table.variations {
    border-collapse: inherit;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.yith-wcqv-wrapper .woocommerce div.product .woocommerce-product-rating,
.single-product.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}

.yith-wcqv-wrapper .woocommerce div.product .product_title,
.single-product.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.yith-wcqv-wrapper .woocommerce div.product p.price,
.single-product.woocommerce div.product p.price {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.yith-wcqv-wrapper .woocommerce div.product p.price,
.single-product.woocommerce div.product p.price {
    display: inline-block;
    /* 
	margin-right: 50px; */
}

/* .single-product.woocommerce div.product p.price{
	margin-top: 15px;
} */

.yith-wcqv-wrapper .yith-wcqv-main {
    padding: 5.9%;
}

.yith-wcqv-wrapper .ostore-product-image-wrapper,
#yith-quick-view-content div.summary {
    float: left;
    width: calc(50% - 25px);
    box-sizing: border-box;
}

.yith-wcqv-wrapper .ostore-product-image-wrapper {
    margin-right: 25px;
}

#yith-quick-view-content div.summary {
    padding: 0;
    margin-left: 25px;
}

.ostore-product-image-wrapper .thumbnails {
    width: calc(26% - 30px);
    float: left;
    margin-right: 30px;
    box-sizing: border-box;
}

#yith-quick-view-content .thumbnails+div.images {
    width: 74%;
}

.woocommerce div.product .ostore-product-image-wrapper div.thumbnails a {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    float: none;
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: block;
    color: inherit;
    vertical-align: middle;
}

#yith-quick-view-modal .woocommerce .woocommerce-product-rating .star-rating,
.single-product.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0.35em 20px 0 0;
}

#yith-quick-view-modal .woocommerce div.product p.price del,
.single-product.woocommerce div.product p.price del {
    font-size: 0.667em;
}

#yith-quick-view-modal .woocommerce div.product p.price ins,
.single-product.woocommerce div.product p.price ins,
.woocommerce div.product .ostore-product_info-wrapper span.price ins {
    font-weight: 400;
    text-decoration: none;
}

#yith-quick-view-close {
    top: 0;
    margin-top: 5.8%;
    right: 5.8%;
    z-index: 2;
    font-size: 0;
    border: 0;
    width: 26px;
    height: 26px;
}

#yith-quick-view-close:after,
#yith-quick-view-close:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    transform-origin: center center;
    transform: rotate(45deg);
    top: 50%;
    left: -2px;
    width: 30px;
    height: 1px;
}

#yith-quick-view-close:after {
    transform: rotate(-45deg);
}

#yith-quick-view-modal.open .yith-wcqv-main {
    height: auto;
    max-height: 100%;
}

#yith-quick-view-content .product_meta>*,
.single-product.woocommerce div.product .product_meta>* {
    display: block;
}

#yith-quick-view-content .product_meta>*+*,
.single-product.woocommerce div.product .product_meta>*+* {
    margin-top: 5px;
}

#yith-quick-view-content .product_meta,
.single-product.woocommerce div.product .product_meta,
.woocommerce div.product form.cart .variations td {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce div.product form.cart .variations td.value {
    position: relative;
    padding-right: 0px;
}

.woocommerce div.product form.cart .variations td label:after {
    content: ':';
}

#yith-quick-view-content .product_meta a,
#yith-quick-view-content .product_meta .sku,
.single-product.woocommerce div.product .product_meta a,
.single-product.woocommerce div.product .product_meta .sku {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    color: #696c75;
}

.woocommerce div.product div.summary {
    margin-bottom: 40px;
}

#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
    width: 0.2em;
}

#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

ul.products.list li.product h3,
ul.products.list li.product .woocommerce-product-details__short-description,
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
    width: 65.4%;
    float: left !important;
    clear: none;
}

.woocommerce-product-details__short-description ul {
    list-style: none;
}

body.archive div.woocommerce-product-details__short-description ul li:before,
body.single-product .woocommerce-product-details__short-description ul li:before {
    color: #b1ba85;
    content: "\2022";
    display: inline-block;
    font-size: 25px;
    line-height: 0;
    vertical-align: middle;
    margin-right: 14px;
}

section.ostore_hlp_product_area {
    margin: 20px 0px;
}

span.regular-price del span.woocommerce-Price-amount.amount,
div.item-price span.price del span.woocommerce-Price-amount.amount,
#yith-quick-view-modal .woocommerce div.product p.price del span,
.single-product.woocommerce div.product p.price del span {
    text-decoration: line-through;
    font-weight: 600;
}

.product-item {
    margin: 20px 2px;
    text-align: center;
}

/* Comments section */

div#comments ol.comment-list li {
    display: block;
}

div#comments ol.comment-list li .comment-author.vcard {
    display: inline-block;
}

.comment-meta.commentmetadata {
    padding: 10px 0 0;
    display: inline-block;
}

div#comments ol.comment-list li .comment-author.vcard img {
    border-radius: 100%;
    border: 2px solid #f6f6f6;
}

div#comments ol.comment-list li p {
    margin-left: 50px;
}

div#comments ol.comment-list li {
    display: block;
    margin: 10px 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #f6f6f6;
}

.berocket_lgv_additional_data {
    margin: 10px;
}

span.posted_in {
    display: block;
}
nav.woocommerce-MyAccount-navigation {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 20px 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-left: 10px;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #000;
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    line-height: 40px;
    padding: 15px;
}

body.single-product .summary.entry-summary {
    padding: 10px;
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #212121;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


/* design */
.menu-item-has-children span.sub-toggle {
    display: none;
}

section.widget_ostore_service_box_widget_area {
    margin-top: 20px;
}

.button.add_to_cart_button {
    color: #fff;
}
.screen-reader-text {
    position: relative important;
}
.woocommerce .toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mini-cart:hover [data-toggle="collapse"] + .collapse{
    display: block;
}