/*
  Theme Name: Name - Multipurpose HTML Template
  Author: Nafiul Islam
  Support: nafiulpust@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/* 1.======================= Theme default css ==================================*/
#wpadminbar {
  z-index: 99999999999;
}
body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}

.container {
  max-width: 1200px;
}

img {
  max-width: 100%;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

a,
button {
  color: #db428c;
  outline: medium none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p,
.lzd-article {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #2e3035;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */

.c-btn.c-btn-black {
  background: #303b41;
}

.c-btn.c-btn-black:hover {
  background: #1a1a1a;
}

.c-btn:hover {
  background: #106fab;
  color: #fff;
}

.c-btn.c-btn-large {
  padding: 10px 25px;
}

.c-btn-lg {
  font-weight: 700;
  padding: 13px 31px;
}

.c-btn.white-btn:hover {
  border-color: #ddd;
  color: #ddd;
}

.c-btn.btn-base.btn-link {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #1696e7;
  padding: 0;
  text-decoration: none;
}

.c-btn.btn-base.btn-link:hover {
  color: #106fab;
}

.bg-white {
  background-color: #ffffff;
}

hr.box-shadow {
  box-shadow: 0 2px 4px 0 rgba(175, 157, 157, 0.07);
  -webkit-box-shadow: 0 2px 4px 0 rgba(175, 157, 157, 0.07);
  -moz-box-shadow: 0 2px 4px 0 rgba(175, 157, 157, 0.07);
  border-bottom: 1.5px solid #efefef;
  margin-bottom: 0;
}

/* 1.======================= Theme default css ==================================*/
/* 1.======================= Search ==================================*/
.deshi-serch .form-control {
  padding: 15px 19px 20px 19px;
  border-radius: 0;
}

.deshi-serch .search-input {
  width: 94%;
}

.search-submit {
  background: #db428c;
  color: #fff;
}

.search-page.header-search-section {
  display: block;
  padding: 5px;
}

/* 1.======================= Search ==================================*/
/* 1.======================= Header ==================================*/
.logo {
  max-width: 75px;
}
header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.05),
    0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.cta {
  text-align: right;
  z-index: 999999999;
  position: relative;
}

.cta a {
  font-size: 20px;
  color: #ffd708;
  background: #f92d7e;
  padding: 10px;
  border-radius: 35px;
  display: inline-block;
  margin-top: 7px;
  font-weight: 700;
}

.cta i.icofont-phone-circle {
  font-size: 25px;
}

.cta a:hover {
  background: #ddd;
  color: #333;
}

.mobile-logo {
  display: none;
  padding: 15px 0;
}

/*Mobile Menu*/
.mobile-side-menu {
  display: none;
}

.mobile-side-menu.active {
  display: block;
  position: absolute;
  z-index: 9999;
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  border: 2px solid #181824;
}

li.collapse-mobile-menu i {
  font-size: 26px;
  color: #181824;
  border: 1px solid #ddd;
  padding: 17px;
  display: inline-block;
}

.header-search-section {
  display: none;
}

/*Mobile Menu*/
/* 1.=======================left Menu ==================================*/
.left-main-menu {
}

.left-main-menu ul {
}

.left-main-menu ul li {
  display: inline-block;
  position: relative;
}

.left-main-menu ul li a {
  color: #47474e;
  display: block;
  font-size: 20px;
  padding: 0 18px;
  text-transform: lowercase;
}

.left-main-menu ul li:hover a {
  color: #db428c;
}

/* sub-menu */
.left-main-menu ul li ul.sub-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 110%;
  transition: all 0.3s ease 0s;
  display: none;
  width: 260px;
  z-index: 155;
}

.left-main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  display: block;
  top: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}

.left-main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
}

.left-main-menu ul li ul.sub-menu li:last-child {
  border: 0;
}

.left-main-menu ul li ul.sub-menu li a {
  color: #47474e;
  font-size: 16px;
  padding: 12px;
}

.left-main-menu ul li ul.sub-menu li:hover > a {
  background: #f2f2f2;
}

.left-main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  display: none;
}

.left-main-menu ul li ul.sub-menu li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
}

.menu-item-has-children > a:after {
  content: "\eab2";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 16px/1 "icofont";
  padding-left: 10px;
  vertical-align: middle;
}

/* 1.=======================Left Menu ==================================*/
/* 1.=======================Right Menu ==================================*/
.right-main-menu {
  text-align: right;
}

.right-main-menu ul {
}

.right-main-menu ul li {
  display: inline-block;
  position: relative;
}

.right-main-menu ul li a {
  color: #47474e;
  display: block;
  font-size: 16px;
  padding: 10px 10px;
}

.right-main-menu ul li:hover a {
  color: #db428c;
}

/* sub-menu */
.right-main-menu ul li ul.sub-menu {
  right: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 155;
  left: 0;
  margin: 0 auto;
}

.right-main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}

.right-main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
}

.right-main-menu ul li ul.sub-menu li:last-child {
  border: 0;
}

.right-main-menu ul li ul.sub-menu li a {
  color: #47474e;
  font-size: 16px;
  padding: 12px;
}

.right-main-menu ul li ul.sub-menu li:hover > a {
  background: #f2f2f2;
}

.right-main-menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.right-main-menu ul li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.right-main-menu ul li:last-child a {
  padding-right: 0;
  position: relative;
  top: -3px;
}

/* 1.=======================Right Menu ==================================*/
/* 1.======================= Header ==================================*/
/* 1.======================= Banner ==================================*/

.banner-search h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 14px;
}

.banner-search .search-input {
  width: 92%;
  border-left: none;
  border-right: none;
  margin: 0 auto;
  background: #f0edeb;
  border-radius: 3px 0 0 3px;
}

.banner-search .form-control {
  padding: 15px 20px 20px 19px;
}

.banner-search form {
  max-width: 720px;
  margin: 0 auto;
}

.banner-search .search-submit {
  border-radius: 0 3px 3px 0;
}

/* 1.======================= Banner ==================================*/
/* ======================= Footer ==================================*/
footer {
  background: #16191e;
}

.copyright p {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 15px;
}

h2.widgettitle {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.footer-widget ul li {
  text-decoration: none;
  padding: 5px 0;
  color: #7e8083;
  font-size: 12px;
}

.footer-widget ul li a {
  font-size: 12px;
  color: #7e8083;
}

.footer-widget ul li a:hover {
  color: #db428c;
}

footer hr {
  margin-bottom: 5px;
}

.footer-logo {
  text-align: right;
}

/* ======================= Footer ==================================*/
/* ======================= Box ==================================*/
.box-section {
  background: #fafafa;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.single-box img:hover {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}

/* ======================= Box ==================================*/
/* ======================= Side Menu ==================================*/
.side-menu {
  position: sticky;
  top: 120px;
}
.side-menu > ul {
  padding-left: 10px;
}

.side-menu ul li a {
  font-size: 14px;
  color: #5f5f68;
  padding: 7px 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
}

.side-menu ul li a:hover {
  color: #db428c;
}

.side-menu hr {
  border-bottom: 1px solid #e8e9ea;
  margin-top: 10px;
  margin-bottom: 25px;
}

.side-menu ul li span {
  font-size: 12px;
  color: #d63636;
  border: 1px solid #d63636;
  padding: 2px 11px;
  border-radius: 35px;
  margin-left: 5px;
}

li.side-sub-menu ul {
  padding-left: 15px;
  border-left: 1px solid #ddd;
  margin-left: 5px;
}

li.side-sub-menu ul {
  display: none;
}

li.side-sub-menu.active ul {
  display: block;
}

li.side-sub-menu.active ul li.active ul {
  display: block !important;
}

li.active > a,
a.active-color {
  color: #db428c !important;
}

.product-wrapper li.active > a,
.product-wrapper a.active-color {
  color: #333 !important;
}

.side-menu h2 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
}

.side-sub-menu {
  position: relative;
}

.side-sub-menu:after {
  content: "\eab2";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 16px/1 "icofont";
  padding-left: 10px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 9px;
}

/* ======================= Side Menu ==================================*/
/* ======================= Single Product ==================================*/
/* project */
.product-wrapper {
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.02),
    0 6px 20px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  margin-bottom: 15px;
}

.product-thumb {
  position: relative;
}

/*.product-thumb::before {*/
/*  position: absolute;*/
/*  background: rgba(132, 132, 133, 0.5);*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  content: "";*/
/*  transition: 0.3s;*/
/*  opacity: 0;*/
/*  border-radius: 2px;*/
/*}*/

/*.product-wrapper:hover .product-thumb::before {*/
/*  opacity: 1;*/
/*}*/

.product-thumb {
  text-align: center;
  padding: 10px 10px;
}

.product-thumb img {
  max-width: 100%;
}

/*.product-content {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  right: 0;*/
/*  text-align: center;*/
/*  transform: translateY(-50%);*/
/*  transition: 0.3s;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/*.product-wrapper:hover .product-content {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
.product-content {
  text-align: center;
  margin: 0 10px;
}
.product-content .btn-details {
  display: none !important;
}
.product-content h4 {
  font-size: 15px;
  font-weight: 700;
  color: #e5e5e5;
  margin-bottom: 12px;
}

.product-content span {
  font-size: 13px;
  color: #cccccc;
}

.product-content a {
  font-size: 13px;
}

a.btn-bag,
.add_to_cart_button {
  background: #db428c !important;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  color: #ffffff !important;
  border-radius: 3px;
  margin: 10px 0 !important;
}

a.btn-details {
  background: #db428c;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
}

.product-thumb h5,
.product-thumb span {
  text-align: left;
  display: block;
}

.product-thumb h5 {
  font-size: 14px;
  color: #181824;
  margin-bottom: 5px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 15px;
  font-weight: 400;
}

.product-thumb h6 {
  font-size: 14px;
  color: #db428c;
  text-align: left;
  margin-top: 10px;
}

.product-thumb span {
  font-size: 16px;
  font-weight: 700;
  color: #181824;
}

.product-content i {
  margin-right: 5px;
}

.pro-heading {
  font-size: 20px;
  color: #181824;
  font-weight: 300;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.rating span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

.rating {
  text-align: left;
}

/* ======================= Single Product ==================================*/
/* ======================= Special Offer Product ==================================*/
.special-offer hr {
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
}

.special-cart h5 {
  float: left;
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.special-cart a {
  float: right;
  width: 40%;
  text-align: center;
  border: 1px solid #bdc1c6;
}

a.btn-bag i {
  margin-right: 5px;
}

/* ======================= Special Offer Product ==================================*/
/* ======================= Testimonial ==================================*/
/* testimonial */
.testimonial-thumb {
  position: relative;
  float: left;
}

.testimonial-thumb span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1f2636;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  line-height: 1;
}

.testimonial-content h3 a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 11px;
  display: block;
}

.testimonial-content span a {
  color: #666;
}

.testimonial-content span a i {
  margin-right: 10px;
  display: inline-block;
}

.testimonial-content span i {
  margin-right: 2px;
}

.testimonial-content {
  overflow: hidden;
  padding-left: 20px;
}

.testimonial-content span {
  margin-right: 10px;
}

.testimonial-content img {
  max-width: 100% !important;
  width: unset !important;
}

.testimonial-content p {
  font-size: 14px;
  color: #181824;
}

.testimonial-content a {
  font-size: 14px;
  color: #777777;
}

.testimonial-content img {
  margin: 10px 0 15px;
}

.testimonial-active {
  background: #f5f5f5;
  padding: 50px;
}

.owl-dots {
  bottom: 35px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.owl-dot {
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  width: 10px;
}

.owl-dot.active {
  background: #2059d3;
}

.testimonial-area {
  margin-bottom: 20px;
}

/* ======================= Testimonial ==================================*/
/* ======================= About ==================================*/
.about-deshiplus h2 {
  padding-top: 10px;
  font-size: 22px;
}

.about-deshiplus p,
.about-deshiplus ul li,
.about-deshiplus ol li {
  font-size: 13px;
  color: #6b6868;
}
.about-deshiplus ul li {
  list-style: disc;
  margin-left: 20px;
}
.about-deshiplus ul li,
.about-deshiplus ol li {
  padding: 5px 0 5px 10px;
}
a.btn-more {
  font-size: 13px;
  color: #010920;
  background: #eeeff1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

a.btn-more:hover {
  color: #fff;
  background: #db428c;
  border: 1px solid #db428c;
}

.about-deshiplus {
  border: 1px solid #f9f4f4;
  padding: 20px 20px 30px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}

/* ======================= About ==================================*/
/* ======================= Sign Up ==================================*/
.signupbtn {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  background: #db428c;
  border: none;
  padding: 5px 20px;
}

.newsletter form .form-control {
  float: left;
  border-radius: 0;
}

.form-control.email {
  width: 60%;
  margin-right: 2%;
}

.form-control.signupbtn {
  width: 38%;
}

.new-right h3 {
  font-size: 22px;
  color: #181824;
  padding: 0 20px;
}

.newsletter {
  background: #f5f5f5;
  padding: 30px 0;
  max-width: 966px;
  width: 100%;
  margin-left: 4px;
  margin-top: 25px;
}

.goToTop {
  font-size: 14px;
  color: #ffffff;
}

.backtop {
  background: #1f232a;
  padding: 15px 0;
}

/* ======================= Sign Up ==================================*/
/* ======================= woocommerce css ==================================*/
span.woocommerce-Price-currencySymbol {
  display: inline-block;
}

.product-wrapper ins,
.product-wrapper del,
span.woocommerce-Price-amount.amount {
  display: inline-block;
}

/* Sale price: always strike through regular price (shop, archive, single product, related) */
.woocommerce .price del,
.product-thumb del {
  text-decoration: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-thickness: 1px;
  opacity: 0.65;
}

/* Nested Price HTML sometimes drops inherited decoration when inner spans are inline-block */
.woocommerce .price del .woocommerce-Price-amount,
.product-thumb del .woocommerce-Price-amount {
  text-decoration: line-through;
  -webkit-text-decoration-line: line-through;
}

.woocommerce .price ins {
  text-decoration: none;
  background: none;
}

a.added_to_cart.wc-forward {
  background: #333;
  display: block;
  max-width: 140px;
  margin: 5px auto;
  border-radius: 5px;
  color: #fff;
  padding: 7px 3px;
}

.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.woocommerce-result-count {
  margin-bottom: 0 !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-weight: 500;
}

.side-menu ul ul {
  padding-left: 10px;
}

.side-menu ul ul li a {
  padding: 3px 0;
}

.product_image .main-image img {
  width: auto;
}

.single_add_to_cart_button.button.alt {
  background: #db428c !important;
  padding: 12px 25px;
}

/* Quantity input — always show up/down arrows */
.woocommerce .quantity input.qty,
.woocommerce .quantity input.input-text.qty,
input.input-text.qty.text[type="number"] {
  display: inline-block;
  width: auto;
  min-width: 3.5em;
  max-width: 4.5em;
  padding: 0.375rem 0.5rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -moz-appearance: number-input;
  appearance: auto;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.input-text.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.input-text.qty::-webkit-outer-spin-button,
input.input-text.qty.text[type="number"]::-webkit-inner-spin-button,
input.input-text.qty.text[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: inner-spin-button;
  display: block;
  height: auto;
  margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.9;
  padding: 5px;
  border: 1px solid #efe9e9;
  border-radius: 5px;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #db428c;
  width: 100%;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #db428c;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #db428c;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background-color: #db428c !important;
  text-shadow: none;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-color: transparent #db428c;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
  opacity: 1 !important;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-MyAccount-content input {
  display: block;
  width: auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

#wpmenucartli a:after {
  display: none;
}
.single-product .product {
  padding: 0 20px;
}
/* ======================= woocommerce css ==================================*/

/* Pagination — shop archive + front page product list */
.woocommerce nav.woocommerce-pagination,
nav.woocommerce-pagination {
  text-align: center;
  margin: 30px 0 10px;
  clear: both;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #d3ced2;
  border-radius: 4px;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li,
nav.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: 1px solid #d3ced2;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child,
nav.woocommerce-pagination ul.page-numbers li:last-child {
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span {
  display: block;
  min-width: 2.2em;
  padding: 0.55em 0.75em;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #fff;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
nav.woocommerce-pagination ul.page-numbers li a:hover {
  background: #f7f7f7;
  color: #db428c;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
nav.woocommerce-pagination ul.page-numbers li span.current {
  background: #db428c;
  color: #fff;
}

.tc-page {
  min-height: 60vh;
}
.tc-page ul li,
.tcp-short-description ul li {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 15px;
  list-style: disc;
  margin-left: 20px;
}
.tc-page ol li,
.tcp-short-description ol li {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 15px;
}
.tcp-short-description {
  margin-bottom: 30px;
}
.logo img {
  height: unset;
}
.woocommerce span.onsale {
  background: #db428c;
  width: 60px;
  height: 60px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc_payment_method.payment_method_cod {
  list-style: none;
}
.tc-sbc .product-thumb img {
  max-height: 200px;
}
.tc-page .woocommerce-customer-details {
  display: none;
}
#order_review .product-name {
  flex-direction: column;
  display: flex;
}
