@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
  height: 100%;
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 17px;
}


.header input {
  border: 1px solid #ff8801;
  border-radius: 50px;
  color: #ff8801 !important;
  padding: 5px 10px;
  text-indent: 12px;
}

.header ::placeholder {
  color: #ff8801;
  font-weight: 300;
  font-size: 16px;
}

.pink-bg {
  background-image: url(../images/pinkbg.png);
}
.common-btn {
  background-color: #ff7d1e;
  color: whitesmoke;
  border-radius: 15px;
  border: none;
  padding: 10px 15px;
}

.pink-bg h1 {
  font-size: 60px;
}

.pink-bg p {
  letter-spacing: 2px;
  font-size: 20px;
}

.user-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-icon p {
  margin: 0;
}

.teddy-1 {
  background-color: #cbf7ff;
  position: relative;
  border-radius: 10px;
}
.teddy-3 {
  background-color: #cfeac0;
}

.teddy h1 {
  font-size: 30px;
  font-weight: bold;
}

.teddy-4 {
  background-color: #ffd9e5 !important;
}
.teddy-2 {
  background-color: #fff7ae;
  position: relative;
  border-radius: 10px;
}
.user-teddy {
  position: absolute;
  left: 0;
  bottom: -61px;
}
.user-teddy1 {
  position: absolute;
  right: 0;
  bottom: -61px;
}

.user-teddy1 img {
  width: 217px;
}

.user-teddy img {
  width: 269px;
}
.user-teddy3 img {
  width: 292px;
}

.teddy3 img {
  width: 300px;
}

.teddy-1 button {
  background-color: white;
  color: #007084;
  border-radius: 50px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
}
.teddy-2 button {
  background-color: white;
  color: #ac6f00;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
}
.teddy-3 button {
  background-color: white;
  color: #266a00;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
}
.teddy-4 button {
  background-color: white;
  color: #95002f;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
}

.teddy {
  display: flex;
  justify-content: end;
}
.teddy2 {
  display: flex;
  justify-content: start;
}
.arrival {
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
}

.teddy-container {
  display: flex;
  gap: 27px;
  justify-content: center;
}

.container.text-center.user-service.mb-5 {
  padding: 34px 100px;
}

.user-icon img {
  width: 30px;
}
.user-icon p {
  font-weight: bold;
}

.card-carousel .row .col-md-4 {
  display: flex;
  justify-content: center;
}

img.d-block {
  width: 248px;
}

.carousel-item .row {
  margin: 0 !important;
}

.carousel-item .col-md-3 {
}

.carousel-control-next {
  right: 50% !important;
  left: 45% !important;
}
.carousel-control-prev {
  right: 50% !important;
  left: 39% !important;
}

.carousel-control-next,
.carousel-control-prev {
  display: flex !important;
  align-items: end !important;
  bottom: -75px !important;
}

.carousel-inner {
  height: 350px !important;
}

.carousel-icon {
  position: absolute;
  bottom: 25px;
  right: 27%;
  flex-direction: column;
  display: flex;
}

.carousel-img {
  position: relative;
}

.checked {
  color: orange!important;
}
.user-detail {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 0;
}
.user-detail p {
  color: #323232cf;
  font-size: 13px;
  margin: 0;
}

span.fa.fa-star {
  font-size: 10px;
}

.card-carousel .col-md-3 h5 {
  font-size: 15px;
  padding: 0px 14px;
  color: #323232;
}

.dollar {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0px 15px;
}

.dollar h3 {
  color: grey;
  font-weight: 300;
  font-size: 19px;
  text-decoration: line-through;
}

.dollar h4 {
  color: #ff8801;
  font-size: 20px;
}
button.carousel-control-prev img {
  width: 40px;
}
button.carousel-control-next img {
  width: 40px;
}

h1.arrival {
  font-weight: bold;
}
p.arrival {
  color: grey;
}

a.navbar-brand img {
  width: 50px;
}

.card-carousel.carousel {
  margin-bottom: 10rem;
}

.teddy-bg {
  position: relative;
  margin-bottom: 0 !important;
}
.container.p-5.teddy-g {
  position: absolute;
  top: 5%;
}

.review-card {
  background-color: white;
  border-radius: 20px;
  position: relative;
}
.dark-txt {
  display: flex;
  justify-content: space-between;
  color: white;
  line-height: 9px;
}
.bg-dark {
  display: flex;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 80px;
}

.republic-btn {
  background-image: linear-gradient(to left, #266a0085, #ffffff, #ff7d1e63);
  color: #4c4c4c;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 5px 23px;
  text-transform: uppercase;
}
.sale {
  position: relative;
}
.sale-btn {
  position: absolute;
  right: -55px;
  top: -45px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 35px;
  border-radius: 10px;
  padding: 2px 25px;
  background-image: linear-gradient(
    to right,
    #ff0000,
    #ff9900,
    #ff9900,
    #ff9900,
    #3df9f7
  );
}

.teddy-txt h1 {
  font-size: 37px;
  font-weight: bold;
}

.enquiry-btn {
  background-color: #ff8801;
  border: none;
  color: white;
  padding: 13px 25px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 15px;
}
.dark-img img {
  width: 82px;
  position: absolute;
  top: -1px;
  left: -4px;
  margin-left: -3px;
}

.img-bag {
  width: 15px;
}
.comma {
  width: 30px;
  position: absolute;
  bottom: -9px;
}

.start-txt {
  color: white;
  text-align: right;
}

.bg-dark.mb-3 {
  position: relative;
  padding: 10px 30px;
  left: -9px;
}
.start-txt span {
  color: rgb(128, 123, 123);
  font-size: 13px;
}
.dark-txt h6,
span {
  font-size: 13px;
}

.footer {
  color: white;
}

.carousel-indicators li {
  border: 3px solid #ff8801;
  display: flex;
  padding-left: 0px;
  margin: 3px;
  border-radius: 20px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 44px !important;
}

li {
  list-style-type: none;
}

textarea.col-md-12.form-control {
  height: 159px;
}

p.mb-3.logo img {
  width: 66px;
}
.row.container.p-5.footer-border {
  border-bottom: 1px solid #ffffff75;
}

li.bold-text.mb-3 {
  font-weight: bold;
}

.review {
  background-image: url(../images/review.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 80%;
}

.copy {
  display: flex;
  justify-content: space-between;
}
.footer-icons img {
  width: 20px;
  display: inline-flex;
}

.footer {
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
}

.card-section img {
  width: 155px;
}

.card-section {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
  height: 100%;
}
.container.about-txt p {
  font-size: 14px;
}

.title {
  font-size: 14px;
}
.container.about-txt h2 {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
}
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.team {
  color: #ff7d1e;
}

.about-teddy {
  width: 200px;
}

.about-se {
  color: #000000;
  line-height: 25px;
  background: #FFE4D0;
  padding: 43px;
  border-radius: 40px;
}

.about-section .row {
  align-items: center;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-image: url(../images/pinkbg.png);
}

.container {
  padding: 0 16px;
}

.container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
.background-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.38)),
    url(../images/3teddy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-position: center center;
  padding: 20px 50px;
  height: 50vh;
}

.picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	/*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff1e0;
}
section {
    padding: 60px 0;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
    background: white;
}
.piclist li img {
    height:100px;
    object-fit:cover;
    background: white;
    padding: 10px;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top:50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color:#28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
.bold-text~a{
   color:#fff !important;
   text-decoration: none !important;
}
.me-2+a{
   color:#000 !important;
}

.about-section{
   background:url('../images/aboutus-bg.png') !important;
   background-size: cover !important;
   background-repeat: repeat;
}

.cartlink{
   text-decoration:none;
}