:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  button {
    border-radius: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  select {
    word-wrap: normal;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  
  h3, .h3 {
    font-size: 1.75rem;
  }
  
  h4, .h4 {
    font-size: 1.5rem;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  
  .card-title {
    margin-bottom: 0.75rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .accordion {
    overflow-anchor: none;
  }
  
  .accordion > .card {
    overflow: hidden;
  }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .bg-white {
    background-color: #fff !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .d-none {
    display: none !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .float-right {
    float: right !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .position-relative {
    position: relative !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-center {
    text-align: center !important;
  }
  
  
  :root {
    --primary-font: 'IBM Plex Sans Condensed', sans-serif;
    --font-weight-thin: 200;
    --font-weight-extraLight: 300;
    --font-weight-light: 400;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semiBold: 600;
    --font-weight-bold: 700;
    --primary-color: #000;
    --secondary-color: #F76B6A;
    --secondary-hv-color: #e95144;
    --currency-color: #F76B6A;
    --primary-bg: #fafafa;
    --primary-bg-dark: #e8e9eb;
    --link-color: rgb(13,202,240);
}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    position: relative;
    font-family: var(--primary-font);
}
a,  a:hover {
    text-decoration: none;
}
#fixed-header {
    z-index: 1000;
    box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.38);
    background-color:  #fff;
}
.topbar  {
    background-color:  var(--primary-color);
    text-align:  center;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    height:  30px;
}
.topbar p {
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    /*line-height: 24px;*/
    /* letter-spacing:  2px; */
    color: #fff;
    margin-bottom: 0;
}
.logo-menu-section {
    padding: 10px 50px 0px;
    box-shadow:  none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
}
.logo-menu-section .logo-part img {
    height: 65px;
}
.logo-menu-section .other-icons-part ul > li {
    line-height: inherit;
}
.logo-menu-section .other-icons-part ul > li > a {
    display: block;
}
.logo-menu-section .other-icons-part ul > li > a > img {
    width: 20px;
    margin-left: 25px;
    position: relative;
}
.currency-select-box {
    position: relative;
}
.currency-select-box select {
    font-weight: var(--font-weight-light);
    font-size: 12px !important;
    color: var(--primary-color);
    padding:  0px 20px 0px 0px;
    border-radius: 0;
    border: none;
    -webkit-appearance:  none;
    -moz-appearance:  none;
    appearance:  none;
    background: transparent;
}
.currency-select-box:before  {
    font-family:  FontAwesome;
    content:  '\f0d7';
    position:  absolute;
    top:  6px;
    right:  0px;
    padding-right:  3px;
    padding-left:  3px;
    background:  #fff;
    text-align:  center;
    color: var(--primary-color);
    font-size:  10px;
    z-index:  1;
    pointer-events:  none;
}
.mobile-header .mobile-menu-slider .category-img {
    width:  80px;
    height:  80px;
    object-fit:  cover;
    object-position:  top;
    border-radius:  10px;
    margin:  10px 5px 5px 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fac3c3;
}
.mobile-header .mobile-menu-slider .category-name  {
    font-weight: var(--font-weight-light);
    font-size: 16px;
    /* line-height:  18px; */
    /* letter-spacing: 0.45px; */
    color:  #707070;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
.sidenav-overlay {
    /* position:  fixed; */
    top:  0;
    bottom:  0;
    left:  0;
    right:  0;
    background-color:  #000000c4;
    overflow:  hidden;
    width:  0;
    height:  100%;
    transition:  .5s ease;
    cursor:  pointer;
    z-index: 20;
}
.sidenav  {
    height:  100%;
    width:  0;
    position:  fixed;
    z-index:  22;
    top:  0;
    left:  0;
    background-color:  #fff;
    overflow-x:  hidden;
    transition:  0.5s;
}
.sidenav .login-btn-with-list-part {
    position:  relative;
    height:  calc(100% - 46px);
    overflow:  scroll;
}
.sidenav .login-btn-with-list-part .login-btn-pos {
    top: 0;
    width: 100%;
}
.sidenav .login-btn-with-list-part .login-btn-pos .sidemenu-login-btn {
    padding: 10px;
    font-weight: var(--font-weight-extraLight);
    font-size:  14px;
    /*line-height:  1.5;*/
    background-color:  var(--primary-color);
    color:  #fff;
    text-transform:  uppercase;
    border-radius:  0;
}
.sidenav .close-btn-pos {
    position: absolute;
    top: 0;
    right: 0;
    /* bottom: 0; */
    /* width: 100%; */
}
.sidenav .close-btn-pos .sidemenu-close-btn {
    font-weight: var(--font-weight-light);
    font-size:  14px;
    /*line-height:  1.5;*/
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px;
    border-radius:  0;
}
.sidenav .nav .nav-item .nav-link  {
    font-weight: var(--font-weight-light);
    font-size:  16px;
    /*line-height:  20px;*/
    /* letter-spacing:  1.25px; */
    color: var(--primary-color);
    text-decoration:  none;
    text-transform:  uppercase;
    padding:  1.2rem 1rem;
}.sidenav-overlay {
    /* position:  fixed; */
    top:  0;
    bottom:  0;
    left:  0;
    right:  0;
    background-color:  #000000c4;
    overflow:  hidden;
    width:  0;
    height:  100%;
    transition:  .5s ease;
    cursor:  pointer;
    z-index: 20;
}
.sidenav  {
    height:  100%;
    width:  0;
    position:  fixed;
    z-index:  22;
    top:  0;
    left:  0;
    background-color:  #fff;
    overflow-x:  hidden;
    transition:  0.5s;
}
.sidenav .login-btn-with-list-part {
    position:  relative;
    height:  calc(100% - 46px);
    overflow:  scroll;
}
.sidenav .login-btn-with-list-part .login-btn-pos {
    top: 0;
    width: 100%;
}
.sidenav .login-btn-with-list-part .login-btn-pos .sidemenu-login-btn {
    padding: 10px;
    font-weight: var(--font-weight-extraLight);
    font-size:  14px;
    /*line-height:  1.5;*/
    background-color:  var(--primary-color);
    color:  #fff;
    text-transform:  uppercase;
    border-radius:  0;
}
.sidenav .close-btn-pos {
    position: absolute;
    top: 0;
    right: 0;
    /* bottom: 0; */
    /* width: 100%; */
}
.sidenav .close-btn-pos .sidemenu-close-btn {
    font-weight: var(--font-weight-light);
    font-size:  14px;
    /*line-height:  1.5;*/
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px;
    border-radius:  0;
}
.sidenav .nav .nav-item .nav-link  {
    font-weight: var(--font-weight-light);
    font-size:  16px;
    /*line-height:  20px;*/
    /* letter-spacing:  1.25px; */
    color: var(--primary-color);
    text-decoration:  none;
    text-transform:  uppercase;
    padding:  1.2rem 1rem;
}
.login-btn-with-list-part .nav-link[data-toggle]:not(.collapsed):after  {
    font-family:  'FontAwesome';
    float:  right;
    content:  "\f104";
    transform: rotate(0deg);
    color: var(--secondary-color);
    font-size:  14px;
}
.footer-section {
    background-color: var(--primary-bg-dark);
    padding: 0;
}
.black-fixed-bg {
    z-index: 1;
    background-color: var(--primary-color);
    position:  fixed;
    bottom:  0;
    width:  100%;
    display:  grid;
    grid-template-columns: 23% 23% 23% 31%; 
    justify-content:  center;
}
.black-fixed-bg .item  {
    text-align:  center;
    padding: 10px 5px;
}
.black-fixed-bg .item .fixed-icons {
    width: 28px;
}
.black-fixed-bg .item .fixed-icons-names {
    font-weight: var(--font-weight-regular);
    font-size: 14px;
    /*line-height: 17px;*/
    /* letter-spacing:  0px; */
    color: #fff;
    margin-top:  5px }
.black-fixed-bg .item.item-active  {
    background-color: rgba(255,  255,  255,  0.9);
}
.black-fixed-bg .item-active .fixed-icons-names {
    color: #000 !important;
    font-weight: bold;
}
.banner-slider .banner-box {
    position:  relative;
}
.banner-slider .banner-box img {
    position:  relative;
    width:  100%;
    height:  auto;
    /* height:  500px; */
    object-fit:  cover;
    object-position: center;
}
.content-section {
    padding: 50px 50px;
}
.content-section .content-heading,  .content-heading {
    font-weight: var(--font-weight-semiBold);
    text-transform: uppercase;
    font-size: 26px;
    /* /*line-height: 40px;*/ 
    /* letter-spacing:  20px; */
    color: #2d2d2d;
    margin-bottom: 50px;
    text-align: center;
}
.footp{
    text-transform: uppercase;
    color:#000;
    font-size: 12px !important;
}
.footp1{
    text-transform: uppercase;
    color:#000;
    font-size: 14px !important;
}
.offer-callouts-box {
    overflow: hidden;
}
.offer-callouts-box img {
    position:  relative;
    width:  100%;
    height:  auto;
    /* height:  500px; */
    object-fit:  cover;
    object-position: top;
    transform:  scale(1);
    transition:  transform 1.2s ease-in-out;
}
.kurtas-suit-sets-slider .img-box {
    position:  relative;
    margin-right: 20px;
}
.kurtas-suit-sets-slider .img-box .img-pic {
    overflow: hidden;
}
.kurtas-suit-sets-slider .img-box .img-pic img {
    position:  relative;
    width:  100%;
    height:  450px;
    object-fit:  cover;
    object-position: top;
    transform:  scale(1);
    transition:  transform 1.2s ease-in-out;
}
.category-type-slider h3 a {
    opacity:  0.8;
    transition:  all 300ms ease;
    font-weight: var(--font-weight-medium);
    font-size: 24px;
    /* line-height: 35px; */
    /* letter-spacing:  12px; */
    color: var(--primary-color);
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 10px;
    border-bottom: 5px solid transparent;
}
.category-type-slider .slick-center h3 a {
    color:  var(--primary-color);
    opacity:  1;
    border-bottom: 3px solid var(--primary-color);
}
.modal-style {
    padding-right: 0!important;
}
.sign-up-modal-style {
    padding-right: 0!important;
}
.drop-hover  {
    position:  relative;
    display:  inline-block;
}
.nav-item a  {
    color:  var(--primary-color);
}
.collapse:not(.show)  {
    display:  none !important;
}
.heading.title_  {
    top:  50%;
    position:  absolute;
    left:  50%;
    transform:  translate(-50%,  -50%);
    font-size:  40px;
    font-weight: var(--font-weight-light);
    /* letter-spacing:  0; */
    color:  #fff;
    z-index:  2;
}
.category-type-slider .slick-center h3  {
    opacity:  1;
}
.category-type-slider h3  {
    opacity:  1;
}
.category-type-slider h3  {
    transition:  all 800ms ease;
    -webkit-transition:  all 800ms ease;
    -moz-transition:  all 800ms ease;
    -ms-transition:  all 800ms ease;
    -o-transition:  all 800ms ease;
}
#home__main .mobile-header .mobile-menu-slider  {
    display:  block;
}
.mobile-header .mobile-menu-slider  {
    display:  none;
}
.black-fixed-bg .item a  {
    color:  #fff;
}
.form-control  {
    font-size:  14px;
}
.mob-animated-search input[type=text] {
    width: 0;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    background-image: url('../../images/search.svg');
    background-position: 24px 9px;
    background-repeat: no-repeat;
    padding: 2px 20px 2px;
    -webkit-transition: width 0.4s ease-in-out;
    float: right;
    font-size: 12px;
    background-size: 17px;
    border-radius: var(--rounded-border-radius);
}
.mob-animated-search .search-btn {
    display: none;
}
.sidemenu-close-btn.ab-ps {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 21;
    background-color: #000000c4;
     transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    height: 100vh;
}
.black-fixed-bg .item.wt .fixed-icons {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 19px;
    margin: 4px 0 5px;
}
.progress-wrap {
    position: fixed;
    right: 18px;
    bottom: 80px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::after {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #da2c4d;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .progress-wrap::before {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .progress-wrap svg path { 
    fill: none; 
  }
  .progress-wrap svg.progress-circle path {
    stroke: #f8ab37;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .newSrchSuggestBox {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    max-width: 690px;
    padding: 30px 25px 20px;
    background: #fff;
    margin-top: 2px;
    border-top: 2px solid #333;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.3);
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    display: none;
    z-index: 6;
}
.nav__menu .overlap {
    top: 8px;
}
.sidenav .nav .nav-item .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
}
.sidenav .nav .nav-item .overlap .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.handsOn
{
    cursor: pointer !important;
}




@media (max-width: 480px)  {
.topbar  {
    height:  auto;
    padding: 2px;
}
.mob-animated-search input[type=text] {
    background-position: 21px 9px;
    background-size: 18px;
}
.content-section.pb-res  {
    padding-bottom:  30px !important;
}
.heading.title_,  .mg-hero-overley  {
    display:  none;
}
.content-section-style  {
    padding-top:  30px !important;
    padding-bottom:  20px !important;
}
}

@media only screen and (max-width: 576px) {
.heading.title_  {
    font-size:  14px;
}
#fixed-header {
    box-shadow:  none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
}
.logo-menu-section  {
    padding:  10px 15px;
    box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.38);
}
.topbar  {
    height:  auto;
    padding: 2px;
}
.topbar p  {
    font-size:  12px;
    /*line-height:  24px;*/
}
.logo-menu-section .logo-part img  {
    height:  35px;
}
.logo-menu-section .other-icons-part ul > li > a > img  {
    width:  18px;
    margin-left:  18px;
}
.currency-select-box select  {
    font-size: 10px;
    padding:  0px 15px 0px 0px;
}
.logo-menu-section .currency-select-box-part {
    width:  84px;
}
.logo-menu-section .other-icons-part {
    width: 84px;
}
.sidenav .nav .nav-item .nav-link,  .submenupart .nav .nav-item .nav-link,  .submenu1subpart .nav .nav-item .nav-link,  .submenu1subpart_submenu .nav .nav-item .nav-link {
    font-size:  12px;
    /*line-height:  14px;*/
}
.mobile-header .mobile-menu-slider .category-img {
    width:  60px;
    height:  90px;
}
.mobile-header .mobile-menu-slider .category-name {
    font-size:  12px;
    /*line-height:  16px;*/
}
.mobile-footer-section .mobile-footer-part-one {
    background-color: #feefef;
    padding: 20px;
}
.mobile-footer-section .mobile-footer-part-one .signup-box {
    padding: 20px;
    border: 1px solid #707070;
}
.mobile-footer-section .mobile-footer-part-one .signup-box p {
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    /*line-height: 16px;*/
    /*letter-spacing:  0.5px;*/
    color: #000;
    margin-bottom: 20px;
}
.mobile-footer-section .mobile-footer-part-one .signup-box .signup-btn {
    font-weight: var(--font-weight-extraLight);
    font-size: 14px;
    /*line-height: 1.5;*/
    background-color:  var(--primary-color);
    color:  #fff;
    text-transform:  uppercase;
    padding-left:  30px;
    padding-right:  30px;
    border-radius:  0;
    width: 200px;
}
.mobile-footer-section .mobile-footer-part-two {
    background-color: #f5f4f4;
    padding: 20px;
}
.mobile-footer-section .mobile-footer-part-two .icon-part img {
    height: 30px;
    margin-right: auto;
    margin-bottom:  8px;
}
.mobile-footer-section .mobile-footer-part-two .icon-content {
    font-weight: var(--font-weight-extraLight);
    font-size: 12px;
    /*line-height: 16px;*/
    /* letter-spacing:  0.4px; */
    color:  #6b6b6b;
}
.mobile-footer-section .mobile-footer-part-three .accordion>.card {
    border-radius: 0;
    border: 0;
}
.mobile-footer-section .mobile-footer-part-three .accordion .card-header:after  {
    font-family:  'FontAwesome';
    content:  "\f106";
    float:  right;
    font-size:  24px;
    line-height:  normal;
    color:  #6b6b6b;
}
.mobile-footer-section .mobile-footer-part-three .accordion .card-header.collapsed:after  {
    content:  "\f107";
}
.mobile-footer-section .mobile-footer-part-three .accordion>.card>.card-header {
    border-radius:  0;
    margin-bottom:  2px;
    background-color:  #e7e4e4;
    padding:  13px 20px;
}
.mobile-footer-section .mobile-footer-part-three .accordion>.card>.card-header:nth-last-child(2) {
    margin-bottom:  0;
}
.mobile-footer-section .mobile-footer-part-three .accordion>.card>.card-header>.card-title {
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    font-size: 14px;
    /*line-height: 20px;*/
    /* letter-spacing:  1.05px; */
    color: #000000;
    margin-bottom:  8px;
}
.mobile-footer-section .mobile-footer-part-three .accordion>.card>.card-body {
    padding: 10px 20px;
}
.mobile-footer-section .mobile-footer-part-four {
    background-color: #f5f4f4;
    padding: 20px;
    margin-bottom: 95px;
}
.mobile-footer-section .mobile-footer-part-four p {
    font-weight: var(--font-weight-regular);
    font-size: 12px;
    color: #1f1f1f;
    margin-bottom: 10px;
}
.mobile-footer-section .mobile-footer-part-four .mobile-social-icons  {
    display:  inline-table;
}
.mobile-footer-section .mobile-footer-part-four .mobile-social-icons img {
    width:  20px;
    margin:  10px 8px 0px 8px;
}
.banner-slider .banner-box img {
    height:  auto;
    object-position: center;
}
.content-section {
    padding: 0px 0px 30px 0px;
}
.content-section-style {
    padding: 50px 0px 50px 0px;
}
.content-section .content-heading,  .content-heading {
    font-size: 14px;
    margin-bottom:  15px;
}
.offer-callouts-box img {
    height:  auto;
}
.shop-by-category-slider .img-box img
{
    height:  280px;
}
.shop-by-category-slider .img-box .img-content h4,
.shop-by-category-slider-one .img-box .img-content h4 {
    font-size:  14px;
}
.shop-by-category-slider .img-box .img-content .price-part,
.shop-by-category-slider-one .img-box .img-content .price-part {
    font-size:  12px;
}
.shop-by-category-slider .img-box .shop-now-btn,
.shop-by-category-slider-one .img-box .shop-now-btn {
    font-size:  12px;
    padding:  6px 8px;
}
.kurtas-suit-sets-slider .img-box  {
    margin-right: 0px;
}
.kurtas-suit-sets-slider .img-box .img-pic  {
    margin:  5px;
}
.kurtas-suit-sets-slider .img-box .img-pic img {
    height:  240px;
}
.category-carousel-slider .img-box,
.category-carousel-slider-one .img-box {
    margin-right: 10px;
}
.category-carousel-slider .img-box .img-pic img,
.category-carousel-slider-one .img-box .img-pic img {
    height:  210px;
}
.category-type-slider h3 a {
    font-size:  12px;
    /*line-height:  18px;*/
    /*letter-spacing:  4px;*/
    margin: 0px;
}
}
@media (max-width: 1199.98px)  {
.contnet-section-mt  {
    margin-top:  20px;
}
}

