body,
html {
  font-family: "Quicksand", sans-serif;
  background-color: #00000005;
}
.container {
    max-width: 1200px;
}
.sticky-top.header {
  box-shadow: 0px 2px 3px #b0a596;
  background: white;
  margin-bottom: 20px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.relat-top{
    position: relative !important;
}
@media (max-width: 1199px){
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}
.brand_logo {
  cursor: pointer;
  width: 100px;
  transition: width 0.5s ease-in-out;
}
.wxtend{
    width: 100px;
}
.brand_logo a {
  color: #000;
  text-decoration: none;
}
.topbar {
  background: #4d4d4f;
  padding: 10px 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  z-index: 1000;
  position: relative;
}

.header .search_bar {
  border: 1px solid rgba(0, 0, 0,0.3);
  border-radius: 3px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  max-width: 400px;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #3e3e3e;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: none;
  background-size: 50%, 50%;
  border-radius: none;
  /* border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 22px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 22px;
  color: black;
}
.header .search_bar input {
  border: 0;
  background: transparent;
  color: #000;
  outline: none;
  width: 90%;
}

.header .container .drop_menu {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1130px;
  background: #fff;
  box-shadow: 0px 3px 5px #555;
}

.header .right_options .login_popup {
  position: absolute;
  background: #fff;
  display: none;
  width: 40%;
  max-width: 500px;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 3px;
  margin-left: -265px;
  margin-top: 15px;
}

.header .right_options .login_popup::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 200px;
  top: -11px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.left_popup {
  margin: 10px;
}
.right_popup {
  margin: 10px;
}

.header .right_options .login_popup .left_popup div {
  padding: 5px;
}
.header .right_options .login_popup div input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #ededed;
  padding: 5px 10px;
}
.header .right_options .login_popup .left_popup .button_sec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.container.contact_form {
  padding: 20px 10px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: white;
}

h5.contact_us_header {
  font-size: 22px;
  font-weight: 400;
  color: #4d86c6;
}

h5.contact_info {
  font-size: unset;
  color: black;
  width: -5px;
}
.drop_level1 {
  display: flex;
  justify-content: start;
  padding: 20px;
}
.drop_level1 ul {
  list-style: none;
}
.drop_level1 ul la a {
  text-decoration: none;
}
.mainpart {
  margin-right: 15px;
  margin-left: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: calc(100vh - 300px);
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px !important;
}
.hide-menu {
  background: url(../../images/common/back.JPG);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  position: fixed;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 3000;
  width: 30rem;
  height: 100vh;
  -webkit-transform: translate3d(5000px, 0, 0);
  -moz-transform: translate3d(5000px, 0, 0);
  -o-transform: translate3d(5000px, 0, 0);
  -ms-transform: translate3d(5000px, 0, 0);
  transform: translate3d(5000px, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.show-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hide-menu a {
  text-decoration: none;
  color: #fcfcfc;
}
.phone-number {
  border: none;
  border-bottom: 2px solid #010101;
  width: 100%;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  transition: 1s;
  outline: none;
}

.main-footer {
  background: white;
}
.phone-number:disabled {
  background: #fff;
  /* color: #000; */
}
.phone-number:hover,
.phone-number:active,
.phone-number:focus,
.phone-number:focus-within {
  padding: 5px 0px 15px 0px;
}
.mainpart .button_proceed {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  color: #fff;
  background: #007bff;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_right_body {
  overflow: hidden;
  padding-left: 50px;
  padding-right: 80px;
  padding-top: 58px;
}

.col-md-6.right_side {
  width: 570px;
  border-right: 1px solid #e1e1e1;
  padding-right: 35px;
  float: left;
}

/* footer start */
.footer-links {
  border: 1px solid #d8d8d8;
}

p.bottom_footer_text {
  padding-top: 2px;
}

h6.follow {
  color: black;
}

h6.accept {
  color: black;
}

.footer-middle {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px;
}

.accept-payment {
  list-style: none;
}

.last {
  list-style: none;
}

.footer-container-1 {
  background: #f5f6f6;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}

.footer_bottom_ul {
  list-style: none;
  justify-content: space-between;
  display: flex;
  align-content: center;
  padding: 3px;
  margin-top: 20px;
}

i.fab.fa-facebook-f {
  color: #3c5b9c;
  transition: 0.5s;
  background: transparent;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #3c5b9c;
}

i.fab.fa-instagram {
  color: #e41c36;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e41c36;
}

i.fab.fa-twitter {
  color: #1c9ceb;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid#1c9ceb;
}

i.fab.fa-youtube {
  color: #e41c36;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e41c36;
}

i.fab.fa-linkedin-in {
  color: #1c9ceb;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid#1c9ceb;
}

i.fab.fa-skype.button_p {
  color: #00affa;
  transition: 0.5s;
  background: transparent;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #00affa;
}

a.footer_details_links {
  color: #1d2124;
  text-decoration: none;
  /* background-color: transparent; */
}

#go_top {
	position: fixed;
	z-index: 1000;
	width: 45px;
	height: 45px;
	bottom: 28px;
	right: 12px;
	background: #f39619;
	border: none;
	border-radius: 61%;
	color: #fbfbfb;
	outline: none;
	transition: 1s ease-in-out;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.3);
}
#shopping_cart {
  position: fixed;
  z-index: 20000;
  background: #fff;
  top: 200px;
  right: 0;
  height: auto;
  box-shadow: 0px 0px 0px #a4a0a06e;
  padding: 2px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
#shopping_cart:hover {
  box-shadow: 1px 2px 3px #a4a0a06e;
}
#shopping_cart .upper_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #5985a54a;
    padding: 10px 5px;
}
#shopping_cart .upper_section .icon {
  color: #dc3545;
  font-size: 42px;
}

#shopping_cart .lower_section {
  display: flex;
  width: 100%;
  justify-content: center;
}
/* footer end */

.container-lg {
  background-color: #4d86c6;
}

h6 {
  color: #ffff;
}

label {
  color: #fff;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  flex-wrap: wrap;
}

.account-create {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: white;
}

.legend {
  font-size: unset;
  font-weight: bold;
  padding-top: 5px;
}

.normal-header {
  font-size: 12px;
  padding-top: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

label {
  color: #000;
}

i.fas.fa-chevron-right {
  color: black;
}

i.fas.fa-chevron-left {
  color: black;
}

h5.top_slider_header {
  margin-bottom: 10px;
  padding-bottom: 13px;
}
.fullbackground {
  width: 100%;
  transition: 2s ease-in-out;
  background: #000000db;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
.header .right_options span {
  cursor: pointer;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
}

.header .right_options span:nth-child(3n) {
  border-right: none;
}
.nav_style nav {
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  height: 45px;
  position: relative;
}

.nav_style nav ul {
  background: transparent;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  height: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav_style nav ul li {
  display: inline-block;
}

.nav_style nav ul li a {
  color: #333333;
  display: block;
  padding: 0px 40px;
  text-decoration: none;
  float: left;
  height: 45px;
  line-height: 45px;
}

.nav_style nav ul li:hover {
  background: #f7941d;
}

.nav_style nav ul li:hover > a {
  color: #ffffff;
}

.nav_style nav ul li:hover > ul {
  display: flex;
  flex-wrap: wrap;
}

.nav_style nav ul ul {
  background: #fff;
  padding: 0;
  text-align: center;
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0px;
  box-shadow: 0px 3px 5px #5d5d5d;
  height: auto;
}
#top_container {
  margin-top: 15px;
}
#top_container .card {
  margin-bottom: 15px;
  border-radius: 0px;
}
#top_container .card:hover {
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.4);
}
.card:hover {
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.4);
}
#top_container .col-md-6 {
  padding: 0px !important;
}

.button17 {
  background-color: #252122; /* Green */
  border: none;
  color: white;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}

.button18 {
  background-color: #f8a11b; /* Green */
  border: none;
  color: white;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}

.checked {
  color: orange;
}
.auth_option_selection {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
}
.auth_option_button {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display: flex;
}
.auth_option_button .nav-item {
  display: inline-block;
  cursor: pointer;
  width: 50% !important;
}
.auth_option_button .nav-link {
  padding: 0.5rem 0.67rem;
  font-size: 15px;
  font-weight: 900;
  color: #000;
}
.auth_option_button .nav-link.active {
  background: #168ec5;
  color: #fff;
}
.auth_option_selection .auth_option_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* top: -13; */
}
#otpsend:hover,
#otpsend:active,
#otpsend:focus,
#otpsend:focus-within {
  padding: 5px 0px 15px 0px;
}
.otpsendcssClass:hover,
.otpsendcssClass:active,
.otpsendcssClass:focus,
.otpsendcssClass:focus-within {
  padding: 5px 0px 15px 0px;
}
/* ? 09/10/2020 */

#product_selling {
  text-decoration: none;
  color: #010101;
}
.most-selling h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
/*.most-selling .col-md-3:hover {*/
/*  box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.3);*/
/*}*/
#password_send {
  display: none;
}

/* ! end 09/10/2020 */

.card-img,
.card-img-top {
  /*border-top-left-radius: calc(0.25rem - 1px);*/
  /*border-top-right-radius: calc(0.25rem - 1px);*/
  /*border-bottom-left-radius: calc(0.25rem - 1px);*/
  /*border-bottom-right-radius: calc(0.25rem - 1px);*/
  border-radius: 0px;
  height: 235px;
  width: 100%;
}
#top_container .text_label {
  position: absolute;
  color: #fff;
  font-weight: 700;
  right: 0;
  bottom: 0;
  transform: translate(-20px, -10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_container .text_label .left_text {
  font-size: 20px;
  font-weight: 400;
}

#category_section .text_label {
  position: absolute;
  color: #fff;
  font-weight: 700;
  right: 0;
  bottom: 0;
  transform: translate(-20px, -10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#category_section .text_label .left_text {
  font-size: 20px;
  font-weight: 400;
}
.product_name h6 {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.size_change select,
.size_change button {
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
}
#custom_product_design label {
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
#custom_product_design input {
  color: #000;

  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
#custom_product_design td {
  padding: 0;
}
#sizeselect {
  margin-bottom: 5px;
}
#customized_change {
  border: 1px solid #ededed;
  border-radius: 3px;
  margin: 19px 0px;
  height: 0;
  overflow: hidden;
  transition: 1s;
}
.expand_customized {
  height: auto !important;
}
#staticBackdropcart .cart_view {
  box-shadow: 0px 2px 5px #c4c2c2;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}
#staticBackdropcart .cart_info {
  display: flex;
  flex-direction: column;
}
#staticBackdropcart .cart_info .card_upper,
#staticBackdropcart .cart_info .card_lower {
  display: flex;
  justify-content: space-between;
}
#staticBackdropcart .cart_info .card_lower {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #918e8e;
  padding-bottom: 10px;
}
#staticBackdropcart .cart_info .card_upper .product_details,
#staticBackdropcart .cart_info .card_lower .product_details {
  display: flex;
  align-items: center;
}
#staticBackdropcart .cart_info .card_upper .product_details .count {
  padding: 5px 10px;
  background: #ededed;
  margin-right: 5px;
}
#staticBackdropcart .cart_info .card_upper .close_product {
  padding: 5px 10px;
  background: #ededed;
  margin-right: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
#staticBackdropcart .cart_info .card_upper .product_details .name {
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 600;
}

#staticBackdropcart .cart_info .card_lower .product_details .quant {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #686464;
  border-radius: 3px;
  background: #ddd;
  box-shadow: 1px 1px 2px #918f8f;
}
#staticBackdropcart .cart_info .card_lower .product_details .price {
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #686464;
  border-radius: 3px;
  background: #ddd;
  box-shadow: 1px 1px 2px #918f8f;
}
#staticBackdropcart .cart_info .card_lower .details_product {
  margin: 5px;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  background: #285932;
  box-shadow: 1px 1px 2px #4f8a5b;
  font-weight: 400;
}

/* ? details before pay start*/
.main-wrapper {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: none;
  -webkit-box-shadow: 0px 20px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px #aaa;
  font-size: 62.3%;
}

.basket-header {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  padding-left: 25px !important;
  font-size: 13px;
}

.creditcard-header {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  padding-left: 35px !important;
}

.panel-wrapper {
}

.panel-header {
  background: #e41c36;
  height: 80px;
  padding: 15px 20px 0 20px;
}

.panel-wrapper .basket-header .column-titles {
  color: #a2c6dd;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}

.fix-overflow {
  padding-right: 5px !important;
}

.panel-wrapper .basket-body {
  overflow-x: hidden;
  overflow-y: auto;
}

.panel-wrapper .creditcard-body {
  padding: 30px 40px 0 40px;
}

.panel-wrapper .panel-body {
  font-weight: 400;
  font-size: 1.2em;
  outline: none !important;
  min-height: 540px;
  max-height: 540px;
}

.basket-body {
  background: #f9f9f9;
}

.creditcard-body {
  background: white;
}

.basket-body .row.product {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  border-bottom: solid 1px #eeeeee;
}

.basket-body .row.product div {
  color: #777879;
  padding: 0 10px 0 10px;
}

.basket-body .row.product .product-image {
}

.product-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 80px;
}

.card-wrapper {
  height: 100%;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-horizontal-40 {
  padding: 0 40px 0 40px;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.emphasized {
  font-weight: 600;
  font-size: 1.6em;
  color: white;
}
.description {
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
}

.panel-footer {
  padding-top: 10px;
  height: 150px;
}

.basket-footer {
  background: #e41c36;
  border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
}

.basket-footer .title,
.basket-footer .subtitle {
}

.creditcard-footer {
  background: white;
  border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  padding: 75px 30px 0 30px;
}

.basket-footer .row .subtitle,
.basket-footer .row .title {
}

.panel-footer hr {
  margin: 3px 0 3px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  padding: 0;
}

.panel-footer button {
  border: solid 1px #e41c36;
  background: #e41c36;
  font-weight: 600;
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 10px 15px 11px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.panel-footer button:hover {
  cursor: pointer;
}

button.cancel {
  background: white;
  color: #e41c36;
  outline: none;
}

button.cancel:hover {
  background: #e41c36;
  border-color: #e41c36;
  color: white;
}

button.confirm:hover {
  background: #ce1930;
  border-color: #ce1930;
  color: white;
}

.dive {
  margin-top: 5px;
}

.sub {
  font-size: 75%;
  color: #aaaaaa;
}

.very {
  font-size: 2.2em;
}

.creditcard-body form {
  font-size: 13px;
}

.creditcard-body form i {
  margin-right: 10px;
  color: #e41c36;
}

.creditcard-body form fieldset {
  border-bottom: dotted 2px #d0d0d0;
  margin-bottom: 25px;
}

.creditcard-body form input {
  border: none;
  font-weight: 600;
  color: #555555;
  width: 85%;
  outline: none;
}

.creditcard-body form input::placeholder {
  color: #d0d0d0;
}

.creditcard-body form label {
  color: #aaaaaa;
}

.additional {
  font-weight: 300;
  font-size: 80%;
}

.fa-info-circle {
  color: #aaaaaa !important;
}

span.month.focused.active {
  background: #166d9a !important;
  background-image: none !important;
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .basket-header {
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
  }
  .carousel-item {
    	height: 500px;
    }

  .basket-footer {
    background: #e41c36;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .creditcard-header {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .creditcard-footer {
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
  }
  #shopping_cart{
   display: none !important;   
  }
}
/* ? details before pay  end */
.all_comeshere {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #000000de;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crossbutton {
  background: #b57474;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -10px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}

/* Responsiveness Start */

#inMobile_view {
  visibility: hidden;
  display: none;
  opacity: 0;
}
#inother_view {
  visibility: visible;
  display: block;
  opacity: 1;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
  width: 100%;
}
.otpsendcssClass {
  border: none;
  border-bottom: 2px solid #010101;
  width: 100%;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  transition: 1s;
  outline: none;
}

.most-selling .card-body h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.most-selling .card-body h4 {
  font-size: 14px;
  color: #d0181e;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .sticky-top header {
    background-color: #fff;
    /* box-shadow: 0px 3px 5px #0000005f; */
    z-index: 4;
    position: relative;
    font-size: 13px;
  }

  #hide-menu {
    width: 100%;
  }

  .footer_bottom_ul {
    list-style: none;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 3px;
    margin-top: 20px;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .footer_bottom_ul li {
    margin: 0px 10px;
    width: 200px !important;
  }
  a.footer_details_links {
    color: #1d2124;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    /* height: 100px; */
  }

  .mobile_hide {
    display: none;
  }

  #category_section .col-md-3.p-1 {
    width: 50%;
  }

  #category_section .text_label {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
  }

  .right_options {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  element.style {
    width: 279px;
    height: auto;
  }

  element.style {
    width: 304px;
    height: auto;
  }

  .nav_style nav ul {
    background: transparent;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .topbar {
    display: none;
  }

  .search_bar {
    display: none !important;
  }

  .brand_logo {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
  }
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px) !important;
    border-top-right-radius: calc(0.25rem - 1px) !important;
  }
  .h3,
  h3 {
    font-size: 19px;
    font-weight: 600;
  }
  .accept-payment img {
    width: 100%;
    margin-bottom: 10px;
  }
  .follow_us .follow {
    display: block !important;
  }

  #product_emp .col-md-3 {
    width: 50%;
  }
  #custom_product_design {
    margin-top: 10px;
  }
  #inMobile_view {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  #custom_product_design {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
  }
  .mobile_slide_view .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #inother_view {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}
