* {
  box-sizing: border-box;
}

body {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #29303b;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
#root {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow-x: hidden;
}
/*




*/

.dynamic-user-info {
  display: flex;
  align-items: center;
}
.cart-btn {
  position: relative;
}
.cart-nmbr {
  background: #ea5252;
  color: white;
  text-align: center;
  padding: 4px;
  position: absolute;
  top: 0px;
  font-size: 10px;
  font-family: monospace;
  right: 10px;
  border-radius: 50%;
  border: none;
  font-weight: 900;
  height: 16px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-cart-btn {
  padding: 10px 15px;
  margin-top: 15px;
  background-color: rgb(244, 193, 80);
  border: 1px solid rgb(244, 193, 80);
  cursor: pointer;
}
.cart-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/*



*/
#nav-div {
  background: #fff;
  display: block;
  position: relative;
  z-index: 1010;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  max-width: 1400px;
  height: 65px;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  height: 65px;
}

.one {
  margin-right: 18px;
}

.three-divs {
  padding: 10px;
  width: auto;
  height: auto;
  margin-right: 10px;
  align-items: center;
  display: flex;
}

.input-area {
  padding-left: 10px;
  width: 449px;
  height: 43px;
  background: #f2f3f5;
  border: none;
  outline: none;
  border-radius: 5px 0px 0px 5px;
}

.input-logo {
  color: #ea5252;
  font-size: 15px;
  background-color: #f2f3f5;
  padding: 15px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.input-logo:hover {
  color: #fff;
  background-color: #ea5252;
}

.btn {
  color: #505763;
  padding: 12px;
  border: 1px solid transparent;
  background-color: inherit;
  border-radius: 2px;
  margin-left: 5px;
  cursor: pointer;
}

.btn-round {
  margin-right: 10px;
}

.btn-round:hover {
  background-color: #f2f3f5;
  border-radius: 50%;
  border: 1px solid gray;
}

.lg-btn-o {
  border: 1px solid gray;
}

.lg-btn:hover {
  background-color: #f2f3f5;
  border: 1px solid gray;
}

.signin-btn {
  background: #ea5252;
  color: #fff;
  margin-left: 5px;
}

.signin-btn:hover {
  background-color: rgba(118, 18, 18, 1);
  color: #fff;
}

/* Catagory dropdown code */

.cate-dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* .dropdown-content ul{
    
} */

.dropdown-content li {
  display: block;
}

.cate-dropdown:hover .dropdown-content {
  display: block;
}

/* Content styling CSS */

.wrapper {
  width: 85%;
  margin: auto;
}

#content {
  box-sizing: border-box;
  background-color: #f7f8fa;
}

.p-div {
  font-size: 18px;
  padding-top: 35px;
  padding-bottom: 10px;
  color: #505763;
}

.p-div p {
  margin: 0;
}

.btn-div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 30px 0px;
}

.btn-row {
  padding: 10px 12px 11px 12px;
  border-radius: 2px;
  color: #505763;
  background: #ffffff;
  margin-right: 10px;
  border: 1px solid gray;
  border-top: 2px solid blue;
  cursor: pointer;
}

.btn-row:hover {
  background-color: #e6f2f5;
}

/* Section CSS */

#section {
  /* background-color: darkkhaki;; */
  display: flex;
  padding: 30px 100px 30px 100px;
  /* padding: 30px 100px 30px 100px; */
  /* box-sizing: border-box; */
  justify-content: space-between;
}

.first-col {
  /* background-color: orchid; */
  flex: 3;
  margin-right: -60px;
}

.sec-col {
  flex: 1;
  /* background-color: greenyellow; */
  /* margin-right: 30px; */
}

.cart {
  background-color: #f7f8fa;
  border: 1px solid #f7f8fa;
  border-radius: 5px;
  display: flex;
  margin-bottom: 30px;
  height: 150px;
  width: 825px;
  box-sizing: border-box;
}

.cart-img > img {
  cursor: pointer;
}

.cart-content {
  /* background-color: yellow; */
  padding: 10px 20px 10px 20px;
  /* width: 45%; */
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

a[href="#t"] {
  text-decoration: none;
  color: black;
}

a[href="#t"]:hover {
  text-decoration: underline;
}

#ul-list {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}

.li-item {
  display: inline-block;
}

.left-div {
  /* background-color: red; */
  line-height: 22px;
  max-width: 80%;
}

.align-div {
  display: flex;
  /* background-color: darkcyan; */
}

.align-p {
  flex: 2;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
  /* background-color: darkgreen; */
}

.align-span {
  flex: 1;
  /* background-color:black; */
  /* margin-top: 2%; */
  line-height: 0px;
}

/* second div css */

.para-div {
  border-radius: 2px;
  background-color: #f7f8fa;
  display: flex;
  padding: 30px 20px 30px 20px;
  margin: 0px 10px 40px 10px;
  font-size: 15px;
  box-sizing: border-box;
  width: 262.5px;
  height: 123px;
}

.right-p {
  background-color: #f7f8fa;
  margin: 0px;
}

.p-head {
  margin-left: 12px;
}

.right-paradiv {
  /* border: 1px solid saddlebrown; */
  display: flex;
}

.div-contnt {
  padding: 5px 10px;
  text-align: justify;
}

.para-div2 {
  font-size: small;
  font-weight: bold;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0px 10px 0px 10px;
  padding: 5px 5px 5px 5px;
  /* background-color: yellow; */
  width: 262.5px;
  height: 128px;
}

.para-div2:hover {
  background-color: #f7f8fa;
}

/* CSS of Bottom content */

.box-title {
  color: #505763;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.boxcarts-div {
  /* background-color: darkgray; */
  display: flex;
}

.container-cart {
  width: 231px;
  height: 305px;
  display: flex;
}

.container-cart2 {
  height: 305px;
  display: flex;
}

.cart-div {
  box-shadow: 0 1px 0 rgba(41, 48, 59, 0.2), 0 2px 2px rgba(41, 48, 59, 0.15);
  /* background-color: darksalmon; */
  /* border: 1px solid black; */
  padding: 25px 15px 25px 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.cart-div:hover {
  box-shadow: 0 2px 2px rgba(41, 48, 59, 0.15), 0 2px 2px rgba(41, 48, 59, 0.2);
}

.cart-div-content {
  box-sizing: border-box;
  /* background-color: aqua; */
  display: flex;
  flex-direction: column;
  /* padding: 10px; */
}

.cart-imag-div {
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50%;
}

.cart-txt-div {
  /* background-color: firebrick; */
  text-align: center;
}

.text1 {
  display: block;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
  color: #505763;
  /* color: #29303b; */
}

.text2 {
  font-size: 13px;
  font-weight: normal;
  color: #505763;
  margin-top: 15px;
}

/* Bottom div in SECTION content  */

/* Footer CSS */

footer {
  width: 100%;
  color: #007791;
  font-size: 13px;
  box-sizing: border-box;
  /* font-weight: 400; */
}

.footer-innerdiv1 {
  /* background-color: paleturquoise; */
  display: flex;
  padding: 30px 20px 30px 20px;
  border-top: 1px solid #e8e9eb;
  /* margin: 40px 0px 40px 0px; */
}

.col1 {
  flex: 3;
}

.col2,
.col3 {
  flex: 2;
}

.col4 {
  flex: 2.6;
}

.footer-ul {
  list-style: none;
  padding: 0px;
}

.footer-li {
  cursor: pointer;
  padding: 0px 5px 15px 5px;
}

.English-btn {
  cursor: pointer;
  float: right;
  border: none;
  border-radius: 2px;
  background: none;
  color: #686f7a;
  font-weight: 700;
  border: 1px solid black;
  margin-top: 10px;
}

.English-btn:hover {
  background-color: #e8e9eb;
}

.English-btn > i {
  padding: 10px;
}

/* FOOTER Last div  CSS*/

.footer-innerdiv2 {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 25px 10px 25px 10px;
  border-top: 1px solid #e8e9eb;
  border-bottom: 6px solid #ec5252;
}

.left-contlist {
  display: flex;
  align-items: center;
  flex-basis: 48%;
}

.right-contlist {
  flex-basis: 48%;
}

.ullist-right {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}

.copyright-span:hover {
  cursor: auto;
}

.r-li-itm {
  font-size: 13px;
  cursor: pointer;
  margin-right: 10px;
}

.r-li-itm:hover {
  color: #003845;
  cursor: pointer;
}

/* above footer css */

.above-footer {
  /* border: 1px solid black; */
  font-size: small;
  /* background-color: darkcyan; */
  display: flex;
  margin: 50px 0px 20px 0px;
}

.ab-div1 {
  flex: 2.5;
  /* border: 1px solid darkblue; */
}

.ab-div2 {
  flex: 1;
  color: #686f7a;
  /* border: 1px solid darkblue; */
}

.ab-ul {
  /* background-color: yellow; */
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0px;
  padding-left: 100px;
  /* border: 1px solid saddlebrown; */
  display: inline-block;
}

.ab-li {
  display: inline-block;
  border: 1px solid #ddd;
  border-right: 1px solid transparent;
  padding: 10px 15px 10px 15px;
  background: none;
  color: #007791;
}

.paginition-active {
  border-radius: 2px 0px 0px 2px;
  color: #fff;
  background-color: #007791 !important;
  border-color: #007791;
}

.ab-li:last-child {
  border-right: 1px solid #ddd;
  border-radius: 0px 2px 2px 0px;
  color: #007791;
}

.ab-li:hover {
  border-color: #007791;
  background-color: #e6f2f5;
  border-right: 1px solid #007791;
  cursor: pointer;
}

/*
** Cart style
*/

.cart-wrapper {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #262626;
  top: 50px;
  right: 0;
  bottom: 0;
  max-width: 30em;
  min-width: 18.75em;
  max-height: 500px;
  overflow: hidden;
  z-index: 10000;
  padding-left: 2.5em;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 1s;
  transform: translateX(100%);
}
.cart-wrapper .tab-cart-ic {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQyNDM0Njt9IC5zdDF7ZmlsbDpub25lO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My41IDM4LjhMNDEgMTguN2MtLjItMy0yLjctNS4yLTUuOS01LjJoLS44Yy0uMS02LjEtNC43LTExLTEwLjQtMTFzLTEwLjMgNC45LTEwLjQgMTFoLS44Yy0zLjIgMC01LjcgMi4yLTUuOSA1LjJMNC42IDM4Ljl2LjRjMCAzIDIuMyA2LjIgNS45IDYuMmgyNy4yYzMuNSAwIDUuOS0zLjEgNS45LTYuMi0uMS0uMi0uMS0uMy0uMS0uNXpNMjQgNi44YzMuNCAwIDYuMSAzIDYuMiA2LjlIMTcuOGMwLTMuOSAyLjgtNi45IDYuMi02Ljl6bTEzLjcgMzQuNEgxMC40Yy0uOSAwLTEuNy0xLjEtMS43LTIuMUwxMS4xIDE5YzAtMSAuOC0xLjIgMS43LTEuMmguOHYxLjRjMCAxLjIuOSAyLjEgMi4xIDIuMXMyLjEtLjkgMi4xLTIuMXYtMS40aDEyLjV2MS40YzAgMS4yLjkgMi4xIDIuMSAyLjEgMS4yIDAgMi4xLS45IDIuMS0yLjF2LTEuNGguOGMxIDAgMS43LjQgMS43IDEuM2wyLjQgMjAuMmMwIC45LS44IDEuOS0xLjcgMS45eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wIDBoNDh2NDhIMHoiLz48L3N2Zz4=");
}
.cart-wrapper .tab-heart-line-ic {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxzdHlsZT4uc3Qwe2ZpbGw6bm9uZTt9IC5zdDF7ZmlsbDpub25lO3N0cm9rZTojNDI0MzQ2O3N0cm9rZS13aWR0aDo0LjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xIDFoNDZ2NDZIMXoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzMuOSA3LjFjLTQuNCAwLTguMSAyLjUtOS45IDYuMS0xLjgtMy43LTUuNi02LjEtOS45LTYuMUM4IDcuMSAzIDEyLjEgMyAxOC4yYzAgMTQuNiAyMC43IDIyLjYgMjAuNyAyMi42UzQ1IDMyLjcgNDUgMTguMmMwLTYuMS01LTExLjEtMTEuMS0xMS4xeiIvPjwvc3ZnPg==");
}
.cart-wrapper .item-trash-ic {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgMjYiPjxzdHlsZT4uc3Qwe2ZpbGw6I0Y1RjVGNTt9IC5zdDF7ZmlsbDojQkRDM0M3O308L3N0eWxlPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjEzIiBjeT0iMTMiIHI9IjEyLjUiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOC42IDE2bDMtMy0zLTMgMS41LTEuNSAzIDNMMTYgOC42bDEuNCAxLjQtMyAzIDMgMy0xLjUgMS41LTMtMy0zIDNMOC42IDE2eiIvPjwvc3ZnPg==");
}
.cart-wrapper .item-heart-ic {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIxMSAtMTEgNDggNDgiPjxzdHlsZT4uc3Qwe2ZpbGw6bm9uZTt9IC5zdDF7ZmlsbDojQkRDM0M3O3N0cm9rZTojQkRDM0M3O3N0cm9rZS13aWR0aDo0LjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS0xMWg0OHY0OEgxMXoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNDQuOS0zLjljLTQuNCAwLTguMSAyLjUtOS45IDYuMS0xLjgtMy43LTUuNi02LjEtOS45LTYuMUMxOS0zLjkgMTQgMS4xIDE0IDcuMmMwIDE0LjYgMjAuNyAyMi42IDIwLjcgMjIuNlM1NiAyMS43IDU2IDcuMmMwLTYuMS01LTExLjEtMTEuMS0xMS4xeiIvPjwvc3ZnPg==");
}
.cart-wrapper .checkout-cart-ic {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIxMSAtMTEgNDggNDgiPjxzdHlsZT4uc3Qwe2ZpbGw6I0ZGRkZGRjt9IC5zdDF7ZmlsbDpub25lO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01NC41IDI3LjhMNTIgNy43Yy0uMi0zLTIuNy01LjItNS45LTUuMmgtLjhjLS4xLTYuMS00LjctMTEtMTAuNC0xMXMtMTAuMyA0LjktMTAuNCAxMWgtLjhjLTMuMiAwLTUuNyAyLjItNS45IDUuMmwtMi4yIDIwLjJ2LjRjMCAzIDIuMyA2LjIgNS45IDYuMmgyNy4yYzMuNSAwIDUuOS0zLjEgNS45LTYuMi0uMS0uMi0uMS0uMy0uMS0uNXpNMzUtNC4yYzMuNCAwIDYuMSAzIDYuMiA2LjlIMjguOGMwLTMuOSAyLjgtNi45IDYuMi02Ljl6bTEzLjcgMzQuNEgyMS40Yy0uOSAwLTEuNy0xLjEtMS43LTIuMUwyMi4xIDhjMC0xIC44LTEuMiAxLjctMS4yaC44djEuNGMwIDEuMi45IDIuMSAyLjEgMi4xczIuMS0uOSAyLjEtMi4xVjYuOGgxMi41djEuNGMwIDEuMi45IDIuMSAyLjEgMi4xczIuMS0uOSAyLjEtMi4xVjYuOGguOGMxIDAgMS43LjQgMS43IDEuM2wyLjQgMjAuMmMwIC45LS44IDEuOS0xLjcgMS45eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMS0xMWg0OHY0OEgxMXoiLz48L3N2Zz4=");
}
.cart-panel {
  position: relative;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
.cart-header {
  position: relative;
  width: 100%;
  height: 3.75em;
  background-color: #fff;
}
.cart-header .cart-tabs {
  position: relative;
  color: #424346;
  width: 100%;
  height: 100%;
}
.cart-header .cart-tab {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-header .cart-tab-table {
  position: relative;
  display: table;
  list-style-type: none;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.cart-header .cart-tab-cell {
  position: relative;
  display: table-cell;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-header .cart-tab-cell.selected {
  cursor: default;
}
.cart-header .tab-label {
  font-size: 0.875em;
  text-transform: uppercase;
}
.cart-header .tab-ic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}

.price-quant {
  display: flex;
  justify-content: space-between;
}
.quantity-box {
  display: flex;
  justify-content: space-around;
  justify-content: center;
  gap: 8px;
}
.quantity-box span {
  width: 15px;
  height: 15px;
  background: gray;
  color: white;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.cart-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cart-sections {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.cart-sections > .cart-section {
  width: 50%;
  height: 100%;
  display: table-cell;
  position: relative;
}
.current-section__cart .cart-sections {
  left: 0;
}
.current-section__favorites .cart-sections {
  left: -100%;
}
.cart-list {
  list-style-type: none;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-list-item {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 1.25em;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cart-list-item .cart-item-img {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cart-list-item .cart-item {
  width: 100%;
  height: 5em;
  display: table;
}
.cart-list-item .cart-item > div {
  position: relative;
  display: table-cell;
}
.cart-list-item .cart-item .cart-item-description > span {
  position: absolute;
  padding: 0 1.5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cart-list-item .cart-item .cart-item-description .cart-item-label {
  line-height: 1.3em;
  max-height: 2.6em;
  font-size: 0.875em;
  overflow: hidden;
  color: #262626;
}
.cart-list-item .cart-item .cart-item-description .cart-item-price {
  font-size: 0.75em;
  color: #a8a8b2;
  margin-top: 0.125em;
}
.cart-list-item .cart-item .cart-item-favorites,
.cart-list-item .cart-item .cart-item-trash {
  width: 2em;
}
.cart-list-item .cart-item .cart-item-favorites > span,
.cart-list-item .cart-item .cart-item-trash > span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-list-item .cart-item .cart-item-trash {
  width: 4em;
}
.cart-list-item .cart-item .item-heart-ic {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  cursor: pointer;
}
.cart-list-item .cart-item .item-heart-ic:hover {
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
}
.cart-list-item .cart-item .item-trash-ic {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  cursor: pointer;
}
.cart-list-item .cart-item .item-trash-ic:hover {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
.cart-list-footer {
  height: 7.5em;
}
.cart-footer {
  position: absolute;
  width: 100%;
  height: 8.125em;
  bottom: 0;
  text-align: center;
}
.cart-footer .cart-checkout-btn {
  position: relative;
  margin: auto;
  margin-bottom: 0.75em;
  width: 5em;
  height: 5em;
  color: #fff;
  background-color: #1884fe;
  -webkit-touch-callout: none;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3.125em;
  -moz-border-radius: 3.125em;
  border-radius: 3.125em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-footer .cart-checkout-btn .checkout-cart-ic {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-footer .cart-checkout-btn .checkout-label {
  opacity: 0;
  text-transform: uppercase;
  font-size: 0.9375em;
  letter-spacing: 0.06em;
}
.cart-footer .cart-checkout-btn:hover {
  background-color: #1b71d3;
}
.cart-footer .cart-checkout-btn:active {
  background-color: #1e5ea8;
}
.cart-footer .cart-copyright {
  font-size: 0.6875em;
  color: #bdc3c7;
  letter-spacing: 0.06em;
}
.cart-footer .cart-copyright span {
  color: #ea5252;
  text-decoration: none;
  cursor: pointer;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  margin: 8px 4px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  opacity: 0.01;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 120, 255, 0.8);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99;
}
@media screen and (min-width: 22.5em) {
  .cart-list-item .cart-item .cart-item-description .cart-item-label {
    font-size: 1em;
  }
  .cart-list-item .cart-item .cart-item-description .cart-item-price {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 26.25em) {
  .cart-header .tab-label {
    font-size: 1em;
  }
  .cart-header .tab-ic {
    vertical-align: top;
    margin-right: 6px;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
  }
  .cart-list-item {
    height: 5em;
    margin-bottom: 0.125em;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .cart-list-item > div {
    display: table-cell;
  }
  .cart-list-item .cart-item-img {
    width: 5em;
    padding: 0;
  }
  .cart-footer {
    height: 6.25em;
  }
  .cart-footer .cart-checkout-btn {
    width: 14.375em;
    height: 3.125em;
  }
  .cart-footer .cart-checkout-btn .checkout-cart-ic {
    opacity: 0;
  }
  .cart-footer .cart-checkout-btn .checkout-label {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cart-visible {
  transform: translateX(0%);
  transition: 0.5s ease;
}

/*
** Form Style
*/
.login-body {
  position: relative;
  background-color: rgb(245, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
}
.field-container {
  position: relative;
}
.form-container {
  background-color: white;
  width: 550px;
  border-radius: 15px;
  padding: 35px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.048);
}
.form-container h1 {
  color: rgb(107, 125, 207);
  margin-bottom: 50px;
  text-align: center;
}
.form-container form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form-container input {
  padding: 18px;
  border-radius: 5px;
  border: none;
  background-color: rgb(233, 233, 233);
  outline: none;
  width: 95%;
  margin: 2.5%;
  margin-bottom: 15px;
  font-size: 15px;
}
.b1 {
  padding: 15px;
  border-radius: 5px;
  border: none;
  background-color: #ea5252;
  color: white;
  outline: none;
  font-size: 20px;
  width: 60%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
  margin-top: 50px;
}
.form-container button:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.123);
}
form a {
  width: 100%;
  text-align: center;
}
.b2 {
  padding: 15px;
  border-radius: 5px;
  border: none;
  background-color: rgb(107, 125, 207);
  color: white;
  outline: none;
  font-size: 20px;
  width: 60%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p {
  text-align: center;
  color: rgb(150, 150, 150);
}

.signup-body {
  background-color: rgb(245, 241, 241);
}
.signup-container {
  width: 550px;
  background-color: #ffffff;
  margin: 90px auto;
  border-radius: 4px;
}
.inline-form {
  display: flex;
  gap: 20px;
}
.wrapper {
  padding: 20px;
}
/* title-start */
.wrapper .title h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 22px;
}
/* title-end */
/* p-one-start */
.wrapper .p-one p {
  color: #95959d;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}
/* p-one-end */
/* inp-email-start */
.wrapper .inp {
  position: relative;
}
.wrapper .inp {
  display: flex;
  flex-direction: column;
}

.wrapper .inp input[type="text"] {
  border: 0;
  border: 1px solid #e0e3ff;
  width: 100%;
  outline: none;
  height: 51px;
  padding: 0 20px;
  border-radius: 4px;
}
.wrapper .inp input[type="text"]:focus {
  border: 1px solid #2028eb;
}

.wrapper .inp input::placeholder {
  color: #a5a4ac;
  font-size: 12px;
}
.wrapper .inp label {
  position: absolute;
  left: 15px;
  top: -10px;
  color: #95959d;
  z-index: 2;
  background: white;
  padding: 0px 5px;
}
.wrapper .inp i.email {
  position: absolute;
  right: 18px;
  top: 17.5px;
  font-size: 20px;
  color: #cfcfd3;
}
.wrapper .inp .email-margin {
  margin-bottom: 40px;
}

/* inp-email-end */
/* inp-pass-start */

.wrapper .inp i.lock {
  position: absolute;
  bottom: 15.3px;
  right: 20px;
  font-size: 20px;
  color: #cfcfd3;
}

/* inp-pass-end */
/* btn-start */
.wrapper .button {
  display: flex;
  justify-content: center;
}
.wrapper .button .btn {
  margin-top: 50px;
  border: 0;
  width: 100%;
  height: 60px;
  background-color: rgb(32, 40, 235);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 26px;
  cursor: pointer;
}
.wrapper .button .btn:hover {
  box-shadow: 1px 1px 20px rgba(32, 40, 235, 0.2);
}

/* btn-end */
/* line-start */
.wrapper .line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f0f1ff;
  line-height: 0.1em;
  margin: 30px;
  margin-bottom: 40px;
  margin-left: 0%;
}
.wrapper .line span {
  background: #fff;
  padding: 0 10px;
  color: #afafb5;
  font-size: 14px;
}

/* line-end */
/* icon-wrapper-start */

.wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.wrapper .icon-wrapper .google,
.wrapper .icon-wrapper .facebook,
.wrapper .icon-wrapper .apple {
  width: 100px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 22px;
  border: 1px solid #d9dcff;
  margin-bottom: 30px;
  cursor: pointer;
}
.wrapper .icon-wrapper .google:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.wrapper .icon-wrapper .facebook:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.wrapper .icon-wrapper .apple:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

/* icon-wrapper-end */
/* down-start */
.wrapper .down {
  text-align: center;
  font-size: 14px;
}
.wrapper .down span {
  color: #b8b7be;
}
.user-avatar {
  height: 40px;
  width: 40px;
  padding: 5px;
  border: 1px solid #505763;
  border-radius: 50px;
  margin-left: 5px;
  cursor: pointer;
}
.btn-wishlist {
  font-size: 24px;
  color: #505763;
  padding: 12px;
  border: 1px solid transparent;
  background-color: inherit;
  margin-left: 5px;
  margin-right: 10px;
  cursor: pointer;
}

/*
====================================
CheckOut Page design
====================================
*/
.container {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-linear-gradient(#c5e5e5, #ccddf9);
  background: linear-gradient(#c9e5e9, #ccddf9);
}
.dropdown-select.visible {
  display: block;
}
.dropdown {
  position: relative;
  width: 50%;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding-left: 10px;
  cursor: pointer;
}
ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.dropdown-select {
  position: absolute;
  background: #77aaee;
  text-align: left;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 90%;
  left: 2px;
  line-height: 2em;
  margin-top: 2px;
  box-sizing: border-box;
}
.thin {
  font-weight: 400;
}
.small {
  font-size: 12px;
  font-size: 0.8rem;
}
.half-input-table {
  border-collapse: collapse;
  width: 100%;
}
.half-input-table td:first-of-type {
  border-right: 10px solid #4488dd;
  width: 50%;
}
.window {
  height: 540px;
  width: 1000px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  z-index: 10;
  margin: 50px 0px;
}
.order-info {
  height: 100%;
  width: 55%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.order-table td:first-of-type {
  width: 25%;
}
.order-table {
  position: relative;
}
.credit-info-head {
  display: flex;
}
.line {
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #ddd;
}
.order-table td:last-of-type {
  vertical-align: top;
  padding-left: 25px;
}
.order-info-content {
  table-layout: fixed;
}

.full-width {
  width: 100%;
}
.pay-btn {
  border: none;
  background: #22b877;
  line-height: 2em;
  border-radius: 10px;
  font-size: 19px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  width: calc(100% - 50px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pay-btn:hover {
  background: #22a877;
  color: #eee;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.total {
  margin-top: 25px;
  font-size: 20px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 30px;
  right: 27px;
  left: 35px;
}
.dense {
  line-height: 1.2em;
  font-size: 16px;
  font-size: 1rem;
}
.input-field {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  margin-top: 3px;
  line-height: 1.5em;
  font-size: 20px;
  font-size: 1.3rem;
  border: none;
  padding: 5px 10px 5px 10px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.credit-info {
  background: #4488dd;
  height: 100%;
  width: 45%;
  color: #eee;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
.dropdown-btn {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.dropdown-btn:after {
  content: "\25BE";
  right: 8px;
  position: absolute;
}
.dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.dropdown-select {
  display: none;
}
.credit-card-image {
  display: block;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 15px;
}
.credit-info-content {
  margin-top: 25px;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 600px) {
  .window {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0px;
    margin: 50px 0px;
  }
  .order-info {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    border-radius: 0px;
  }
  .credit-info {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    border-radius: 0px;
  }
  .pay-btn {
    border-radius: 0px;
  }
}

.prod-container {
  display: flex;
  padding: 10px;
}
.img-col img {
  height: 80px;
  width: 100px;
}
.img-col {
  width: 25%;
}
.info-col {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
}
.prod-price-variation {
  display: flex;
  justify-content: space-between;
}
.prod-variation {
  display: flex;
  gap: 20px;
}

/* 
** ====================================
** Cart Page Design
** ==================================== 
*/
