*:focus {
  box-shadow: 0 0 0 0;
}



body {
  color: #172b52;
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;

  position: relative;
  height: 100%;
  min-height: 100vh;
}

p {
  font-size: 14px;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

*:focus {
  box-shadow: 0 0 0 0;
}

a:hover,
button:hover,
input:hover {
  transition: all 0.3s ease-in-out;
}

.pull-right {
  float: right;
}

input:focus,
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0;
  outline: 0 none;
}

.form-control:focus {
  box-shadow: 0 0 0 0;
}

label.error {
  color: #ff2000;
  font-size: 12px;
}

.featuredProduct_1 {
  align-items: center;
  display: -webkit-inline-box;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: hidden;
}

.featuredProduct_1 .item {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.checkbox_field {
  position: relative;
}

.checkbox_field label.error {
  position: absolute;
  bottom: -22px;
  left: 33px;
}

.cnt_tp_bx_lft .ml-auto,
.mx-auto {
  margin-left: 0 !important;
}

.cnt_tp_bx_lft .mr-auto,
.mx-auto {
  margin-right: 0 !important;
}

.content_top_box .d-flex {
  justify-content: center !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-30 {
  font-size: 30px !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.gray_container {
  background: #f4f4f4;

}

#subpage_wrapper {
  margin-top: 0rem;
}

.blue_container {
  background: #222836;
}

.home_large_space_container {
  padding: 50px 0;
}

.home_space_container,
.subpage_container {
  padding: 25px 0;
  /*   margin-top: 4rem;*/
}

.productDetailPage {
  margin-top: 0rem;
}

.inner_page_space {
  padding: 20px 0;
}

/*font family starts here*/
.josR {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

.josB {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

/*Text color starts here*/
.blue_color {
  color: #222836 !important;
}

.white_text {
  color: #fff !important;
}

.yellow_text {
  color: #ae8422 !important;
}

/*Text color starts here*/
.item {
  /* width: 276px !important;*/
  text-align: center;
}

.MultiCarousel .MultiCarousel-inner {

  width: 100% !important;
}

/*Button starts here*/
.transparent_btn {
  border: 2px solid #fff;
  background: transparent;
  padding: 22px 40px 20px 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.transparent_btn:hover {
  border: 2px solid transparent;
  background: #fff;
  color: #222836;
}

.white-btn {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  color: #222836;
  font-size: 18px;
  text-align: center;
}

.white-btn:hover {
  background: #222836;
}

.yellow-btn2 {
  background: #ae8422;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  padding: 5px 14px;
  width: 23%;
  text-transform: uppercase;
}

.yellow-btn2 img {
  vertical-align: bottom;
}

.yellow-btn2:hover {
  border: 2px solid #ae8422;
  background: none;
  color: #222836;
}

.yellow-btn2:hover img {
  filter: brightness(0.2);
  transition: all 0.5s;
}

.yellow-btn1 {
  background: #ae8422;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  padding: 5px 14px;
  /*width: 23%;*/
  text-transform: uppercase;
}

.yellow-btn1:hover {
  border: 2px solid #ae8422;
  background: none;
  color: #222836;
}

.yellow-btn {
  background: #ae8422;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  padding: 5px 23px 1px;
  /*width: 23%;*/
  text-transform: uppercase;
}

.yellow-sold {
  background: #ae8422;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  padding: 5px 18px 2px 18px;
  /* width: 23%; */
  align-items: center;
  text-transform: uppercase;
}

.yellow-sold:hover {
  border: 2px solid #ae8422;
  background: none;
  color: #222836;
}

.yellow-btn img {
  vertical-align: middle;
}

.yellow-btn:hover {
  border: 2px solid #ae8422;
  background: none;
  color: #222836;
}

.yellow-btn:hover img {
  filter: brightness(0.2);
  transition: all 0.5s;
}

.yellow-btn-outline {
  background: transparent;
  border: 2px solid #ae8422;
  border-radius: 0;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  padding: 5px 23px;
}

.yellow-btn-outline:hover {
  background: #ae8422;
}

.banner_button .yellow-btn:hover {
  color: #fff;
}

.btn-blue {
  background: #222836;
  border: 2px solid #222836;
  color: #fff;
  padding: 5px 10px;
}

.btn-blue:hover {
  background: transparent;
  color: #222836;
}

.opt_btn {
  white-space: nowrap;
  cursor: pointer;
}

/*Button ends here*/

/*Header starts here*/
#header {
  background: #ffffff;
  /* border-top: 1px solid #013284; */
  font-size: 16px;
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header a {
  color: #222836;
  text-transform: uppercase;
}

#header a:hover {
  color: #af8224 !important;
}

#header.header-scrolled {
  /*  background: #013284;
  border-bottom: 1px solid #013284; */
  z-index: 1001;
}

.header_top {
  background: #f4f4f4;
  padding: 5px 0;
  text-align: center;
}

.header_top_text {
  color: #222836;
  font-style: italic;
  font-weight: 300;
}

.logo {
  background: #fff;
  padding: 5px 15px;
}

.logo img {
  width: 20% !important;
}

.top_menu {
  /*! border-bottom:1px solid #f2f2f2; */
}

.tr_menu {
  list-style: none;
  /*
  justify-content:space-around;*/
}

.tr_menu a {
  position: relative;
  margin-right: 20px;
}

.tr_menu img {
  margin-right: 5px;
}

.tr_menu .badge {
  background: #222836;
  border-radius: 50%;
  color: #fff;
  left: 15px;
  padding: 3px 5px 3px 6px;
  position: absolute;
  font-size: 10px;
  top: -5px;
  text-align: center;
}
@media only screen and (max-width: 575px)
{
  .tr_menu .badge {
    top: 0px;
    left: 20px;
  }
}

section.subpage_container.gray_container {
  padding-right: 5%;
  padding-left: 2%;
}

.subpage_container a {
  color: #172b52;
  font-weight: 600;
}

@media (min-width:768px) and (max-width:1024px) {
  .BannerSlide .slick-slide img {
    /* height: 305px;
    object-fit: cover; */
  }

  #banner_section {
    margin-top: 0rem !important;
  }

  .BannerSlide {
    padding: 0px 0px 0px 0 !important;
  }

  .banner_content_inner {

    /* margin-top: 65px !important; */
  }

  .slick-slide {
    min-height: 56px !important;
  }
}

@media (min-width:1024px) and (max-width:1366px) {

  .BannerSlide .slick-slide img {
    /* height: 360px; */
  }

  .BannerSlide {
    padding: 0px 0px 0 !important;
  }

  #banner_section {
    /* margin-top: 4rem !important; */
  }

  .banner_content {
    padding: 0 0;
  }
}

@media (max-width:992px) {
  .header_menu {
    flex-flow: row;
    justify-content: space-between;
  }

  .header_menu .header-left-menu {
    order: 1;
  }

  .header_menu .navbar {
    order: 3;
  }

  .navbar-toggler-icon i {
    color: #fff;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
#header .nav-menu {
  margin: 10px 0;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
  align-items: center;
  margin: auto;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 0px;
  margin: 0 30px;
}

.nav-menu>ul>li:last-child {
  margin-right: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #172b52;
  transition: 0.3s;
  padding: 0 3px;
  margin-bottom: 5px;
}

.nav-menu>ul>li>a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -5px;
  left: 49%;
  background-color: #ae8422;
  border-radius: 50%;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 2px 1px #e4ebf9;
}

.nav-menu>ul>li>a:after {
  content: "";
  border-top: 1px solid #ae8422;
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -7.5px;
  left: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:after,
.nav-menu li:hover>a:after,
.nav-menu .active>a:after,
.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
  visibility: visible;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
  visibility: visible;
}

.nav-menu>ul>li.bg-menu>a:before {
  visibility: hidden;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #222836 !important;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  /* right: 15px; */
  top: 3px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  left: 3px;
}

.home-header .mobile-nav-toggle {
  top: 15px;
}

.mobile-nav-toggle i {
  color: #222836;
}

.mobile-nav {
  position: fixed;
  top: 60px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  height: fit-content;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav li:hover a {
  /*  background:#001126;
  color:#fff;*/
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  /* color: #001126; */
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.nav-top-btn a {
  color: #fff;
}

.nav-top-btn>a {
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin-left: 25px;
}

.account_dropdown .dropdown-toggle:after {
  /* display:none; */
}

.product_img li a img {
  width: 100px;
  height: 100px;
  border: 1px solid #e6e2e2;
  padding: 6px;
}

.product_table p a {
  color: #212529;
}

.product_img {
  /* overflow-x: scroll; */
  /* overflow: auto; */
  align-items: center;
  display: -webkit-inline-box !important;
  width: 100%;
  /* height: 100%; */
  /* flex-direction: row; */
  flex-wrap: nowrap;
  overflow-y: hidden;
}

@media (min-width:992px) {
  .nav-top-btn {
    margin-top: -20px;
  }

  .nav-top-btn.login-signup-header {
    margin-top: -5px;
  }

  .mainmenu .dropdown-menu {
    margin-top: 25px;
  }

  .BannerSlide {
    /*
    padding: 0px 0px ;
*/
  }
}

@media (min-width:576px) {
  .header-scrolled .nav-top-btn {
    margin-top: 0;
  }

  .header-scrolled .home-theme-icon {
    top: 0;
  }
}

@media (min-width:576px) and (max-width:992px) {
  .nav-top-btn {
    margin-top: -5px;
  }

  .home-theme-icon {
    top: -2px;
  }
}

@media (max-width:576px) {
  .nav-top-btn {
    position: relative;
    top: 20px;
  }

  .home-theme-icon {
    top: 20px;
  }
}

@media (max-width:400px) {
  .header_menu {
    display: block !important;
    margin-bottom: 10px;
  }

  .header-left-menu {
    margin-bottom: 10px;
  }

  .mobile-nav {
    /* top: 50px; */
  }
}

.mainmenu .dropdown-menu {
  background: #013284;
  border-radius: 0;
  border: 0;
}

.mainmenu1 .dropdown-menu {
  border-radius: 0;
  top: 6px !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  left: -16px !important;
}

.mainmenu1 .dropdown-item {
  font-weight: normal !important;
  padding: 3px 17px !important;
  text-transform: uppercase;
}

.mainmenu .dropdown-item {
  color: #ffffff;
  font-weight: 600;
  padding: 10px 22px;
  text-transform: uppercase;
}

.mainmenu .dropdown-item:hover {
  background: none;
}

/*Menu ends here*/

#banner {
  position: relative;
  /* background: #cfd8dc;
  padding-top:177px; */
}

.banner_content {
  /* background:linear-gradient(70deg, rgba(34, 40, 54, 0.9) 46%, transparent 54%); */
  background: linear-gradient(75deg, rgba(34, 40, 54, 0.9) 52%, transparent 25%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.banner_content_inner {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.banner_top_text {
  font-size: 27px;
}
.banner_title_text {
  font-size: 39px;
  font-weight: 700;
  line-height: 42px;
}
.banner_para_text {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  line-height: 30px;
}
.banner_bottom {
  padding: 15px 0 12px 0;
}

.banner_bottom ul {
  margin: 0;
}

.banner_bottom li {
  background: url(../images/banner_tick.png) no-repeat left center transparent;
  font-weight: 600;
  padding: 17px 5px 15px 25px;
  text-transform: uppercase;
}

#home_wrapper {
  overflow-x: hidden;
}

#Bottomwrapper {
  padding-bottom: 65px;
}

.content_wrapper {
  padding-top: 78px;
  padding-bottom: 65px;
}

@media(min-width:1380px) {
  .banner_content_inner {
    padding: 2% 2% 30px 10%;
    width: 50%;
  }
}

@media (min-width:1280px) and (max-width:1380px) {
  .banner_content_inner {
    padding: 5px 2% 30px 10%;
    width: 50%;
  }
}

@media (max-width:1280px) {
  .banner_content {
    /* background: rgba(34, 40, 54, 0.9); */
  }

  .banner_content_inner {
    position: relative;
    width: 100%;
    /* margin-top: 69px; */
  }
}

@media (max-width:992px) {
  .slick-slide {
    min-height: 400px;
  }
}

@media (max-width:767px) {
  .BannerSlide .slick-slide img {
    /* height: 220px;
    object-fit: fill;
    object-fit: cover;
    object-position: 80%;
    filter: brightness(0.85); */
  }
}

@media (max-width:768px) {
  .top_right_menu {
    position: absolute;
    left: 19rem;
    right: 0;
    bottom: 0;
    top: -9px;
  }

  .new_yel_bg {
    margin-top: 3rem !important;
  }

  .tr_menu img {
    max-width: 20px !important;
  }

  #header a {
    font-size: 14px !important;
    padding: 4px 2px 4px 9px !important;
  }

  .tr_menu a {
    position: relative;
    margin-right: -1px;
  }

  .logo img {
    width: 30% !important;
  }

  .d-none-res {
    display: none !important;
  }

  #banner_section {
    margin-top: -5rem !important;
  }

  .productDetailPage {
    margin-top: 0;
  }

  .header_top_text h4 {

    font-size: 11px !important;
  }

  .header_top_text p {

    font-size: 12px !important;
  }

  .mobile-nav-toggle i {
    font-size: 18px;
  }

  .logo {

    padding: 9px 25px;
  }

  #subpage_wrapper {
    margin-top: 0rem;
  }

  .new_ban {
    padding: 80px 0px 3px;
    /* margin-top: 6rem; */
  }

  .new_ban img {
    height: 146px;
  }

  .product_ass_dtl {
    padding: 8px;
    display: table-cell;
    vertical-align: top;
  }

  .ct_ttl_cnt {
    width: 258px !important;
    text-align: center;
  }

  .home_large_space_container {
    padding: 15px 0;
  }

  .tr_menu {

    margin-left: 0;
    padding-left: 0;
  }

  .banner_content_inner {
    /* font-size: 14px !important; */
    margin-top: 108px;
    margin-top: 88px;
  }

  .banner_title_text {
    font-size: 20px;
  }

  #Bottomwrapper,
  .content_wrapper {
    padding-bottom: 85px;
  }

  .left_container {
    width: 100% !important;
  }

  .slick-prev {
    left: 0 !important;
  }

  .slick-next {
    right: 12px !important;
  }

  .yellow-btn.add_new_btn {
    margin-bottom: 10px !important;
  }

  .productDetailBlk {
    text-align: center;
  }

  #productGallery img {
    margin: 0 auto;
    display: flex;
  }

  .featuredProduct_slider .slick-slide .item {
    /*  width: 177px !important;*/
  }

  .featuredProduct_slider .slick-track {

    /*width: 163px !important;*/
  }

  .quantity_blk span {
    margin: 0 15px !important;
  }

  .quantity_blk {

    justify-content: left !important;
  }

  .yellow-btn2 {

    width: auto !important;
  }

  .yellow-btn {

    font-size: 15px !important;
    padding: 5px 19px 1px !important;

  }

  .product_table_block .container .row.justify-content-between.border-bottom h5 {
    text-align: left !important;
  }

  .product_table th {
    padding: 12px 10px 12px 1px !important;
    font-size: 12px !important;

    /*    padding: 7px 61px 12px 2 !important;*/
  }

  .product_table.order_table_sec th {
    padding: 7px 58px 12px 11px !important;
    font-size: 12px !important;
  }

  .product_table.order_table_sec td {
    padding: 15px 0px 7px 10px !important;
  }

  .product_table.order_table_sec .action_icons a {

    line-height: 29px;
    height: 30px;
    width: 30px;
  }

  .product_table td {
    padding: 15px 1px 7px 2px !important;
  }

  .left_menu li a {}

  .left_menu li span {

    margin-left: 67px !important;
  }

  .new_submit {
    display: flex;
    margin: 0 auto;
  }

  .product_bg .mr-3 {
    margin-left: -30px !important;
  }

  .modal-left {

    width: 100% !important;
  }

  .measure_block .btn {

    /*padding-left: 43px !important;*/
  }

  .pt_dtl p {
    margin: 2px 0 !important;
    font-size: 12px !important;
  }

  .action_icons.text-right.ml-auto {
    position: absolute;
    top: 12px;
    left: 0;
    right: 5px;
  }

  .mainmenu1 .dropdown-menu.show {
    margin-top: 22% !important;
    min-width: 8rem;
    margin-left: 123px !important;
  }

  .mainmenu1 .dropdown-item {
    font-weight: normal !important;
    padding: 3px 17px !important;
    /*   width: 126px;*/
    font-size: 13px;
  }

  .prd_rgt_blk {
    margin-bottom: 14px;
    width: 100% !important;
  }

  .cnt_tp_bx_lft .ml-auto,
  .mx-auto {
    margin-left: 0 !important;
  }

  .cnt_tp_bx_lft .mr-auto,
  .mx-auto {
    margin-right: 0 !important;
  }

  .content_top_box .d-flex {
    justify-content: center !important;
  }

  .form_style_1 .form-check-input {
    margin-top: 7px !important;
    margin-left: 20px !important;
  }

  .form_style_1 .mt-2 {
    margin-left: 28px !important;
  }

  .user_blk_ttl {

    margin-left: 27px !important;
  }

  .product_table.cart_table .form-check-input {
    position: unset;
  }

  .mobile-nav {
    text-align: center;
  }

  .d-sm-flex.align-items-end {
    text-align: center;
  }

  .profile_dtl {
    padding-left: 0 !important;
  }

  .measurement_details .profile_dtl .normal_label {
    width: 232px;
  }

  #header a {
    font-size: 14px !important;
    padding: 4px 6px 4px 9px !important;
  }

  #header .dropdown-menu {

    left: -20px !important;
  }

  .home_product.right.aos-init.aos-animate {
    text-align: center;
  }

  .home_product.left.aos-init.aos-animate {
    text-align: center;
  }

  a.btn.btn-lg.p-2.yellow-btn {
    /*   margin-top: 10px;*/
  }

  .product_table tr:first-child td {

    font-size: 10px !important;
  }

  .modal-dialog.modal-lg.cartView-modal {
    margin-top: 33px !important;
  }

  div#cartView1 {
    padding-right: 0 !important;
  }

  .product_table_block {

    padding: 0 !important;
  }
}

@media (max-width:576px) {
  .slick-slide {
    min-height: 120%;
  }

  .banner_top_text {
    font-size: 140%;
    line-height: 2;
  }

  .banner_title_text {
    font-size: 15px;
    line-height: 11px;
  }

  .banner_para_text {
    font-size: 14px;
    line-height: inherit;
    margin-top: 7px;
  }
}

@media (max-width:340px) {

  #Bottomwrapper,
  .content_wrapper {
    padding-bottom: 107px;
  }
}

/*Header ends here*/

/*Home content Top block starts here*/
.custom_tailoring_block {
  border-radius: 5px;
  padding: 10px;
}

.ct_img {
  background: url(../images/ct_tailor_bg.png) no-repeat center center transparent;
  height: 185px;
  line-height: 185px;
  margin: 0 auto;
  text-align: center;
  width: 185px;
}

.ct_ttl {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
}

.ct_cnt {
  font-weight: 300;
  margin: 10px 0;
}

.custom_tailoring_block {
  position: relative;
}

/* .custom_tailoring_block:hover{
  transform: scale(1.025);
  transition: .3s;
} */
.ct_ttl_cnt {
  margin: 20px auto 0 auto;
  width: 185px;
}

.custom_tailoring_block:hover .ct_img {
  transform: scale(1.025);
  transition: .3s;
}

@media (min-width:1200px) {
  .custom_tailoring_block:after {
    content: '';
    background: url(../images/connector.png) no-repeat right center transparent;
    position: absolute;
    width: 123.5%;
    right: 0;
    top: 100px;
    height: 8px;
    left: 0px;
  }

  .ct_block>div:last-child .custom_tailoring_block:after {
    visibility: hidden;
  }
}

.content_title {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  margin-top: 20px;
}

.content_small_title {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.content_block_title {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.content_inner_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.home-page p,
.title_para {
  color: #565656;
}

.product_home_inner {
  position: relative;
}

.product_overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.product_home_inner:hover .product_overlay {
  display: flex;
}

.MostLoved {
  height: 100%;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  padding: 25px 15px;
  text-align: center;
}

.ML_img {
  background: #ffffff;
  border-radius: 50%;
  height: 73px;
  line-height: 73px;
  margin: 0 auto 20px auto;
  width: 73px;
}

.ML_ttl {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ML_cnt {
  color: #565656;
}

.home_bottom_container {
  background: url(../images/bottom_bg.png) repeat top center transparent;
}

.counter_block {
  margin: 0 auto 10px auto;
  text-align: center;
}

.counter_block h3 {
  color: #ae8422;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  line-height: 128px;
}

.homeCounterTitle {
  font-size: 18px;
  margin-top: 5px;
}

@media(min-width:1200px) {
  .home_bottom_container {
    background: url(../images/bottom_bg.png) no-repeat top center transparent;
  }
}

/*Home content Top block ends here*/
.not-page {
  background: url(../images/notpage_bg.png) no-repeat center center transparent;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large_title {
  font-size: 60px;
}

.large_title span {
  display: inline-flex;
  position: relative;
}

.large_title span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -8px;
  left: 49%;
  background-color: #ae8422;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}

.large_title span:after {
  content: "";
  border-top: 1px solid #ae8422;
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -7.5px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}

/*Content Bottom starts here*/
.footer_title {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer_listing {
  list-style: none;
  padding: 0;
}

.footer_listing li,
.footer_listing li a {
  color: #fff;
  line-height: 30px;
}

.footer_listing li:hover a {
  font-weight: 600;
}

/*Content Bottom ends here*/

/*Subpage starts here*/
.aboutus p {
  text-align: justify;
  line-height: 24px;
}

.content_left,
.content_right {
  margin: 10px 0;
}

.cnt_blk {
  margin-top: 10px;
}

.supbanner_bottom {
  background: #fff;
  padding: 10px 0;
}

.supbanner_bottom>div {
  padding: 5px 20px;
}

.commonForm label {
  font-size: 16px;

  display: flex;
  justify-content: left;
}

.commonForm .form-control {
  border-radius: 0;
  /* text-align: center; */
  justify-content: center;
  /* display: flex; */
  margin: 0 auto;
  padding: 5px 15px;
  /* height: calc(1.5em + .75rem + 10px);*/
}

.measure_cnt_blk {
  border-radius: 5px;
  text-align: center;
  min-width: 361px;
  min-height: 325px;
  margin: 10px auto;
}

.measure_icon {
  background: #ffffff;
  border-radius: 50%;
  height: 73px;
  line-height: 73px;
  margin: 0 auto 20px auto;
  width: 73px;
}

.measure_block {
  color: #fff;
  height: 100%;
  padding: 20px 20px 10px 20px;
  text-align: center;
}

.sub-page .measure_block p {
  text-align: center;
}

.measure_block .btn {
  margin: 5px 0;
  /* width:173px; */
}

.measure_block .btn:hover {
  color: #fff;
  background: #000;
}

.measure_cnt_blk.one {
  background: url(../images/measure_1.png) no-repeat center center transparent;
}

.measure_cnt_blk.two {
  background: url(../images/measure_2.png) no-repeat center center transparent;
}

.measure_cnt_blk.three {
  background: url(../images/measure_3.png) no-repeat center center transparent;
}

.measure_btn {
  /* position:absolute;
  left:0;
  right:0;
  bottom:15px; */
}

.algorithm_top_block {
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
}

.al_name_label {
  font-size: 16px;
  color: #1b2950;
}

.al_name {
  font-size: 24px;
  color: #ae8324;
  margin: 5px 0;
}

.al_name_edit {
  color: #ae8324;
  position: absolute;
  right: 10px;
  top: 10px;
}

.algo_left {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.algo_cnt_blk {
  margin: 10px 0;
  text-align: center;
}

.algo_size {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 11px 0;
}

.algo_icon {
  margin-right: 10px;
  width: 40px;
}

.size_name {
  margin-right: auto;
}

.size_value {
  text-align: left;
  min-width: 90px;
}

@media (max-width:992px) {
  .measure_block {
    max-width: 361px;
    margin: auto;
  }

  .algorithm {
    flex-direction: column;
  }

  .algorithm>div:first-child {
    order: 2;
  }

  .algorithm>div:last-child {
    order: 1;
  }
}

@media (max-width:768px) {
  .cnt_blk {
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
  }
}

/*Subpage ends here*/

/*Dashboard starts here*/
.left_container {
  width: 210px;
}

.menu_top {
  background: #222836;
  color: #fff;
  font-size: 16px;
  padding: 45px 5px 10px;
  word-break: break-word;
}

.menu_top img {
  margin-bottom: 10px;
}

.left_menu {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.left_menu li {
  padding: 1px 0;
}

.left_menu li:first-child {
  padding: 0;
}

.left_menu li a {
  color: #222836;
  display: block;
  padding: 15px 10px 15px 15px;
  text-transform: uppercase;
}

.left_menu li:hover a,
.left_menu li.active a {
  background: #fff8e8;
  color: #ae8422;
}

.left_menu li span {
  text-align: left;
  margin-right: 10px;
  width: 25px;
}

.left_menu li img.active,
.left_menu li:hover img.normal,
.left_menu li.active img.normal {
  display: none;
}

.left_menu li img.normal,
.left_menu li:hover img.active,
.left_menu li.active img.active {
  display: inline-block;
}

.right_container {
  width: 100%;
}

.card-header {
  background: #fff;
}

.icon_dropdown {
  color: #222836;
  padding: 2px 4px;
  border-radius: 50%;
}

.icon_dropdown:hover {
  background: #f4f4f4;
  color: #222836;
}

.icon_dropdown:after {
  display: none !important;
}

.pt_dtl p {
  margin: 5px 0;
  font-size: 16px;
}

.product_bg {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  height: fit-content;
  margin-bottom: 10px;
}

.product_dtl {
  border: 1px solid #c6c6c6;
  padding: 5px 0;
}

.product_dtl hr {
  border-top: 1px solid #e5e5e5;
  margin: 5px 0;
}

.product_dtl>div {
  padding: 5px 15px;
}

@media (min-width:992px) {
  .left_container {
    margin-right: 40px;
  }

  .right_container {
    width: calc(100% - 250px);
  }
}

/*Dashboard ends here*/

/*Wallet starts here*/
.content_top_box {
  background: #fff;
  border-radius: 5px;
  padding: 15px 15px 15px 20px;
}

.cnt_tp_bx_lft a {
  background: #f4f4f4;
  border-radius: 50%;
  display: block;
  line-height: 65px;
  height: 67px;
  width: 67px;
  text-align: center;
}

.cnt_tp_bx_rgt {
  text-align: center;
}

.cntbx_name_label {
  font-size: 16px;
  text-transform: uppercase;
}

.cntbx_val {
  font-size: 24px;
}

/*Wallet ends here*/

/*Profile page starts here*/
.inner_pages {
  font-size: 16px;
}

.yellow_value {
  color: #ae8422;
  margin: 5px 0;
}

.profile_dtl>div {
  margin: 5px 0;
}

.input-unit-field {
  margin-left: auto;
}

.input-field input {
  border: 1px solid #dbdbdb;
  color: #ae8422;
  padding: 5px;
  text-align: center;
  width: 70px;
}

.input-val-field {
  border: 1px solid #dbdbdb;
  color: #ae8422;
  padding: 5px;
  text-align: center;
  width: 70px;
}

.measurement_details .profile_dtl .normal_label {
  width: 175px;
}

@media (min-width:1200px) {
  .profile_dtl {
    margin: auto;
    width: 90%;
  }

  .measurement_details .profile_dtl {
    width: 85%;
  }

  .units {
    margin-right: 20px;
  }
}

@media (max-width:576px) {
  .profile_top_blk {
    display: inline-block;
    width: fit-content;
    padding: 5px 15px;
  }
}

/*Profile page ends here*/

/*Address, Favourite, cart pages starts here*/
.user_blk_ttl {
  font-size: 18px;
}

.fav_cnt p {
  font-size: 16px;
}

.fav_block {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  height: fit-content;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.fav_icon {
  color: #ae8422;
  font-size: 24px;
  top: 5px;
  /* left: 0; */
  right: 9px;
  position: absolute;
}

.quantity_blk {
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
}

.quantity_blk a {
  color: #172b52;
  /*font-size:24px;*/
}

.quantity_blk span {
  margin: 0 20px;
}

.cart_table thead th {
  color: #172b52;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0;
  border-top: 0;
  /*
  text-align:center;*/
  text-align: left;
}

.table_ttl {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
}

.cart_total_dtl>div {
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
  padding: 5px 0 10px 0;
}

.cart_total_dtl>div:last-child {
  border-bottom: 0;
}

/*Address, Favourite, cart pages ends here*/

/*Checkout page design starts here*/
.pay_logo>div {
  margin: 5px 0;
  text-align: center;
}

.pay_logo a:hover img {
  -ms-transform: scaleY(1.05);
  /* IE 9 */
  transform: scaleY(1.05);
  transition: all 0.3s ease-in-out 0s;
}

.yellow_tick_img {
  margin: 7px 0;
  text-align: center;
}

.cart_total_list {
  margin: 0;
}

.cart_total_list li {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.cart_total_list li:last-child {
  border-bottom: 0;
}

/*Checkout page design ends here*/

/*Tape page design starts here*/
.tape_left_container {
  width: 100%;
}

.tape_menu {
  border: 0;
  margin: 15px 0;
}

.tape_menu li a {
  background: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 3px 0;
  padding: 10px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tape_menu li a img {
  vertical-align: middle;
}

.tape_menu li a:before,
.tape_menu li a:after {
  content: "";
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.tape_menu li a:before {
  width: 9px;
  height: 9px;
  bottom: -3px;
  left: 48%;
  background-color: #ae8422;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #e4ebf9;
}

.tape_menu li a:after {
  border-top: 2px solid #ae8422;
  width: 50%;
  height: 6px;
  margin: auto;
  bottom: -4px;
  left: 0;
  right: 0;
}

.tape_menu li a:hover:after,
.tape_menu li:hover>a:after,
.tape_menu li a.active:after,
.tape_menu li a:hover:before,
.tape_menu li:hover>a:before,
.tape_menu li a.active:before {
  visibility: visible;
}

.tape_right_container {
  width: 100%;
}

.tape_input input {
  border: 0;
  color: #ad8422;
  font-size: 26px;
  height: 46px;
  line-height: 46px;
  margin-right: 10px;
  padding: 0;
  width: 90px;
}

.tape_input input:focus {
  color: #ad8422;
}


.units {
  font-size: 26px;
}

.tapeMeasure {
  margin: auto;
  position: relative;
  /* width: max-content; */
}

.tape_measure {
  position: absolute;
}

@media (min-width: 992px) {
  .tape_left_container {
    margin-right: 20px;
    width: 180px;
  }

  .tape_right_container {
    width: calc(100% - 220px);
    margin-left: auto;
  }

  .tape_menu {
    display: block;
  }
}

@media (max-width: 992px) {
  .tape_menu li.nav-item {
    margin: 3px 1%;
  }

  .tape_menu li.nav-item .nav-link {
    height: 100%;
  }
}

@media (min-width:481px) and (max-width: 992px) {
  .tape_menu li.nav-item {
    width: 23%;
  }
}

@media (max-width:480px) {
  .tape_menu li.nav-item {
    width: auto;
  }
}

/*Tape page design ends here*/

/*Common table starts here*/
.common_table th {
  background: #222836;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 0;
  padding: 10px 10px 10px 20px;
}

.common_table th:first-child {
  border-radius: 5px 0 0 0px;
}

.common_table th:last-child {
  border-radius: 0 5px 0px 0;
}

.common_table tr:last-child td {
  padding-bottom: 12px;
}

.common_table tr:last-child td:last-child {
  border-radius: 0 0px 5px 0;
}

.common_table tr:last-child td:first-child {
  border-radius: 0 0px 0 5px;
}

.common_table tbody tr {
  background: #fff;
}

.common_table td {
  border-top: 0;
  padding: 7px 10px 7px 20px;
}

.action-text {
  text-transform: uppercase;
}

/*Common table ends here*/

/*Product table starts here*/
.product_table_block {
  /*background:#fff;*/
  border-radius: 5px;
  padding: 15px 20px;
}

.product_table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.product_table th {
  background: #222836;
  border-bottom: 0 !important;
  color: #fff;
  font-weight: 400;
  padding: 12px 10px 12px 25px;
}

.product_table th:first-child {
  border-radius: 5px 0 0 5px;
  width: 300px;
}

.product_table th:last-child {
  border-radius: 0 5px 5px 0;
}

.product_table td {
  padding: 15px 10px 7px 25px;
  /*vertical-align: middle;*/
}

.product_table tr:first-child td {
  border-top: 0;
}

.action_icons a {
  display: inline-block;
  /*margin:5px;*/
  border: 1px solid #dddddd;
  border-radius: 50%;
  line-height: 34px;
  height: 39px;
  width: 39px;
  text-align: center;
}

.gray_container .action_icons a {
  background: #fff;
}

.action_icons a:hover {
  background: #222836;
}

.action_icons a:hover img {
  filter: brightness(20);
}

/*Product table ends here*/

/*Product Readymade custommade starts here*/
.product_tab {
  display: flex;
  justify-content: center;
}

.product_tab li {
  padding: 10px 20px 8px 20px;
}

.product_tab a {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.product_tab a:before,
.product_tab a:after {
  content: "";
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.product_tab a:before {
  width: 8px;
  height: 8px;
  bottom: -6px;
  left: 49%;
  background-color: #ae8422;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px #e4ebf9;
}

.product_tab a:after {
  border-top: 2px solid #ae8422;
  width: 100%;
  height: 6px;
  bottom: -7.5px;
  left: 0;
}

.product_tab a:hover:after,
.product_tab li:hover>a:after,
.product_tab a.active:after,
.product_tab a:hover:before,
.product_tab li:hover>a:before,
.product_tab a.active:before {
  visibility: visible;
}

.productPage {
  margin: 10px 0;
}

/*Left Menu starts here*/
.productMenu {
  border: 1px solid #e2e2e2;
  padding: 5px 3px;
  margin: 20px 0;
}

.product_menu {
  border-bottom: 1px solid #e8e9eb;
  padding: 10px 0;
}

.product_menu:last-child {
  border-bottom: 0px solid #e8e9eb;
}

.product_menu h5 a {
  display: flex;
  text-transform: uppercase;
  width: 100%;
}

.product_menu h5 a span {
  margin-left: auto;
  font-size: 11px;
  color: #ae8422;
}

.priceBlock {
  width: 90%;
  margin: 15px auto;
}

.productMenuList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.range_value {
  font-size: 16px;
}

.button {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
}

/*Price Range starts here*/
#price-range {
  width: 100%;
  margin: 20px 0;
}

#price-range .ui-slider-handle {
  background: #ae8422;
  border-radius: 50%;
}

#price-range .ui-slider-handle.ui-state-active {
  border: #ae8422;
}

#price-range .ui-slider-range {
  background: #ae8422;
}

#price-range .ui-tooltip,
#price-range .arrow:after {
  background: #000;
}

#price-range .ui-tooltip {
  color: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
}

#price-range .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

#price-range .arrow.top {
  top: -16px;
  bottom: auto;
}

#price-range .arrow.left {
  left: 20%;
}

#price-range .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#price-range .arrow.top:after {
  bottom: -20px;
  top: auto;
}

/*Price Range ends here*/

/*Left Menu ends here*/

/*Right Content starts here*/
.productpagelisting>div {
  margin: 10px 0;
}

.AllProductList {
  font-size: 16px;
  height: 100%;
}

.productDtl {
  display: flex;
  text-align: center;
  justify-content: center;
}

.allProductTitle {
  /* text-align: center;*/
}

.productImage {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.view_overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.productImage:hover .view_overlay {
  display: flex;
}

.allProductValue {
  color: #ae8422;
  margin-top: 3px;
  /*  text-align: center;*/
}

.productDtl i {
  color: #ae8422;
  font-size: 20px;
}

.productDtl i:hover {
  font-weight: 900;
}

/*Right Content ends here*/

.productDetailPage .normal_label {
  min-width: 160px;
  padding-right: 10px;
}

.productDetailPage .normal_label~div {
  text-align: left;
  width: calc(100% - 47px);
}

.style_div {
  margin: 22px 0;
}

.shipping_return p {
  color: #242935;
  margin: 0 0 10px 0;
}

.yellow_bb {
  border-bottom: 1px solid #ae8422;
}

.product_thumb .nav-link {
  padding: 5px;
  border: 0 !important;
  background: none !important;
}

.product_thumb .nav-link:first-child {
  padding-left: 0px;
}

.product_thumb .nav-link:last-child {
  padding-right: 0px;
}

.productdetailtable td {
  border-top: 0;
  padding: 4px 0;
}

.productdetailtable td:first-child {
  padding-right: 10px;
}

.product_ass {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.product_ass_dtl {
  padding: 10px 8px;
}

.product_ass_img {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.prd_rgt_blk {
  background: #fff;
  padding: 10px 0;
  width: 165px;
}

.share_like a {
  background: #222836;
  border-radius: 50%;
  color: #fff;
  margin: 5px;
  line-height: 35px;
  height: 39px;
  width: 39px;
  text-align: center;
}

.share_like a:hover {
  background: #ae8422;
}

@media(min-width:1200px) {
  .productDetailBlk {
    max-width: calc(100% - 410px);
    display: flex;
    justify-content: end;
    flex: inherit;
  }
}

@media (max-width:1200px) {
  .productGalBlk {
    margin: auto auto 15px auto;
  }
}

@media (min-width:440px) {
  .productGalBlk {
    max-width: 410px;
  }
}

/*Product Readymade custommade ends here*/

/*FAQ starts here*/
.faq {
  padding: 50px 0;
}

.faq-page .card {
  margin: 10px 0;
  border: 0;
}

.faq-page .card-header {
  border-bottom: 0;
  padding: 0;
}

.faq-page .card-header h5 a {
  background: #fff;
  color: #222836;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 25px;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.faq-page .faq-active .card-header {
  border-radius: 0 0 0 0;
  background: none;
}

.faq-page .faq-active .card-header h5 a {
  background: #222836;
  color: #fff;
  padding-bottom: 10px;
}

.faq-page .card-header h5 a span {
  background: #222836;
  color: #fff;
  float: right;
  border-radius: 50%;
  padding: 1px 3px 0px 3px;
  font-size: 11px;
  margin-top: 5px;
}

.faq-page .faq-active .card-header h5 a span {
  background: #fff;
  color: #222836;
}

.faq-page .card-body {
  padding: 15px 25px 10px 25px;
}

/*FAQ ends here*/

/*Modal starts here*/
.modal {
  z-index: 9998;
}

.common-modal {
  align-items: center;
  border: 0;
  display: flex;
  min-height: 80vh;
}

.common-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.modal-dialog .close,
.common-modal .close {
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 1;
  color: #fff;
}

.modal-left {
  background: #222836;
  width: 220px;
}

.modal-left li {
  color: #fff;
  display: flex;
  margin: 30px 20px;
}

.modal-left li:first-child {
  margin-top: 20px;
}

.modal-left li span {
  margin-right: 15px;
  width: 32px;
}

.modal-left li:first-child span {
  margin-top: 5px;
}

.common-modal .nav a {
  color: #222836;
  border: 0;
  border-bottom: 1px solid transparent;
  font-size: 20px;
  padding: 10px 10px 8px 10px;
}

.common-modal .nav li,
.common-modal .nav li:hover {
  border: 0;
}

.common-modal .nav li:hover a,
.common-modal .nav a.active {
  border-bottom: 1px solid #ae8422;
  color: #ae8422;
}

.or {
  margin: 25px 0 15px 0;
  text-align: center;
}

.common-modal .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #adadad;
  padding: 5px 5px 7px 0px;
}

.common-modal .form-control::placeholder {
  color: #707070;
}

.otp_input {
  background: #eeeeee;
  border-radius: 50%;
  margin: 15px 10px 20px 10px;
}

.otp_input input {
  background: transparent;
  border: 0;
  color: #ae8422;
  font-size: 30px;
  padding: 10px 15px;
  text-align: center;
  max-width: 55px;
  height: 55px;
}

.left_indication {
  position: relative;
}

.left_indication:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 48%;
  left: -5px;
  background-color: #ae8422;
  border-radius: 50%;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 2px 1px #e4ebf9;
}

.left_indication:after {
  content: "";
  border-left: 2px solid #ae8422;
  border-radius: 2px;
  position: absolute;
  height: 60%;
  top: 20%;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1140px) {
  .cartView-modal {
    max-width: 1140px;
  }
}

@media(min-width:620px) {
  .common-modal {
    max-width: 620px;
  }
}

@media (min-width:576px) {
  .modal-right {
    width: calc(100% - 220px);
  }
}

@media (max-width:320px) {
  .otp_input {
    margin: 15px 5px 20px 5px;
  }
}

/*Modal ends here*/

/*Footer starts here*/
footer {
  background: #f4f4f4;
  padding: 15px 0;
  /* position:absolute;
  bottom:0; */
  width: 100%;
}

.footer_blk {
  height: 100%;
}

.copyright {
  color: #565656;
}

.social_icons a {
  background: #222836;
  border: 2px solid #222836;
  border-radius: 50%;
  height: 30px;
  display: block;
  text-align: center;
  margin: 0 8px;
  line-height: 26px;
  width: 30px;
}

.social_icons a:hover {
  background: transparent;
  color: #222836;
}

.productImage img {
  /*height: 100%;*/
  width: 100%;
}

button.btn.yellow-btn1.leftLst.slick-arrow {
  position: absolute;
  top: 7rem;
  /* bottom: 168px; */
  left: -38px;
  right: 0;
}

button.btn.yellow-btn1.rightLst.slick-arrow {
  position: absolute;
  top: 7rem;
  /* bottom: 168px; */
  right: 0;


}

.pad15 {
  text-align: center;
  margin-bottom: 43px;
}


/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 40%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  background: #ae8422;
  padding: 7px;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'â†’';
}

[dir='rtl'] .slick-next:before {
  content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: 'â€¢';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.new_ban {
  /* padding: 38px 0px 0px;*/
  /* margin-top: 6rem; */
}

.new_yel_bg {
  background: #ae8422;
  padding: 10px;
  margin-top: 4rem;
}

.header_top_text p {
  color: #fff;
  text-align: center;
  align-items: center;
  margin-bottom: 0;

}

#banner_section {
  margin-top: 0rem;
}

.header_top_text h4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
}

ul.d-flex.tr_menu {
  margin-top: 21px;
}

.fixed-top {
  background: #fff;
}





/* New changes from 17-02-2024 */

/* Home page start */
#header.csHdr {
  padding: 15.5px 0px;
  padding: 4px 0px;
}

@media only screen and (max-width: 768px) {
  #header.csHdr {
    padding: 10px 0px;
  }
}

.csHdr .nav-menu>ul>li:first-child {
  margin-left: 0px;
}

.csHdr .nav-menu>ul {
  margin-left: 0px;
}

.csHdr .nav-menu a {
  margin-bottom: 0px;
}

.csHdr .top_menu {
  justify-content: space-between;
}

.logoImg img {
  max-width: 254px;
  max-width: 184px;
  max-width: 164px;
}

.csHdr .tr_menu li:last-child a {
  margin-right: 0px;
}

.csHdr .mobile-nav-toggle {
  position: relative;
  top: 0px;
  left: 0px;
  vertical-align: super;
}

@media only screen and (max-width: 768px) {
  .csHdr .top_right_menu {
    position: relative;
    left: 0px;
    top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .logoImg img {
    max-width: 134px;
  }

  .csHdr .top_left_menu
  {
    min-width: 98px;
  }
}

@media only screen and (max-width: 399px) {
  .csHdr .logoImg {
    padding: 0px;
  }
}

@media only screen and (max-width: 349px) {
  .csHdr .logoImg img {
    max-width: 114px;
  }

  .csHdr .top_left_menu
  {
    min-width: 78px;
  }
}





.BannerSlide {
  max-width: 100%;
}

.banner_content {
  display: flex;
  align-items: center;
}

.banner_content_inner {
  position: relative;
  height: auto;
}

.bnrLk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 23px
}

.bnrLk img {
  max-width: 18px;
}








.home_bottom_container {
  background-size: cover;
}


.ftTp {
  background-color: #222836;
  padding: 45px 0px 68px;
}

.ftrLogo {
  margin-bottom: 1.5rem;
}

.ftrCon p {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  margin: 0px;
}

.ftBm {
  padding-top: 15px;
}


.ftrMenuHd {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  padding: 22px 0px 22px;
}

.ftrMenu ul {
  padding: 0px;
  margin: auto;
  list-style: none;
}

.ftrMenu ul li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 6px;
}

.ftExl {
  color: #D69D19;
}

@media only screen and (max-width: 991px) {
  .ftrCon {
    margin-bottom: 1.5rem;
  }

  .ftrMenuHd {
    padding: 12px 0px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .ftrMenu {
    margin-bottom: 1.5rem;
  }

  .ftTp {
    padding: 35px 0px 28px;
  }

  .ftBm {
    text-align: center;
  }

  .ftBm .copyright {
    margin-bottom: 0.5rem;
  }
}

.tpSlrHd {
  text-align: center;
  padding-bottom: 4px;
}

.tpSlrHd .content_title {
  margin: 0px 0px 6px;
}

.tpSlrHd p {
  font-size: 16px;
}

.tpSlrCd {
  background-color: #F1F1F1;
  border-radius: 5px;
  padding: 20px 15px;
}

.tpSlrCd>a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tpSlrIg img {
  border-radius: 5px;
}

.tpSlrtx {
  text-align: center;
  padding: 16px 0px 0px;
}

.tpSlrNm {
  font-family: 'Josefin Sans', sans-serif;
  color: #222836;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

.tpSlrPrc {
  font-size: 21px;
  color: #222836;
  font-weight: 300;
}

.tpSlrR {
  margin: 0px -12px;
}

.tpSlrC {
  padding: 12px;
}

.tpSlrR .slick-next::before,
.tpSlrR .slick-prev::before {
  display: none;
}

.tpSlrR .slick-next,
.tpSlrR .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M9 6l6 6l-6 6'%3E%3C/path%3E%3C/svg%3E");
  background-color: #c2a359;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
  top: 50%;
}

.tpSlrR .slick-next {
  right: -40px !important;
}

.tpSlrR .slick-prev {
  left: -40px !important;
  transform: translate(0px, -50%) rotate(0.5turn);
}

.tpSlr {
  padding-bottom: 38px;
}




.cusClth {
  background-color: #F1F1F1;
  margin-bottom: 2rem;
}

.cusClthTx h2 {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
}

.cusClthTx p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.755;
  color: #222836;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .cusClth {
    padding: 2rem 0px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .cusClthTx h2 {
    font-size: 30px;
  }
}


.expClc {
  padding: 3.75rem 0px;
}

.expClcHd {
  text-align: center;
  padding-bottom: 13px;
}

.expClcHd h2 {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  margin: 0px;
}

.expClcHd p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.755;
  color: #222836;
  font-weight: 300;
}


.expClcC {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.expClcIg {
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  display: grid;
  overflow: hidden;
  align-items: center;
}

.expClcIg img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.expClcIg img:first-child,
.expClcIg img:last-child {
  grid-row: 1/2;
  grid-column: 1/2;
}

.clcHrIg {
  opacity: 0;
  transition: 0.3s;
}

.expClcCd:hover .clcHrIg {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .expClcIg img {
    height: 350px;
  }
}

.expClcCon {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.expClcNm {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  font-family: 'Josefin Sans', sans-serif;
}

.expClcTy {
  font-size: 14px;
  color: #222836;
  font-weight: 300;
}

.expClcPrc {
  color: #222836;
  font-size: 16px;
  text-decoration: line-through;
}

.expClcfPrc {
  font-size: 18px;
  color: #222836;
}

.expClcConRt {
  text-align: right;
  white-space: nowrap;
}

.expClcCd {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}


.clcCtmLk {
  background-color: #AE8422;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  min-width: 108px;
  padding: 5px 12px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 0px;
  transform: rotate(0.25turn) translateX(100%);
  transform-origin: top right;
  transition: 0.3s linear;
  z-index: 3;
}

.clcCtmLk:hover {
  top: 0px;
}

@media only screen and (min-width: 576px) {
  .clcCtmLk.mb {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .clcCtmLk.dk {
    display: none;
  }
}


.clcDtLk {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .clcDtLk.mb {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .clcDtLk.dk {
    display: none;
  }
}


.expClcVrns {
  position: absolute;
  top: 13px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}

.clcVrn {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.prdAvlClrs .clcVrn {
  outline: 2px solid #ffffff;
}

@media only screen and (max-width: 991px) {
  .expClc {
    padding: 2.75rem 0px;
  }
}

@media only screen and (max-width: 575px) {
  .expClc {
    padding: 1.75rem 0px;
  }

  .expClcHd h2 {
    font-size: 30px;
  }

  .expClcC {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}






.msrMdEy {
  background-color: #F1F1F1;
  margin: 3.75rem 0px;
}

.msrMdEyTx {
  padding: 2rem 0px;
}

.msrMdEyTx h2 {
  font-size: 38px;
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  line-height: normal;
}

.msrMdEyTx h3 {
  color: #AE8422;
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 3px;
}

.msrMdEyTx p {
  color: #222836;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
}

.msrMdEyLk a {
  display: inline-block;
  background-color: #AE8422;
  border: 1px solid #AE8422;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  min-width: 108px;
  text-align: center;
  padding: 6.5px 2px;
}

.msrMdEyLk a:hover {
  background-color: transparent;
  color: #000000;
}

.msrMdEyIg {
  height: 100%;
}

.msrMdEyIg img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .msrMdEyIg img {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 118px) 100%, 0% 100%);
    height: 100%;
  }

  .msrMdEyIg {
    margin-left: calc((((100vw - 960px)/2) + 7.5px) * -1);
  }
}

@media only screen and (min-width: 1200px) {
  .msrMdEyIg {
    margin-left: calc((((100vw - 1140px)/2) + 7.5px) * -1);
  }
}

@media only screen and (max-width: 991px) {
  .msrMdEy {
    margin: 1.75rem 0px;
  }

  .msrMdEyIg {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 575px) {

  .msrMdEy {
    margin: 0.75rem 0px;
  }

  .msrMdEyTx h2 {
    font-size: 30px;
  }

  .msrMdEyTx {
    padding-top: 1rem;
  }

  .msrMdEyTx h3 {
    font-size: 20px;
  }
}



.product_home_inner img {
  width: 100%;
}

.product_home_inner::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
}

.product_home_inner:hover::before {
  opacity: 0.4;
}


.cusCtrLk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  width: 100%;
  max-width: 267px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  padding: 16px 20px;
  display: inline-block;
  opacity: 0;
}

.cusCtrLk:hover {
  background-color: #ffffff;
  color: #000000;
}

.product_home_inner:hover .cusCtrLk {
  opacity: 1;
}

/* Home page end */





/* Product Details Page Start */
.prdDtImgGl {
  background-color: #ffffff;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .prdDtImgGl {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }

  .prdDtImgGl .nav-tabs {
    flex-direction: column;
    display: flex;
    max-width: 100px;
    gap: 15px;
    align-items: flex-start;
    height: 100%;
  }

  .prdDtImgGl .tab-content {
    margin-right: 15px;
  }
}



.prdDtUsrAc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.prdDtUsrAc .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 23px !important;
}

.prdDtUsrAc .btn span {
  margin-top: 4px;
}

@media only screen and (max-width: 991px) {
  .prdDtConTxs {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .prdDtPara {
    margin-bottom: 1rem;
  }

  .prdDtConTxs .content_title {
    margin-bottom: 4px;
  }

  .prdDtImgGl .tab-content {
    margin-bottom: 15px;
  }

  .prdDtImgGl .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .prdDtImgGl .nav-item {
    margin: 0px 10px 0px 0px;
  }

  .prdDtImgGl .nav-tabs img {
    max-width: 100px;
  }
}



.smlPrd {
  padding: 2rem 0px 0px;
}

.smlPrd .expClcCd {
  background-color: #ffffff;
}

.smlPrd .expClcCon {
  padding: 0px 12px;
}


.prdAvlClrs a {
  display: inline-block;
}

.prdAvlClrs .clcVrn {
  width: 30px;
  height: 30px;
}

.prdAvlClrs {
  margin-bottom: 12px;
}

/* Product Details Page End */



/* Ready Made Page Start */
.expClcWhLs {
  position: absolute;
  right: 1px;
  top: 124px;
  background-color: #ae8422;
  z-index: 4;
}

.expClcWhLs a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.prdClcPg {
  margin: -1rem 0px 0;
}

@media only screen and (min-width: 992px) {
  .prdClcPg .expClcIg img {
    height: 300px;
  }
}


.prdDtImgGl .prod_sub_img img.active {
  border: 3px solid #ae8422;
}

/* Ready Made Page End */


/* Custom Made Page Start */
.prdClcPgn .pagination {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0px;
}

.prdClcPgn .page-link {
  color: #AE8422;
  box-shadow: none;
}

.prdClcPgn .page-item.active .page-link,
.prdClcPgn .page-link:hover {
  border-color: #AE8422;
  background-color: #AE8422;
  color: #ffffff;
}


.prdFltAr .custom-control-input:checked~.custom-control-label::before,
.prdFltAr .custom-control-input:not(:disabled):active~.custom-control-label::before {
  border-color: #AE8422;
  background-color: #AE8422;
}

.prdFltAr .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(174, 132, 34, 0.25);
}

.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -25px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

/* Custom Made Page End */


/* Header 5324 */
.account_dropdown .prfIg {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.account_dropdown a::after {
  vertical-align: middle;
  margin-left: 0px;
}

/* Register Modal */
.mdlLogoBx {
  background-color: #ffffff;
  padding: 0.75rem;
}
@media only screen and (max-width: 767px)
{
.mdlLogoBx img {
  max-width: 220px;
  padding: 10px 0px;
}
}


/* New Measurement Page Start */
.csfysPg {
  background-color: #F1F1F1;
  padding: clamp(38px, 4.83vw, 58px) 0px;
}

.csfysPgHd {
  text-align: center;
  padding-bottom: 2rem;
}

.csfysPgHd h1 {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.csfysPgHd p {
  color: #5F6779;
  font-size: 16px;
}




.csfysMsmUtHd .custom-control-label {
  color: #222836;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.csfysMsmUtHd .custom-radio .custom-control-label::before {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  left: -2rem;
}

.csfysMsmUtHd .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  left: -2rem;
}

.csfysMsmUtHd .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23AE8422'/%3e%3c/svg%3e");
  background-size: 16px;
}

.csfysMsmUtHd .custom-control {
  padding-left: 2rem;
  padding-right: 1rem;
}

.csfysMsmUtHd .custom-control-input:focus~.custom-control-label::before,
.csfysMsmUtHd .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(174 132 34 / 25%);
}

.csfysMsmUtHd .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #AE8422;
}


.csfysMsmUtHd {
  margin-bottom: 1.25rem;
}

.csfysMsmUtBd {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: clamp(20px, 2.50vw, 30px) clamp(20px, 4.17vw, 50px) clamp(20px, 3.33vw, 40px);
}

.csfysMsmUtIps {
  display: flex;
  gap: 1.5rem;
}

.csfysMsmUtIpsG {
  flex-grow: 1;
}

.csfysMsmUtIpsG label {
  color: #222836;
  font-size: 20px;
  line-height: 1.25;
  padding-bottom: 6px;
}

.csfysMsmUtIpsG .form-control {
  background-color: #F1F1F1;
  border-color: #F1F1F1;
  font-size: 20px;
  color: #000000;
}

.csfysMsmUtIpsG .input-group-text {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.csfysMsmUt {
  margin-bottom: 2rem;
}

.csfysT {
  color: #222836;
  font-size: 24px;
  padding-bottom: 22px;
}

.bdShpBd {
  background-color: #ffffff;
  border-radius: 4px;
  padding: clamp(20px, 2.50vw, 30px) clamp(20px, 3.33vw, 40px);
}

.bdShpBd .row {
  justify-content: space-between;
}

.bdShpCd {
  position: relative;
}

.bdShpCd .form-check-input {
  opacity: 0;
}

.bdShpCdIg {
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
  min-height: 311px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) {
  .bdShpCdIg {
    min-width: 227px;
  }
}

.bdShpCdTx {
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 1.25;
}

.bdShp {
  margin-bottom: 2rem;
}

.bdShpCd .form-check-input:checked+.form-check-label .bdShpCdIg {
  border-color: #ae8422;
}

.bdShpCd .form-check-label {
  cursor: pointer;
  width: 100%;
}

.shShpBd {
  background-color: #ffffff;
  padding: clamp(20px, 2.50vw, 30px);
}

.shShpBd .row {
  justify-content: space-between;
}

.shShpBd .form-check-input {
  opacity: 0;
}

.shShpBd .form-check-label {
  cursor: pointer;
  width: 100%;
}

.shShpBd .form-check-label .shShpCdIg {
  background-color: #F1F1F1;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding-top: 2.5rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  .shShpBd .form-check-label .shShpCdIg {
    min-width: 315px;
  }
}

.shShpBd .form-check-input:checked+.form-check-label .shShpCdIg {
  border-color: #ae8422
}

.shShpCdTx {
  text-align: center;
  color: #000000;
  font-size: 20px;
}

.shShp {
  margin-bottom: 2rem;
}







.shSzBx {
  background-color: #FFFFFF;
  padding: clamp(20px, 2.50vw, 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.shSzCrG {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.shSzCr .form-check-input {
  opacity: 0;
}

.shSzCr .form-check-label {
  background-color: #D9D9D9;
  font-size: 20px;
  color: #000000;
  width: 49px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #d9d9d9;
}

.shSzCr .form-check-input:checked+.form-check-label {
  border-color: #AE8422;
}

.shSzDtNw .form-check-input {
  opacity: 0;
}

.shSzDtNw .form-check-label {
  border: 1px solid #AE8422;
  font-size: 24px;
  padding: 14px 32px;
  cursor: pointer;
}

.shSzDtNw .form-check-input:checked+.form-check-label {
  background-color: #AE8422;
  color: #ffffff;
}

.shSz {
  margin-bottom: 2rem;
}




.slYrFt {
  margin-bottom: 1rem;
}

.slYrFtBd {
  background-color: #ffffff;
  border-radius: 5px;
  padding: clamp(20px, 2.50vw, 30px);
}

.slYrFtBd .row {
  justify-content: space-between;
}

.slYrFtCd .form-check-input {
  opacity: 0;
}

.slYrFtCdIg {
  background-color: #F1F1F1;
  border: 1px solid #f1f1f1;
  padding: 8px;
  margin-bottom: 1rem;
}

.slYrFtCd .form-check-input:checked+.form-check-label .slYrFtCdIg {
  border-color: #ae8422;
}

.slYrFtCdTx {
  text-align: center;
  color: #000000;
  font-size: 20px;
}

.slYrFtCd .form-check-label {
  cursor: pointer;
}


.csfysSbm {
  padding-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px 42px;
}

.btn-21755 {
  min-width: 217px;
  font-size: 24px;
  line-height: 1;
  padding: 11.5px 12px 17.5px;
}

.btn-nx {
  background-color: #AE8422;
  color: #ffffff;
}

.btn-nx:hover {
  background-color: #886412;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {

  .bdShpBd .row,
  .shShpBd .row,
  .slYrFtBd .row {
    gap: 1.25rem 0px;
  }
}

@media only screen and (max-width: 575px) {
  .csfysMsmUtHd .custom-control-label {
    font-size: 18px;
  }

  .csfysMsmUtIps {
    flex-wrap: wrap;
  }

  .csfysMsmUtIpsG label {
    font-size: 18px;
  }

  .csfysT {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .shSzDtNw .form-check-label {
    padding: 10px 22px;
    font-size: 20px;
  }


  .btn-21755 {
    font-size: 20px;
    min-width: 187px;
    padding: 12.5px 12px;
  }
}

/* New Measurement Page End */


/* New Measurement Page Live Photo Start */
.csfysPgBd .pre_capture_frame_pt {
  background-color: #ffffff;
}

.cmrAcs {
  padding: 0.5rem 0px 1.5rem;
  text-align: center;
}

.cmrAcs a {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  margin: 0px 12px;
}

.cmrAcs p {
  font-size: 16px;
}

.btn-pr {
  background-color: #ffffff;
  color: #AE8422;
}

@media only screen and (max-width: 575px) {
  .cmrAcs a {
    font-size: 18px;
  }
}

/* New Measurement Page Live Photo End */


/*******nd--changes***********/

.algorithmarea .input-field input {

  width: 140px;
  max-width: 100%;

}

/*.timer_tag{
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.timer_tag span {

  background: #ae8422;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  min-width: 93px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 5px;
  margin-left: 5px;
}





/* Cart Page Update Start */
.cartPdIg {
  background: #f4f4f4;
}

.cartPdIg img {
  max-width: 200px;
}


.cartPdSz {
  margin-bottom: 1rem;
}

.cartPdNmTx {
  color: #222836;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cartPdNmTx a {
  color: inherit;
}

.cartPduqt {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.cartPduqtL {
  color: #172b52;
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .cartPdIg {
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .cartPduqt {
    flex-direction: column;
    text-align: center;
  }

  .cartPdNm {
    text-align: center;
  }

  .cartPduqtV .quantity_blk {
    justify-content: center !important;
  }

  .cartPdAcs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }

  .cartPdSz {
    text-align: center;
  }
}

/* Cart Page Update End */


/* Offer Bar Start */
.ofBr {
  background-color: #ae8422;
  color: #ffffff;
  margin-bottom: -4px;
}
@media only screen and (max-width: 767px)
{
  .ofBr {
    margin-bottom: -10px;
  }
}

.ofBrR {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0rem 1rem;
  justify-content: center;
  padding: 4px 0px;
}

.ofBrIf {
  font-size: 16px;
  padding: 4px 0px;
  text-align: center;
}

.ofBrDs {
  font-size: 13px;
  font-style: italic;
  padding: 4px 0px;
  text-align: center;
}

@media only screen and (max-width: 575px)
{
  .ofBrDs
  {
    display: none;
  }

  .ofBrIf {
    font-size: 12px;
  }
}
/* Offer Bar End */


/* Measurement Page Start */
.msrBx {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 12px 1.5rem;
}

.msrBxR {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0px;
}

.msrBxL {
  font-size: 20px;
  color: #9d9d9d;
  min-width: 120px;
  text-align: center;
}

.msrBxV {
  color: #000000;
  font-weight: 600;
  min-width: 120px;
  text-align: center;
}

.msrBxR:not(:last-child) {
  border-bottom: 1px solid #ae8422;
}

.msrBx:not(:last-child) {
  margin-bottom: 1.5rem;
}

.msrAcs {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

@media only screen and (max-width: 575px) {
  .msrBx {
    padding: 12px;
  }

  .msrBxL {
    font-size: 16px;
  }

  .msrBxV {
    font-size: 14px;
  }
}

/* Measurement Page End */



/* Zoom Start */
.zoom,
.original {
  position: relative;
}

.zoom {
  display: inline-block;
}

.original {
  cursor: crosshair;
}

#target {
  width: calc(var(--t) / 2);
}

.zoom .viewer {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zoom .viewer img {
  position: absolute;
}

.original:hover~div {
  display: block;
}

.original::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.magnifier {
  position: absolute;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.magnifier,
.viewer {
  display: none;
}

/* Zoom End */


/* Add To Cart Modal Start */
.mdlAdTo .modal-content {
  padding: 1.5rem;
}

.adToCls {
  text-align: right;
}

.adToTck {
  text-align: center;
  padding: 1.5rem 0px;
}

.adToTck svg {
  width: 50px;
  height: auto;
}

.adToHd {
  text-align: center;
}

.adToHd h6 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}

.adToHd p {
  font-size: 15px;
  color: #7b7b7b;
}

.adToBd {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  gap: 1rem;
}

.adToPdIg img {
  max-width: 200px;
}

.adToPdNm {
  font-size: 22px;
  color: #000000;
}

.adToPdPr {
  font-size: 15px;
  color: #000000;
}

.adToPdTx {
  width: 200px;
}

.adToFt {
  text-align: center;
  margin-bottom: 1rem;
}

.cntShp {
  color: #171717;
  padding-top: 10px;
}


@media only screen and (max-width: 575px) {
  .adToBd {
    flex-direction: column;
  }

  .adToPdTx {
    width: 100%;
    text-align: center;
  }
}

/* Add To Cart Modal End */



/* Delete Cart Modal Start */
.dlCtMdlHd {
  display: flex;
}

.dlCtMdlIg img {
  max-width: 100px;
}

.dlCtMdlTx {
  padding: 1rem;
  width: 100%;
}

.dlCtMdlTxH {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dlCtMdlTxH h6 {
  margin: 0px;
}

.dlCtMdl .modal-dialog {
  max-width: 340px;
  max-width: 420px;
}

.dlCtMdlFt {
  display: flex;
  align-items: center;
}

.dlCtMdlFt .btn {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 0px;
}

.dlCtMdlFt .btn:last-child {
  background-color: #AE8422;
  color: #ffffff;
  flex-grow: 2;
}

.dlCtMdlFt .btn:last-child {
  background-color: #AE8422;
  border-color: #AE8422;
}

.dlCtMdlFt .btn:last-child:hover {
  background-color: transparent;
  color: #000000;
}

.dlCtMdlFt .btn:first-child {
  border-color: #AE8422;
}

.dlCtMdlFt .btn:first-child:hover {
  background-color: #AE8422;
  color: #ffffff;
}

/* Delete Cart Modal End */


/* Product List Page Start */
.prdLsSrh {
  margin: 2rem 0px -0.5rem;
  max-width: 300px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prdLsSrhIp {
  flex-grow: 1;
}

.prdFltClsBtnG {
  margin-top: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .prdFltCl {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 280px;
    max-width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0px 0px 13px #414141;
    transform: translateX(-100%);
    transition: 0.3s transform;
    overflow: auto;
  }

  .prdFltCl.show {
    transform: translateX(0%);
  }
}

@media only screen and (max-width: 575px) {
  .prdLsSrh {
    margin: 2rem 0px 0.5rem;
    max-width: 100%;
  }
}

/* Product List Page End */




/* Full Page End */
.page-fill {
  min-height: calc(100vh - 421px - 95px);
}

/* Full Page Start */


/* Measure tape page Start */
.msrTpNkIp input.form-control {
  font-size: 18px;
  min-height: 36px;
  height: auto;
  line-height: normal;
  color: #000000;
}

.msrTpNkIp input::placeholder {
  color: #aeabab;
}

/* Measure tape page End */


/* strong password */

input#pwd {
  width: 180px;
  padding: 3px;
  color: #000;
  float: left;
  margin-right: 10px;
}

#pwd_strength_wrap {
  border: 1px solid #D5CEC8;
  display: none;
  float: left;
  padding: 10px;
  position: relative;
  width: 320px;
}

#pwd_strength_wrap:before,
#pwd_strength_wrap:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  /* arrow size */
}

#pwd_strength_wrap:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0.1);
  border-top: 7px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: -18px;
  position: absolute;
  top: 10px;
}

#pwd_strength_wrap:after {
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid #fff;
  border-top: 6px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: -16px;
  position: absolute;
  top: 11px;
}

#pswd_info ul {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}

#pswd_info ul li {
  background: url(icon_pwd_strength.png) no-repeat left 2px;
  padding: 0 0 0 20px;
}

#pswd_info ul li.valid {
  background-position: left -42px;
  color: green;
}

#passwordStrength {
  display: block;
  height: 5px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.strength0 {
  background: none;
  /* too short */
  width: 0px;
}

.strength1 {
  background: none repeat scroll 0 0 #FF4545;
  /* weak */
  width: 25px;
}

.strength2 {
  background: none repeat scroll 0 0 #FFC824;
  /* good */
  width: 75px;
}

.strength3 {
  background: none repeat scroll 0 0 #6699CC;
  /* strong */
  width: 100px;
}

.strength4 {
  background: none repeat scroll 0 0 #008000;
  /* best */
  width: 150px;
}


/* Product 2 column Start */
@media only screen and (max-width: 767px) {

  .expClcR,
  .smlPrd .row,
  .prdClcPg .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .expClcC {
    padding: 1rem 8px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .expClcConRt {
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .expClcCon {
    flex-direction: column;
  }
}

/* Product 2 column End */


/* changes 10/6/2014 nd */

@media (max-width:768px) {
  ul.d-flex.tr_menu {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cart_ar {
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

.subpage_container p {
    margin: 1rem 0px;
    margin: 1;
}

ol[decimal="float"] {
    counter-reset: float;
}

ol[decimal="float"] li {
    counter-increment: float;
}

ol[decimal="float"] li::before {
    content: counters(float, ".")" ";
    margin-left: -4px;
}
@media (min-width:500px) and (max-width:768px) {
  .bnr_img {
      min-height: 400px;
      object-fit: cover;
      object-position: right center;
  }
}