body{
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif!important;
}
.search-box {
  font-size: 30px;
    padding: 0px 17px;
    border: 1px solid #c1c1c1;
    background-color: white;
    width: 8.8em;
    border-radius: 10px;
    transition: 0.2s;
}

.search-box:hover {
  border-color: #aaaaaa;
}

.search_icon{
  font-size: 10px;
}
/*input {
  font-family: Proxima Nova;
  letter-spacing: -0.2px;
  font-size: 30px;
  color: #323232;
}*/
.top_header{
  border:none;
}

button:hover {
  cursor: pointer;
}
section{
  padding: 50px 0px 30px;;
}

input:focus {
  outline: none;
}
[type=search] {
    font-size: 15px;
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.clear:not(:valid) ~ .search-clear {
  display: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
}
.logo{
  width:35%;
}
.logo_center{
  text-align: center;
}
.our_store{
  padding-top: 40px;
  padding-left: 0px;
}
.user_icon{
  padding-left: 20px;
}
.cart_icon{
   padding-top: 40px;
}
.empty1{
  padding-top:30px;
  padding-bottom: 30px;
}
.account_icon_new{
      padding-left: 20px;
}
.justify-content-center {
    justify-content: right!important;
}
.empty1 li{
  list-style: none;
}
.banner_text{
    position: absolute;
    top: 35%;
    right: 18%;

}
.banner_text h2{
  font-size: 70px;
    color: #ff6f61;
}
.banner_text button{
      width: 42%;
    margin: auto;
    display: block;
    padding: 10px 15px 10px 15px;
    border: 2px solid #ff6f61;
    border-radius: 5px;
    background: transparent;
    color: #ff6f61;
    font-weight: bold;
    position: relative;
    z-index: 100;
    cursor: pointer!important;
}
.empty1 li a{
  color:#000;
  text-decoration: unset;
  font-weight: bold;
}
.empty1 li a:hover{
  color:#000;
  font-weight: bold;
}
.header_menu{
  box-shadow: 0 4px 6px -6px #222;
}
.happy_customer{
  display:flex;
  padding:0px;
}
.happy_customer li{
    text-align: center;
    width: 23%;
    list-style: none;
    border: none;
    padding: 30px 0;
    background: #ff6f61;
    border-radius: 10px;
    margin-left: 15px;
}
.balloon{
  font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.products{
  color: #fff;
    font-weight: 500;
}
.customers{
      text-align: center;
    width: 23%;
    list-style: none;
    border: none;
    padding: 30px 0;
    background: #fff!important;
    border-radius: 10px;
    margin-left: 15px;
}
.a1{
      font-size: 40px;
    font-weight: bold;
    color: #ff6f61;
    margin-bottom: 0;
}
.a2{
  color: #ff6f61;
    font-weight: 500;
}
h2{
    text-align: center;
    font-weight: bold!important;
    padding-bottom: 25px;
}
.feature_products{
  padding-top:0px;
}
.happy_customer1{
  display:flex;
}
.happy_customer1 li{
  width:32%;
  list-style: none;
  margin-left: 15px;
}
.happy_customer1 li img{
  width:100%;
}
h3{
  font-size: 20px!important;
  font-wight:bold!important;
}

.section-products {
/*  height: 100vh;*/
  padding: 35px 0;
  overflow: hidden;
}
.section-products .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.section-products .list-products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.section-products .product {
    width: 32%;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 10px;
    transition: box-shadow 0.2s linear;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section-products .product:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.section-products .product .top {
  position: relative;
  overflow: hidden;
}
/*.section-products .product .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s linear;
}*/
.section-products .product:hover .top::before {
  opacity: 1;
  z-index: 2;
}

.img-product{
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 100%;
  cursor: pointer;
}
/*.img-product{*/
/*    max-height: 230px;*/
/*    max-width: 300px;*/
/*    min-width: 300px;*/
/*    min-height: 230px;*/
/*}*/

.section-products .product .btn {
  position: absolute;
  left: 5px;
  top: -40px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 20px;
  color: #333;
  transition: top 0.2s linear;
  z-index: 3;
}
.section-products .product .btn:hover {
  color: lightsalmon;
}
.section-products .product:hover .btn-view {
  transition-delay: 0.1s;
  top: 5px;
}
.section-products .product:hover .btn-love {
  transition-delay: 0.2s;
  top: 45px;
}
.section-products .product:hover .btn-buy {
  transition-delay: 0.3s;
  top: 85px;
}
.section-products .product .btn .icon {
  font-size: 16px;
}

.section-products .product .bottom {
  text-align: center;
  padding: 10px 5px;
}
.section-products .product .product-name {
  font-size: 20px;
  color: #555;
}
.section-products .product .product-price {
  margin-top: 7px;
  font-size: 20px;
}
.section-products .product .product-price span {
    font-size: 20px;
    color: #8c8c8c;
}
.justify-content-between {
    justify-content: space-evenly!important;
    width: 65%!important;
    margin: auto!important;
}
.btn{
      padding: 7px!important;
}
 .add-to-cart {
    border: none;
    padding: 7px 50px 7px 50px;
    background-color: #ff6f61;
    color: #fff;
    text-decoration: unset;
    border-radius: 5px;
    font-weight: 500;
}
.empty {
    padding-bottom: 17px;
    margin-top: 20px;
}
.empty a:hover{
  color:#fff!important;
}
.offer{
  position: absolute;
    top: 1%;
    right: 10px;
    padding: 5px 20px 5px 20px;
    background-color: #ff6f61;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
}
.view_products{
    margin: 35px auto;
    display: block;
    border: 1px solid #ff6f61;
    color: #fa6d5f;
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
    background-color: #fdefef;
}
.view_products:hover{
  background-color: #ff6f61;
  color:#fff;
}

.view_testimonials{
  margin: 15px auto;
  display: block;
  border: 1px solid #ff6f61;
  color: #fa6d5f;
  padding: 7px 20px 7px 20px;
  border-radius: 5px;
  background-color: #fdefef;
}
.view_testimonials:hover{
background-color: #ff6f61;
color:#fff;
}

.tesimonial{
      background: url(../images/client-testimonial.png);
      background-size: cover;
      margin-top:0px;
}
.tesimonial h2{
  color: #fff;
}
.client_test{
  display: flex;
}
.client_test img{
  height:60px;
}
.gifts_collection{
      padding-left: 20px;
}
.stationery{
  padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-right:10px;
}
.happy_customer_star{
  display: flex;
}
.happy_customer_star p{
  padding-right:10px;
  margin-bottom: 0px;
}
.happy_customer_star p i{
  color:#ffd832;
}
.balls{
  margin-top: 25px!important;
}
.happy_customer_star li{
  width:24%;
  list-style: none;
  border: 1px solid #ff6f61;
  padding: 10px;
  border-radius: 10px;
  margin-right: 15px;
}
.happy_customer_star li div{
  display:flex;
  align-items: center;
  justify-content: center;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact_submit {
    background-color: #ff6f61;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    margin-top:15px;
}
.contact_text{
    background: #ff6f61;
    padding: 20px;
}
.contact_text p{
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top:45px;
}
.contact_text a{
      color: #fff;
    text-decoration: unset;
}
.contact_text a:hover{
      color: #fff;
}
.contact_text img{
  width:6%;
}
.contact_text div{
  padding-left:15px;
  padding-top:20px;
}
.contact_text span{
  padding-left:10px;
  color: #fff;
  font-weight:500;
}
.location{
  padding-bottom: 50px;
}
.footer{
    display: flex;
    justify-content: space-between;
    width: 83%;
    margin: auto;
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
}
.footer img{
  width:20%;
}
.footer a{
    padding-left: 0%;
    text-decoration: unset;
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.social_icons{
  padding-right: 0%;
    text-align: end;
}
.footer a:hover{
  color:#000;
}
.menu{
  padding: 35px 0px;
  border-bottom: 1px dotted;
}
.get-in-touch{
  display: flex;
}
.subscribe_button {
    height: 8.2vh;
    margin-top: 6px;
    background: #ff6f61;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 0px 5px 5px 0;
}
.subscribe_email{
      border-radius: 4px 0 0 4px!important;
}
.footer_menu{
  padding-left:20px;

}
.footer_menu li{
    list-style: none;
    font-size: 16px;
    color: #181717;
    line-height: 32px;
    font-weight: 500;
}
.footer_menu li a{
    color: #8c8c8c;
    text-decoration: unset;
}
.shop_by_category{
  padding-top: 30px;
    padding-bottom: 0;
}
.end_footer{
      display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.design{
    color: #ff6f61;
    text-decoration: unset;
    font-size: 17px;
    font-weight: 700;
}
.account_icon{
        padding-left: 70%;
}
.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #ff6f61;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #ff6f61;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
}
.effect.effect-4 {
  transition: all 0.2s linear 0s;
}
.effect.effect-4:before {
  content: "\f07a";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  transform: scale(0, 1);
  transition: all 0.2s linear 0s;
}
.effect.effect-4:hover {
  text-indent: -9999px;
}
.effect.effect-4:hover:before {
  transform: scale(1, 1);
  text-indent: 0;
}
.effect {
text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 6px 0px;
    width: 85%;
    border-radius: 6px;
    overflow: hidden;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.visible{
  display:none;
}
.visible1{
  display:block;
}
.happy_customer_star1{
    display: flex;
    flex-wrap: wrap;
}
.happy_customer_star1 li {
    width: 15%;
    list-style: none;
    box-shadow: 0px 0px 7px #ff6f61;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 30px;
}
.happy_customer_star1 li div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.happy_customer_star1 p {
    padding-right: 10px;
    margin-bottom: 0px;
    padding-left: 10px;
    font-weight: bold;
}
.feb_last {
    padding-left: 10%;
    padding-top: 4.5%;
    padding-bottom: 15px;
    background: transparent;
}
/*.page-title nav {
    text-align: right;
    padding: 12px;
    position: absolute;
    top: 5px;
    right: 0;
}*/
.page-title nav ul {
    padding: 0;
    margin: 0;
}
.page-title nav ul li {
    display: inline-block;
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.page-title nav ul li:first-child:before {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -4px;
    left: -17px;
    color: #262626;
}
.page-title nav ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 30px;
    top: -11px;
    left: -20px;
    color: #8c8c8c;
}
.fieldInput {
    display: block;
    margin: 30px auto;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.fieldInput .form-input {
    width: 200px;
    background: none;
    border: none;
    padding: 8px 20px;
    font-size: 13px;
    color: #6A7C92;
}
.fieldInput .form-input:focus {
  outline: none;
}
.fieldInput .form-submit {
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
    border: none;
    background: #ff6f61;
    cursor: pointer;
    font-weight:500;
}
.about_us{
  display:flex;
  padding: 0;
  align-items: center;
}
.about_us li{
  list-style: none;
}
.left{
  width:40%;
}
.left img{
  width:100%;
}
.right{
  width:60%;
  padding-left:50px;
  }
  .right h2 span{

    color: #ff6f61;
  }
  .two_balloons{
        position: absolute;
        width: 10%!important;
        left: 34%;
        top: 43%;
  }
  .right p{
    color: #8c8c8c;
    font-size: 20px;
  }
  .right button{
    padding: 7px 20px 7px 20px;
    background: #ff6f61;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-weight: bold;
  }
  .Imaginative span{

    color: #ff6f61;
  }
 .Imaginative {
    color: #000!important;
    font-size: 32px!important;
    font-weight: bold;
}
.mission{
  display:flex;
  padding:0;
}
.mission li{
  width:32%;
  list-style: none;
  padding: 50px;
  border-radius:5px;
}
.our_mission{
  background-color: #ff6f61;;
}
.journy{
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding:20px;
}
.supplies{
    color: #fff;
    font-size: 19px;
    text-align: center;
}
.Playful_Bags {
    text-align: center;
    color: #ff6f61;
    font-size: 22px;
    font-weight: 600;
    padding: 20px;
}
.supply {
    color: #ff6f61;;
    font-size: 19px;
    text-align: center;
}
.our_vision{
    border: 3px solid #ff6f61;
    margin-left: 25px;
    background: #fdefef;
}
.inspiring_school{
  margin-left:25px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev{
    display: none!important;

}
.owl-carousel .owl-nav button.owl-next{
    right: 20px!important;
    font-size: 80px!important;
    background: none!important;
    color: #fff!important;
}
.testimonial_content{
  position: absolute;
    bottom: 15px;
    left: 50px;
}
.testimonial_content h4{
  color: #fff;
}
.testimonial_content p{
  color: #fff;
}
.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
}
.open {
  cursor: pointer;
  display: block;
  padding: 0px;
}
.open:hover {
  opacity: 0.7;
}
.expanded {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
.question {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -55px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}
.faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
.product_category {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-left: 10%;
}
.product_category li{
  width:14%;
  list-style: none;
  margin-right:15px;
  margin-left: 0px !important;
  opacity: 0.6;
  margin-top: 25px;
  cursor: pointer;

}
.product_category li img{
  width:100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;

}
.product_sipper{
  margin-left:0!important;
}
.product_sipper div{
    position: relative;
    bottom: 60%;
    text-align: center;
}
.product_sipper h5{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.product_sipper p{
    font-weight: 500;
    color: #fff;
}
.school_supplies{
    position: relative;
    bottom: 50%;
    text-align: center;
}
.school_supplies h5{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.school_supplies p{
    font-weight: 500;
    color: #fff;
}
.product_category li:hover{
  opacity: 1;
  border: 2px solid #ff6f61;
  border-radius: 5px;
}
.dropdown {
  width: 200px;
  position: relative;
  z-index: 5;
  margin: 0 10px;
  text-align: end;
}
#dropdownBtnSort{
  padding: 10px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    color: #8c8c8c;
}
#dropdownBtnSort i{
  float: right;
  transform: rotate(0deg);
}

#dropdownBtnSort::before {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 20px);
  background-color: var(--active-sort-col);
  left: 10px;
  top: 2px;
}

#dropdownSortOptions {
  display: none;
  background-color: #ff6f61;
  flex-direction: column;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 2px solid white;
  text-align: left;
}
.sortOptio{
  padding: 10px;
  color: white;
  text-decoration: none;
}
.sortOption span{
 float: right!important;
}

.sortOption:hover{
  background-color: transparent;
    color: #fff;
}
.sortOption {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.selected {
  position: relative;
  color: #F5B32F;
}
.selected::before {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 20px);
  background-color: #F5B32F;
  left: 10px;
  bottom: 7px;
}

#clearBtn {
  height: 38.5px;
  padding: 0 10px;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 5px;
  background-color: #302E2E;
  color: white;
  margin-left: 20px;
}
.category_select{
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: baseline;
    margin: 0;
}
.category_select li{
  list-style: none;
}
.category_select li p{
    color: #8c8c8c;
}
.product_select{
  width:auto;
  border:none;
  font-weight: bold;
}
.product_option{
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;

}
.waterbottle{
      color: #8c8c8c;
}
.products_image{
  width:100%;
}
.gift_price{
  color:#000!important;
  font-weight:600;
}
.product_price{
  color: #ff6f61!important;
    font-weight: 500;
}
.simple-pagination ul {
    margin: 70px 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 0px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #fff;
    background-color: #ff6f61;
    border-color: #ff6f61;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #fff;
    border-color: #8c8c8c;
    border-radius: 5px 0 0 5px;
    color:#8c8c8c;
}
 .simple-pagination .next.current {
    background: #fff;
    border-color: #8c8c8c;
    border-radius: 0 5px 5px 0;
}
h3{
  font-weight:bold!important;
}
.five-star{

    display: -webkit-box;
}
.five-star i{
    color: #f3cd03;
    padding-left:5px;
}
.five-star p{
  padding-left: 15px;
    font-size: 13px;
    padding-top: 3px;
    color: #8c8c8c;
    font-weight: 500;
}
.availability{
  color: #8c8c8c;
}
.availability span{
  color:red;
}
.avail-success span{
  color:green !important;
}
.description{
      border-bottom: 1px solid #8c8c8c;
    padding-bottom: 15px;
}
.exercise-books{
  display:flex;
  display: flex;
  background: rgb(200, 200, 200);
  padding: 10px 15px;
  width: fit-content;
  border-radius: 10px;
}
.exercise-books p{
  padding: 5px;
  border-radius: 10px;
  margin-left: 10px;
}
.blue{
    margin-left: 0;
    background: #23a6f0;
    border: 1px solid #23a6f0;
}
.green{
    background: #2dc071;
    border: 1px solid #2dc071;
}
.orange{
    background: #e77c40;
    border: 1px solid #e77c40;
}
.black{
    background: #252b42;
    border: 1px solid #252b42;
}
.buy_now{
    padding: 7px 50px 7px 50px;
    background: #ff6f61;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
}
.heart{
  display:flex;
  margin-top:20px;
}
.heart a{
    border: 2px solid #ff6f61;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    color: #ff6f61;
    font-weight: 400;
    text-decoration: unset;
    margin-right:40px;
    height: 40px;

}
.heart a:hover{
    color: #ff6f61!important;
}
.heart p{
    margin-left: 15px;
    border: 1px solid #8c8c8c;
    padding: 5px 10px 0 10px;
    margin-bottom: 0;
    border-radius: 5px;
}
.best_seller{
    text-align: left;
    border-bottom: 1px solid #8c8c8c;
}
.delivery_address{
    text-align: left;
    font-size:20px;
}
#use_address {
    display: none;
    padding: 10px;
}

#new_address {
    display: block;
    padding: 10px;
}

input[name="action"] {
  accent-color: green;
}
.zip{
  padding:6px!important;
  margin:0!important;
}
.form_design{
  margin-top:10px!important;
}
.form-label {
    margin-bottom: 0rem!important;
}
.check_out{
      margin-bottom: 0px!important;
}
.form_design1 {
    margin-top: 40px!important;
}
.checkout_button{
    padding: 7px 25px 7px 25px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.pay_securely{
  padding: 7px 70px 7px 70px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 5px;
    display: inline-flex;
}
.cancel_button{
    padding: 6px 20px 6px 20px;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    color: #8c8c8c;
    margin-right: 25px;
}
.delivery_address1{
    text-align: left;
    font-size:20px;
    border-bottom:1px solid #8c8c8c;
}
.qty-container-checkout{
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container-checkout .input-qty{
    text-align: center;
    padding: 6px 10px;
    border: none;
    max-width: 80px;
    max-width: 48px;
    margin-bottom: 0;
    margin-top: 0;
}
.qty-container-checkout .qty-btn-minus,
.qty-container-checkout .qty-btn-plus{
    border: none;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
    border-radius: 5px;
}
/* .qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
} */
.product_quantity{
      width: 12%;
    padding: 6px 13px;
}
.active_window{
  display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top:20px;
}
.plus_minus{
  color: #fff;
    background-color: #ff6f61;
}
.active_window p{
  color: #000;
    font-size: 20px;
    font-weight: bold;
}
.remove_item{
 display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 15px;

}
.remove_item button{
  padding: 6px 15px 6px 15px;
    border: 1px solid #8c8c8c;
    background: none;
    color: #8c8c8c;
    border-radius: 5px;
}
.remove_item p{
  color: #8c8c8c;
    font-size: 17px;
}
.remove_item span{
  color:#8c8c8c;
  font-weight:500;
  font-size: 17px;
}
.shipping p{
  color: #8c8c8c;
    font-size: 19px;
}
.shipping span{
  float:right;
}
.shipping{
    margin: 30px 20px 0;
    border-bottom: 1px solid #8c8c8c;
}
.sub_total{
  color: #8c8c8c;
    font-size: 19px;
    margin: 30px 20px 0;
}
.sub_total span{
      color: #000;
    float: right;
    font-size: 26px;
    font-weight: bold;
}
.payment{
      margin-top: 5%;
}
#creditcard {
    display: none;
    padding: 10px;
}

#upi {
    display: none;
    padding: 10px;
}
#cashondelivery {
    display: none;
    padding: 10px;
} 
input[name="payment"] {
  accent-color: green;
}
.form-check-input:checked {
    background-color: #ff6f61!important;
    border-color: #ff6f61!important;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 15%; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%!important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.popup_image{
  width:100%;
}
.popup_span{
  color: #8c8c8c;
    font-size: 12px;
}
.popup_pay{
  color: #8c8c8c;
}
.popup_pay span{
    color: #000;
    font-weight: 600;
}
.popup_cancel{
      padding: 5px 30px 5px 30px;
    border: 1px solid #8c8c8c;
    background: #fff;
    border-radius: 5px;
}
.place-order-button{
    padding: 6px 45px 6px 45px;
    border: none;
    background: #ff6f61;
    border-radius: 5px;
    margin-left: 15px;
    color: #fff;
}
.my_cart{
  text-align: end;
}
.conformation_receipt{
  margin-top:50px;
}
.payment_screen{

}
.payment_screen h5{
  color:#8c8c8c;
}
.payment_screen p{
  color:#8c8c8c;
}
.download_receipt {   
    display: inline-flex;
    padding: 7px 15px 5px 15px;
    border: 1px solid #8c8c8c;
    background: none;
    border-radius: 5px;
    color: #8c8c8c;
}
.float{
  float:right;
}
.continue{
    padding: 8px 20px 8px 20px;
    background: #ff6f61;
    border: none;
    color: #fff;
    border-radius: 5px;
}
  .footer_get_touch_outer {
  margin-top: 0px;
}
.container {
  width: 95%;
  max-width: 1140px;
  margin: auto;
}
.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 30%;
}
.get_form_inner {
  display: block;
  padding: 50px 40px;
  background: #fff;
  box-shadow: -4px 5px 20px -7px #cfd5df;
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
li{
  list-style: none;
}
.get_form_inner_text h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.get_say_form {
  /* display: inline-block; */
  padding: 45px 0 25px 30px;
  background: #8c8c8c;
  position: relative;
  border-radius:10px;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}
.get_say_social-icn {
  display: flex;
  position: absolute;
  bottom: 40px;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_social-icn a:hover {
    font-size: 22px;
    color: #fff;
    padding: 0 20px 0 0;
}
.get_say_info_sec i {
  color: #fff;
  font-size: 20px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 40px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 13px;
  color: #fff;
  font-size: 15px;
  text-decoration: unset;
  font-weight: 500;
  background: #ff6f61;
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
iframe{
  border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.google_map{
  width:1125px;
  height:450px;
}

.client_testimon{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  width: 49%!important;
  margin-top: 18px!important;
}
.testimonial_text{
  display: flex;
  align-items: center;
}
.testimonial_text p{
  margin-bottom:0;
}
.btn-primary {
  color: #fff;
  background-color: #ff6f61!important;
  border-color: #ff6f61!important;
}
.testimonial_popup{
    width: 100%!important;
}
.model_top{
padding-top:5%;
}
.rate {
float: left;
height: 46px;
padding: 0 10px;
}
.rate:not(:checked) > input {
position: absolute;
top: -9999px;
}
.rate:not(:checked) > label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 30px;
color: #ccc;
}
.rate:not(:checked) > label:before {
content: "★ ";
}
.rate > input:checked ~ label {
color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked  label:hover  label,
.rate > label:hover  input:checked  label {
color: #c59b08;
}
.popup_submit{
  padding: 7px 15px 7px 15px;
  float: right;
  background-color: #ff6f61;
  border: 1px solid #ff6f61;
  color: #fff;
  border-radius: 5px;

}
.close_mark{
  border-bottom: none!important;
  padding: 0px!important;
}
.client_message{
padding-top:25px;
}

.login_new{
  margin-top: 0;
    margin-bottom: 0;
}
.login_form_button{
    color: #fff!important;
    border-color: #ff6f61!important;
    background-color: #ff6f61!important;
    width: 40%;
    margin: auto;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none!important; 
    outline: 0;
    box-shadow: transparent!important;
}
.login_head{
    padding: 5px 3rem 3rem 3rem!important;
}

.already_account{
  color: #ff6f61ab;
  text-decoration: none;
}

.log_img{
  text-align: center;
}
.log_img img{
  width:55%;
}
.email_address{
    font-weight: bold;
    padding-bottom: 7px;
}

.skin-2 .num-in {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  height: 40px;
  width: 110px;
  margin: auto;
  margin-right: 40px
}

.skin-2 .num-in span {
  width: 30%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before, .skin-2 .num-in span:after {
content: '';
position: absolute;
background-color: #667780;
height: 2px;
width: 10px;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 40%;
  height: 28px;
  border: none;
  text-align: center;
}

.user-login-name{
  background-size:contain;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    display: block;
    position: relative;
	padding-left:18px;
	float:left;
	margin:0 5px;
	text-decoration:none;
}
.cart-span{
    background: #fc6e60;
    position: absolute;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    padding: 3px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cart-list article {
  background: #fff;
  border: solid 1px #000;
  box-shadow: 6px 12px 16px rgba(0,0,0,0.2);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}
.cart-list article figure {
  width: 100px;
  background: #EAEAEA;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}
.cart-list article figure img {
  height: 75px;
  width: 75px;
  object-fit: cover;
}
.cart-list article h3:first-of-type {
  width: 300px;
}
.cart-list article h3 {
  padding: 0 20px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}
.cart-list article .cartqty {
}
.cart-list article .cartqty h3 {
  width: auto;
  padding: 0;
}
.cart-list article .cartqty .quantity {
  margin-right: auto;
  margin-left: 0;
}
.closecart {
  background: none;
  color: #573a10;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.cart-list article h3 strong {
  display: block;
  font-size: 18px;
  color: #000;
  margin-top: 5px;
}

.shipping-cart{
  background: #fff;
  border: solid 1px #E4E4E4;
  padding: 5px 20px;
  border-radius: 12px;
}
.cartbuttons {
  text-align: right;
}

.cartbuttons button {
  display: block;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px;
}

.cartbuttons button:first-of-type {
  border: solid 1px #ff6f61;
  color: #ff6f61;
  background: #fff;
}

.cartbuttons button {
  border: solid 1px #ff6f61;
  display: inline-block;
  font-size: 17px;
  color: #fff;
  background: #ff6f61;
  padding: 16px 30px;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}


.checkoutbuttons button {
  display: block;
  margin-left: 0;
  width: 40%;
  margin-bottom: 20px;
}

.checkoutbuttons button:first-of-type {
  border: solid 1px #ff6f61;
  color: #ff6f61;
  background: #fff;
}

.checkoutbuttons button {
  border: solid 1px #ff6f61;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #ff6f61;
  padding: 16px 20px;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
  margin: auto;
  display: block;
}

.checkout-product-img{
  width:100px;
  height:100px;
}
.product-mrp{
  text-decoration: line-through;
  font-size: 15px;
  color: #878787;
  margin-left: 10px;
}

.product-discount{
  font-size: 16px;
  color: #388e3c;
  margin-left: 10px;
    font-weight: 500;
}

.checkout-address-div {
    border: solid 2px #ff6f6163;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}

.checkout-address-p {
  margin: 0;
}
.checkbox-custom, .checkbox-custom-label {
  cursor: pointer;
  font-size: 17px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 500;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom-label {
  position: relative;
}
.checkbox-custom-label strong {
  color: #000;
  font-weight: 800;
}
.checkbox-custom+.checkbox-custom-label:before {
  content: '';
  border: 2px solid #3b3b3b;
  box-shadow: 0 0 0 3px #fff inset;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 5px;
  text-align: center;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
}
.checkbox-custom:checked+.checkbox-custom-label:before {
  content: " ";
  font-family: 'FontAwesome';
  background: #ff6f61;
  color: #fff;
  outline: 0
}
.checkbox-custom-label:after {
    display: none
}

.star_review{
  padding-top: 25px;
}
.star_review div{
  display: flex;
}
.star_review p{
padding-right: 10px;
}
.rating_reviwes{
  overflow-y: scroll;
  height: 30vh;
  padding: 10px;
  border-radius: 0px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.quantity_add{
height: 38px;
margin-left: 0;
}
.star_review p{
font-size: 20px;
}
.rating_reviwes h4{
font-size:20px;
}
.customer_star{
display:flex;
}
.customer_star p{
margin-left:15px;
background-color: #ff6f61;
padding: 0px 7px 0 7px;
border-radius: 5px;
color: #fff;
}

.add_reviews{
  justify-content: space-between;
}

.login_padding{
  padding:0 30px 0 30px!important;
}
.profile_shadow{
  box-shadow: 0px 0px 7px #ff6f61;
  border-radius: 20px;
}
.m2{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.m1{
  padding-left:25px;
}
.m1 p{
  margin-bottom:0;
}
.m1 h3{
  margin-bottom:0;
}
.m3{
  font-size:22px!important;
  padding-right: 7px;
  color: #ff6f61;
}
.login_account{
}
.login_account h4{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}
.login_account ul{
  padding-left:0px;
}
.login_account li a {
    display: block;
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px 12px 30px;
    font-weight: 700;
}
.login_account li a i {
    margin-right: 15px;
    font-size: 21px;
}
.personal_information{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.personal_information i{
  font-size: 25px;
}
.personal_information a{
  color:#ff6f61;
}
.label_name{
  font-weight: bold;
  padding-bottom:7px;
}
.personal_information a:hover{
  color:#ff6f61;
}
.eye_icon{
  cursor: pointer;
}
.text_center{

}
.text_center tr{
  text-align: center;
}
.text_head{

}
.text_head tr{
  text-align: center;
  background: #ff6f61;
  color: #fff;
}
.orderhistory_popup{
      border: 1px solid #ff6f61;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.orderhistory_popup p{
  margin-bottom:0;
}
.orderhistory_popup h4{
  font-size:18px;
}
.order_image{
  color:#000;
}
.conform_order{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8c8c8c;
}
.conform_order div span{
  font-size:17px;
  font-weight:bold;
}
.receipt_status{
    display: flex;
    justify-content: space-between;
    margin-top:40px;
}
.order_summery span{
  color: #000;
    font-weight: bold;
}
.order_bag{
  padding-top:25px;
}
.quantity_bold span{
  font-weight:bold;
}
.order_status{
    background-color: green;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 4px 0px;
}
.payment_status{
    background-color: green;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 4px 0px;
}

.m2 img{
  width: 60px;
    height: 60px;
    border-radius: 50px;
}

.myaddress_edit{
  border: 1px solid #8c8c8c;
  padding: 10px;
  border-radius: 10px;
  width: 48%!important;
  margin-left: 15px;
  margin-top: 10px!important;
}
.myaddress_edit span{
font-weight: bold;
}
.my-address_icon{
    width: 25px;
  float: right;
  font-size: 20px;
  color: #ff6f61;
}
.my-address_icon a{
  color: #ff6f61;
}

.login_padding1 {
  padding: 0 30px 0 30px!important;
  overflow-y: scroll;
  height: 60vh;
}
.address_form{
margin-top:0!important;
}
.register_form{
margin-top:10px!important;
}
.check_out-address{
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.glass-img{
  width:34%;
}
.contact-padding{
  padding-left:0px;
}
.mobile_icon{
  font-size:30px!important;
}
.location_icon{
  font-size:25px!important;
}

.discount-lable{
  color: green;
   font-weight: bold;
  font-size: 15px;
}
.discount-lable{
  color: green;
   font-weight: bold;
  font-size: 15px;
}

#toTopr {
  color: #ffffff;
  background-color: #24dc5e;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  /* left: 20px;  */
  overflow: hidden;
  z-index: 999;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  }

  #toTopr i {
  font-size: 35px;
  display: block;
  overflow: hidden;
  float: right;
  line-height: 32px;
  }

  .carousel-caption {
    left:20% !important;
    bottom: 35% !important;
    width: 60%;
}
.carousel-caption h2{
  color: #ff5e69;font-weight: bold;text-align:right;
  font-size: 70px;
  color: #ff6f61;
}
.carousel-caption .mr3 {
  margin-right: 8%;
}
.carousel-caption  button{
  width: 16%;
    display: block;
    padding: 10px 15px 10px 15px !important;
    border: 2px solid #ff6f61;
    border-radius: 5px;
    background: transparent;
    color: #ff6f61;
    font-weight: bold;
    position: relative;
    z-index: 100;
    cursor: pointer !important;
}
