body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*Header*/
header.yr-header {
    width: 100%;
    display: block;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.03);
	z-index: 99;
    position: relative;
}
.yr-container {
    max-width: 1370px;
    margin: auto;
    padding: 0 15px;
}
.yr-row {
    display: flex;
    width: 100%;
}
.yr-col-logo {
    width: 16%;
}
.yr-col-logo a {
    display: block;
}
.yr-col-logo a img {
    max-width: 162px;
}
.yr-col-search {
    width: 49.5%;
	position: relative;
}
header.yr-header .yr-row {
    align-items: center;
    padding: 20px 0;
}
input.yr-seacrh-field {
    width: 100%;
    border-radius: 10px;
    background: #F7F7F7;
    padding: 20px;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid #a3a3a37a;
    outline: -webkit-focus-ring-color auto 0px;
    height: 56px;
}
.yr-col-top-right {
    width: 36.5%;
    display: flex;
    align-items: center;
    padding-left: 54px;
    gap: 30px;
    justify-content: right;
}
a.yr-link {
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    color: #3D3D3F;
}
body {
    line-height: 1;
}
a.yr-btn {
    color: #3D3D3F;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #1A1C29;
    border-radius: 10px;
	transition: all 1s;
}

/* cate iocn */
.yr-caticon-wrapper {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.yr-caticon-wrapper .yr-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.yr-col-catitem {
    display: block;
}
.yr-col-catitem a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 30px;
    flex-direction: column;
    gap: 15px;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    color: #1A1C29;
    border-radius: 15px;
    border: 1px solid #E1E1E1;
	transition: 0.25s all;
	margin-bottom: 6px;
}
.yr-col-catitem a:hover {
    border-bottom: 6px solid #1bbb9a;
    margin-bottom: 0;
}
body.blog footer.main-footer {
    margin-top: 80px;
}
.woocommerce div.product .woocommerce-tabs .panel > div {
    display: block!important;
}
.yr-col-catitem a {
    text-decoration: none;
}

/*Yrcart Banner */
.yr-banner {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.yr-banner-container {
    margin: 0 30px;
    width: calc(100% - 60px);
    background: #1A1C29;
    border-radius: 15px;
}
.yr-col-coupon {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 102px 0;
}
.yr-col-coupon h3 {
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    color: white;
}
.swiper.yr-home-coupon-slider .swiper-slide {
    background: #1a1c29;
}
.yr-coupon-item h2 {
    font-family: Poppins;
    font-size: 54.93px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    color: white;
    margin-top: 5px;
}
.swiper.yr-home-coupon-slider {
    width: 100%;
}
h5.yr-coupon-code {
    padding: 20px;
    border: 1px dashed white;
    border-radius: 10px;
    margin: 0;
    display: flex;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: white;
    max-width: 228px;
    width: 100%;
    justify-content: space-between;
}
.yr-coupon-div {
    display: flex;
    width: 100%;
    margin-top: 15px;
    gap: 30px;
    align-items: center;
}
a.yr-exp-link {
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: white;
    text-decoration: underline;
}
.yr-col-slider {
    width: 50%;
    overflow: hidden;
    height: 380px;
    display: flex;
    gap: 30px;
}
.yr-slider-up, .yr-slider-down {
    width: 33.33%;
}
.yr-slider-items {
    height: auto!important;
}
.swiper.yr-home-gallery-slider .swiper-wrapper {
    transition-timing-function: linear;
}

/*Yrcart Featured */
.yr-featured-box {
    width: 100%;
    display: block;
    margin-top: 80px;
}
.yr-featured-box .yr-row {
    flex-wrap: wrap;
    gap: 20px;
}
.yr-col-feat-item {
    width: calc(33% - 9px);
}
.yr-col-feat-item {
    width: calc(33% - 9px);
    border: 1px solid #E1E1E1;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.yr-feat-item-right img {
    max-width: 220px;
}
.yr-feat-item-left h3 {
    font-family: Poppins;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
    color: #1A1C29;
    margin: 0;
}
.yr-feat-item-left a {
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    color: #1A1C29;
    margin-top: 15px;
    display: block;
}
.yr-feat-item-left, .yr-feat-item-right {
    width: 50%;
}
.yr-feat-item-right {
    overflow: hidden;
}
.yr-feat-item-right img {
    transition: 1s all;
}
.yr-col-feat-item:hover .yr-feat-item-right img {
    transform: scale(1.1);
}

/*Product Section */
.yrm-product-section {
    width: 100%;
    display: block;
    margin-top: 80px;
	margin-bottom: 80px;
}
.yrm-category-col {
    width: calc(20% - 10px);
}
.yrm-category-col ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 10px;
    max-height: 736px!important;
    overflow-y: scroll;
	overflow-x: hidden;
}
.yrm-category-col ul li {
    display: block;
}
.yrm-category-col ul li a {
    display: flex;
    padding: 15px;
    color: #1A1C29;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    justify-content: space-between;
    align-items: center;
	transition: all 1s;
}
.yrm-product-col {
    width: calc(80% - 10px);
}
.yrm-product-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.yrm-product-item {
    display: block;
    padding: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 15px;
    height: 100%;
    text-align: center;
	transition: 1s all;
}
.yrm-product-item img {
    width: 213px;
    height: 213px!important;
    object-fit: contain;
    display: block;
    margin: auto;
}
.yrm-product-style3-items img {
    height: 100px!important;
}
.yrm-prosty-item.yrm-product-item h3 {
    -webkit-line-clamp: 10;
	line-height: 38px;
}
.yrm-product-item h5 {
    color: #3D3D3F;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}
.yrm-product-item h3 {
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yrm-product-item h3 a {
    color: #3D3D3F;
}
p.yrm-product-price {
    color: var(--Accent-1, #59B99C);
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}
.yrm-product-section .yr-row {
    gap: 20px;
}

.yrm-category-col ul::-webkit-scrollbar {
  width: 3px;
}
 
.yrm-category-col ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.yrm-category-col ul::-webkit-scrollbar-thumb {
  background-color: #1A1C29;
  outline: 1px solid slategrey;
}
.yrm-category-col ul li a:hover {
    background: #1bbc9a;
    color: white;
}
.yrm-category-col ul li a:hover img {
    filter: invert(1);
}
.yrm-product-item:hover {
    box-shadow: 0px 0px 5px #0000002e;
}

/*product Slider */
.yrm-product-style2 {
    background: #F7F7F7;
    padding: 80px 0;
    display: block;
    width: 100%;
}
.yrm-product-style2 .yr-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.yrm-product-style2 .yrm-product-item {
    background: white;
}
.yrm-prosty-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.yrm-prosty-item h3 {
    color: #3D3D3F;
    text-align: center;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
}
.yrm-prosty-item a.yr-btn {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

/*yrm-product-style3*/
.yrm-product-style3 {
    display: block;
    width: 100%;
    padding: 80px 0;
}
.yrm-product-style3 .yr-row {
    gap: 20px;
}
.yrm-product-style3 .yrm-prosty-item {
    width: calc(20% - 10px);
    height: auto;
}
.yrm-product-style3-items {
    width: calc(80% - 10px);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.yrm-horizontal-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.yrm-product-img-div {
    width: 100%;
    max-width: 103px;
}
.yrm-product-content-div, .yrm-product-content-div h5 {
    text-align: left;
}
a.yr-btn:hover {
    background: #1abc9b;
    color: white;
    border-color: white;
}
a.yr-btn:hover img {
    filter: invert(1);
}
.yrm-product-item h5 a {
    color: #3D3D3F;
}

/* coupon-code section */
.yrm-coupons-codes {
    width: 100%;
    background: #F7F7F7;
    padding: 80px 0;
}
.yrm-title-bar {
    justify-content: space-between;
    align-items: center;
}
.yr-row.yrm-title-bar h2 {
    color: #3D3D3F;
    text-align: center;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
    margin: 0;
}
.yrm-title-bar a {
    text-decoration: underline;
}

/*Codes List */
.yr-row.yrm-title-bar {
    margin-bottom: 30px;
}
a.yr-link:hover {
    text-decoration: underline;
}
.yr-row.yrm-oupons-code-list {
    width: 100%;
    gap: 10px;
    flex-direction: column;
}
.yrm-coupon-listitem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #E1E1E1;
    padding: 20px;
    border-radius: 15px;
    align-items: center;
	transition: all 1s;
}
.yrm-coupon-listitem:hover {
    background: #1A1C29;
}
.yrmcl-info {
    width: 100%;
    max-width: 180px;
}
.yrmcl-info {
    width: 100%;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.yrmcl-info span {
    display: flex;
    gap: 10px;
    color: #1A1C29;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.yrm-codedata {
    width: 100%;
    max-width: 508px;
    border: 1px dashed #8E9294;
    justify-content: space-between;
    display: flex;
    padding: 20px;
    border-radius: 15px;
}
.yrm-codedata span {
    color: #1A1C29;
     font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}
.yrm-codedata svg path {
    stroke: #1A1C29;
}
.yrm-codedata-type {
    width: 100%;
    max-width: 190px;
}
.yrm-codedata-type h5 {
    font-family: Poppins;
    font-size: 43.95px;
    font-style: normal;
    font-weight: 600;
    line-height: 43.95px;
    margin: 0;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: #f7f7f7;
}
.yrm-coupon-listitem:hover span, .yrm-coupon-listitem:hover svg, .yrm-coupon-listitem:hover svg path {
    color: white!important;
    stroke: white!important;
}

/*Vendor List*/
.yrm-vendor-list {
    display: block;
    width: 100%;
    padding: 80px 0;
}
a.yrm-vendor-id {
    display: block;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    filter: grayscale(1);
}
a.yrm-vendor-id:hover {
    filter: grayscale(0);
}

/*Blog Post*/
.yrm-blog-list {
    display: block;
    padding: 80px 0;
    width: 100%;
}
.yr-row.yrm-blog-lists {
    margin-top: 40px;
    gap: 20px;
}
.yrm-blog-item {
    padding: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 15px;
    display: block;
    width: 100%;
}
.yrm-blog-item a {
    display: block;
    width: 100%;
	margin-bottom: 30px;
}
.yrm-blog-item img {
    display: block;
    width: 100%;
    border-radius: 15px;
}
.yrm-blog-item ul {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 15px;
}
.yrm-blog-item ul li {
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.yrm-blog-item h4 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 15px 0;
}
.yrm-blog-item h4 a {
    color: #1A1C29;
    margin: 0;
}
.yrm-blog-item p {
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/*footer*/
footer.main-footer {
    width: 100%;
    display: block;
}
.top-footer {
    width: 100%;
    padding: 50px 0;
    background: #F7F7F7;
}
.top-footer .yr-row {
    justify-content: space-between;
    align-items: center;
}
.yrm-col-left-full {
    display: block;
}
.yrm-col-right-full {
    display: block;
}
.yrm-col-left-full h2 {
    color: #1A1C29;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
    margin: 0 0 15px 0;
}
.yrm-col-left-full p {
    color: #1A1C29;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.bottom-footer {
    width: 100%;
    display: block;
    padding: 30px 0;
}
.copy-right-full {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0;
}
.copy-right-full p {
    color: #3D3D3F;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.copy-right-full ul li {
    display: block;
}
.copy-right-full ul li a {
    color: #3D3D3F;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.copy-right-full ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 30px;
    margin-left: 30px;
}
body {
    margin: 0!important;
    padding: 0!important;
}

/*breadcrumb*/
.yr-breadcrumb-sec {
    width: 100%;
    display: block;
    background: white;
    padding: 15px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--Border, #E1E1E1);
    margin-bottom: 80px;
}
.col-breadcrumb {
    width: 100%;
    display: block;
}
.col-breadcrumb, .col-breadcrumb a {
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

/* DropDown */
.woocommerce .woocommerce-ordering select {
    padding: 20px;
    border-radius: 10px;
    background: #F7F7F7;
    color: #8E9294;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}
.woocommerce .woocommerce-ordering select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.entry-content {
    margin: 0;
}
.yr-shop-attr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.yr-shop-attr h1 {
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
    margin: 0;
}
/** Product List woo*/
ul.yr-product-list-woo {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
    align-items: self-start;
}
ul.yr-product-list-woo:before, ul.yr-product-list-woo:after {
    display: none!important;
}
ul.yr-product-list-woo li {
    width: 100%!important;
    float: none!important;
    display: block;
    padding: 20px!important;
    border: 1px solid #E1E1E1!important;
    border-radius: 15px;
    height: 100%;
    text-align: center;
    transition: 1s all;
	margin: 0!important;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f200!important;
}
ul.yr-product-list-woo li a {
    color: #3D3D3F!important;
}

/*page.php*/
.yr-sidebar {
    width: 100%;
    max-width: 248px;
}
.yr-row {
    display: flex;
    width: 100%;
    gap: 20px;
}
.term-description {
    display: none;
}
.yr-term-description {
    margin-bottom: 30px;
} 
.yr-term-description p { 
    color: #3D3D3F;  
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
} 
ul.yr-main-cat {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
ul.yr-main-cat > li {
    list-style: none;
    display: block;
}
ul.yr-main-cat > li > a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    color: #1A1C29;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
}
ul.yrm-child-cat {
    margin: 0;
}
ul.yrm-child-cat {
    margin: 0;
    display: flex;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    display: none;
}
ul.yrm-child-cat li {
    display: block;
    list-style: none;
}
ul.yrm-child-cat li a {
    display: flex;
    justify-content: space-between;
    color: #1A1C29;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    padding: 5px;
}
ul.yrm-child-cat {
    margin: 0;
    display: flex;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    display: none;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
}
.lmp_products_loading {
    display: none!important;
}
ul.yrm-child-cat.yrm-child-show {
    display: flex;
}
.woocommerce-page article {
    margin: 0;
    padding: 0;
}
.woocommerce-page footer.main-footer {
    margin-top: 80px;
}
ul.yr-product-list-woo.products.columns-4 {
    margin: 0!important;
} 
::selection {
    color: #fff!important;
    background: #1dbb9a!important;
}

/** Single Product */
.yrm-single-post-img {
    display: flex!important;
}
.thumb.swiper.small-af-slider {
    max-width: 103px;
    width: 100%;
    height: 577px!important;
}
.swiper.aff-gallery {
    width: 100%;
    border: 1px solid #E1E1E1;
    max-width: 577px;
    margin-left: 10px;
    max-height: 577px;
    overflow: hidden;
    border-radius: 15px;
}
.aff-gallery .swiper-slide {
    padding: 10px;
    width: calc(100% - 20px)!important;
	height: calc(100% - 20px)!important;
}
.aff-gallery .swiper-slide img {
    object-fit: contain!important;
    height: 100%!important;
}
.thumb-slide.swiper-slide {
    height: auto!important;
    padding: 10px;
    width: auto;
    border: 1px solid #E1E1E1;
    border-radius: 15px;
}
.thumb-slide.swiper-slide img {
    height: 80px!important;
    width: 100%!important;
    object-fit: contain!important;
}

.small-af-slider-prev.aff-nav {
    top: 20px;
    transform: rotate(90deg);
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}
.small-af-slider-prev.aff-nav:after {
    font-size: 15px;
    background: white;
    padding: 10px 13px;
    border-radius: 100%;
}
.small-af-slider-next.aff-nav:after {
    font-size: 15px;
    background: white;
    padding: 10px 13px;
    border-radius: 100%;
}
.small-af-slider-next.aff-nav {
    bottom: 0!important;
    top: auto;
    transform: rotate(90deg);
	width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}
.single-product .woocommerce div.product div.summary {
    padding: 30px;
    background: #F7F7F7;
    border-radius: 15px;
    margin-top: 0;
    width: calc(50% - 15px)!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0!important;
}
h5.yrm-vendor-5 {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
}
h5.yrm-vendor-5 a {
    display: flex;
	text-decoration: none;
}
span.product-vendor svg {
    width: 17px;
}
span.product-vendor {
    display: flex;
    gap: 10px;
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    align-items: center;
}
.yrm-product_title {
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0!important;
}
.yrm-price-fitter {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
}
h5.ab-varints {
    margin: 0;
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
select.product-variant-option {
    width: 100%;
    max-width: 373px;
    padding: 20px;
    color: #8E9294;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 10px;
}
select.product-variant-option:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.price-desk {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.price-desk p {
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
    margin: 0;
}
.offer a {
    color: #1A1C29;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
}
.aff_btn.simple-product-btn {
    display: flex;
    width: 100%;
    margin-top: 30px;
}
a#marketing_id {
    color: white;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 20px;
    border: 1px solid #1cbc9b;
    border-radius: 10px;
    transition: all 1s;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: #1cbc9b;
}
.statics-meta {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.product_views, a.yrc-like-click, a.add_to_wishlist, .product-share a {
    padding: 8px 12px;
    background: white;
    gap: 10px;
    display: flex;
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    width: 67px;
    height: 36px;
    justify-content: center;
    text-decoration: none;
}
a.add_to_wishlist span {
    display: none;
}
i.yith-wcwl-icon {
    margin: 0!important;
}
.favorite-button .yith-wcwl-add-to-wishlist {
    display: block!important;
    margin: 0;
}
.product-share a svg {
    width: 20px;
}
.share-icon {
    display: none;
}
.yith-wcwl-add-to-wishlist {
    display: none;
}
.yrm-single-product {
    width: 100%;
    display: flex;
    gap: 30px;
	margin-bottom: 80px;
}
.yrm-single-product .yrm-single-post-img {
    width: calc(50% - 15px)!important;
	margin-bottom: 0!important;
}
div#product_tabs {
    background: #F7F7F7;
    padding: 80px 0;
}
ul#product-tabs li a {
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 15px;
}
.product-tabs.inner-bottom-xs {
    background: white;
    padding: 30px;
    border-radius: 5px;
}
ul#product-tabs li {
    background: transparent!important;
    border: 0!important;
}
ul#product-tabs li:after, ul#product-tabs li:before {
    box-shadow: 0 0 0 transparent;
}
ul#product-tabs li {
    padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #E1E1E1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 3px solid #3D3D3F;
}
ul#product-tabs {
    margin: 0 0 30px 0;
    padding: 0;
    gap: 40px;
    display: flex;
    width: 100%;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6, .tab-content p, .tab-content span, .tab-content a, .tab-content li, .tab-content div {
    color: #1A1C29!important;
    font-family: DM Sans;
    line-height: normal;
}
.yrm-product-rel {
    padding: 80px 0 0 0;
}
.yrm-product-rel h2 {
    padding: 0;
    margin: 0;
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
    margin-bottom: 30px;
}

.single-product nav.navigation.post-navigation {
    display: none;
}
.single-product div#comments {
    display: none;
}
.single-product aside#secondary {
    display: none;
}
ul.yr-product-list-woo li a img {
    height: 211px!important;
    object-fit: contain;
}
ul.yr-product-list-woo.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.yr-row.yr-mobile-res {
	display: none!important;
}
.yith-wcwl-wishlistexistsbrowse a {
    display: none!important;
}
span.feedback {
    color: transparent;
    padding: 8px 12px;
    background: white;
    gap: 10px;
    display: flex;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    width: 67px;
    height: 36px;
    text-decoration: none;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}
span.feedback i.yith-wcwl-icon.fa.fa-heart {
    color: #3d3d3f;
}
.thumb-slide.swiper-slide {
    height: auto!important;
}
.share-icon.share-icon-show {
    display: flex;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    position: relative;
}
.share-icon.share-icon-show ul.icon {
    margin: 0;
    display: flex;
    padding: 10px;
    background: white;
    margin-top: 10px;
    position: absolute;
    right: 0;
}
.share-icon.share-icon-show ul.icon li {
    display: block;
}
.yrm-bar {
    display: none;
}
.yrc-fly-menu {
    display: none;
}
.yrc-fly-menu.yrc-fly-menu-show {
	left: 0px!important;
}
.yrc-fly-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: -3000px;
    width: 100%;
    height: 100vh;
    background: black;
    padding: 20px;
    flex-direction: column;
	transition: 1s all;
}
.logo-mobile {
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.logo-mobile a {
    display: block;
}
.logo-mobile a img {
    max-width: 180px;
}
a.close-fly-menu svg {
    width: 20px;
    color: white;
}
a.close-fly-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.yr-ptmain-cat {
    margin: 0;
    padding: 0;
}
ul.yrm-chchild-cat {
    display: none;
}
ul.yr-ptmain-cat li {
    list-style: none;
}
ul.yr-ptmain-cat li a {
    display: flex;
    padding: 10px;
    color: white;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    justify-content: space-between;
    align-items: center;
    transition: all 1s;
    text-decoration: none;
}
ul.yr-ptmain-cat li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.yr-ptmain-cat li svg path {
    stroke: white;
}
ul.yrm-chchild-cat.yrm-chchild-show {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 20px;
    background: #29292966;
}
.yrm-navigation {
    height: 80vh;
    overflow-y: scroll;
    padding-right: 15px;
}
ul.yr-ptmain-cat li svg {
    padding: 10px;
    width: 35px;
    height: 35px;
}

.serach-from-yrm {
    display: none;
    position: fixed;
    height: 100%;
    z-index: 99;
    width: 100%;
    background: black;
    top: 0;
    padding: 40px;
    align-items: center;
    justify-content: center;
}
.serach-from-yrm.serach-from-yrm-show {
    display: flex;
}
form.yr-seacrh-poup {
    width: 100%;
}
a.close-poup-seacrh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 20px;
    color: white;
    margin-top: 20px;
    margin-right: 20px;
}
a.seacrh-yrm-lb {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    display: flex;
    right: 15px;
    color: #1a1c29;
}
form.yr-seacrh {
    position: relative;
}
a:focus {
    outline: 0 dotted!important;
}
form.yr-seacrh-poup {
    position: relative;
}
section.no-results.not-found h1 {
    color: #3D3D3F;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 0;
}
section.no-results.not-found .page-content p {
    color: #3D3D3F;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
section.no-results.not-found form.search-form {
    display: none;
}

/*Single Post */
body.post-template-default.single.single-post .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}
h3.yrm-post-titles {
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
}
.yrm-post-desc {
    color: #3D3D3F;
    font-family: Poppins;
    font-style: normal;
    line-height: 28.13px;
}
footer.entry-footer {
    display: none;
}
nav.navigation.post-navigation {
    margin: 50px 0 0px 0;
}
.nav-links a span.nav-subtitle, .nav-links a span.nav-title {
    display: block;
    color: #3D3D3F;
    font-family: Poppins;
    font-style: normal;
    line-height: 28.13px;
}
.nav-links a {
    text-decoration: none;
}
span.nav-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
body.page main#primary, .privacy-policy main#primary {
    width: 100%;
    max-width: 80%;
    border-right: 0px solid #00000017;
    padding-right: 20px;
}
body.blog .yr-row.yr-page-row main#primary, body.single-post .yr-row.yr-page-row main#primary {
    width: 100%;
    max-width: 75%;
    border-right: 1px solid #00000017;
    padding-right: 20px;
}

.privacy-policy h1.yrcart-title {
    color: #3D3D3F;
    font-family: Poppins;
    font-size: 28.13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.13px;
}
.privacy-policy p {
    color: #3D3D3F;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    margin: 0 0 10px 0;
}

/*Sidebar */
aside#secondary ul {
    margin: 0;
    padding-left: 21px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
aside#secondary ul li a {
    color: #3D3D3F;
    font-family: Poppins;
    font-style: normal;
    line-height: 28.13px;
    text-decoration: none;
}
aside#secondary .widget {
    padding: 10px 20px 20px 20px;
    border: 1px solid #00000024;
}
body.post-template-default.single.single-post aside#secondary {
    width: 100%;
    max-width: 30%;
}
body.post-template-default.single.single-post footer.main-footer {
    margin-top: 80px;
}
/*Search Page */
.yr-row.search-page main#primary {
    width: 100%;
    max-width: 75%;
    border-right: 1px solid #00000017;
    padding-right: 20px;
}
.yr-row.search-page aside#secondary {
    width: 100%;
    max-width: 30%;
}
body.search.search-results footer.main-footer {
    margin-top: 80px;
}
.yrc-search-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.sale-product {
    display: none;
}
.yrm-product-item a {
    text-decoration: none!important;
}

/*Product search*/
.Live-product-search {
    max-width: 100%;
    padding: 20px;
    background: white;
    border: 1px solid #0000002e;
    overflow-y: scroll;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.Live-product-search p {
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #1A1C29;
    margin: 0;
}
.Live-product-search::-webkit-scrollbar {
    width: 2px;
} 
.Live-product-search::-webkit-scrollbar-thumb {
    background-color: #a9a9a940;
    outline: 1px solid #70809008;
}
.Live-product-search::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.yith-wcwl-wishlistaddedbrowse a {
    display: none!important;
}
.Live-product-search ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Live-product-search ul li img {
    max-width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #00000029;
}
.Live-product-search li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    color: #1A1C29;
    margin: 0;
}
.Live-product-search li {
    display: flex;
    width: 100%;
    flex-direction: column;
}

/*Mobile Searh*/
a.seacrh-yrm-lb5 {
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    color: black;
}
.single-product .yr-breadcrumb-sec {
    margin-bottom: 30px;
}
.single-product .yr-caticon-wrapper {
    margin-bottom: 30px;
}
/*02-10-2023*/
.swiper.yrm-vendorSwiper {
    width: 100%;
}
.page-id-2144 .yr-breadcrumb-sec {
    margin: 0;
}
/*Become vendor page */
.become-line-space > .elementor-container {
    gap: 30px!important;
}
.become-title h2.elementor-heading-title {
    display: flex;
    background: #1CBC9A;
    flex-direction: column;
    align-items: center;
    color: white!important;
    width: 90px;
    height: 90px;
    justify-content: center;
    border-radius: 100px;
}
.become-title h2.elementor-heading-title span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.becoem-step1:after {
    content: '';
    width: 2px;
    height: 50%;
    background: #1cbc9a;
    bottom: 0;
    position: absolute;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    z-index: 0;
}
.becoem-step2:after {
    content: '';
    width: 2px;
    height: 50%;
    background: #1cbc9a;
    bottom: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}
.icon-box-beome3 > .elementor-widget-container {
    height: 380px;
}
.icon-box-beome ul {
    padding: 0;
}
.icon-box-beome2 {
    border: 1px solid #00000045;
    background: white;
    box-shadow: 1px 2px 2px #00000012;
    padding: 20px;
    border-radius: 9px;
}
.icon-box-beome2 figure img {
    width: 35px;
}
.become-fst-section ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 26px;
}

/*About Us page*/
.ab-ul-page ul {
    margin: 0!important;
}

/*Contact Page */
.yrc-form-c {
    margin-bottom: 20px!important;
}
.yrc-form-c input[type="text"], .yrc-form-c input[type="email"] {
    padding: 14px!important;
    height: auto!important;
    width: 100%;
}
.yrc-form-c {
    width: 100%;
}
.yrc-form-c p, .yr-row-mc-b p {
    margin: 0;
}
.yr-row p label {
    margin-bottom: 0px!important;
    display: block;
}
.yr-row-mc-b .wpcf7-submit {
    color: #3D3D3F!important;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px!important;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 15px!important;
    transition: all 1s;
    background: transparent!important;
    border-radius: 10px!important;
}

/*coupons PAGE */
.yrm-coupons-codes {
    padding-top: 0;
    background: transparent;
}
.yr-row.yrm-title-bar {
    display: none;
}

/*Vendor Page */
.yrm-vendor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.yrm-vendor-grids .yr-row.yrm-title-bar {
    display: flex;
}
.yrm-vendor-grids .yr-row.yrm-title-bar a {
    display: none;
}
.page-id-1576 footer.main-footer {
    margin-top: 80px;
}

body.privacy-policy footer.main-footer, .page-id-412 footer.main-footer{
    margin-top: 60px!important;
}
/*Home Page */
body.home .yr-breadcrumb-sec {
    display: none;
}
body.home .yr-row.yrm-title-bar {
    display: flex;
}

/*mobile Menu */

@media only screen and (max-width: 400px) {
	/*Single Page */
	.yr-row.yr-page-row {
		flex-direction: column;
	}
	.yr-row.yr-page-row main#primary {
		width: 100%;
		max-width: 100%;
		border-right: 0px solid #00000017;
		padding-right: 0;
	}
	.nav-links {
		flex-direction: column!important;
		gap: 20px;
		justify-content: start;
	}
	.nav-next {
		text-align: left!important;
	}
	body.post-template-default.single.single-post aside#secondary {
		width: 100%;
		max-width: 100%;
	}
	body.post-template-default.single.single-post footer.main-footer {
		margin-top: 30px;
	}
	
	/*Home Page */
	.yr-row.yr-mobile-res {
		display: block!important;;
	}
	.swiper.yr-col-caticon {
		width: 100%;
		display: block!important;
	}
	.yrm-desktop {
		display: none!important;
	}
	.yr-banner-container {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.yr-col-slider {
		display: none;
	}
	.yr-col-coupon {
		width: 100%;
		padding: 50px 0;
	}
	.yr-coupon-item h2 {
		font-size: 28px;
	}
	h5.yr-coupon-code {
		padding: 10px;
		font-size: 13px;
		max-width: 160px;
	}
	a.yr-exp-link {
		font-size: 14px;
	}
	.yr-col-feat-item {
		width: 100%;
	}
	.yr-featured-box {
		margin: 30px 0;
	}
	.yr-feat-item-left h3 {
		line-height: 22.5px;
	}
	.yrm-product-section {
		margin: 0px 0 30px 0;
	}
	.yrm-category-col {
		display: none;
	}
	.yrm-product-col {
		width: 100%;
	}
	.yrm-product-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.yrm-product-style2 {
		padding: 30px 0;
	}
	.yrm-product-style2 .yr-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.yrm-prosty-item h3 {
		font-size: 20.13px;
	}
	.yrm-product-style3 {
		padding: 30px 0;
	}
	.yrm-product-style3 .yr-row {
		flex-direction: column;
	}
	.yrm-product-style3 .yrm-prosty-item {
		width: 100%;
	}
	.yrm-product-style3 .yrm-prosty-item a.yr-btn {
		margin: 0;
	}
	.yrm-product-style3-items {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}
	.yrm-coupons-codes {
		padding: 30px 0;
	}
	.yr-row.yrm-title-bar h2 {
		font-size: 20.13px;
	}
	.yrm-coupon-listitem {
		width: 100%;
		flex-direction: column;
		gap: 20px;
	}
	.yrmcl-info {
		align-items: center;
	}
	.yrm-codedata {
		width: 100%;
		max-width: 210px;
	}
	.yrm-codedata-type h5 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
	.yrm-codelink a svg {
		width: 20px;
	}
	.yrm-vendor-list {
		padding: 30px 0;
	}
	.yrm-blog-list {
		padding: 30px 0;
	}
	.yr-row.yrm-blog-lists {
		margin-top: 0px;
		gap: 20px;
		flex-direction: column;
	}
	.top-footer .yr-row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.yrm-col-left-full {
		text-align: center;
	}
	.copy-right-full {
		gap: 10px;
		flex-direction: column-reverse;
	}
	.copy-right-full ul {
		gap: 10px;
		flex-direction: column;
		align-items: center;
		margin: 0;
	}
	.yrm-product-item h3 {
		font-size: 14px;
	}
	.yrm-product-content-div {
		width: 100%;
	}
	.yrm-prosty-item.yrm-product-item h3 {
		font-size: 22px;
		line-height: 28px;
	}
	p.yrm-product-price {
		font-size: 14px;
	}
	.yrm-codedata {
		padding: 10px;
	}
	.yrm-codedata span {
		font-size: 18px;
	}
	.yrm-codedata svg {
		width: 16px;
	}
	
	/*Product */
	.yrm-single-product {
		flex-direction: column;
	}
	.yrm-single-product .yrm-single-post-img {
		width: 100%!important;
	}
	.yrm-single-product .yrm-single-post-img {
		width: 100%!important;
		margin-bottom: 0!important;
		flex-direction: column-reverse;
	}
	.thumb.swiper.small-af-slider {
		max-width: 100%;
		width: 100%;
		height: auto!important;
		margin-top: 10px;
	}
	.single-product .woocommerce div.product div.summary {
		width: 100%!important;
	}
	.yrm-product_title {
		font-size: 20.13px;
		line-height: 26px;
	}
	.price-desk {
		margin-top: 20px;
	}
	.aff_btn.simple-product-btn {
		margin-top: 20px;
	}
	.yr-breadcrumb-sec {
		margin-bottom: 30px;
	}
	.yrm-single-product {
		margin-bottom: 30px;
	}
	div#product_tabs {
		background: #F7F7F7;
		padding: 30px 0;
	}
	.yrm-product-rel {
		padding: 30px 0 0 0;
	}
	ul.yr-product-list-woo.products.columns-5 {
		grid-template-columns: repeat(2, 1fr);
	}
	ul.yr-product-list-woo li a img {
		height: 120px!important;
		object-fit: contain;
	}
	.woocommerce-page footer.main-footer {
		margin-top: 30px;
	}
	.swiper.aff-gallery {
		margin-left: 0;
	}
	.small-af-slider-prev.aff-nav {
		top: 20px;
		transform: rotate(0);
		align-items: center;
		height: 100%;
		justify-content: start;
		width: 10%;
	}
	.aff-gallery .swiper-slide {
		height: auto!important;
	}
	.small-af-slider-next.aff-nav {
		transform: rotate(0);
		justify-content: right;
		left: auto;
		align-items: center;
		height: 100%;
		right: 0;
		width: 10%;
	}
	.thumb.swiper.small-af-slider .swiper-wrapper {
		justify-content: center;
	}
	.single-product .woocommerce div.product div.summary {
		padding: 15px;
	}
	.yrm-price-fitter {
		display: flex;
		gap: 15px;
		margin-top: 30px;
		align-items: self-start;
		flex-direction: column;
	}
	
	/*Category Page*/
	.yr-sidebar {
		display: none;
	}
	ul.yr-product-list-woo {
		grid-template-columns: repeat(2, 1fr);
	}
	.yr-shop-attr {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0px;
		flex-direction: column;
		gap: 20px;
	}
	ul.yr-product-list-woo li {
		padding: 10px!important;
	}
	
	/*Header */
	.yrm-bar {
		display: flex;
		width: 50%;
		gap: 20px;
		justify-content: end;
	}
	.yr-col-search {
		display: none;
	}
	.yr-col-top-right {
		display: none;
	}
	.yr-col-logo {
		width: 50%;
	}
	.yrm-bar a svg {
		width: 20px;
		stroke: red;
	}
	.yrm-bar a {
		color: #1c212b;
	}
	.yrm-bar a svg path {
		stroke: red;
	}
	.price-desk {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-top: 30px;
		flex-direction: column;
		justify-content: start;
		align-items: self-start;
	}
	
	/*Search Page */
	.yr-row.search-page main#primary {
		width: 100%;
		max-width: 100%;
		border-right: 0px solid #00000017;
		padding-right: 0;
	}
	.yr-row.search-page aside#secondary {
		width: 100%;
		max-width: 100%;
	}
	.yr-row {
		display: flex;
		width: 100%;
		gap: 20px;
		flex-direction: column;
	}
	.yrc-search-page {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	header#main-header .yr-row {
		flex-direction: revert;
	}
	
	.swiper.yrm-vendorSwiper {
		overflow: hidden;
		width: 100%;
	}
	.yrm-product-item img {
		height: auto!important;
		max-height: 100px;
		object-fit: contain;
	}
	.yr-shop-attr {
		margin-bottom: 20px;
	}
	body.privacy-policy footer.main-footer, .page-id-412 footer.main-footer {
		margin-top: 0!important;
	}
	.elementor-412 .elementor-element.elementor-element-2d58adc > .elementor-widget-container {
		margin-bottom: 30px;
	}
	body.blog .yr-row.yr-page-row main#primary, body.single-post .yr-row.yr-page-row main#primary {
		width: 100%;
		max-width: 100%;
		border-right: 0px solid #00000017;
		padding-right: 0;
	}
	h3.yrm-post-titles {
		font-size: 20.13px;
		line-height: 28.13px;
	}
	body.blog footer.main-footer {
		margin-top: 30px;
	}
	.yr-col-catitem img {
		width: 50px;
		height: 50px!important;
	}
}

