/*!
Theme Name: australiarxmeds
Theme URI: https://australiarxmeds.com/
Author: australiarxmeds
Author URI: https://australiarxmeds.com/
Description: Description
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: australiarxmeds
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--primaryColor: #a31e31;
	--primaryLight: #ffcbd314
}
body{
    font-family:system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.sidepanel {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px
}

.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #161616;
	display: block;
	transition: .3s
}

.sidepanel a:hover {
	color: #f1f1f1
}

.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	color: #161616;
	background: #dddddd4a;
	width: 35px;
	display: flex;
	justify-content: center;
	height: 60px
}

.sidepanel .menu {
	list-style: none;
	padding-left: 0
}

a {
	color: var(--primaryColor);
}

a:hover {
	text-decoration: none
}


img {
	max-width: 100%
}

.section-title {
	margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

.section-title h2 ,.section-title h1{
    font-size:1.6rem;
	color: #1c1c1c;
	font-weight: 600;
	position: relative;
	width: fit-content;
	/*border-left: 5px solid var(--primaryColor);*/
    padding: 10px 18px!important;
    /*background-color: #fff7f7!important;*/
    margin: auto;
    /*border-radius: 20px 0px 20px 0px!important;*/
    /*border-right: 5px solid var(--primaryColor);*/
    line-height: 1;
}

/*.section-title h2:after {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: -15px;*/
/*	right: 0;*/
/*	height: 4px;*/
/*	width: 80px;*/
/*	background: var(--primaryColor);*/
/*	content: "";*/
/*	margin: 0 auto*/
/*}*/

.section-title-text {
	font-size: 30px;
	color:#1c1c1c;
	font-weight: 600
}

.primary-btn,
.submit {
	display: inline-block;
	font-size: 14px;
	padding: 10px 28px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: var(--primaryColor);
	letter-spacing: 2px
}

.site-btn {
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: var(--primaryColor);
	border: 0
}

.entry-content {
	padding: 30px 0
}

ul.products,
ul.row {
	list-style: none;
	padding: 0;
	margin: 15px -5px
}

header {
	border-bottom: 1px solid #ddd
}

.top-bar {
/* 	background: var(--primaryColor);
	padding: 10px 0;
	color: #fff */
		background: #fff;
    padding:5px 0;
    color: var(--primaryColor);
    border-bottom: 1px solid #ddd;
}

.top-bar ul {
	display: flex;
	justify-content: space-between;
	width: 20%;
	float: right;
	margin: 0
}

.top-bar li {
	list-style: none
}

.top-bar p {
	margin: 0
}

header .row {
	align-items: center
}

.header__logo {
    padding: 15px 0;
    float: left;
    padding-top: 10px;
}

.header__logo img {
	width: 100%;
	height: 60px;
	object-fit: contain
}

.main-navigation {
	display: flex;
	padding: 0 0px;
	justify-content: center
}
.main-navigation .menu-menu-1-container{
	width:100%;
}
.header .aws-container .aws-search-form{
	/*height: 36px;*/
    /*margin-top: 28px;*/
    /*margin-bottom: 6px;*/
    overflow: hidden;
    border: 1px solid #ddd;
	border-radius: 6px;
}
.aws-container .aws-search-field,.aws-container .aws-search-form .aws-form-btn{
	border:none;
}
.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content:space-between;
}

.main-navigation li {
	/*margin-right: 15px*/
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: inherit;
	left: -999em;
	z-index: 99999;
	background: #fff;
	padding: 10px;
	display: flex;
	flex-direction: column
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto
}

.main-navigation ul ul a {
	color: var(--primaryColor)
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto
}
li.menu-item.current-menu-item {
    border-bottom: 2px solid var(--primaryColor);
}
li.menu-item.current-menu-item a {
    color: var(--primaryColor);
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block
}
.shipping-calculator-button{
	color: var(--primaryColor);
}
header .menu-item:hover {
	border-bottom: 2px solid var(--primaryColor)
}

.menu-item:hover a,
a:hover {
	color: var(--primaryColor)
}

header .current_page_item {
	border-bottom: 2px solid var(--primaryColor)
}

.header__cart {
	text-align: right;
	padding: 10px 0
}

.header-icon img {
	width: 32px;
	height:32px;
}

.header__cart ul {
	display: inline-block;
	margin: 0 !important
}

.header__cart ul li {
	list-style: none;
	display: inline-block;
	margin-right: 15px
}

.header__cart ul li:last-child {
	margin-right: 0
}

.header__cart ul li a {
	position: relative
}

.header__cart ul li a i {
	font-size: 18px;
	color: #1c1c1c
}

.header__cart ul li a span {
	height: 15px;
	width: 15px;
	background: var(--primaryColor);
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px
}

.humberger__menu__wrapper {
	display: none
}

.humberger__open {
	display: none
}

.bottom_header {
	background: cyan
}

.sub-header-menu{
    background:var(--primaryColor);
    /*padding:6px 0;*/
}
.sub-header-menu li.menu-item a {
    color: #fff;
    -webkit-transition: color 1s;
    transition: color 1s; 
} 
.sub-header-menu li.menu-item.current-menu-item a{
    color: #fff;
    font-weight:bold;
}
.sub-header-menu li.menu-item:hover a{
    color: #ffd9d9;
}
.sub-header-menu li.menu-item{
     padding-top: 4px; 
}
.sub-header-menu li.menu-item.current-menu-item {
    border-bottom: none;
}
.sub-header-menu li.menu-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffd9d9;
    transition: width .3s;
    margin-top: 4px;
}
.sub-header-menu li.menu-item:hover::after,.sub-header-menu li.menu-item.current-menu-item::after {
    width: 100%; 
}
.banner__pic img {
	width: 100%;
	height: 250px;
	object-fit: cover
}

.hero__item {
	border-radius: 10px;
	margin: 30px 0;
	width: 100%;
	max-height: 400px;
	height: auto;
	object-fit: fill
}

.hero__search__form {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	position: relative;
	float: left
}

.hero__search__form form input {
	width: 70%;
	border: 0;
	height: 48px;
	font-size: 16px;
	color: #b2b2b2;
	padding-left: 20px
}

.hero__search__form form input::placeholder {
	color: #b2b2b2
}

.hero__search__form form button {
	position: absolute;
	right: 0;
	top: -1px;
	height: 50px
}

.offers-icons {
	margin-bottom: 20px
}

.offers-icons div>img {
	display: block;
	/*margin: auto;*/
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	height: auto;
	max-width: 60px;
}
.b-icon-box {
   display:flex;
   column-gap:6px;
   align-items:center;
    font-size: 14px;
}
.b-icon-box strong {
    color: var(--primaryColor);
    /*font-weight: 500;*/
    display: block;
}
 .b-icon-box span {
    color: #4b4b4b;
}
.posts-navigation .nav-links {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background: #efefef;
}
.page-numbers.current {
	background: var(--primaryColor);
	padding: 10px 15px;
	color: #fff
}

.page-numbers {
	padding: 10px 15px;
	background: #f3f6fa;
	list-style: none;
	display: flex
}

.page-description .description {
    background: #e3e3e314;
    /*margin: 10px 0;*/
    padding: 26px 0px;
}

.page-description .description ul {
	padding-left: 20px
}

.featured {
	padding-top: 0
}

.row.featured__filter {
	margin: -2px
}

.product {
	padding: 0 5px !important
}

.featured__item {
	margin-bottom: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    transition: box-shadow .3s;
}
.featured__item:hover{ 
    /*border: 1px solid var(--primaryColor); */
     box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
hr {
	width: 90%;
	border-width: 1px
}

.featured__item img {
	width: 100%;
	height: 280px;
	object-fit: contain
}

.featured__item__text {
	text-align: center;
	padding: 15px 0;
	padding-top:6px;
	/*border-top: 1px solid #ddd;*/
	margin: 0 10px
}
.featured__item__text .title{
    font-size: 14px;
    font-weight: 500;
}
.featured__item__text .price * {
    font-size: 12px !important;
}
.featured__item__text h6 {
	margin-bottom: 10px
}

.featured__item__text h6 a {
	color: #252525
}

.featured__item__text h5 {
	color: #252525;
	font-weight: 700
}

.description h1 {
	font-size: 1.8rem
}


.logoMarqueeSection {
  padding-top: 20px;
  padding-bottom: 20px;
}

#logoMarqueeSection { 
  margin: 0 auto;
  overflow: hidden;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
      /* padding-left: 1rem; */
    /* padding-right: 1rem;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%; 
}

div.marquee>a>img {
  height: 80px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  block;
  white-space: nowrap;
  overflow: hidden;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 1rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}



/*blog slider section */
/* home blog slider  */


.white-heading span {
    color: #ffffff;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: flex;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item img{
    max-width: 100%;
}
.owl-carousel .item {
    padding: 0 7.5px;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-carousel .owl-item img { 
    height: auto;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#demo1 .customNavigation, #demo2 .customNavigation {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
	align-items:center;
}
#demo1 .customNavigation .btn, #demo2 .customNavigation .btn {
    padding: 0px;
}
#demo1 .customNavigation .btn.prev, #demo2 .customNavigation .btn.prev {
	background: #DDD;
    width: 10px;
	    height: 50px;
	    display: flex;
    align-items: center;
	z-index:2
}
#demo1 .customNavigation .btn.next, #demo2 .customNavigation .btn.next {
    background: #DDD;
    width: 10px;
	    height: 50px;
	    display: flex;
    align-items: center;
	z-index:2
}
div#demo1 {
    position: relative;
}


div#owl-demo1 .item {
    padding: 0 15px;
	display: block;
}
.blog-grid {
    background: #fff;
    box-shadow: 0px 0px 5px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}

.discretion-blog {
    padding: 15px;
	display: block;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.date-blog {
    background: #82b53f;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #82b53f;
    top: -11px;
    position: absolute;
    left: 0;
}
.img-date {
    position: relative;
}
.user-blog .owl-theme .owl-controls .owl-page span {
    width: 17px;
    height: 17px;
    background: #454343;
    opacity: 1;
}
.user-blog .owl-theme .owl-controls .owl-page.active span, .user-blog .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #82b53f;
}
	.discretion-blog .blog-date{
		display: block; margin-bottom:6px;
	}
	
	
/*blog section end*/



.from-blog {
	padding-top: 50px;
	padding-bottom: 50px
}

.from-blog .blog__item {
	margin-bottom: 30px
}

.from-blog__title {
	margin-bottom: 70px
}

.item-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.product-grid {
	width: 100%;
	display: flex;
	flex-wrap: inherit;
	flex: fit-content
}

.screen-reader-text {
	display: none
}

.product_grid_hr {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 15px
}

.product-count {
	color: #505050c7;
	font-weight: 300;
	font-size: 1rem
}

.product_filter {
	display: flex;
	justify-content: space-between;
	padding: 10px 5px
}

#order_by {
	padding: 5px 8px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 2px
}

.attributes_table,
th,
td {
	border-collapse: collapse;
	padding: 0 15px;
	font-size: 14px
}

.attributes_table {
	border: 1px solid #adf1e9;
	width: 100%
}

.attributes_table tr:nth-child(even) {
	background-color: #adf1e9
}

.attributes_table tr:nth-child(odd)>th {
	background-color: #e0fffb
}

.product-variation-display-section {
	width: 100%
}

.product-variation-display-section table {
	width: 100%;
	border: 1px solid aliceblue
}

.product-variation-display-section th,
td {
	padding: 10px 20px
}

.product-variation-display-section tr {
	border-bottom: 1px solid #ddd
}

.number-button {
	display: flex;
	column-gap: 5px
}

.input-text.qty.text {
	border: 2px solid #ccc
}

.plus,
.minus {
	padding: 0 10px;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	color: #fff;
	font-size: 18px
}

.quantity {
	display: flex;
	align-items: center
}

.quantity input {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #6f6f6f;
	width: 50px;
	border: 0;
	background: #f5f5f5;
	text-align: center
}

.quantity .qtybtn {
	width: 35px;
	font-size: 16px;
	color: #6f6f6f;
	cursor: pointer;
	display: inline-block
}

.product-details {
	padding-top: 80px
}
.row.product-single {
    margin-top: 25px;
}
.product__details__pic__item {
	margin-bottom: 20px;
	height: 350px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
}

.product__details__pic__item img {
	width: 100%;
	height: 500px;
	object-fit: contain
}

.product__details__text .title {
	color: #252525;
	font-weight: 700;
	margin-bottom: 16px;
	font-size: 20px
}

.product__details__text .product__details__rating {
	font-size: 14px;
	margin-bottom: 12px
}

.product__details__text .product__details__rating i {
	margin-right: -2px;
	color: #edbb0e
}

.product__details__text .product__details__rating span {
	color: #d22;
	margin-left: 4px
}

.product__details__text .product__details__price {
	font-size: 16px;
	color: #d22;
	font-weight: 600;
	margin-bottom: 15px
}

.product__details__tab {
	padding-top: 85px
}

.product__details__tab .nav-tabs {
	border-bottom: 0;
	justify-content: left;
	position: relative
}

.product__details__tab .nav-tabs li {
	margin-bottom: 0;
	margin-right: 65px
}

.product__details__tab .nav-tabs li:last-child {
	margin-right: 0
}

.product__details__tab .nav-tabs li a {
	font-size: 16px;
	color: #999;
	font-weight: 700;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0
}
.wpcf7 button, .wpcf7 input, .wpcf7 optgroup, .wpcf7 select, .wpcf7 textarea {
    min-height: 40px;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding-left: 10px;
	width:100%
}
.wpcf7{
	padding: 30px;
    border: 1px solid #ddd;
    border-radius: 8px;		
}
.wpcf7 label {
    width: 100%;
}
.wpcf7 p{
	margin-bottom:0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: var(--primaryColor);
    color: white;
}
.term-description{
    margin:50px 0;
}

.page-description .description h3,
.woocommerce-tabs h3, .term-description h3 {
	font-size: 17px;
	margin: 15px 0;
	color: #000
}
.woocommerce-tabs h1 strong,.woocommerce-tabs h2 strong,.woocommerce-tabs h3 strong,.woocommerce-tabs h4 strong,.woocommerce-tabs h5 strong {
    font-weight: 600;
}
.page-description .description h2,
.woocommerce-tabs h2,.term-description h2,.related.products h2 {
	font-size: 20px;
	/*margin: 15px 0;*/
	/*color: #000;*/
	/*border-left: 3px solid #ddd;*/
	/*padding-left: 8px;*/
	font-weight: 600;
    width: 100%;
    border-left: 5px solid var(--primaryColor);
    padding: 5px 10px!important;
    background-color: #f3f3f3!important;
    margin: 15px 0!important;
    border-radius: 20px 0 20px 0px!important;
    border-right: 5px solid var(--primaryColor);
    line-height: 1.5;
}
.page-description .description h2{
    text-align:center;
    width:100%;
}
 .page-description .description ul,
.woocommerce-tabs ul,.term-description ul{
    padding-left: 20px;
}
.page-description .description li,.term-description li {
	color: #575757;
	font-size: 14px;
	margin-bottom: 5px
}

.product__details__tab .woocommerce-tabs {
	padding-top: 44px;
	color: #575757;
	font-size: 14px;
	margin-bottom: 30px
}

.page-description .description h6,
.product__details__tab .woocommerce-tabs h6 {
	font-weight: 700;
	color: #333;
	margin-bottom: 26px
}

.page-description .description p,
.product__details__tab .woocommerce-tabs p {
	color: #666
}

.nav-link.active {
	color: var(--primaryColor) !important;
	border-bottom: 3px solid var(--primaryColor) !important;
	line-height: 2.5;
	font-size: 1em !important
}

.nav-link {
	color: #000 !important;
	line-height: 2.5 !important;
	font-size: 1em !important
}

.nav-link:hover {
	color: var(--primaryColor) !important;
	border-bottom: 3px solid var(--primaryColor) !important
}

.required {
	color: red
}

.comment-form input,
.comment-form textarea {
	border: 2px solid #f0f0f0;
	border-radius: 5px
}

#reply-title {
	display: none
}

.woocommerce-noreviews {
	font-size: 16px;
	background: no-repeat;
	color: #606060 !important
}

.comment-form-comment {
	display: flex;
	flex-direction: column;
	margin-top: 15px
}

.comment-form-author,
.comment-form-email,
.comment-form-rating {
	margin-right: 14px;
	background: #f9f9f9;
	padding: 0;
	height: 40px;
	display: inline-flex;
	align-items: center;
	border-radius: 6px;
	margin-bottom: 16px
}

.comment-form-author label,
.comment-form-email label {
	margin: 10px
}

.comment-form-author input,
.comment-form-email input {
	height: 40px;
	width: 100%
}

.product-thumbnail {
	display: flex;
	align-items: center;
	text-align: left
}

.shoping-cart {
	padding-top: 80px;
	padding-bottom: 80px
}

.shoping__cart__table {
	margin-bottom: 30px
}

.shoping__cart__table table {
	width: 100%;
	text-align: center
}

.shoping__cart__table table thead tr {
	border-bottom: 1px solid #ebebeb
}

.shoping__cart__table table thead th {
	font-size: 20px;
	font-weight: 700;
	color: #1c1c1c;
	padding-bottom: 20px
}

.shoping__cart__table table thead th.shoping__product {
	text-align: left
}

.shoping__cart__table table tbody tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
	width: 630px;
	text-align: left
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
	display: inline-block;
	margin-right: 25px
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
	color: #1c1c1c;
	display: inline-block
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 100px
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 110px
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
	text-align: right
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
	font-size: 24px;
	color: #b2b2b2;
	cursor: pointer
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
	width: 225px
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
	width: 120px;
	height: 40px
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
	color: #1c1c1c
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::placeholder {
	color: #1c1c1c
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn {
	width: 15px
}

.primary-btn.cart-btn {
	color: #6f6f6f;
	padding: 14px 30px 12px;
	background: #f5f5f5
}

.primary-btn.cart-btn span {
	font-size: 14px
}

.primary-btn.cart-btn.cart-btn-right {
	float: right;
	border: 0
}

.shoping__discount {
	margin-top: 45px
}

.shoping__discount h5 {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px
}

.shoping__discount input {
	width: 255px;
	height: 46px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	display: inline-block;
	margin-right: 15px
}

.shoping__discount input::placeholder {
	color: #b2b2b2
}

.shoping__discount form button {
	padding: 15px 30px 11px;
	font-size: 12px;
	letter-spacing: 4px;
	background: #6f6f6f
}

.shoping__checkout {
	background: #f5f5f5;
	padding: 30px;
	padding-top: 20px;
	margin-top: 50px
}

.shoping__checkout h5 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 28px
}

.shoping__checkout ul {
	margin-bottom: 28px;
	padding: 0
}

.shoping__checkout ul li {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
	display: flex
}

.shoping__checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}

.shoping__checkout ul li span {
	font-size: 18px;
	color: #d22;
	width: 100%;
	text-align: right
}

.shoping__checkout .primary-btn {
	display: block;
	text-align: center
}
 

.checkout__form h3 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px
}

.woocommerce-checkout {
	margin-bottom: 24px
}

.woocommerce-checkout p {
	color: #1c1c1c;
	margin-bottom: 20px
}

.woocommerce-checkout p .required {
	color: #d22
}

.woocommerce-input-wrapper {
	width: 100%
}

.form-row-first,
.form-row-last {
	width: 50%;
/* 	display: inline-flex */
}

.woocommerce-checkout input,
.woocommerce-checkout select {
	width: 95%;
	height: 46px;
	border: 1px solid #ebebeb;
	padding-left: 20px;
	font-size: 16px;
	border-radius: 4px
}

.woocommerce-checkout input.checkout__input__add {
	margin-bottom: 20px
}

.woocommerce-checkout input::placeholder {
	color: #b2b2b2
}
.woocommerce-checkout .radio-question .woocommerce-input-wrapper{
	display:flex;
	align-items:center
}
.woocommerce-checkout .radio-question .woocommerce-input-wrapper input.input-radio ,input[type="radio"]{
	width: 20px;
	height:20px;
	margin:0 10px
}
label.radio{
	margin-bottom:0;
}
input.shipping_method[type="radio"]{
margin:0px 5px !important;
}
#place_order {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: var(--primaryColor);
	border: 0
}

.blog__item {
	border: 1px solid #ddd;
	margin-bottom: 30px
}

.blog__item__pic img {
	width: 100%;
    height: auto;
    object-fit: contain;
}

.blog__item__text {
	padding: 10px
}

.blog__item__text ul {
	margin-bottom: 15px;
	padding: 0
}

.blog__item__text ul li {
	font-size: 16px;
	color: #626262;
	list-style: none;
	display: inline-block;
	margin-right: 15px
}

.blog__item__text ul li:last-child {
	margin-right: 0
}

.blog__item__text h5 {
	margin-bottom: 0;
	width: calc(100% - 100px)
}

.blog__item__text h5 a {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700
}

.blog__item__text p {
	margin-bottom: 10px
}

.blog__item__text .blog__btn {
	display: inline-block;
	font-size: 14px;
	color: var(--primaryColor);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	border-radius: 25px
}

.blog__item__text .blog__btn span {
	position: relative;
	top: 1px;
	margin-left: 5px
}

.blog__pagination {
	padding-top: 5px;
	position: relative
}

.blog__pagination:before {
	position: absolute;
	left: 0;
	top: -29px;
	height: 1px;
	width: 100%;
	background: #000;
	opacity: .1;
	content: ""
}

.blog__sidebar {
	padding-top: 50px
}

.blog__sidebar__item {
	margin-bottom: 50px
}

.blog__sidebar__item h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px
}

.blog__sidebar__item ul li {
	list-style: none
}

.blog__sidebar__item ul li a {
	font-size: 16px;
	color: #666;
	line-height: 48px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s
}

.blog__sidebar__item ul li a:hover {
	color: var(--primaryColor)
}

.blog__sidebar__search {
	margin-bottom: 50px
}

.blog__sidebar__search form {
	position: relative
}

.blog__sidebar__search form input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 20px
}

.blog__sidebar__search form input::placeholder {
	color: #6f6f6f
}

.blog__sidebar__search form button {
	font-size: 16px;
	color: #6f6f6f;
	background: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 18px
}

.blog__sidebar__recent .blog__sidebar__recent__item {
	display: block
}

.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
	margin-bottom: 0
}

.blog__sidebar__recent__item {
	overflow: hidden;
	margin-bottom: 20px
}

.blog__sidebar__recent__item__pic {
	float: left;
	margin-right: 20px
}

.blog__sidebar__recent__item__text {
	overflow: hidden
}

.blog__sidebar__recent__item__text h6 {
	font-weight: 700;
	color: #333;
	line-height: 20px;
	margin-bottom: 5px
}

.blog__sidebar__recent__item__text span {
	font-size: 12px;
	color: #999;
	text-transform: uppercase
}

.blog__sidebar__item__tags a {
	font-size: 16px;
	color: #6f6f6f;
	background: #f5f5f5;
	display: inline-block;
	padding: 7px 26px 5px;
	margin-right: 6px;
	margin-bottom: 10px
}

.blog-details-hero {
	height: 350px;
	display: flex;
	align-items: center
}

.blog__details__hero__text {
	text-align: center
}

.blog__details__hero__text h2 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px
}

.blog__details__hero__text ul li {
	font-size: 16px;
	color: #fff;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative
}

.blog__details__hero__text ul li:after {
	position: absolute;
	right: -26px;
	top: 0;
	content: "|"
}

.blog__details__hero__text ul li:last-child {
	margin-right: 0
}

.blog__details__hero__text ul li:last-child:after {
	display: none
}

.related-blog {
	padding-top: 70px;
	padding-bottom: 10px
}

.related-blog-title {
	margin-bottom: 70px
}

.blog-details {
	padding-bottom: 75px;
	border-bottom: 1px solid #e1e1e1
}

.blog__details__text {
	margin-bottom: 45px
}

.blog__details__text img {
	margin-bottom: 30px
}

.blog__details__text p {
	font-size: 18px;
	line-height: 30px
}

.blog__details__text h3 {
	color: #333;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px
}

.blog__details__author__pic {
	float: left;
	margin-right: 15px
}

.blog__details__author__pic img {
	height: 92px;
	width: 92px;
	border-radius: 50%
}

.blog__details__author__text {
	overflow: hidden;
	padding-top: 30px
}

.blog__details__author__text h6 {
	color: #1c1c1c;
	font-weight: 700
}

.blog__details__author__text span {
	font-size: 16px;
	color: #6f6f6f
}

.blog__details__widget ul {
	margin-bottom: 5px
}

.blog__details__widget ul li {
	font-size: 16px;
	color: #6f6f6f;
	list-style: none;
	line-height: 30px
}

.blog__details__widget ul li span {
	color: #1c1c1c;
	font-weight: 700
}

.blog__details__widget .blog__details__social a {
	display: inline-block;
	font-size: 20px;
	color: #6f6f6f;
	margin-right: 24px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s
}

.blog__details__widget .blog__details__social a:hover {
	color: var(--primaryColor)
}

.blog__details__widget .blog__details__social a:last-child {
	margin-right: 0
}

.footer {
	background: #f3f6fa;
	padding-top: 70px;
	padding-bottom: 0
}

.footer__about {
	margin-bottom: 30px
}

.footer__about ul {
	padding: 0
}

.footer__about ul li {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 36px;
	list-style: none
}

.footer__about__logo img {
	margin-bottom: 15px;
	width: 100%;
	height: 80px;
	object-fit: contain
}

.footer__about__logo a {
	display: inline-block
}

.footer__widget {
	margin-bottom: 30px;
	overflow: hidden
}

.footer__widget h6 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px
}

.footer__widget ul {
	width: 100%;
	float: left;
	padding: 0
}

.footer__widget ul li {
	list-style: none
}

.footer__widget ul li a {
	color: #1c1c1c;
	font-size: 14px;
	line-height: 32px
}

.footer__widget p {
	font-size: 14px;
	color: #1c1c1c;
	margin-bottom: 30px
}

.footer__widget form {
	position: relative;
	margin-bottom: 30px
}

.footer__widget form input {
/* 	width: 100%; */
	font-size: 16px;
	padding-left: 20px;
	color: #1c1c1c;
	height: 46px;
	border: 1px solid #ededed
}

.footer__widget form input::placeholder {
	color: #1c1c1c
}

.footer__widget form button {
/* 	position: absolute; */
	right: 0;
	top: 0;
	padding: 10px 26px;
/* 	height: 100% */
}

.footer__widget .footer__widget__social a {
	display: inline-block;
	height: 41px;
	width: 41px;
	font-size: 16px;
	color: #404040;
	border: 1px solid #ededed;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	background: #fff;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 10px
}

.footer__widget .footer__widget__social a:last-child {
	margin-right: 0
}

.footer__widget .footer__widget__social a:hover {
	background: var(--primaryColor);
	color: #fff;
	border-color: #fff
}

.footer__copyright {
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	overflow: hidden;
	margin-top: 20px
}

.footer__copyright__text {
	font-size: 14px;
	color: #1c1c1c;
	float: left;
	line-height: 25px
}

.footer__copyright__payment {
	float: right
}

.contact {
	padding-top: 80px;
	padding-bottom: 50px
}

.contact__widget {
	margin-bottom: 30px
}

.contact__widget span {
	font-size: 36px;
	color: var(--primaryColor)
}

.contact__widget h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 18px
}

.contact__widget p {
	color: #666;
	margin-bottom: 0
}

.post-single {
	padding: 30px 15px
}

.post-single .main-image img {
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	object-fit: cover
}

.post-single .content {
	margin: 20px 0
}

.post-navigation {
	border: 1px solid #ddd;
	background: #f5f5f5;
	margin-bottom: 20px
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between
}

.post-navigation .nav-links .nav-title {
	display: none
}

.post-navigation .nav-previous .nav-subtitle:before {
	content: "<";
	margin-right: 8px;
	font-weight: 700
}

.post-navigation .nav-next .nav-subtitle:after {
	content: ">";
	margin-left: 8px;
	font-weight: 700
}

.comments-area .comment-list {
	list-style: none;
	padding-left: 10px
}

.comments-area .comment-list .comment-body {
	border: 1px solid #ddd;
	padding: 10px
}

.comments-area .comment-list .comment-meta {
	display: flex;
	justify-content: space-between
}

.comments-area .comment-list .comment-meta .edit-link {
	margin-left: 10px
}

.comments-area .comment-list .comment-meta time {
	font-size: 13px
}

.comment-content {
	margin-top: 10px
}

.comment-body .reply *,
.comment-body .edit-link * {
	color: var(--primaryColor)
}

.map {
	height: 500px;
	position: relative
}

.map iframe {
	width: 100%
}

.map .map-inside {
	position: absolute;
	left: 50%;
	top: 160px;
	-webkit-transform: translateX(-175px);
	-ms-transform: translateX(-175px);
	transform: translateX(-175px)
}

.map .map-inside i {
	font-size: 48px;
	color: var(--primaryColor);
	position: absolute;
	bottom: -75px;
	left: 50%;
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px)
}

.map .map-inside .inside-widget {
	width: 350px;
	background: #fff;
	text-align: center;
	padding: 23px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
	box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15)
}

.map .map-inside .inside-widget:after {
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px);
	border: 12px solid transparent;
	border-top: 30px solid #fff;
	content: "";
	z-index: -1
}

.map .map-inside .inside-widget h4 {
	font-size: 22px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 4px
}

.map .map-inside .inside-widget ul li {
	list-style: none;
	font-size: 16px;
	color: #666;
	line-height: 26px
}

.contact__form__title {
	margin-bottom: 50px;
	text-align: center
}

.contact__form__title h2 {
	color: #1c1c1c;
	font-weight: 700
}

.contact-form {
	padding-top: 80px;
	padding-bottom: 80px
}

.contact-form form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-radius: 4px
}

.contact-form form input::placeholder {
	color: #6f6f6f
}

.contact-form form textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 24px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding-top: 12px;
	resize: none
}

.contact-form form textarea::placeholder {
	color: #6f6f6f
}

.contact-form form button {
	font-size: 18px;
	letter-spacing: 2px
}

.product-loop-header {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px
}

h1.woocommerce-products-header__title.page-title {
	font-size: 1.6rem
}

.rank-math-breadcrumb p {
	margin-bottom: 0
}

.woocommerce-ordering select.orderby {
	height: 40px;
	border: 1px solid #ddd;
	margin: 16px 0;
	border-radius: 6px;
	padding-left: 8px
}

h1.woocommerce-products-header__title.page-title {
	font-size: 1.4rem;
	margin-bottom: 5px;
	margin-top: 10px
}

small.woocommerce-result-count {
	color: #7e7e7e
}

.product-image img {
	width: 100%;
	max-width: 450px;
	height: auto;
	object-fit: contain;
	margin: auto;
	display: block
}

.product-single .entry-summary form.cart {
	margin-bottom: 14px
}

.product-single .entry-summary form.cart .quantity {
	margin-right: 20px
}

.entry-summary h1.product_title.entry-title {
	font-size: 1.5rem
}

.entry-summary .price {
	font-weight: 600;
	color: green;
	margin-bottom: 15px;
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 8px;
    justify-content: flex-end;
}

nav.woocommerce-breadcrumb {
	margin-top: 15px
}

button.single_add_to_cart_button {
	width: 110px;
	padding: 5px 10px;
	border: 0;
	border-radius: 6px;
	color: white;
	background: var(--primaryColor)
}

button.single_add_to_cart_button:hover {
	background: black
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
	width: 50px
}

.woocommerce table.shop_table td.product-remove,
.woocommerce table.shop_table th.product-remove {
	width: 50px
}

.woocommerce table.cart td.actions .coupon {
	display: flex
}

.woocommerce table.cart td.actions .coupon>.input-text {
	width: 130px;
	height: 35px;
	border: 1px solid #ddd;
	padding: 10px
}

.woocommerce table.cart td.actions .coupon>button {
	height: 35px;
	font-weight: 500;
	font-size: 14px
}

.woocommerce table.cart td.actions button.button {
	font-weight: 600
}

.cart_totals h2 {
	font-size: 1.5rem
}

.woocommerce table.shop_table th {
	font-size: 14px;
	font-weight: 500
}

.woocommerce .cart-collaterals .cart_totals {
	float: left
}

.blog.spad {
	margin-bottom: 40px
}
.woocommerce form input[type=radio] {
    width: 15px !important;
    height: 20px !important;
}
.woocommerce form .input-checkbox {
    width: 20px;
    height: 20px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
    color: rgba(49, 170, 92, 0.98);
    background-color: #f8f8f8;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    padding: 2.2906835em 1.41575em;
    margin-bottom: 70px !important;
}
.woocommerce-order .woocommerce-table.shop_table.order_details:not(.woocommerce-table--order-details) {
    display: none;
}
.woocommerce-order .woocommerce-order-details__title{
	display:none
}
.woocommerce-order td.woocommerce-table__product-total.product-total {
    font-weight: 700;
}
 .product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.available-packs {
    padding: 5px 18px;
    background: var(--primaryColor);
    width: fit-content;
    border-radius: 10px;
    color: #ffffff;
    display: block;
/*     float: left; */
    margin-bottom: 10px;
}
@media only screen and (min-width:1200px) {
	.container {
		max-width: 1170px
	}
}
@media only screen and (max-width:1199px) {
    .offers-icons div>img {
        max-width: 50px;
    }
    .b-icon-box {
        font-size: 12px;
    }
    .offers-icons .col-lg-3{
        padding-right:10px;
        padding-left:10px;
    }
}
@media only screen and (min-width:991px) and (max-width:1199px) {
	.header__menu ul li {
		margin-right: 45px
	}

	.hero__search__form {
		width: 490px
	}

	.hero__categories__all {
		padding: 10px 25px 10px 20px
	}

	.hero__categories ul {
		padding-left: 20px
	}

	.latest-product__slider.owl-carousel .owl-nav {
		right: 0
	}

	.product__details__tab .nav-tabs:before {
		width: 265px
	}

	.product__details__tab .nav-tabs:after {
		width: 265px
	}

	.shoping__discount input {
		width: 240px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog__item__pic img {
		height: 110px
	}

	.woocommerce table.cart td.actions .coupon {
		justify-content: center;
		margin-bottom: 10px
	}

	.product__details__pic__item img {
		width: 100%;
		height: 500px;
		object-fit: contain
	}

	.main-navigation {
		display: none
	}

	.hero__categories {
		margin-bottom: 30px
	}

	.hero__search__form {
		width: 485px
	}

	.categories__slider.owl-carousel .owl-nav button {
		left: -20px
	}

	.categories__slider.owl-carousel .owl-nav button.owl-next {
		right: -20px
	}

	.filter__sort .nice-select {
		padding-left: 5px;
		padding-right: 28px
	}

	.product__details__quantity {
		margin-bottom: 10px
	}

	.product__details__text .primary-btn {
		margin-bottom: 10px
	}

	.product__details__tab .nav-tabs:before {
		width: 150px
	}

	.product__details__tab .nav-tabs:after {
		width: 150px
	}

	.blog__details__author {
		overflow: hidden;
		margin-bottom: 25px
	}

	.humberger__open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 28px
	}

	.humberger__open img {
		width: 100%
	}

	.header .container {
		position: relative
	}

	.humberger__menu__wrapper {
		width: 300px;
		background: #fff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s
	}

	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0
	}

	.humberger__menu__logo {
		margin-bottom: 30px
	}

	.humberger__menu__logo a {
		display: inline-block
	}

	.humberger__menu__contact {
		padding: 10px 0 13px
	}

	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none
	}

	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px
	}

	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px
	}

	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px
	}

	.humberger__menu__cart ul li:last-child {
		margin-right: 0
	}

	.humberger__menu__cart ul li a {
		position: relative
	}

	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c
	}

	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: var(--primaryColor);
		font-size: 10px;
		color: #fff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px
	}

	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block
	}

	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700
	}

	.humberger__menu__cart {
		margin-bottom: 25px
	}

	.humberger__menu__widget {
		margin-bottom: 20px
	}

	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px
	}

	.humberger__menu__nav {
		display: none
	}

	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px
	}

	.humberger__menu__wrapper .slicknav_btn {
		display: none
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important
	}

	.humberger__menu__wrapper .slicknav_nav {
		display: block !important
	}

	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px
	}

	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0
	}

	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		font-weight: 600;
		margin: 0;
		border-bottom: 1px solid #e1e1e1
	}

	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: var(--primaryColor)
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0
	}

	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s
	}

	.humberger__menu__overlay.active {
		visibility: visible
	}

	.header__top {
		display: none
	}

	.header__menu {
		display: none
	}

	.header-icon {
		position: inherit !important
	}

	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
		position: absolute;
		top: 20px;
		right: 15%
	}

	.over_hid {
		overflow: hidden
	}
}
@media only screen and (max-width:991px) {
	.humberger__open img {
		width: 32px;
		height: 32px
	}
	.owl-carousel {
		display: block;
	}
}
@media only screen and (max-width:767px) {
    #trustpilot-widget-trustbox-0-wrapper iframe{
        min-height: 40px;
    }
    .product .col-md-6.summary.entry-summary {
        text-align: center;
    }
    .product-actions{
        display:block;
        margin-bottom:20px;
    }
    .product a.available-packs{
        margin: auto;
        margin-bottom: 15px;
    }
    .product .shop_attributes{
        text-align:left;
    }
    #d-woo-table{
        margin-top: 10px;
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 30px;
    }
    .section-title-text {
        font-size: 20px;
    }
     .b-icon-box {
        font-size: 12px;
    }
	.blog__item__pic img {
		height: 100%
	}

	.item-header {
		display: block
	}

	.top-bar {
/* 		display: none */
	}

	.header__logo {
		float: none
	}

	.header__logo img {
		height: 40px;
		width: 95%
	}

	.footer__about__logo img {
		height: 50px
	}

	.product-variation-display-section {
		overflow: auto
	}

	.product__details__tab .woocommerce-tabs {
		overflow: hidden
	}

	.product-details {
		padding-top: 20px
	}

	.breadcrumb__option a::after {
		top: 8px
	}

	.breadcrumb__text h2 {
		font-size: 22px
	}

	.breadcrumb__option a,
	.breadcrumb__option span {
		font-size: 10px
	}

	.breadcrumb-section {
		padding: 20px 0
	}

	.product__details__pic__item {
		height: 250px
	}

	.product__details__pic__item img {
		width: 100%;
		height: 400px;
		object-fit: contain
	}

	.main-navigation {
		display: none
	}

	.footer__copyright {
		text-align: center
	}

	.footer__copyright__text {
		float: none;
		margin-bottom: 25px
	}

	.footer__copyright__payment {
		float: none
	}

	.filter__item {
		text-align: center
	}

	.filter__option {
		text-align: center
	}

	.product__details__pic {
		margin-bottom: 40px
	}

	.product__details__tab .nav-tabs:before {
		display: none
	}

	.product__details__tab .nav-tabs:after {
		display: none
	}

	.shoping__cart__table {
		overflow-y: auto
	}

	.shoping__discount input {
		margin-bottom: 15px
	}

	.blog__details__author {
		overflow: hidden;
		margin-bottom: 25px
	}

	.humberger__open {
		display: block;
		position: absolute;
		left: 15px;
		top: 22px
	}

	.header__cart ul li {
		margin-right: 5px
	}

	.header-icon img {
		width: 32px;
		height: 32px
	}

	.header .container {
		position: relative
	}

	.humberger__menu__wrapper {
		width: 300px;
		background: #fff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block
	}

	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0
	}

	.humberger__menu__logo {
		margin-bottom: 30px
	}

	.humberger__menu__logo a {
		display: inline-block
	}

	.humberger__menu__contact {
		padding: 10px 0 13px
	}

	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none
	}

	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px
	}

	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px
	}

	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px
	}

	.humberger__menu__cart ul li:last-child {
		margin-right: 0
	}

	.humberger__menu__cart ul li a {
		position: relative
	}

	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c
	}

	.humberger__menu__cart ul li a span {
		height: 15px;
		width: 15px;
		background: var(--primaryColor);
		font-size: 11px;
		color: #fff;
		line-height: 14px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: -5px;
		right: -5px
	}

	.humberger__menu__cart {
		margin-bottom: 25px
	}

	.humberger__menu__widget {
		margin-bottom: 20px
	}

	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px
	}

	.humberger__menu__nav {
		display: none
	}

	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px
	}

	.humberger__menu__wrapper .slicknav_btn {
		display: none
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important
	}

	.humberger__menu__wrapper .slicknav_nav {
		display: block !important
	}

	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px
	}

	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0
	}

	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		font-weight: 600;
		margin: 0;
		border-bottom: 1px solid #e1e1e1
	}

	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: var(--primaryColor)
	}

	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0
	}

	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden
	}

	.humberger__menu__overlay.active {
		visibility: visible
	}

	.header__top {
		display: none
	}

	.header__menu {
		display: none
	}

	.header {
		padding: 0 0 0px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05)
	}

	.header-icon {
		position: inherit !important
	}

	.header__cart {
		text-align: center;
		padding: 0;
		position: absolute;
		top: 20px;
		right: 20px
	}

	.col-lg-3.col-md-4.col-sm-6.product {
		flex: 1 0 50%
	}

	.featured__item img {
		height: 150px
	}

	.product-variation-display-section th,
	td {
		padding: 8px 8px;
		font-size: 12px
	}

	.quantity {
		width: 60px;
		height: 25px
	}

	.quantity input {
		font-size: 12px;
		width: 20px
	}

	.quantity .qtybtn {
		width: 12px;
		font-size: 12px
	}

	.add_to_cart_button {
		padding: 8px 10px;
		font-size: 12px
	}

	.page-numbers.current {
		padding: 5px 10px
	}

	.page-numbers {
		padding: 5px 10px
	}

	.attributes_table,
	th,
	td {
		font-size: 14px !important
	}

	.over_hid {
		overflow: hidden
	}
	.row.product-single {
   		 margin-top: 15px;
	}
}

@media only screen and (max-width:479px) {
	.product__details__pic__item img {
		width: 100%;
		height: 300px;
		object-fit: contain
	}

	.main-navigation {
		display: none
	}

	.hero__search__form form .hero__search__categories {
		display: none
	}

	.featured__controls ul li {
		margin-bottom: 10px
	}

	.product__details__text ul li b {
		width: 100px
	}

	.product__details__tab .nav-tabs li {
		margin-right: 20px
	}

	.shoping__cart__btns {
		text-align: center
	}

	.primary-btn.cart-btn.cart-btn-right {
		float: none;
		margin-top: 10px
	}

	.shoping__checkout .primary-btn {
		display: block;
		text-align: center;
		padding: 10px 15px 10px
	}

	.map .map-inside {
		-webkit-transform: translateX(-125px);
		-ms-transform: translateX(-125px);
		transform: translateX(-125px)
	}

	.map .map-inside .inside-widget {
		width: 250px
	}

	.product__details__tab .nav-tabs li {
		margin-right: 15px
	}

	.shoping__discount input {
		width: 100%
	}

	.checkout__order {
		padding: 20px
	}

	.blog__details__hero__text h2 {
		font-size: 24px
	}
}
@media only screen and (max-width:449px){
    .offers-icons div>img {
        margin:auto;
    }
    .b-icon-box {
        display:block;
        text-align: center;
    }
}
@media only screen and (max-width:420px){
    .product-loop-header{
        display:block;
    }
}
.woocommerce-tabs ul.tabs.wc-tabs {
	list-style: none;
	padding-left: 0;
	display: flex
}
.product_meta{
	margin-bottom: 20px;
	font-size: 14px;
}
.product_meta *{
	color: #5c5c5c;
}
.footer-title {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
/* 	margin-right: 50px; */
	padding-bottom: 10px;
	margin-bottom: 10px
}

.footer-social-media a {
	margin: 5px
}

#comments ol.commentlist {
	list-style: none;
	padding-left: 0;
	margin-top: 20px
}

.comment_container img.avatar {
	width: 40px;
	height: 40px
}

.comment_container .comment-text {
	padding: 0 10px;
	border-bottom: 1px solid #ddd
}

.comment_container .comment-text .star-rating {
	font-size: 14px
}

.comment_container .comment-text .meta {
	font-size: 12px;
	margin-bottom: 5px
}

.comment_container {
	display: flex;
	margin-bottom: 10px;
	max-width: fit-content;
	padding: 5px
}

.comment_container .description {
	font-size: 14px
}

.dev-star-rating {
	display: flex;
/* 	flex-direction: row-reverse; */
	font-size: 1.5em;
	justify-content: space-around;
	padding: 0 .2em;
	text-align: center;
	width: 5em
}
.dev-star-rating:not(.static){
	flex-direction: row-reverse;
}
.dev-star-rating input {
	display: none
}

.dev-star-rating label {
	color: #ccc;
	cursor: pointer
}

.dev-star-rating :checked~label {
	color: #f90
}

.dev-star-rating:not(.static) label:hover,
.dev-star-rating:not(.static) label:hover~label {
	color: orange
}

.dev-star-rating label.active {
	color: orange
}

#review_form_wrapper {
	padding: 20px;
	border: 1px solid #ddd
}
header.page-header{
	width:100%
}
@media only screen and (max-width:575px) {
	.from-blog{
		padding-top:0px;
	}
	.newsletter-footer-wedgit{
		margin-top:20px
	}
	.footer__widget ul {
		text-align: center;
	}
	.footer__widget {
		margin-bottom: 0
	}

	.footer .footer__about {
		text-align: center
	}

	.footer-title {
		margin-right: 0;
		text-align: center
	}

	.footer__about .textwidget span {
		justify-content: center
	}

	.footer-social-media {
		display: flex;
		justify-content: center
	}

	.footer__widget p {
		text-align: center
	}

	.header__cart ul li a {
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center
	}
	.hero__item{
		margin-top:0px;
		margin-left: -14px;
        margin-right: -14px;
	}
	.hero .container,.hero .col-lg-12{
	    /*padding-left:0px;*/
	    padding-right:0px;
	} 
	h1.blog-title {
    font-size: 2rem;
	}
}
.bredcrumb-section{
	margin: 0px auto;
    position: relative;
    padding: 4px 0px;
    margin-bottom: 10px;
    font-size: 12px;
    background: #f7f7f7;
}		
 

.search__input {
   background-color: white;
    border: 1px solid #ddd;
    padding: 6px 14px;
    width: 100%;
    font-size: 16px;
}
.search__input:focus {
    outline: 0;
    box-shadow:0px 1px 0px #ccc;
  }
.results {
    padding: 0;
    position: absolute;
    z-index: 1;
    background: white;
    width: 100%;
}

.result {
    color: #656e80;
    list-style: none;
    padding: 10px 10px 10px 25px;
    position: relative;
    border: 1px solid #f1f1f1;
}

.result:before {
    position: absolute;
    width: 3px;
    content: '';
    background-color: #5073dd;
    top: 15px;
    left: 10px;
    bottom: 15px;
  }
.result__top {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}

.result__city {
  color: white;
  margin: 0;
}

.result__polulation {
  font-size: 13px;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-left: 15px;
}
span.woocommerce-radio-wrapper {
    display: flex;
    align-items: center;
}
label.checkbox {
    margin-bottom: 0;
	margin-right: 20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px; 
    right: 5px; 
}
.select2-container .select2-selection--single{
	height:46px;
}

#customer_details{
	width:calc(100% - 400px);
	margin-right: 35px;
}
.woocommerce-checkout-review-order{
	width:360px;
}
 
.woocommerce form p {
    color: #1c1c1c;
    margin-bottom: 20px
}

.woocommerce form p .required {
    color: #d22
}

.woocommerce-input-wrapper {
    width: 100%
}

.woocommerce form input.checkout__input__add {
    margin-bottom: 20px
}

small.woocommerce-result-count {
    color: #7e7e7e;
    font-size: 12px;
}

.woocommerce-billing-fields__field-wrapper {
    margin-bottom: 24px
}

.woocommerce form p {
    color: #1c1c1c;
    margin-bottom: 20px
}

.woocommerce form p .required {
    color: #d22
}

.woocommerce-input-wrapper {
    width: 100%
}


.woocommerce form .input-checkbox{
	width:20px;
	height: 20px;
}
.woocommerce form .form-row {
    margin: 0 0 0px;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    height: 36px;
    padding-left: 10px;
}
.woocommerce form label{
	margin-bottom:0;
}
.woocommerce form input.checkout__input__add {
    margin-bottom: 20px
}
.woocommerce form .wooccm-field-address_1{
	padding-top:20px
}
.woocommerce form input::placeholder {
    color: #b2b2b2
}
.woocommerce-billing-fields , .woocommerce-shipping-fields, .woocommerce-additional-fields{
    border: 1px solid #ddd;
    padding: 18px;
	border-radius:6px;
}
.woocommerce-additional-fields{
	margin-top:14px;
}
.woocommerce-shipping-fields {
    margin-top: 14px;
}
.select2-container--default .select2-selection--single{
	height: 36px;
    padding-left: 6px;
} 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 8px;
}
.select2-search--dropdown {
    display: block;
    padding: 4px 14px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    padding: 3px 11px;
}

.checkout {
	margin:2rem 0;
}

.woocommerce form input:focus, .woocommerce form select:focus{
	border:1px solid #4c4c4c;
}
#customer_details{
	width:calc(100% - 400px);
	margin-right: 35px;
}
.woocommerce-checkout-review-order{
	width:360px;
}

.cart-subtotal form.checkout_coupon{
    border: none;
    padding: 0px;
    margin: 0em 0;
    text-align: left;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400; 
}
.woocommerce-form-coupon-toggle a{
	color: #a46497;
}
.cart-discount td{
	color:green;
}
.woocommerce-remove-coupon{
	color:red;
}
.trim-title{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5;
}
.woocommerce form input[type=radio] {
    width: 15px !important;
    height: 20px !important;
}
/*.woocommerce ul#shipping_method {*/
/*    width: 130px;*/
/*}*/
.woocommerce ul#shipping_method li {
    margin-bottom: 0;
}
.woocommerce ul#shipping_method li label {
    font-size: 14px;
}
 @media only screen and (max-width:991px) {
     .sub-header-menu{
         display:none;
     }
	 .header .aws-container .aws-search-form {
		height: 40px;
		margin-top: 0px;
		margin-bottom: 10px;
		z-index: 0;
	}
	#customer_details{
		width:100%;
		margin-right: 0px;
	}
	.woocommerce-checkout-review-order{
		width:100%;
	}
	/*.woocommerce ul#shipping_method {*/
	/*	width: 150px;*/
	/*}*/
	.woocommerce ul#shipping_method li {
		margin-bottom: 3px;
	}
	.woocommerce ul#shipping_method li input {
		margin: -1px 0.4375em 0 0; 
	}
 
 
	.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
		font-size:14px;
	}
	.woocommerce form .form-row label{
		font-size:14px;
	}
	span.woocommerce-Price-amount.amount {
		font-size: 14px;
	}
	/*.woocommerce ul#shipping_method {*/
	/*	width: 110px;*/
	/*}*/
}
@media only screen and (max-width:767px) {
 
	/*.woocommerce ul#shipping_method {*/
	/*	width: 150px;*/
	/*}*/
	.woocommerce ul#shipping_method li {
		margin-bottom: 3px;
	}
	.woocommerce ul#shipping_method li input {
		margin: -1px 0.4375em 0 0; 
	}
}
.produt-links{
	font-size: 13px;
}
a.product-lnk {
    color:#555;
    font-size: 13px;
	position: relative;
    padding-right: 10px;
    display: inline-block;
    padding-left: 2px;
}
/* a.product-lnk:after {
    content: "|";
    position: absolute;
    right: 1px;
    top: 0;
    color: #777;
} */
p.woocommerce-notice.woocommerce-notice--success {
    color: green;
    font-weight: 600;
    padding: 10px;
    background: #f7f7f7;
}
ul.tabs.wc-tabs {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 4px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}

.wc-tabs li {
    margin-right: 5px;
}

.wc-tabs li>a {
    padding: 8px 16px;
    display: block;
    color: var(--primaryColor);
    background: #1b1b3c0d;
    border-bottom: 2px solid transparent;
}

.wc-tabs li.active>a {
    background: #fff7f5;
    font-weight: 500;
    border-bottom: 2px solid;
}

.woocommerce-tabs div.panel {
    margin-bottom: 20px;
}
.woocommerce-review-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
/*     float: right; */
}
.dev-star-rating.static {
    flex-direction: unset;
    padding: 0;
    width: fit-content;
}
.dev-star-rating.static label {
    margin-bottom: 0;
    font-size: 1.2rem;
}
.dev-star-rating label {
    color: #ccc;
    cursor: pointer;
}
.woocommerce-review-link .count {
    margin-left: 6px;
    color: #747474;
    margin-top: 2px;
}
.shop_table .actions .coupon>label{
	display:none;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.action .quantity, .product-quantity .quantity {
    display: flex;
    background: #efefef;
    border-radius: 6px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 36px;
    width: fit-content;
}
.action .quantity>span, .product-quantity .quantity>span {
    font-size: small;
    left: 4px;
    padding: 3px 6px;
}
.action .quantity>select, .product-quantity .quantity>select {
    height: 38px;
    border-color: transparent;
    width: 50px;
    padding-left: 8px;
}
.product-quantity .quantity{
    height: 31px;
}




/* myaccout fix  */


.profile-container {
    /* display: flex;  */
    place-items: center;
    padding-block: 1vh;
    padding-bottom: 10px;
    gap: 0.57rem;
}

.profile-container .profile {
    padding: 10px;
    /* background: #efefef; */
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-width: fit-content;
}

.profile-container .profile .log-out {
    margin-left: auto;
    align-self: baseline;
    padding-right: 8px;
    color: chocolate;
}

.menu.row {
    width: 100%;
}

.profile-container .avatar {
    grid-column: span 2;
    display: flex;
    margin-right: 10px;
    /* justify-content: center; */
    /* width: 250px; */
}

.profile-container .avatar img {
    width: 65px;
    height: 65px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.profile-container .username {
    grid-column: span 2;
    /* margin-block-end: 2rem;  */
    margin-right: 10px;
}

.profile-container .username h3 {
    text-align: center;
}

.profile-container .profile .log-out::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08b";
}

.user-nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.user-nav li {
    /* border-right: 1px solid #ddd; */
    width: 100%;
}

.user-nav li:first-child {
    /* border-left: 1px solid #ddd;  */
}

.user-nav li:first-child a {
    margin-left: 0;
}

.user-nav li:last-child a {
    margin-right: 0;
}

.user-nav ul li a {
    padding: 10px;
    text-align: center;
    display: block;
    background: #f3f3f3;
    margin: 10px;
    border-radius: 8px;
}

.user-nav ul li.is-active a {
    color: var(--primaryColor);
}

.order-status.Failed {
    color: red;
}

.order-status.Processing {
    color: goldenrod;
}

.order-status.On.hold {
    color: #999;
}

.woocommerce table.my_account_orders tr.order {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.woocommerce table.my_account_orders .button:not(:last-child) {
    white-space: nowrap;
    margin-right: 5px;
}

.woocommerce table.my_account_orders .button.pay {
    background: #dcf4ff;
    color: #0073aa;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-weight: 700;
    color: #0073aa;
    text-decoration: underline;
}

/* .woocommerce table.my_account_orders .button.cancel {
    background: #dcf4ff;
    color: #0073aa;
}  */

.woocommerce-MyAccount-navigation ul li a::before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--awwlmwishlistmaurl a::before {
    content: "\f004";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f2bb";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f013";
}
.u-column2.col-2.woocommerce-Address {
    max-width: 100%;
}
.u-column1.col-1.woocommerce-Address {
    border: 1px solid #ddd;
	max-width:100%;
}
.u-column1.col-1.woocommerce-Address .woocommerce-Address-title.title{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.u-column1.col-1.woocommerce-Address address{ 
    padding: 20px;
}
.u-column1.col-1.woocommerce-Address .woocommerce-Address-title.title h5{
  margin-bottom: 0;
}
.u-column1.col-1.woocommerce-Address .woocommerce-Address-title.title a{
  color: var(--primaryColor);
  margin-right: 5px;
}
.woocommerce form .form-row label{
	width: 100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
	width: 100%;
}
/* myaccout end */

.dev-star-rating.static .count{
	font-size: 12px;
    margin: auto;
    margin-left: 5px;
    margin-bottom: 4px;
    margin-right: 2px;
}



.expert-review {
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: fit-content;
    display: flex;
    border-radius: 10px;
    margin-bottom: 20px;
	flex-wrap: wrap;
	max-width: 415px;
}
.expert-review .reviewed {
    margin-right: 9px;
	line-height: 1.8;
}

.expert-review .updated-on {
    width: 100%;
	margin-bottom: 5px;
    color: #707070;
}
.expert-review .profile {
    display: inline-flex;
    align-items: center;
    background: #efefef;
    border-radius: 20px;
    padding-right: 14px;
}
.expert-review .profile span.name {
    margin-left: 6px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.expert-review .reviewed i.fa.fa-check-circle {
    color: green;
}

.tp-widget-wrapper {
    text-align: left;
}
.product-type-simple .quantity {
    display: none;
}
span.onsale {
    display: none;
}
.product-type-simple .product-actions{
    float: right;
}
.product-type-simple .price del {
    color: #555555;
    font-size: 80%;
}