* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header.header-section {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0 0 0 / 5%);
}
body {
    font-family: "Muli", sans-serif;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0 !important;
    padding: 0;
}

img {
    transition: all 0.5s;
}
.page-name {
    display: none;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
a, a:focus{
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
button, button:focus, input , input:focus, select:focus{
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

ul li {
    list-style: none;
}
.space-tb{
    padding: 55px 0;
}
.form-select:focus {
    border-color: none;
    outline: none;
    box-shadow:none;
}
p{
    font-size: 16px;
    font-family: "Muli",sans-serif;
    color: #636363;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}
.header-top {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
.header-top .ht-left {
    float: left;
}
.header-top .ht-left .mail-service {
    font-size: 16px;
    color: #252525;
    float: left;
    border-right: 1px solid #E5E5E5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}
.header-top .ht-left .mail-service i {
    margin-right: 5px;
}
.header-top .ht-left .phone-service {
    float: right;
    font-size: 14px;
    color: #252525;
    line-height: 27px;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 20px;
}
.header-top .ht-left .phone-service i {
    margin-right: 5px;
}
.header-top .ht-right {
    float: right;
}
.header-top .ht-right .login-panel {
    float: right;
    font-size: 14px;
    color: #252525;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    padding-top: 18px;
    padding-bottom: 15px;
}
.header-top .ht-right .login-panel i {
    margin-right: 8px;
}
.header-top .ht-right .lan-selector {
    float: right;
    margin-top: 15px;
    margin-bottom: 13px;
}

.ht-right .lan-selector {
    max-width: 142px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.ht-right .lan-selector .ddcommon {
    max-width: 142px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    padding: 0 20px;
}
.ht-right .lan-selector .ddcommon .ddTitle .ddArrow:before {
    content: "\f107";
    font-family: "fontawesome";
    font-size: 14px;
    color: #636363;
    float: right;
    position: relative;
    right: 0;
    line-height: 26px;
}
.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText img {
    padding-right: 5px;
}
.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
    font-size: 14px;
    color: #252525;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.ht-right .lan-selector .ddcommon .ddChild {
    background: #fff;
    max-width: 142px;
    width: 100%;
    position: relative;
    left: 0;
}
.ht-right .lan-selector .ddcommon .ddChild ul li {
    line-height: 23px;
    padding: 0px 10px;
    list-style: none;
}
.ht-right .lan-selector .ddcommon .ddChild ul li img {
    padding-right: 10px;
}
.ht-right .lan-selector .ddcommon .ddChild ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.325px;
}
.header-top .ht-right .top-social {
    float: right;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #e5e5e5;
}
.header-top .ht-right .top-social a {
    color: #252525;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}
/**********header seaech***************/
.inner-header {
    padding: 8px 0;
}
.inner-header .row {
    align-items: center;
}
.inner-header .logo {
    display: inline-block;
}
.inner-header .logo img{
    width: 160px;
}

.inner-header .advanced-search {
    height: 50px;
    border: 1px solid #ebebeb;
}
.category-btn-box {
    max-width: 30%;
    float: left;
    position: relative;
    display: inline-block;
}
.inner-header .advanced-search .category-btn-box:before {
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: "";
}
.inner-header .advanced-search .category-btn-box:after {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 16px;
    color: #b2b2b2;
}
.inner-header .advanced-search .category-btn {
    background: transparent;
    border: none;
    padding-left: 23px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-right: 60px;
    font-size: 16px;
    color: #252525;
    position: relative;
}
.inner-header .advanced-search .input-group {
    max-width: 100%;
    height: 100%;
}
.inner-header .advanced-search .input-group input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    color: #d1d1d1;
    padding-left: 20px;
}
.inner-header .advanced-search .input-group button {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: -6px;
    top: -1px;
    border: 1px solid #000000;
    background:#000000;
    padding: 12px 16px 12px;
    cursor: pointer;
}
.inner-header .nav-right {
    padding: 10px 0;
    text-align: end;
}
.inner-header .nav-right li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
}
.inner-header .nav-right li a {
    color: #252525;
    position: relative;
    display: inline-block;
}
.inner-header .nav-right li a span {
    position: absolute;
    right: -8px;
    top: -1px;
    height: 15px;
    width: 15px;
    background: #b80105;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
}
.inner-header .nav-right li.cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}
/******************Nav Bar ***********************/
.navbar{
    background: #670100;
}
.navbar-nav a {
    display: inline-block;
    padding: 6px 47px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s ease-in-out;
}
.navbar-nav a.active , .navbar-nav a:hover {
    background: #b80105;
}
/***********hero panel***************/

.hero-content {
    display: inline-block;
    width: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.top-subtitle{
    color: #b80105;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 28px;
    display: inline-block;
}
.hero-title{
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
}
.hero-content p{
    color: #fff;
}
.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    color: #fff;
    background: #b80105;
    text-transform: uppercase;
    margin-top: 40px;
    
}
.owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 45%;
    color: #384999;
    font-size: 42px;
    width: auto;
    height: auto;
}
.owl-prev:before, .owl-next:before {
    font-size: 30px;
}
.owl-prev{
    left: 3%;
}
.owl-next{
    right: 3%;
}
.single-banner {
    position: relative;
    z-index: 1;
    height: 285px;
    overflow: hidden;
    border: 2px solid #ecec;
    padding: 10px;
}
.single-banner::before {
    position: absolute;
    left: 35px;
    top: 30px;
    border: 13px solid #fff;
    content: "";
    opacity: .3;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    transform: scale(0);
    transition: all .3s;
}
.single-banner:hover::before {
    transform: scale(1);
}
.single-banner .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 100%;
}
.single-banner .inner-text h4 {
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    padding: 11px 28px;
    background: #fff;
    border-radius: 2px;
}
.single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-large {
    height: 620px;
    text-align: center;
    padding-top: 285px;
}
.product-large h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}
.product-large a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.product-large a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
}
.category-tabbox {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}
.category-tabbox .nav-tabs {
    justify-content: center;
    margin-bottom: 45px;
    padding-top: 32px;
    border: none;
}
.category-tabbox .nav-tabs a {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #b2b2b2;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all .5s ease-in-out;
}
.category-tabbox .nav-tabs a.active, .category-tabbox .nav-tabs a:hover {
    color: #171717;
}
.category-tabbox .nav-tabs a:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #171717;
    content: "";
    opacity: 0;
}
.category-tabbox .nav-tabs a.active:before, .category-tabbox .nav-tabs a:hover:before {
    opacity: 1;
}
.product-item {
    margin-bottom: 25px;
    padding: 5px;
}
.product-item .pi-pic {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 350px;
    border: 1px solid #ecec;
    padding: 0px 10px;
}
.product-item .pi-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item .pi-pic .icon {
    font-size: 20px;
    color: #252525;
    position: absolute;
    right: 21px;
    top: -15px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
}
.product-item .pi-pic ul {
    position: absolute;
    left: 0;
    bottom: -55px;
    transition: all 0.3s;
    text-align: center;
    width: 100%;
	margin:0;
}
.product-item .pi-pic ul li {
    list-style: none;
    display: inline-block;
    background: #ffffff;
}
.product-item .pi-pic ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #252525;
    display: block;
    padding: 16px 18px 12px 19px;
}
.quick-view a {
    padding: 13px 15px 9px !important;
}
.product-item .pi-pic ul li.w-icon.active a {
    background: #b80105;
    color: #ffffff;
}
.product-item .pi-text {
    text-align: center;
    padding-top: 10px;
}
.product-item .pi-text .catagory-name {
    font-size: 10px;
    color: #b2b2b2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display:none;
}
.product-item .pi-text a {
    display: block;
}
.product-item .pi-text a h5 {
    color: #252525;
    font-size: 15px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-item .pi-text .product-price {
    color: #b80105;
    font-size: 20px;
    font-weight: 700;
}
.product-item .pi-text .product-price span {
    font-size: 15px;
    font-weight: 500;
    color: #696262;
    text-decoration: line-through;
    margin-right: 8px;
}
.product-item:hover .pi-pic ul {
    bottom: 0;
}
.product-item:hover .pi-pic .icon {
    top: 15px;
    opacity: 1;
}
.owl-dots {
    text-align: center;
}
.product-slider .owl-dots .owl-dot span{
    width: 6px;
    height: 6px;
    background: #D8D9DA;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-slider .owl-dots .owl-dot.active span{
    width: 30px;
    background: #252525;
    border-radius: 50px;
}

.deal-content{
    padding: 80px 65px;
}
.top-title {
    color: #252525;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 38px !important;
    position: relative;
}
.top-title:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 80px;
    height: 3px;
    background: #b80105;
    content: "";
}
.deal-infobox p {
    color: #6e6e6e;
}
.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #b80105;
}
.product-price span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}
.countdown-timer {
    margin: 25px 0 0;
}
.countdown-timer .cd-item {
    display: inline-block;
    background: #ffffff;
    margin-right: 12px;
    padding: 10px 24px;
    border-radius: 5px;
}
.countdown-timer .cd-item:last-child {
	margin-right: 0;
}
.countdown-timer .cd-item span {
	color: #b80105;
	font-weight: 700;
	line-height: 40px;
	font-size: 36px;
}
.countdown-timer .cd-item p {
	font-size: 16px;
	color: #b2b2b2;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.instagram-photo {
    overflow: hidden;
}
.instagram-photo .insta-item {
    float: left;
    width: 16.66%;
    height: 320px;
    text-align: center;
    position: relative;
}
.instagram-photo .insta-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    transition: 0.3s;
}
.instagram-photo .insta-item .inside-text {
    opacity: 0;
    visibility: hidden;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.instagram-photo .insta-item .inside-text i {
    font-size: 30px;
    color: #ffffff;
}
.instagram-photo .insta-item .inside-text a {
    display: block;
    color: #ffffff;
    margin-top: 14px;
}
.instagram-photo .insta-item:hover .inside-text {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.instagram-photo .insta-item:hover:before {
    opacity: 1;
}

.single-latest-blog {
    margin-bottom: 25px;
}
.single-latest-blog-img {
    width: 100%;
    height: 265px;
    overflow: hidden;
}
.single-latest-blog-img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.single-latest-blog .latest-text {
    padding-top: 25px;
}
.single-latest-blog .latest-text .tag-list {
    margin-bottom: 8px;
}
.single-latest-blog .latest-text .tag-list .tag-item {
    font-size: 16px;
    color: #a2a1a1;
    display: inline-block;
    margin-right: 15px;
}
.single-latest-blog .latest-text .tag-list .tag-item i {
    color: #b80105;
}
.single-latest-blog .latest-text a{
    display: inline-block;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}
.support-content{
    border: 1px solid #ebebeb;
}
.support_panel .single-benefit {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 55px;
    padding-right: 55px;
    border-right: 1px solid #F3F4F0;
}
.support_panel .single-benefit .sb-icon {
    float: left;
    margin-right: 20px;
}
.support_panel .single-benefit .sb-text {
    display: table;
}
.support_panel .single-benefit .sb-text h6 {
    color: #252525;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.support_panel .single-benefit .sb-text p {
    margin-bottom: 0;
    color: #252525;
    line-height: 20px;
}
.partner-logo {
    background: #303030;
    padding: 14px 0;
    display: inline-block;
    width: 100%;
}
.partner-slider .logo-item {
    display: table;
}
.partner-slider .logo-item .tablecell-inner {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}

.footer {
    background: #191919;
    padding-top: 45px;
}
.footer-logo img {
    width: 125px;
    filter: invert(1);
}
.footer-left {
    margin-bottom: 30px;
}
.footer-left .footer-logo {
    margin-bottom: 24px;
}
.footer-left ul li {
    list-style: none;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 30px;
}
.footer-left .footer-social {
    padding-top: 25px;
}
.footer-left .footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding:0px 13px;
    background: #434445;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}
.footer h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 26px;
}
.footer-widget ul li {
    list-style: none;
}
.footer-widget ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #b2b2b2;
}
.footer p {
    color: #b2b2b2;
    line-height: 26px;
}
.newslatter-item .subscribe-form {
    position: relative;
}
.newslatter-item .subscribe-form input {
    color: #b2b2b2;
    background: #303030 !important;
    width: 100%;
    height: 46px;
    font-size: 16px;
    border: none;
    padding-left: 20px;
}
.newslatter-item .subscribe-form button {
    display: inline-block;
    color: #ffffff;
    background: #b80105;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #b80105;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 20px 12px;
    cursor: pointer;
}
.copyright-reserved {
    border-top: 1px solid #303030;
    padding: 15px 0;
}
.copyright-reserved .copyright-text {
    float: left;
    font-size: 16px;
    color: #b2b2b2;
}
.copyright-reserved .payment-pic {
    float: right;
}
.content-area {
    margin: 0 !important;
}
.cms-panel, .woocommerce-products-header {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #252525;
}
.cms-panel .entry-title, .woocommerce-products-header h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.woocommerce-products-header h1 {
    width: 1116px;
    margin: 0 auto;
}
.entry-content {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart .woocommerce .cart-collaterals{
    width: 30%;
    padding-left:15px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    border: none;
    box-shadow: 0 2px 5px rgba(0 0 0 /21%);
    border-radius: 5px;
    overflow: hidden;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 15px;
    padding: 15px;
    background: #b80105;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.cart_totals .shop_table th {
    font-size: 14px;
    padding: 10px 0 !important;
    font-weight: 600 !important;
}
.cart_totals .shop_table td {
    font-size: 17px;
    padding: 10px 0 !important;
    text-align: end;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px;
    background: #2c4199;
}
.woocommerce-cart-form {
    width: 70%;
}
.woocommerce-cart-form th {
    font-size: 15px;
    background: #2c419b;
    color: #fff;
}
.woocommerce-cart-form td {
    font-size: 12px;
}
.woocommerce-js a.remove:before {
    border: 1px solid #ff0000;
}
.product-name a {
    color: #000;
}
.coupon input {
    font-size: 12px;
    width: 150px !important;
}
.coupon button {
    font-size: 14px !important;
    padding: 13px 16px !important;
    background: #000 !important;
}
.woocommerce table.cart td.actions .button {
    font-size: 14px;
    background: #b80105;
    opacity: 1;
    padding: 17px 15px;
    text-transform: uppercase;
}
.woocommerce-notices-wrapper {
    display: none;
}
.wc-empty-cart-message {
    width: 100%;
}
 .woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 50%;
    padding: 40px 95px 0px 35px;
    display: flex;
    flex-direction: column;
}
.woocommerce-js div.product div.images .flex-control-thumbs {
    padding: 0 15px;
    width: 135px;
    height: 500px;
    overflow-y: auto;

}
.woocommerce-js div.product div.images .flex-control-thumbs li {
    width: 100% !important;
    float: none;
}
.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
    width: 100%;
    height: 500px !important;
}
.woocommerce-page .ast-woocommerce-container div.product div.images {
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce-js div.product .woocommerce-tabs {
    width: 1200px;
    padding: 25px;
    margin: 0 auto;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs {
    padding: 0px 10px;
    background: #000;
    margin-bottom: 15px !important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 10px;
    color: #fff!important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before {
    bottom: 0;
    top: inherit;
    background: #000;
}
.ast-onsale-card {
    left: 9.5em;
}
.woocommerce-js .woocommerce-breadcrumb {
    display: none;
}
.woocommerce-js div.product div.summary .single-product-category {
    display: none;
}
.woocommerce-js div.product .product_title {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
	order: -1;
}
.summary .price {
    margin-bottom: 15px !important;
}
.woocommerce-js div.product form.cart{
	margin-bottom: -45px;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
/*     padding: 10px 55px 20px 75px; */
	padding: 15px 50px 15px 50px;
    background: #072654;
	font-style:italic;
	font-weight:800;
}
/* .woocommerce-js div.product form.cart .button.single_add_to_cart_button:before {
  	content:'';
	background-image:url(https://wanacart.shop/wp-content/uploads/2024/08/pay-now-icon.png);
	background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    width: 100px;
    height: 41px;
    left: 3px;
    top: 2px;
    display: inline-block;
} */
/* .woocommerce-js div.product form.cart .button.single_add_to_cart_button:after{
    content: 'Secured by Razorpay';
    display: block;
    position: absolute;
    left: 35px;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    font-style: italic;
    font-weight: 800;
    color: #9da8bb;
} */
.woocommerce-js .quantity .qty {
    width: 5.631em;
    min-height: 46px !important;
}
a.add_to_wishlist {
    color: #670100;
}
.woocommerce-js div.product .woocommerce-tabs .panel {
/*     height: 400px; */
    overflow: auto;
    margin-bottom: 35px;
}
.shop-panel {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}
.shop-result-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd8d8;
    margin-bottom: 15px;
}
.shop-result-box .woocommerce-ordering {
    margin: 0;
}
.shop-result-box p {
    margin-bottom: 0;
}
.shop-result-box .orderby {
    border: 1px solid #e3e3e3cc !important;
    font-size: 13px;
    padding: 5px 15px !important;
    cursor: pointer;
}
.yith-wcwl-add-button {
    margin-bottom: 10px;
}
.single-product .ppc-button-wrapper {
    order: 0;
    position: relative;
    top: -16px;
    left: 101px;
    width: 82%;
    height: 45px;
    background: #ffc439;
    border-radius: 5px;
}
.product-counter{
    display: inline-block;
}
 .end-time {
    color: #1e1d1d;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
}
#timer {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    background: red;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}
.delivery-time {
    order: 1;
    margin: 0;
    color: #670100;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.delivery-time strong {
    letter-spacing: 1.5px;
    font-weight: 800;
}
.delivery-time span {
    color: #087001;
}
.related.products {
    padding: 50px 7.5%;
    border-top: 1px solid #ecec;
    display: inline-block !important;
}
.related.products .col-6 {
   float: left;
   width: 25%;
}
.product_meta {
    order: -1;
}
.yith-wcwl-add-to-wishlist {
    display: none;
}
.swicscart-card-icon{
	width: 195px;
    box-shadow: none !important;
    margin-top: 3px;
}
.footer-top {
    background: #670100;
    padding: 7px;
    text-align: center;
}
.footer-top a {
    font-size: 15px;
    color: #fff;
    margin: 10px;
    text-decoration: underline !important;
}
.section_panel2 {
    padding: 50px 0 20px;
}
.ast-article-single h4 {
    margin-top: 25px;
    font-weight: 900;
    color: #000;
}
.ast-article-single ul li {
    list-style: circle;
    margin-bottom: 15px;
}
.claimed-range .d-flex {
    justify-content: space-between;
    margin-top: 5px;
}
.ast-stock-detail, .in-stock {
    display: none;
}
p.rating-star img {
    box-shadow: none;
    width: 80px;
    margin: -4px 0 0;
}
.product_meta {
    font-size: 0px !important;
    margin-bottom: 7px !important;
}
.term-699 .woocommerce-products-header{
	background-image:url(https://ovana.shop/wp-content/themes/swicscart/assets/images/banner/use-flag.jpg)
}
}

.woocommerce-js #customer_details, .woocommerce-js .woocommerce table.shop_table {
    margin-bottom: 1em;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    padding: 8px;
    border-bottom: 1px solid #ececec;
    text-align: center;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
.woocommerce-product-search {
    display: flex;
    width: 100%;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_1 {
    height: 35px;
}
.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}
.woocommerce-product-details__short-description ul li {
    font-size: 14px;
    margin-bottom: 8px;
}
.progress-bar {
    background-color: #000000;
}
.woocommerce-checkout .col-1 {
    max-width: 100%;
}
#customer_details {
    margin-right: 0 !important;
    width: 60% !important;
}
.woocommerce-input-wrapper {
    display: inline-block;
    width: 100%;
}
body.wc-booster-checkout-customization .woocommerce form .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row {
    padding-top: 0px;
    margin-bottom: 8px;
}
.woocommerce-js form .form-row label {
    line-height: 1;
    font-weight: 400;
    font-size: 13px;
}
#shipping_address_2 {
    margin-top: 21px;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 15px 2em;
    position: sticky;
    top: 0;
}
.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
    background: #d19c97;
}
@media (max-width:992px){
	#customer_details {
		width: 100% !important;
	}
}