/* Cart Page */
/***************************************************************/
.shop-header {
  border-bottom: 1px solid #EAECF0;
  height: 75px;
  padding-bottom: 0px;
}

body.page-template-tpl-cart .shop-header {
  border-bottom: 1px solid #E1E3E6;
}

.woocommerce-checkout .shop-header {
  display: block;
}

.shopHeadlogo {
  margin-top: -5px;
  width: 20%;
  display: flex;
  align-items: center;
}

.shopHeadmenu {
  padding-left: 0px;
  width: 55%;
}

body.page-template-tpl-thankyou .shopHeadmenu, body.page-template-tpl-thankyou .cartbtn {
  display: none !important;
}

.shopcustommenu {
  display: flex;
  align-items: center;
  margin: 0px;
}
.shopcustommenu li {
  display: inline-block;
  padding: 1.2% 1.5%;
  min-width: fit-content;
}
.shopcustommenu li a {
  color: #31343F;
}

.headbtnsContainer {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  padding-left: 0px;
  width: 25%;
  justify-content: center;
}

.profilebtn, .cartbtn {
  width: 40px;
  height: 40px;
  position: relative;
  min-width: fit-content;
}

.generalbtn:hover, .mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

body.page-template-tpl-cart .cartbtn, .woocommerce-checkout .cartbtn {
  display: none;
}

body.page-template-tpl-thankyou .cartbtn {
  display: none !important;
}

.cartNotificationDiv {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1px;
  top: 1px;
  background: #EC7F47;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.cartNotification {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.mobmenubtn {
  display: none;
}

/* Cart Popup Window */
/***************************************************************/
.grayContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  justify-content: center;
  background: rgba(39, 42, 70, 0.5);
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.cartPopup {
  width: 540px;
  height: 100%;
  position: fixed;
  right: 0px;
  background: #FFFFFF;
}

.cartHeader .windowCloseBtn img {
  width: 24px !important;
  height: 24px !important;
}

body.page-template-tpl-cart .cartHeader {
  display: none;
}

.popupCartheadTxt {
  display: block;
  margin: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
}

.fullCartbtn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 16px;
  right: 60px;
  opacity: 0.4;
}
.fullCartbtn:hover {
  opacity: 1;
}

.windowCloseBtn {
  position: absolute;
  right: 26px;
  top: 26px;
  opacity: 0.4;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.windowCloseBtn:hover {
  opacity: 1;
  cursor: pointer;
}

body.page-template-tpl-cart .windowCloseBtn {
  display: none;
}

.hrmargin {
  margin: 0;
}

body.page-template-tpl-cart .hrmargin {
  display: none;
}

.popupCartBody {
  display: flex;
  flex-direction: column;
  height: 89.3%;
}
.popupCartBody .addbtn {
  right: 9% !important;
}

.emptyCartbody {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 80%;
}

.cartBody {
  flex-direction: column;
}

.loading {
  visibility: visible !important;
  content: url("../img/shop/loading.gif");
  width: 64px;
  height: 64px;
  position: absolute;
  right: 45%;
  top: 40%;
}

.cartPopup .woocommerce-cart-form__contents tbody tr {
  transform: scale(1);
}
.cartPopup .woocommerce-cart-form__contents tbody td {
  position: absolute;
  top: 0;
  right: 0;
}
.cartPopup .woocommerce-cart-form__contents tbody .productdiv {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #E6EAEE;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-quantity {
  position: absolute;
  top: 113px;
  right: 30px;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-price {
  position: absolute;
  right: 25px;
  top: 26px;
}
.cartPopup .woocommerce-cart-form__contents tbody .product-remove {
  position: absolute;
  right: -10px;
  top: 25px;
  z-index: 1;
}

.woocommerce-cart-form {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 350px;
}

.cartPopup .woocommerce-cart-form {
  height: auto !important;
  max-height: 60%;
  margin-bottom: 45%;
}

.woocommerce-cart-form::-webkit-scrollbar {
  width: 5px;
}
.woocommerce-cart-form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb:hover {
  background: #EC7F47;
}

body.page-template-tpl-cart .woocommerce-cart-form {
  margin-top: 30px;
}
body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
  column-gap: 2.5%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E6EAEE;
}
body.page-template-tpl-cart .woocommerce-cart-form__contents td {
  display: flex;
  align-items: center;
}

.cart-table-header {
  display: none;
}

body.page-template-tpl-cart .cart-table-header {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E6EAEE;
}
body.page-template-tpl-cart .cart-table-header tr {
  display: flex;
  column-gap: 2.5%;
}
body.page-template-tpl-cart .cart-table-header .product-price {
  padding-left: 25px;
}
body.page-template-tpl-cart .productdiv, body.page-template-tpl-cart .product-thumbnail {
  width: 45%;
  border: none !important;
  text-align: left;
}

.custom-single-product .product-price {
  margin-bottom: 45px;
}

.product-price .woocommerce-Price-currencySymbol {
  position: relative;
  left: 5px !important;
}

body.page-template-tpl-cart .product-price, body.page-template-tpl-cart .product-subtotal {
  width: 14%;
  position: static !important;
}
body.page-template-tpl-cart .product-price {
  text-align: start;
}

.custom-single-product .summary .product-price {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.product-quantity .qtybtndiv {
  width: 108px;
  height: 40px;
  position: relative;
}
.product-quantity .qtybtn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  border: 1px solid #E6EAEE !important;
  background: #FFFFFF;
  color: #000;
}
.product-quantity .minQTYbtn {
  position: absolute;
  top: 0px;
  width: 40%;
  left: 0px;
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
}
.product-quantity .addQTYbtn {
  position: absolute;
  top: 0px;
  width: 40%;
  align-items: center;
  right: 0px;
  height: 100%;
  justify-content: center;
  display: flex;
}
.product-quantity .minusbtn {
  visibility: visible !important;
  content: url(../img/shop/minus.svg);
}
.product-quantity .plusbtn {
  visibility: visible !important;
  content: url(../img/shop/plus.svg);
}

body.page-template-tpl-cart .product-quantity, body.page-template-tpl-cart .product-remove {
  width: 8.7% !important;
  position: static !important;
}

.product-subtotal {
  display: none;
}

body.page-template-tpl-cart thead .product-subtotal {
  display: flex;
  justify-content: center;
}
body.page-template-tpl-cart tbody .product-subtotal {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #31343F;
}
body.page-template-tpl-cart .product-remove {
  display: flex;
  justify-content: end;
  align-items: center;
}

.cartPopup .woocommerce-cart-form__contents tbody .product-remove {
  position: absolute;
  right: -10px;
  top: 25px;
  z-index: 1;
}

body.page-template-tpl-cart .productdiv {
  display: flex;
  align-items: center;
}

.cartProductImg {
  width: 100px !important;
  height: 128px !important;
  margin: 24px 16px 16px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.woocommerce-cart .checkProdCount {
  display: none !important;
}

.checkProdCount {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #004FE5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  right: -8px;
  top: -8px;
}

.productTitleInfo {
  margin-top: 24px;
  width: 50%;
}

.cartProductTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #31343F;
}

.cartProductCategory {
  display: block;
  font-weight: 500;
  color: #475467;
  margin-top: 4px;
}

.checkproductdiv .cartProductCategory {
  margin-bottom: 12px;
}

.cartProductPrice {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #31343F;
}

body.page-template-tpl-cart .cartProductPrice {
  font-size: 20px;
  position: static;
}

.checkproductdiv .cartProductPrice {
  position: static;
}

.product-details-btns .qtybtndiv {
  width: 108px !important;
  height: 48px !important;
  position: relative;
}

body.page-template-tpl-cart .qtybtndiv {
  width: 100px;
  height: 40px;
}

.generalbtn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  margin-right: 15px;
  border: 1px solid #000;
  background: #EC7F47;
  color: #FFFFFF;
  border: none;
}
.generalbtn:hover {
  cursor: pointer;
}

.mainbtn:hover, .minQTYbtn:hover, .addQTYbtn:hover, .rmvProductbtn:hover, .cartbtn:hover {
  cursor: pointer;
}

.product-details-btns .qtybtn {
  width: 100%;
  height: 100%;
  border: 1px solid #E6EAEE !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #000;
}

body.page-template-tpl-cart .qtybtn {
  font-size: 16px !important;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details-btns .minQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
.product-details-btns .minQTYbtn img {
  width: 20px !important;
  height: 20px !important;
}
.product-details-btns .addQTYbtn {
  display: flex;
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-details-btns .minQTYbtn:hover, .product-details-btns .addQTYbtn:hover, .product-details-btns .units-count:hover {
  color: #31343F;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.cartminQTYbtn {
  opacity: 1 !important;
}

body.page-template-tpl-cart .minusbtn {
  width: 20px !important;
  height: 20px !important;
}

.product-details-btns .addQTYbtn img {
  width: 10px !important;
  height: 10px !important;
}

body.page-template-tpl-cart .plusbtn {
  width: 10px !important;
  height: 10px !important;
}
body.page-template-tpl-cart .rmvProductbtn {
  position: static;
}

.rmvbtnimg {
  visibility: visible !important;
  content: url("../img/trash.svg");
}
.rmvbtnimg:hover {
  content: url(../img/trashhover.svg);
}

body.page-template-tpl-cart .rmvbtnimg {
  width: 24px !important;
  height: 24px !important;
}

.cartPopup .cart-collaterals {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
}

body.page-template-tpl-cart .cart-collaterals {
  align-items: end;
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
}

.totalDetails {
  margin: 0px 24px 0px 24px;
}

.cartPopup .totalDetails h3 {
  display: none !important;
}

body.page-template-tpl-cart .totalDetails {
  width: 400px;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  margin-top: 40px;
}
body.page-template-tpl-cart .totalDetails h3 {
  margin-bottom: 0px;
}

.cartPopup .totalsTxt {
  display: none;
}

.shop_table, body.page-template-tpl-cart .shop_table {
  width: 100%;
}

.orderSummaryHeader, .shop_table .product {
  display: none;
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: unset;
  border-radius: 0;
}
.woocommerce table.shop_table td {
  border-top: 0;
  padding: 0;
}

.cart-subtotal {
  margin-top: 10px;
  padding-top: 0px;
}

.woocommerce table.shop_table tbody th {
  border-top: none;
  padding: 0;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: none;
  padding: 0;
}

.woocommerce-checkout-review-order-table .orderTotals .cart-subtotal th, .woocommerce-checkout-review-order-table .orderTotals .tax-total th, .woocommerce-checkout-review-order-table .orderTotals .fee th {
  color: #7688A2;
  font-size: 16px;
  font-weight: 400 !important;
  border-top: none !important;
}
.woocommerce-checkout-review-order-table .orderTotals .cart-subtotal td, .woocommerce-checkout-review-order-table .orderTotals .tax-total td, .woocommerce-checkout-review-order-table .orderTotals .fee td {
  color: #31343F;
  font-size: 16px;
  font-weight: 600 !important;
  border-top: none !important;
}

.detailinfodiv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 12px 0px;
  padding-top: 16px;
}

.detailtxt {
  font-weight: 400 !important;
  line-height: 170% !important;
  color: #475467 !important;
}

body.page-template-tpl-cart .detailtxt, body.page-template-tpl-cart .detailvalue {
  font-size: 18px;
}

.detailvalue {
  font-weight: 600;
  line-height: 170% !important;
  color: #31343F;
}

.order-total {
  border-top: 1px solid #E6EAEE;
}

body.page-template-tpl-cart .order-total {
  margin-top: 24px;
  padding-top: 24px;
}

.woocommerce-checkout-review-order-table .orderTotals .order-total {
  border-top: none !important;
  border-bottom: 1px solid #E6EAEE !important;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #31343F;
  height: 60px;
  margin-bottom: 32px;
}
.woocommerce-checkout-review-order-table .orderTotals .order-total th, .woocommerce-checkout-review-order-table .orderTotals .order-total td {
  border-top: none !important;
}

.totaltxt, .totalvalue {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #31343F;
}

body.page-template-tpl-cart .totaltxt, body.page-template-tpl-cart .totalvalue {
  font-size: 24px;
}
body.page-template-tpl-cart .wc-proceed-to-checkout {
  width: 400px;
}
body.page-template-tpl-cart .wc-proceed-to-checkout a {
  border-radius: 100px !important;
}

.proceedbtn {
  border-radius: 0px !important;
  width: 100%;
  height: 48px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004FE5;
  border: 1px solid #004FE5;
  text-align: center !important;
  color: #FFFFFF;
}
.proceedbtn:hover {
  color: #FFFFFF;
}

.mainbtn {
  border-radius: 100px !important;
  text-align: center !important;
  background: #004FE5;
  border: 1px solid #004FE5;
  color: #FFFFFF;
}

.woocommerce-cart table.cart img {
  width: 90% !important;
}

body.page-template-tpl-cart .uk-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

/***************************************************************/
.shopwpBtn {
  height: 48.8px;
  margin-top: -5px;
  margin-left: 10px;
  min-width: fit-content;
}

.mobgrayContainer {
  position: fixed;
  top: 75px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: rgba(39, 42, 70, 0.5);
  display: none;
}

.mobileListdiv {
  position: fixed;
  left: 0px;
  top: 75px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 280px;
  justify-content: space-between;
}

.mobcustommenu {
  padding-top: 8px !important;
  border-top: 1px solid #E6EAEE;
}
.mobcustommenu li {
  margin-left: 20px;
  margin-top: 32px;
  font-weight: 600;
  color: #31343F;
}
.mobcustommenu .activeTab a {
  color: #EC7F47;
}

.mobwpBtn {
  display: none !important;
  margin-bottom: 24px;
  margin-left: 24px;
  width: 82%;
  padding: 13px 13px 13px 45px !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .shopwpBtn {
    height: 44.8px;
  }
}
@media (max-width: 1024px) and (min-width: 959px) {
  .shopwpBtn {
    padding: 13px 13px;
  }
}
@media (max-width: 959px) {
  .openedMobMenu {
    content: url("../img/listclose.svg") !important;
  }
  .shopwpBtn {
    padding: 13px 13px;
  }
  body.page-template-tpl-cart .cartheaderTxt {
    margin-left: 0px;
  }
  .cartTxt {
    width: 55%;
  }
  body.page-template-tpl-cart .woocommerce-cart-form {
    padding-left: 0px;
  }
  body.page-template-tpl-cart .woocommerce-cart-form__contents thead {
    font-size: 14px;
    line-height: 20px;
  }
  body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
    height: 125px !important;
    position: relative;
  }
  body.page-template-tpl-cart .product-thumbnail {
    display: initial !important;
    padding-left: 0px !important;
  }
  body.page-template-tpl-cart tbody .product-price {
    position: absolute !important;
    left: 72px;
    top: 100px;
  }
  body.page-template-tpl-cart tbody .product-quantity {
    position: absolute !important;
    top: 60px;
    width: 100% !important;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-subtotal {
    margin-right: 10px;
    align-items: initial;
    padding-top: 25px;
    width: 50%;
    margin-right: 0px;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-subtotal .woocommerce-Price-amount {
    font-size: 18px;
  }
  body.page-template-tpl-cart thead .product-subtotal {
    margin-right: 2%;
  }
  .woocommerce-checkout .product-subtotal {
    width: 50%;
  }
  body.page-template-tpl-cart tbody .product-remove {
    display: none;
  }
  body.page-template-tpl-cart .productdiv {
    align-items: start !important;
    width: 100% !important;
  }
  body.page-template-tpl-cart .cartProductImg {
    width: 60px !important;
    height: 80px !important;
    margin-top: 16px !important;
  }
  .woocommerce-checkout .cartProductImg {
    width: 75px;
    height: 96px;
  }
  .checkProdCount {
    width: 20px;
    height: 20px;
  }
  body.page-template-tpl-cart .productTitleInfo {
    margin-top: 14px !important;
  }
  body.page-template-tpl-cart .cartProductTitle {
    font-size: 15px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductTitle {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .cartProductCategory {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductCategory {
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .cartProductPrice {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-checkout .cartProductPrice {
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .qtybtndiv {
    width: 108px !important;
    height: 40px !important;
    position: relative;
  }
  body.page-template-tpl-cart .qtybtn {
    border-radius: 6px;
    padding: 6px 47px;
    width: 108px;
  }
  body.page-template-tpl-cart .minQTYbtn {
    left: 2px;
    top: 2px;
    width: 40%;
    height: 90%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-tpl-cart .minusbtn {
    content: url(../img/shop/minus.svg);
    bottom: initial;
    width: 24px !important;
    height: 24px !important;
  }
  body.page-template-tpl-cart .addQTYbtn {
    background: #FFFFFF;
    right: 2px;
    top: 2px;
    width: 40% !important;
    height: 90% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.page-template-tpl-cart .plusbtn {
    content: url(../img/shop/plus.svg);
    top: initial;
    width: 14px !important;
    height: 14px !important;
  }
  .woocommerce-checkout-review-order-table .orderTotals .cart-subtotal th, .woocommerce-checkout-review-order-table .orderTotals .tax-total th, .woocommerce-checkout-review-order-table .orderTotals .fee th, .woocommerce-checkout-review-order-table .orderTotals .cart-subtotal td, .woocommerce-checkout-review-order-table .orderTotals .tax-total td, .woocommerce-checkout-review-order-table .orderTotals .fee td {
    font-size: 0.875rem;
  }
  body.page-template-tpl-cart .detailtxt, body.page-template-tpl-cart .detailvalue {
    font-size: 16px;
    line-height: 24px !important;
  }
  .woocommerce-checkout-review-order-table .orderTotals .order-total {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .totaltxt, body.page-template-tpl-cart .totalvalue {
    font-size: 20px;
  }
  body.page-template-tpl-cart .uk-container {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .cartPopup {
    width: 100%;
    height: 100%;
  }
  .cartTxt {
    width: 80%;
  }
  .woocommerce-cart-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .productdiv {
    height: 140px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .product-price {
    right: 20px;
  }
  .cartPopup .woocommerce-cart-form__contents tbody .product-quantity {
    right: 10px;
    top: 90px;
    display: flex;
    justify-content: end;
  }
  body.page-template-tpl-cart tbody .product-price {
    left: 60px;
  }
  .cartProductImg {
    width: 80px !important;
    height: 100px !important;
  }
  .cartPopup .productTitleInfo {
    width: 42%;
  }
  .page-template-tpl-cart .productTitleInfo {
    width: 100%;
  }
  .cartProductTitle {
    font-size: 0.9rem;
    display: flex;
    width: 90%;
  }
  .cartProductCategory {
    font-size: 0.875rem;
  }
  .cartProductPrice {
    font-size: 0.875rem;
    right: initial;
    top: 60px;
    left: 0px;
  }
  .qtybtndiv {
    width: 86px !important;
    height: 32px !important;
  }
  .rmvProductbtn {
    top: 18%;
  }
  body.page-template-tpl-cart .cart-collaterals {
    align-items: center;
  }
  body.page-template-tpl-cart .totalDetails {
    width: 100%;
    margin-right: 0px;
    padding-right: 24px;
  }
  .detailtxt, .detailvalue {
    font-size: 0.875rem;
  }
  .totaltxt, .totalvalue {
    font-size: 1rem;
  }
  body.page-template-tpl-cart .wc-proceed-to-checkout {
    width: 90%;
  }
  .cartHeader {
    font-size: 0.9rem;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 310px) {
  body.page-template-tpl-cart .woocommerce-cart-form__contents tbody tr {
    height: auto !important;
    min-height: 125px;
    padding-bottom: 24px;
  }
  body.page-template-tpl-cart tbody .product-price {
    top: initial;
    bottom: 0px;
    margin-bottom: 0px;
    left: 50px;
  }
}
@media only screen and (max-width: 300px) {
  .cartProductTitle {
    font-size: 0.725rem;
    line-height: 1rem;
    width: 85%;
  }
}
@media (max-width: 361px) {
  body.page-template-tpl-cart tbody .product-price {
    left: 55px;
  }
}
/***************************************************************/
@media (max-width: 959px) {
  body.page-template-tpl-cart .shop-header {
    position: static;
  }
  body.page-template-tpl-thankyou .shop-header {
    position: static !important;
  }
  .shopHeadlogo {
    padding-left: 0px;
    margin-top: 0px;
  }
  .headbtnsContainer {
    justify-content: right;
    width: 80%;
    column-gap: 10px;
  }
  body.post-type-archive-product .mobmenubtn, body.page-template-tpl-myaccountpages .mobmenubtn, body.page-template-tpl-account .mobmenubtn {
    display: inline-block;
    margin-top: 7px;
  }
  body.page-template-tpl-cart .mobmenubtn, body.page-template-tpl-thankyou .mobmenubtn {
    display: none;
  }
  body.post-type-archive-product header .wpBtn {
    margin: 0;
    padding: 0;
    height: 39px;
    width: 40px;
  }
  body.post-type-archive-product header .wpBtn .cont-whats .wphide {
    display: none;
  }
  body.page-template-tpl-account header .wpBtn {
    display: none;
  }
  body.page-template-tpl-myaccountpages header .wpBtn {
    display: none;
  }
}
@media (max-width: 900px) {
  .woocommerce-account .shop-header {
    position: inherit !important;
    left: 0px;
    right: 0px;
    z-index: 101;
  }
}
@media (max-width: 1085px) and (min-width: 959px) {
  .headbtnsContainer {
    column-gap: 5px;
  }
  .shopcustommenu li {
    font-size: 14px;
  }
}
@media (max-width: 312px) {
  .headbtnsContainer {
    column-gap: 3px;
  }
}
@media (max-width: 461px) {
  .woocommerce-checkout .profilebtn {
    display: none;
  }
  .shopwpBtn {
    padding: 10px 11px;
    height: 44.8px;
  }
  .shopwpBtn .wptext {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .cartHeader {
    font-size: 0.9rem;
    display: flex;
    width: 100%;
  }
}
body.page-template-tpl-cart .cartheaderTxt {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #31343F;
  margin-left: -5px;
}

.hiddenH {
  display: none;
}

.homepageBackBtn {
  font-size: 20px;
  color: #31343F;
}
.homepageBackBtn:hover {
  color: #004FE5 !important;
}

.cartheadnav {
  margin-left: 8px;
  color: #31343F;
}
.cartheadnav:hover {
  color: #004FE5 !important;
}

.cartTxt {
  display: inline-flex;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #EC7F47;
  width: 69%;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 48px;
}

/**********************************************************/

/*# sourceMappingURL=cart.css.map */
