body{
      font-family: 'Isidora Sans';

}

a {
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important; transition: all ease-in-out 0.5s;
  
}
button{
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

/* width */

::-webkit-scrollbar {
  width: 4px;
}


/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px #ccc;
  border-radius: 0px;
}


/* Handle */

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0px;
}

.ptn-bg a:hover {
  text-decoration: none;
}ul li{
    list-style:none;
}
.footer-top .row {
    --bs-gutter-x: 0;
}
@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Bold.eot');
    src: url('../fonts/IsidoraSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-Bold.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Bold.woff') format('woff'),
        url('../fonts/IsidoraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Medium.eot');
    src: url('../fonts/IsidoraSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-Medium.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Medium.woff') format('woff'),
        url('../fonts/IsidoraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Light.eot');
    src: url('../fonts/IsidoraSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-Light.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Light.woff') format('woff'),
        url('../fonts/IsidoraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Black.eot');
    src: url('../fonts/IsidoraSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-Black.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Black.woff') format('woff'),
        url('../fonts/IsidoraSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Thin.eot');
    src: url('../fonts/IsidoraSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-Thin.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Thin.woff') format('woff'),
        url('../fonts/IsidoraSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-SemiBold.eot');
    src: url('../fonts/IsidoraSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/IsidoraSans-SemiBold.woff') format('woff'),
        url('../fonts/IsidoraSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Isidora Sans';
    src: url('../fonts/IsidoraSans-Regular.eot');
    src: url('../fonts/IsidoraSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IsidoraSans-Regular.woff2') format('woff2'),
        url('../fonts/IsidoraSans-Regular.woff') format('woff'),
        url('../fonts/IsidoraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.login-signup:hover{
  text-decoration:none;
}
.fade-header {
    width: 100%;
    float: left;
    background: #f05055;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.fade-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.header-close{
    position: absolute;
    right: 20px;
    top: 13px;
}
.header-close img{
    width: 16px;
    height: 16px;
}
.rev-hd{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}.rev-hd h1{
    float: left;
    font-size: 26px !important;
}.rev-hd .rev-a{
    float: right;
    width: 180px;
    background: #d92026;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 30px;
}.rev-a:hover{
    background:#000;
}.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    line-height: 25px;
    margin: 0 0 5px;
    text-align: left;
}.log_set input[type="text"], .log_set input[type="password"], .log_set input[type="mail"], .log_set input[type="email"], .log_set input[type="tel"], .log_set select, .log_set textarea {
}.log_set textarea {
    height: 100px !important;
}.reivew-btn {
    width: 150px !important;
    height: 50px !important;
    text-align: center;
    color: #fff;
    margin: auto !important;
    display: block;
    font-size: 14px;
    /* float: right; */
    background: #d92026;
    /* margin-top: 15px !important; */
    border: 0;
    font-weight: 600;
    border-radius: 30px;
    /* padding-left: 25px !important; */
}.reivew-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}.giv_rate .ratingbox2 {
    width: 100%;
    float: left;
    margin: 15px 0;
    text-align: center;
}.giv_rate .ratingbox2 i {
    font-size: 30px;
    color: #ffd426;
}.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #30382e;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}.submit_frm:hover {
    background: #17b107;
    color: #fff;
}.write-review {
    float: left;
    width: 100%;
    color: #1b1d1b;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 7px;
    text-align: center;
}.modal_top {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}.review-form {
    float: left;
    margin-bottom: 9px;
}.review-form h1 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    background: #ffffff;
    text-align: left;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 8px;
    font-weight: 500;
}
.header-sec{

width: 100%;

float: left;

/* background: #461616; */

height: 108px;

/* overflow: hidden; */
}
.logo-image p{
  font-size: 12px;
    color: #e8b761;
    margin: 0;
}
.header-sec .logo-image img{/* height: 45px; */max-width: 100%;/* width: 100%; */float: left;margin-left: 25px;}
.header-sec .logo-image{

display: table;

margin: auto;

width: 28%;

height: 108px;

float: left;

text-align: center;

border-right: 1px solid #e4e4e4;

padding: 20px 0;
}

.header-search-btn img{
  
width: 20px;
}
.header-sec form button{
  
position: absolute;
  
right: 8%;
  
background: transparent;
  
border: 0;
  
top: 32%;
}
.header-sec input{font-size: 17px;width: 100%;height: 53px;border-radius: 20px;color: #010101;padding: 9px 20px 10px;/* border-top-left-radius: 4px; */border: none;/* border-bottom-left-radius: 4px; */margin: 0;border: 0;background: #f4f4f4;}
.header-sec form{

width: 50%;

float: left;

/* margin-left: 50px; */

margin-top: 14px;

padding: 10px 3%;

position: relative;
}
.new-sec1{

width: 100%;

float: left;

padding: 20px 0;
}
.mo_re_sub ul{
  padding: 0;
}
.header_menu_area {
      width: 100%;
      float: right;
      /* top: 56px; */
      /* position: absolute; */
      z-index: 9;
      text-align: center;
      position: relative;
      background: #f05055;
      }
.more_menu.active li{
  list-style: none;
}.more_menu.active ul{
  padding: 0;
  margin: 0;
}
.more_menu.active li a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
  .header_menu_area > .mob_nav {
    display: none; }.more_menu.active {
    display: block;
    position: absolute;
    margin-top: 56px;
    z-index: 999;
    padding: 20px;
    background: #000;
    font-size: 13px;
    right: 10px;
    width: auto;
}
  .header_menu_area > ul {
        width: 94%;
        display: inline-block;
        margin: 0;
        /* padding: 0 4%; */
        padding: 0;
        float: left;
        overflow: hidden;
        height: 56px;
        background: #f05055;
        }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      transition: all ease-in-out 1s;
      }
.header_menu_area > ul > li > a img{
  width: 24px;
  margin-top: -4px;
  filter: invert(1);
}
      .header_menu_area > ul > li > a {
        width: auto;
        float: left;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        padding: 18px 16px 17px;
        transition: all ease-in-out 1s;
        z-index: 1;
        -ms-transition: all ease-in-out 0.5s;
        
        :;
        }
        .show {background:;color: #0e0e0e !important;}
        .header_menu_area > ul > li > a:hover {
          color: #fff;
          /* background: #000000; */
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0px;
          background: #000000;
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.1s;
          }
        .header_menu_area > ul > li > a:hover::after {
          height: 100%;

           }
          @media(min-width:1001px){
              .p-category span{
    display:none;
}
          }

          @media (max-width: 1000px) {
              .header_menu_area > ul > li > a img{
                  filter:none;
              }
            .o-menu:hover .sub-menu {
    display: block;
    position: absolute;
    top: 80%;
    background: #fff;
    width: 100%;
    text-align: left;
}
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      margin: 16px 37px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      margin-right: 15px !important;
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      }
      .header_menu_area > .mob_nav > div {
        background: #000000;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 0;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
        }
.header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 11px;
          width: 75%;
          }
.header_menu_area > .mob_nav > div:nth-child(4) {
          top: 20px;
          width: 55%;
          }

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mob_nav.open > div:nth-child(2) {
    background: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  .mob_nav.open > div:nth-child(3) {
    background: #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }

  .header_menu_area > ul {
    width: 100%;
    overflow: inherit;
    position: absolute;
    margin-top: 0;
    left: 0;
    background: #fff;
    transition: opacity .3s,visibility .3s;
    box-shadow: 0 -1px 0 var(--nav-line-color);
    opacity: 0;
    padding: 20px 0px !important;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    /* transition: all ease-in-out 0.5s; */
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    /* -webkit-transition: all ease-in-out 0.5s; */
    z-index: 11111 !important;
    }
    .header_menu_area > ul > li {
      width: 100%;
      float: left;
      }.header_menu_area > ul > li > a:hover{
      color:#000 !important;
      }
      .header_menu_area > ul > li > a {
           color: #461616 !important;
           width: 100%;
           text-transform: capitalize;
           font-weight: 700;
           line-height: 30px;        letter-spacing: 1px !important;

           color: #000 !important;
           background: #ffffff;
           padding: 20px 5%;
           text-align: left;
           border-bottom: 1px solid #ccc;
           }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible !important;
    opacity: 1;
    border-top: solid 1px rgb(74 70 70 / 8%);
    overflow-y: scroll;
    background: #ffffff !important;
    width: 100%;
    top: 65px;
    z-index: 100;
    height: 93vh;
    display: block !important;
    width: 100%;
    position: fixed;    padding-bottom: 50px !important;
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
.p-category img{
    display:none;
}
  .header_user_area {
    right: calc(5% + 70px); } }
@media (max-width: 500px) {
  .header_user_area {
    right: calc(5% + 55px); }
    .header_user_area .header_user {
      padding: 23px 18px 23px 0px; }
      .header_user_area .header_user > img {
        width: 30px;
        height: 30px; }
      .header_user_area .header_user > span {
        display: none; }
    .header_user_area > .header_login {
      margin: 0 5px 0 0; } }

.header_menu_area > ul li ul.submenu {
    *display: none;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.login_panel .log_area .log_box {
    display: none;
    width: 100%;
    position: relative;
    /* max-width: 520px; */
    background: #fff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* padding: 30px; */
}

.login_panel .log_area .log_box > h2 {
    color:#10100f;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 10px !important;
    text-align: center;
}
.login_panel .log_area .log_box p {
    text-align: center !important;
    color: rgba(105, 105, 105, 0.95);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    /* margin: 0 0 10px !important; */
}

.login_panel .log_area .log_box h5 {
    color: #696969;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600 !important;
}

.login_panel .log_area .log_box .login_media {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 10px !important;
}

.login_panel .log_area .log_box .login_media > li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px;
}
.login_panel .log_area .log_box .login_media > li .fb_login {
    background: #3b5998 !important;
    color: #fff !important;
}
.login_panel .log_area .log_box .login_media > li > a > img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.login_panel .log_area .log_box .or {
}
.login_panel .log_area .log_box > hr {
    width: 100%;
    float: left;
}
.login_panel .log_area .log_box p > a {
    color: #000000;
    text-decoration: none !important;
    font-weight: 600;
}
.login_panel .log_area .log_box .login_media > li > a {
    width: auto;
    float: left;
    position: relative;
    padding: 10px 20px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 17px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
}
.login_panel .log_area .log_box .log_form {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 0px 10px;
}
.sub-menu a{
  width: 100%;
  float: left;
  font-size: 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #461616;
  padding: 8px 0;
}
.o-menu:hover .sub-menu{
  
display: block;
  
position: absolute;
  
top: 80%;
  
background: #fff;
  
width: 220px;
  
text-align: left;
}.menu li:first-child {
    margin-left: 0;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.mo_re_sub li {
    position: relative;
    width: 100%;
}
.mo_re_sub li {
    position: relative;
    width: 100%;
}.menu ul li a {
    /* font-size: 12px; */
    /* font-weight: normal; */
    /* display: block; */
    /* color: #797979; */
    /* background: #fff; */
    text-transform: capitalize;
    font-size: 13px;
    font-weight: normal;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
    color: #000;
    background: #fff;
}
.active-menu{
  background:#000;
}
.menu li a {
    /* font-weight: 600; */
    text-decoration: none;
    /* padding: 10px 15px 0; */
    /* font-size: 1.5rem; */
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.mo_re_sub a {
    font-size: 15px;
    color: #000;
    padding: 5px 0;
    width: 100%;
    float: left;
}.sub-2 {
    display: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    width: 0;
    margin-left: -50px;
    position: absolute;
}.mo_re_sub li:hover .sub-2 {
    display: block;
    width: 200px;
    position: absolute;
    left: -150px;
    background: #fff;
    /* padding: 15px 20px; */
    /* width: 0; */
    z-index: 9999;
    opacity: 1;
}
.new1{

}.mo_re_sub a{
  font-size: 15px;
  color: #000;
  padding: 5px 0;
  width: 100%;
  float: left;
}
.mo_re_sub{
  
position: absolute;
  
margin-top: 0;
  
background: #fff;
  
width: 230px;
  
right: 0;
}
.mo_re{
      float: right;
      position: absolute;
      right: 4%;
      top: 32%;
      background: transparent;
      border: 0;
      cursor: pointer;
      color: #461616;
}.main-slider img{
  width:100%;
}
.main-slider{
  float: left;
  width: 100%;
}
.dropOut ul {
    float: left;
    padding: 10px 0;
    padding-top: 0px;
    padding-bottom: 0px;
}.msg-welcome {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 10px;
}.msg-welcome span {
    font-weight: 700;
    float: left;
    width: 100%;
}
.cart-hd span{
  width: 100%;
  float: left;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.cart-hd a:hover{
  text-decoration:none;
}
.cart-hd a {
    font-size: 15px;
    text-decoration:none;
    color: #000;
    position: relative;
    font-weight: 500;
    width: 100%;
    float: left;
}.login-signup:hover {
    color: white !important;
    /* background: rgb(70 22 22); */
    text-decoration: none !important;
}.login-signup {
    float: left;
    width: 150px;
    height: 35px;
    margin-left: 0;
    background: #000;
    border: 0;
    font-weight: 600 !important;
    font-weight: 500;
    line-height: 35px;
    padding-left: 10px;
    font-size: 15px !important;
    letter-spacing: 1px;
    color: #ffffff !important;
    margin-bottom: 10px;
}.cart-hd img {
    width: 25px;
    /* display: block; */
    /* margin: auto; */
}
.dropdownContain {
    width: 160px;
    position: absolute;
    z-index: 99;
    right: 60px;
    margin-left: 0;
    top: -400px;
}.cart-hd{
  margin: 0px 11px;
  padding: 30px 0;
  float: left;
}
.cart-right{
  
width: 22%;
  
float: left;
  
border-left: 1px solid #e4e4e4;
  
height: 108px;
  
/* padding: 35px 0; */
}
.sign-hd:hover .dropdownContain {
    top: 66px;
}.dropOut {
    width: 200px;
    background: white;
    float: left;
    position: relative;
    margin-top: 0px;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}.sign-hd:hover .dropdownContain {
    top: 91px;
    left: -15px;
}.sign-hd:hover .dropOut {
    opacity: 1 !important;
}.sign-hd{
  position: relative;
}.dropOut ul li {
    list-style-type: none;
    text-align: left;
    float: left;
    width: 100%;
    padding: 7px 0 7px 10px;
    /* margin: 0px 10px; */
    color: #131212 !important;
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 4px;
    /* border-radius: 4px; */
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -ms-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
    font-size: 14px;
    font-weight: 500;
}.more:after{
  position:absolute;
  content:'';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c52e33;
  top: 24px;
  right: -2px;
}.more:hover{
  color: #fff;
}
.more {
    display: block;
    float: left;
    /* height: 35px; */
    margin-right: 0;
    line-height: 36px;
    white-space: nowrap;
    position: relative;
    padding: 10px 20px 10px 0;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #f05055;
}.more_menu {
    display: none;
}
.panel1{

width: 100%;

float: left;

background: #f4f4f4;

padding: 35px 1%;
}
.p1-carousel{

}.p1-box:hover img{
  
transform: scale(1.2);
}
.p1-box{

width: 100%;

float: left;

background: linear-gradient(182deg, rgba(255,255,255,1) 45%, rgba(245,245,245,1) 77%);

border-radius: 20px;

padding: 25px 10px;

text-decoration: none;
}
.p1-box h5{

font-size: 15px;

color: #000;

text-align: center;

font-weight: 600;

text-transform: uppercase;

text-decoration: none;

margin-top: 10px;
}
.p1-box img{

width: auto !important;

height: 70px;

object-fit: contain;

max-width: 100%;

display: block;

margin: auto;

transition: all ease-in-out 1s;
}
.p1-box h6{

text-align: center;

font-size: 16px;

color: #813737;

font-weight: 600;
}
.p1-box:hover{
  
}
.panel2{

width: 100%;

float: left;

padding: 0 1%;

background: #f4f4f4;
}.panel4 a:hover img {
    transform: scale(1.05);
}.panel8 a{
      width: 100%;
  position:relative;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}.panel2 a:hover img{
  transform: scale(1.05);
}.panel2 a{
      width: 100%;
  position:relative;
    float: left;
    overflow: hidden;
    border-radius: 20px;
}
.panel2 img{
  
width: 100%;
  
float: left;
  
transition: all ease-in-out .5s;
  
-o-transition: all ease-in-out 0.5s;
  
-ms-transition: all ease-in-out 0.5s;
  
-moz-transition: all ease-in-out 0.5s;
  
-webkit-transition: all ease-in-out 0.5s;
}
.panel3{

width: 100%;

float: left;

padding: 35px 1%;

background: #f4f4f4;
}
.panel3-box{

width: 100%;

float: left;

background: #fff;

padding: 45px 2%;

border-radius: 20px;
}
.panel3-box h1{

text-align: center;

font-size: 30px;

font-weight: 700;

text-transform: uppercase;
}
.panel3-box h1 span{

font-weight: 400;
}
.p3-box{width: 100%;float: left;margin-top: 40px;text-decoration: none;position: relative;margin-bottom: 20px;height: 490px;}
.p3-box h4{

font-size: 19px;

color: #000;

font-weight: 500;

display: -webkit-box;

-webkit-line-clamp: 2;

-webkit-box-orient: vertical;

overflow: hidden;

float: left;

width: 100%;

line-height: 29px;

-webkit-transition: all 1s ease-in-out;

-moz-transition: all 1s ease-in-out;

-o-transition: all 1s ease-in-out;

transition: all 1s ease-in-out;

margin: 0;
}
.p3-box-img{width: auto !important;background: #f4f4f4;    height: 186px;margin: auto;max-width: 100%;}
.p3-brand{width: 100%;float: left;font-size: 16px;font-weight: 600;color: #d11a20;margin-top: 5px;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
.p3-price span{font-size: 25px;font-weight: 700;}
.p3-box h5{font-size: 16px;color: #0e5f06;font-weight: 600;text-decoration: none;float: left;width: 100%;margin: 3px 0;}.p3-price {
  font-size: 19px;
  color: #000;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 2px 0;
}
.p3-box h5 span{font-size: 18px;color: #000;font-weight: 300;text-decoration: line-through;}
.p3-box h6{font-size: 16px;color: #625e5e !important;font-weight: 500 !important;width: 70%;float: left !important;display: block !important;white-space: nowrap;overflow: hidden;text-transform: none !important;text-overflow: ellipsis;margin-top: 5px !important;}
.p3-buttons{

}
.p3-wish{position: absolute;right: 3px;bottom: 55px;border: 0;/* opacity: .5; */background: #d17c7f;width: 48px;height: 48px;border-radius: 100%;/* -webkit-transition: all .3s ease-in-out; */-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;/* transition: all .3s ease-in-out; */}
.p3-wish img{

opacity: 1;

width: 20px;

height: 24px;

/* background: #d17c7f; */

object-fit: contain;
}
.p3-wish{position: absolute;right: 3px;bottom: 55px;border: 0;/* opacity: .5; */background: #d17c7f;width: 48px;height: 48px;border-radius: 100%;/* -webkit-transition: all .3s ease-in-out; */-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;/* transition: all .3s ease-in-out; */}
.p3-wish img{

opacity: 1;

width: 20px;

height: 24px;

/* background: #d17c7f; */

object-fit: contain;
}.det-wish:hover{
  background: #f05055;
}
.det-wish{position: absolute;right: 3px;top: 0;border: 0;/* opacity: .5; */background: #d17c7f;width: 48px;height: 48px;border-radius: 100%;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.det-wish img{

opacity: 1;

width: 20px;

height: 24px;

/* background: #d17c7f; */

object-fit: contain;
}
.p3-cart{position: absolute;right: 3px;bottom: 0px;border: 0;background: #7c7a7a;width: 48px;height: 48px;border-radius: 100%;cursor: pointer;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.p3-cart img{
margin: 10px auto;
    display: block;
opacity: 1;

width: 20px;

height: 24px;

/* background: #7c7a7a; */

object-fit: contain;
}
.p3-box:hover h4{

color: #d11a20;
}
.p3-box:hover .p3-brand{

color: #000;
}
.p3-box:hover .p3-wish{
  
background: #f05055;
}.p3-box:hover .p3-cart{
  
background: #292929;
}
.p3-b-img{
  
width: 100%;
  
float: left;
  
background: #f4f4f4;
  
height: 290px;
  
padding: 57px 30px;
  
text-align: center;
  
border-radius: 20px;
  
margin-bottom: 20px;
  
-webkit-transition: all 1s ease-in-out;
  
-moz-transition: all 1s ease-in-out;
  
-o-transition: all 1s ease-in-out;
  
transition: all 1s ease-in-out;
}
.p3-carousel .owl-nav{

float: right;

position: absolute;

right: 0;

top: -53px;
}.p3-carousel .owl-nav img:hover{
  background: #202020;
  /* filter: brightness(111); */
  border-color: #000;
}
.p3-carousel .owl-nav img{
  width: 50px;
  border: 1px solid #f05257;
  padding: 12px;
  border-radius: 100%;
  margin-left: 16px;
  transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 1s;
}.panel4 a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 36%);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s,-webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
    z-index: 999;
}
.panel4 a{
  position:relative;float: left;
    overflow: hidden;
    border-radius: 20px;width:100%;
}
.panel4{

width: 100%;

float: left;

background: #f4f4f4;

padding: 0 1%;
}
.panel4 img{
  width: 100%;
  transition: all ease-in-out .5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.p5-carousel .owl-nav{

float: right;

position: absolute;

right: 0;

top: -53px;
}.p5-carousel .owl-nav img:hover{
  background: #ffffff;
  filter: invert(1);
  border-color: #000;
}
.p5-carousel .owl-nav img{
  width: 50px;
  border: 1px solid #000000;
  padding: 12px;
  border-radius: 100%;
  margin-left: 16px;
  transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 1s;
}
.panel6{

width: 100%;

float: left;

background: #f4f4f4;

padding: 0 1% 30px;
}.panel6-box a {
    overflow: hidden;
    width: 100%;
    float: left;
    border-radius: 20px;
    height: 375px;
    margin-bottom: 40px;
}.panel6-box a:hover img {
    /* transform: scale(1.05); */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.panel6-box{

width: 100%;

float: left;

background: #fff;

padding: 35px 25px 5px;

border-radius: 20px;
}
.panel6-box img{

width: 100%;

height: 375px;

object-fit: cover;

max-width: 100%;

margin-bottom: 30px;

border-radius: 20px;
}
.panel7{

width: 100%;

float: left;

background: #f4f4f4;

padding: 20px 1%;
}
.p7-carousel{

position: relative;
}
.p7-carousel .owl-nav{

position: relative;
}
.p7-box{

width: 100%;

float: left;

background: #fff;

padding: 35px 25px;

border-radius: 20px;

position: relative;
}.p7-box .item img:hover{
  
filter: grayscale(0);
}
.p7-box .item img{

height: 100px;

object-fit: contain;

filter: grayscale(1);
}
.p7-box .item img: hover{

}
.p7-carousel .owl-prev{

position: absolute;

float: left;

position: absolute;

left: -40px;

top: -70px;

/* filter: invert(1); */

/* padding: 10px; */
}.p7-carousel .owl-next img:hover{
   background: #fff;
}
.p7-carousel .owl-prev img:hover{
  background: #fff;
}
.p7-carousel .owl-next{

position: absolute;

right: 0;

float: right;

top: -70px;

right: -43px;
}.p7-carousel .owl-prev img{width: 30px;width: 36px;padding: 10px;background: #0fafaa;filter: invert(1);border-radius: 100%;position: absolute;left: 0;transition: all ease-in-out 1s;}.p7-carousel .owl-next img{width: 36px;padding: 10px;background: #0fafaa;filter: invert(1);border-radius: 100%;position: absolute;right: 0;transition: all ease-in-out 1s;}
.panel7 h1{

text-align: center;

font-size: 30px;

font-weight: 700;

text-transform: uppercase;

margin-bottom: 40px;
}
.panel7 h1 span{
  
font-weight: 400;
}.panel8 a:hover img{
  transform: scale(1.05);
}
.panel8{

width: 100%;

float: left;

background: #f4f4f4;

padding: 40px 1%;
}
.panel8 img{
  
width: 100%;
  
float: left;
  
transition: all ease-in-out 0.5s;
  
-o-transition: all ease-in-out 0.5s;
  
-ms-transition: all ease-in-out 0.5s;
  
-moz-transition: all ease-in-out 0.5s;
  
-webkit-transition: all ease-in-out 0.5s;
}
.footer-top{

width: 100%;

float: left;

background: #000;

padding: 0px 0;

border-bottom: 1px solid #171717;
}
.ft-box{

width: 100%;

float: none;

background: #000;

border-right: 1px solid #171717;

padding: 40px 0;

margin: auto;

display: inline-flex;

align-items: center;

justify-content: center;
}
.ft-box img{

}
.ft-box img{

float: left;

filter: invert(1);

margin-right: 40px;
}
.ft-box h5{
  
font-size: 30px;
  
color: #fff;
  
margin: 0;
  
font-weight: 300;
}
.an-c1{
  animation-delay:1.8s;
}.an-c2{
  animation-delay: 1.5s;

}.an-c3{
    animation-delay: 1.8s;

}.slide-left { animation-name: animate-slide-left; }

@keyframes animate-slide-left {
  0% {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.slide { animation-name: animate-slide; }

@keyframes animate-slide {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.animate {
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  animation-delay: .5s;
  animation-fill-mode: backwards;
}
/* shorthand version:
animation: animation-name .75s cubic-bezier(.26, .53, .74, 1.48) .5s backwards;
*/

/* Pop In */

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/* Slide In */
.slide { animation-name: animate-slide; }

@keyframes animate-slide {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.footer-mid{

width: 100%;

float: left;

background: #000;

padding: 44px 2%;
}
.ftr-box{

}
.ftr-box h1
{
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.ftr-box h1:after{
  position: absolute;
  content: '';
  background: #f05055;
  width: 20px;
  height: 3px;
  left: 0;
  top: 25px;
  border-radius: 3px;
}
.ftr-box a{

font-size: 15px;

width: 100%;

float: left;

color: #fff;

padding: 5px 0;

text-decoration: none;
}
.ftr-box a:hover{color: #ff8488;}
.ftr-box2{

}
.ftr-box2 h1
{
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.ftr-box2 h1:after{
  position: absolute;
  content: '';
  background: #f05055;
  width: 20px;
  height: 3px;
  left: 0;
  top: 25px;
  border-radius: 3px;
}
.ft-mail{

width: 100%;

float: left;

margin-top: 15px;
}
.ft-mail img{

width: 43px;

float: left;

margin-right: 15px;
}
.ft-mail h5{

font-size: 15px;

font-weight: 600;

color: #b3aeae;
}
.ft-mail h6{

font-size: 15px;

color: #fff;

font-weight: 400;

margin: 0;
} .ftr-box2 p{
  
width: 100%;
  
float: left;
  
color: #fff;
  
font-size: 15px;
}
.ftr-box2 a{

font-size: 15px;

color: #fff;

padding: 5px 0;

text-decoration: none;
}
.ftr-box2 a:hover{

color: #f05055;
}
.pay{
  margin-bottom: 50px;
}
.ftr-box2 a{

float: left;
}
.ftr-box2 a img{

width: 40px;

display: inline-block;

margin: 0 14px 0 0;

background: #f05055;

object-fit: contain;

padding: 10px 0;

transform: translateY(4px);

height: 40px;

border-radius: 100%;

transition: all ease-in-out .5s;
}
.ftr-box2 a img:hover{
  
background: #000;
  
filter: invert(1);
  
transform: translateY(-4px);
}
.ftr-about{

width: 100%;

float: left;

background: #0c0c0c;

border-top: 1px solid #171717;

border-bottom: 1px solid #171717;

padding: 40px 0;
}
.ftr-about img{

width: 112px;

float: left;

margin-right: 40px;

height: 112px;

margin-bottom: 90px;
}
.ftr-about h2{

color: #f4f4f4;

font-size: 26px;

font-weight: 600;
}
.ftr-about p{

font-size: 17px;

color: #929090;

font-weight: 500;

line-height: 30px;

margin-top: 15px;

width: 97%;
}
.ftr-about a{

background: #000;

width: 165px;

height: 45px;

float: left;

margin-top: 10px;

color: #929090;

font-weight: 600;

text-decoration: none;

padding: 10px 0;

text-align: center;

border-radius: 30px;
}
.ftr-about a:hover{
  
background: #f05055;
  
color: #fff;
}
.ftr-last{

width: 100%;

float: left;

background: #000;

padding: 30px 1%;
}
.last-links{

}
.last-links a{

font-size: 15px;

color: #fff;

text-decoration: none;

padding: 0 20px;

border-right: 1px solid #fff;
}
.last-links a:hover{

color: #f05055;
}
.ftr-last p{

font-size: 15px;

color: #fff;

margin: 0;

float: right;
}
.a1{animation-delay: .5s;transition-duration: 2s !important;}
.a2{

animation-delay: 1s;

transition-duration: 3s !important;
}
.a3{
  
animation-delay: 1.5s;
  
transition-duration: 5s !important;
}
.close_form {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.login-left img{
  
width: 150px;
  
display: block;
  
margin: auto;
}
.login-left p{
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 50px;
}.reset-psw:hover{
  color: #292929;
}
.reset-psw {
    position: absolute;
    right: 0;
    bottom: 24px;
    font-size: 13px;
    font-weight: 600;
    z-index: 11;
    color: #000000;
}
.login-left {
    width: 40%;
    display: none !important;
    float: left;
    background: #ee2731;
    height: 100%;
    padding: 70px 30px;
    position: relative;
    min-height: 751px;
}.log_area {
    width: 100%;
    float: right;
    padding: 30px;
}.login_panel .log_area .log_box {
    display: none;
    width: 100%;
    position: relative;
    /* max-width: 520px; */
    background: #fff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* padding: 30px; */
}.login_panel .log_area .log_box .log_form {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0px 10px;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form .log_form .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 44px !important;
    border-bottom: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 0px 22px;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}.error_msg {
    /* display: none; */
    width: auto;
    float: left;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 10px;
    background: transparent;
    color: #e31b23;
    font-weight: 500;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px 10px;
    position: relative;
}.log_set .option > input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}.log_set .checkbox {
    position: relative;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom: 0;
    margin-top: 0;
    height: 16px;
    width: 16px;
    top: 4px;
}.log_set input:checked + .checkbox:before {
    display: block;
}
.log_set input:checked + .checkbox:before {
    display: block;
}
.log_set .checkbox:before {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 6px;
    height: 3px;
    border: solid #ee2731;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.submit_frm:hover{
  background: #000;
}
.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #ee2731;
    color: #fff;
    border: none;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}.login_panel .log_area .log_box .or {
    /* position: absolute; */
    /* line-height: 20px; */
    color: #000000;
    padding: 10px 0;
    /* background: #fff; */
    margin-bottom: 5px;
}
.otp-req:hover{
  background: #ee2731;
  color: #fff;
}
.otp-req {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 16px;
    /* box-shadow: 3px -1px 10px 4px rgb(169 166 166 / 29%); */
    float: left;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out.5s;
}.footer_link {
    float: left;
    width: 100%;
    padding-left: 0px;
}.footer_link .link_left {
    text-align: left;
    list-style: none;
}.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
}#login-user .modal-dialog {
    max-width: 540px;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}#login-user .modal-body{
  padding: 0;
}.log_set input:checked + .checkbox:before {
    display: block;
}.log_set .option > input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}.log_set .checkbox {
    position: relative;
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom: 0;
    margin-top: 0;
    height: 16px;
    width: 16px;
    top: 4px;
}.log_set .checkbox:before {
    content: '';
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}.login-continue:hover {
    background: #ee2731 !important;
    border-color: #ee2731 !important;
}
.login-continue {
    border: 1px solid #000000 !important;
    background: #000000 !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    padding: 13px 109px !important;
    margin: 15px auto 10px !important;
    font-size: 15px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}
.header-sec input:focus{
  outline: 1px solid #000;
}
.panel4 a:hover::before {
    webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}
.panel2 a:hover::before{
  webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}
.panel2 a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 36%);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s,-webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
  z-index: 999;
}
.panel8 a:hover::before{
  webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,0);
}
.panel8 a::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 36%);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s,-webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
  z-index: 999;
}
.login_panel .log_area .log_box .or {
    /* position: absolute; */
    /* width: 17px; */
    font-size: 17px;
    /* line-height: 20px; */
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    float: left;
    position: relative;
    /* background: #fff; */
    margin-bottom: 5px;
}
.ftr-mbf {
    float: left;
    width: 100%;
    left: 0px;
    position: fixed;
    bottom: 0px;
    height: 58px;
    z-index: 11;
    background: #000000;
    /* padding-top: 9px; */
}
.tab-mb {
    width: 25%;
    float: left;
    font-size: 12px;
    color: #000;
    text-align: center;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    height: 59px;
    padding-top: 9px;
    position: relative;
}.tab-mb svg {
    width: 23px;
    height: 20px;
}.tab-mb img {
    width: 23px;
    height: 20px;
    filter: invert(1);
    object-fit: contain;
}.tab-mb strong {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.badge-wish {
    position: absolute;
    background: #f05055;
    font-size: 12px;
    color: #fff;
    height: 23px;
    width: 23px;
    text-align: center;
    top: 1px;
    left: 26px;
    border-radius: 100%;
    padding: 3px 0;
}.categ-fil h2{
      font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    float: left;
    width: 100%;

}
.listing-full{width: 100%;float: left;background: #f4f4f4;padding: 25px 2%;}
.categ-fil{width: 100%;float: left;background: #fff;padding: 25px 15px;border-radius: 20px;}
.categ-fil h1{font-size: 16px;color: #000;font-weight: 600;text-transform: uppercase;margin-bottom: 20px;float: left;width: 100%;}
.categ-fil ul{padding: 0;}
.categ-fil ul li{list-style: none;}
.categ-fil ul li a{font-size: 15px;color: #000;    text-transform: capitalize;text-decoration: none;font-weight: 500;padding: 6px 2px;width: 100%;float: left;}
.categ-fil ul li a span{float: right;}
.categ-fil ul li:hover a{
    /*color: #e02329;*/
    
}
.categ-fil hr{
        float: left;
        width: 100%;
        background-color: #ebebeb;
        height: 4px;
        margin-bottom: 20px;
}


.form-group {
  display: block;
  margin-bottom: 12px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.categ-fil .form-group label span{
  float: right;
}
.categ-fil .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  width: 100%;
}
.new .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    width: 18px;
    height: 18px;
    background: url(../images/cd-icon-check.svg) no-repeat center center;
    left: 0px;
    background-color: #f05055;
}
.new .form-group label:before{
   content:'';
   -webkit-appearance: none;
   background-color: white;
   border: 1px solid #c9c9c9;
   width: 18px;
   height: 18px;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   cursor: pointer;
   margin-right: 10px;
   top: 25px;
}
.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #c9c9c9;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.form-group input:checked + label:after::before{
  
}
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url(../images/cd-icon-check.svg) no-repeat center center;
  left: 0px;
  background-color: #f05055;
}

.list-item-full{
    width: 100%;
    float: left;
    background: #fff;
    padding: 0px 25px 30px;
    border-radius: 20px;
}
.setting-description-text {
  padding-top: 18px !important;
  color: #81828b;
  font-family: Gilroy-Regular !important;
}

/* the code below is for the dropdown menu */
.listing-full h6{
  color:#ae1217;
  float: right;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 7px;
  margin-right: 10px;
}
.sel-address{
  float: left;    margin-top: 20px;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.sel-address h6{
  font-size: 16px;
  color: #ae1217;
  font-weight: 600;
  float: left;
  margin: 0 10px 20px 0;
}
.sel-address .selected-display{
  float: left;
  margin-top: 5px;
}
.sel-address .wrapper-dropdown{
  background: #f4f4f4;
  width: 145px;
  min-height: 36px;
  margin-top: 6px;
  float: left;
}
.wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: 160px;
  float: right;
  padding: 5px 0px 0px 0px;
  min-height: 35px;
  border-radius: 20px;
  background: #ffffff;
  text-align: left;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  /* font-family: Arial; */
}


.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.arrow {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  rotate: 180deg;
}

.selected-display {
  margin-left: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

svg {
  transition: all 0.3s;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;

  margin-top: -2px;

  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.rotated {
  transform: rotate(-180deg);
}.wrapper-dropdown img {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    width: 16px;
    height: 16px;
}

.wrapper-dropdown .dropdown {
  transition: 0.3s;
  position: absolute;
  top: 103%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 15px;
  box-shadow: inherit;
  background: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}

.wrapper-dropdown .dropdown li {
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  font-weight: 500;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.dropdown {
  padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
  /* background-color: rgb(35, 40, 49); */
  color: #f05055;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}
.list-res{

}
.list-res h5{font-size: 17px;color: #000;font-weight: 500;margin-bottom: 0;margin-top: 10px;}
.list-res h5 span{
    font-weight: 600;
}
.sort-right{
    width: 50%;
    float: right;
}
/****************************detail-page*************************/
.picZoomer{
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
    display: block;
}
.picZoomer-zoom-pic{
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic{
    /*width: 100%;
    height: 100%;*/
}
.picZoomer-zoom-wp{
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 100%; */
    height: 463px;
}
.piclist li{
    display: inline-block;
    width: 70px;
    height: 70px;
    /* border: 1px solid #eee; */
    background: #f4f4f4;
    border-radius: 16px;
}
.piclist li img{
    width: 100%;
    height: auto;
}

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



.section-bg {
}
section {
    /* padding: 60px 0; */
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

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

/*******************zoom-end*****************/
.bread-crumb{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.bread-crumb a{
  position:relative;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  float: left;
  margin: 0 20px 0 0;
}
.bread-crumb a:after{
  position:absolute;
  content:'';
  background: #ccc;
  width: 2px;
  height: 15px;
  right: -10px;
  top: 5px;
}
.detail-full{width: 100%;float: left;background: #f4f4f4;padding: 30px 2%;}
.pro-sec{
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
}.thumb-carousel .owl-next{
  position: absolute;
  right: -12px;
  top: 23px;
}.thumb-carousel .owl-prev{
  position: absolute;
  left: -30px;
  top: 23px;
}
.thumb-carousel .owl-nav img {
    width: 25px;
    border: 1px solid #f05257;
    padding: 6px;
    border-radius: 100%;
    margin-left: 16px;
    transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 1s;
}
.detail-tect-sec{width: 100%;float: left;position: relative;}
.detail-tect-sec h1{font-size: 26px;    clear: both;color: #000;font-weight: 600;width: 61%;margin-top: 15px;}
.detail-tect-sec h6{width: 110px;height: 30px;background: #000;color: #d5d4d4;font-size: 14px;text-align: center;font-weight: 400;padding: 7px 0;border-radius: 30px;margin-top: 15px;}
.detail-tect-sec h5{font-size: 17px;color: #625e5e;font-weight: 500;width: 80%;}
.detail-tect-sec h4{font-size: 38px;color: #000;font-weight: 300;float: left;margin-top: 30px;}
.detail-tect-sec h4 .b-price{font-weight: 700;}
.strike-price{
  font-size: 20px;
  color: #000;
  font-weight: 300;
  text-decoration: line-through;
}
.off-det{font-size: 17px;color: #0e5f06;font-weight: 600;margin-top: 41px;margin-left: 13px;float: left;}
.rating-star{position: absolute;top: 79px;right: 0;}
.rating-star img{
width: 90px;
}
.brand-logo{position: absolute;top: 125px;right: 0;}
.brand-logo img{
    width: 118px;
    height: 25px;
    object-fit: contain;
}.loc-sec{
  width: 100%;
  float: left;
  margin-top: 28px;
}
.qty-container{
  /* display: flex; */
  align-items: center;
  justify-content: center;
  float: left;
  width: auto;
}
.qty-container .input-qty{
  text-align: center;
  padding: 5px 10px;
  border: 0;
  max-width: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #af1419;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  padding: 5px 3px;
  font-size: 10px;
  height: 45px;
  font-weight: 700;
  color: #000;
  width: 40px;
  font-size: 20px;
  background: #f4f4f4;
  transition: 0.3s;
  border: 0;
  border-radius: 10px;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}


/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}
.pin-loc{width: 295px;float: left;margin-left: 50px;position: relative;}
.pin-loc input{border: 1px solid #dbdada;height: 45px;width: 100%;padding: 1px 0 0 38px;border-radius: 10px;font-size: 14px;font-weight: 500;}
.pin-loc img{position: absolute;left: 9px;width: 24px;top: 10px;}
.pin-loc .check{float: right;position: absolute;top: 0;right: 0;border: 0;background: #000;color: #fff;font-size: 15px;font-weight: 600;padding: 0 15px;height: 45px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.pin-loc input::placeholder {
  color: #bdbaba;
}
.pin-loc .check:hover{background: #f05055;}
.add-cart-btn{float: left;width: 185px;height: 63px;background: #d92026;font-size: 18px;color: #fff;border: 0;font-weight: 700;margin-top: 30px;text-align: center;padding: 19px 0;border-radius: 10px;}
.add-cart-btn:hover{
    background: #000;
}.add-cart-btn:hover{
  
}
.speci-sec{
        width: 100%;
        float: left;
        background: #fff;
        padding: 30px 0;
        border-radius: 20px;
        margin-top: 30px;
}
.speci-sec .nav{
    width: 100%;
    justify-content: center;
    border: 0;
    border-bottom: 1px solid #cecece;
}
.speci-sec .nav li{

}.speci-sec .nav button:hover{
  border-bottom: 3px solid #d92026;
  color: #d92026;
}.speci-sec .nav button:after{
  position:absolute;
  content:'';
  background: #000;
  height: 16px;
  width: 2px;
  left: 0;
  top: 8px;
}
.speci-sec .nav button{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 0px 25px 15px;
}.speci-sec .nav button.active{
  border-bottom: 3px solid #d92026;
  color: #d92026;
}
.speci-sec .tab-content{
    width: 100%;
    float: left;
    padding: 20px;
}.speci-sec .tab-content p{
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
}
.speci-sec .tab-content h1{
  font-size: 19px;
  color: #000;
  font-weight: 600;
}
.spec-box{width: 100%;float: left;}
.spec-box h5{width: 50%;float: left;font-size: 16px;color: #000;font-weight: 600;margin-bottom: 15px;}
.spec-box h5 span{
    font-weight: 500;
    width: 100%;
    float: left;
    padding-top: 5px;
}.review-testi {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.ratingbox{
  color: #ffb510;
  margin-left: 20px;    text-decoration: none;
  margin-top: 7px;
}
.ratingbox i{
  
}
.ratingbox:hover{
  color: #ffb510;
}

.review-testi h3 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin: 0;
}.review-testi h3 span {
    width: 100%;
    float: left;
    color: #626662;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}.review-testi h4{
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.review-testi h5{
    display: table;
    margin: auto;
    background: #d92026;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 12px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.after-none:after{
    display: none;
}
.bread-crumb a:last-child::after{
    display: none;
}.detail-box .row{
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 30px;
}
.detail-box .row:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}
.cart-detail{width: 100%;float: left;padding: 30px 2%;background: #f4f4f4;position: relative;}
.detail-box{width: 100%;float: left;background-color: #fff;padding: 25px;border-radius: 30px;position: relative;z-index: 2;}
.cart-image{width: 100%;height: 195px;background: #f4f4f4;align-items: center;justify-content: center;display: flex;border-radius: 20px;}
.cart-image img{max-width: 100%;height: 86px;object-fit: contain;}
.cart-text{width: 100%;float: left;}
.cart-text h1{font-size: 20px;color: #000;font-weight: 600;margin-top: 10px;}
.cart-text .rating-box{

}.cart-det-right .qty-container{
  clear: both;
  margin-top: 10px;
}.cart-remove i{
  margin-top: 3px;
  float: left;
  margin-right: 3px;
}
.cart-text h5{float: left;width: 100%;font-size: 17px;color: #d11a20;font-weight: 600;margin-top: 10px;}
.cart-text h6{width: 100%;float: left;color: #625e5e;font-size: 17px;font-weight: 500;margin-top: 8px;}
 .cart-remove{font-size: 15px;color: #9d9d9d;font-weight: 500;text-decoration: none;text-transform: uppercase;margin-top: 6px;float: left;clear: both;}
.cart-det-right{width: 100%;float: left;margin-top: 10px;}
.cart-det-right h5{width: 80px;height: 25px;font-size: 12px;color: #fff;background: #000;float: left;text-align: center;font-weight: 500;padding: 6px 0;border-radius: 30px;margin-left: 12px;}
.cart-det-right h6{font-size: 15px;color: #7d7a7a;font-weight: 500;float: left;margin-top: 4px;}
.cart-det-right h4 b{font-weight: 700;}
.cart-det-right h4{font-size: 25px;color: #000;font-weight: 300;width: 100%;float: left;margin-top: 6px;}
.cart-strike{font-size: 20px;float: left;width: auto;font-weight: 300;text-decoration: line-through;}
.cart-off{
    font-size: 17px;
    color: #0e5f06;
    font-weight: 600;
    float: left;
    margin: 3px 0 0 15px;
}
.cart-text a{
  text-decoration:none;
}
.cart-last-sec{width: 100%;float: left;background: #292929;position: relative;z-index: 0;margin-top: -20px;padding: 50px 25px;border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.last-cart1{width: 100%;float: left;}
.last-cart1 p{font-size: 16px;color: #cac7c7;font-weight: 500;margin-top: 20px;margin-bottom: 25px;}
.last-cart1 h5{
    position: relative;
    color: #9d9a9a;
    font-size: 16px;
    padding-left: 45px;
}
.last-cart1 h5:after{
    position: absolute;
    content: '';
    background-image: url('../images/i7.png');
    height: 34px;
    width: 34px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    top: -4px;
}
.last-cart1 h6{
    position: relative;
    color: #9d9a9a;
    font-size: 16px;
    padding-left: 46px;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.last-cart1 h6:after{
    position: absolute;
    content: '';
    background-image: url(../images/i6.png);
    height: 34px;
    width: 34px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    top: -7px;
}
.last-cart2{width: 100%;float: left;margin-top: 20px;padding-left: 50px;}
.last-cart2 span{font-size: 20px;color: #fff;width: 100%;float: left;font-weight: 500;padding-bottom: 15px;margin: 0;}
   .last-cart2 span b{float: right;text-align: right;}
   .cart-last-sec button{float: right;width: 85%;height: 70px;border: 0;background: #f05055;color: #fff;font-size: 20px;font-weight: 700;border-radius: 10px;margin-top: 30px;text-transform: uppercase;}
.cart-last-sec button:hover{background: #af1419;}
#confirm-delete{

}
#confirm-delete h5{font-size: 28px;font-weight: 600;}
#confirm-delete p{font-size: 16px;color: #000;font-weight: 500;margin-bottom: 30px;}
.modal-dlt{float: left;width: 48%;border: 0;background: #f05055;padding: 10px 0;font-size: 17px;margin-right: 6px;color: #fff;font-weight: 600;border-radius: 10px;margin-bottom: 30px;}
.modal-dlt:hover{background: #000;}
.modal-cancel{float: left;width: 50%;border: 0;background: #000;padding: 10px 0;font-size: 17px;color: #fff;font-weight: 600;border-radius: 10px;margin-bottom: 30px;}
.modal-cancel:hover{
    background: #f05055;
}
.checkout-detail .accordion-body{
  background: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.checkout-detail{
    width: 100%;
    float: left;
    padding: 30px 2%;
    background: #f4f4f4;
}
.checkout-detail .accordion-button{
    box-shadow: none;
    font-size: 24px;
    height: 50px;
    color: #000;
    border: none;
    background: #fff;
    font-weight: 600;
    border-radius: 0;
    /* padding-top: 30px; */
} 
.checkout-detail .accordion-item {
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0;
    float: left;
    background: transparent;
    width: 100%;
}.checkout-detail .accordion-item h2{
    border: 0;
    border-top-left-radius: 20px;
    /* border-top-right-radius: 20px !important; */
    /* position: relative; */
    float: left;
    width: 100%;
}

h2#headingOne {}


/* Hide the browser's default checkbox */
.saved-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  right: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 48px;
  width: 48px;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 10px;
}

/* On mouse-over, add a grey background color */
.saved-box:hover input ~ .checkmark {
  /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.saved-box input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.saved-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.saved-box .checkmark:after {
  left: 17px;
  top: 7px;
  width: 12px;
  height: 24px;
  border: solid #f05055;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.saved-box .container1{
  position: absolute;
  right: 70px;
}
.saved-box{width: 100%;float: left;background: #fff;padding: 40px 20px;border-radius: 20px;position: relative;overflow: hidden;}
.saved-box h6{font-size: 25px;color: #000;font-weight: 700;}
.saved-box p{font-size: 17px;color: #000;font-weight: 500;width: 60%;}
.saved-box h5{font-size: 17px;color: #000;font-weight: 500;margin-bottom: 20px;}
.saved-box h5 span{color: #af0c0c;font-weight: 600;}
.saved-box img{
    position: absolute;
    right: -4px;
    bottom: -18px;
    opacity: .1;
}
.checkout-detail .accordion-item .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 30px;
}.checkout-detail .accordion-button.collapsed:after{
   position: absolute;
   content: '+';
   background-image: none;
   right: 30px;
   background-color: #d2d0d0;
   font-size: 25px;
   width: 30px;
   padding-top: 1px;
   height: 30px;
   text-align: center;
   border-radius: 100%;
   box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
}
.checkout-detail .accordion-button:after{
    position: absolute;
    content: '-';
    background-image: none;
    right: 30px;
    background-color: #fff;
    width: 30px;
    font-size: 27px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
}
.add-new-button{font-size: 17px;color: #000;float: right;position: absolute;padding-top: 2px;right: 90px;font-weight: 600;text-decoration: underline;}
.add-new-button:hover{
    color: #ae1217;
}
.address-field{width: 100%;float: left;margin-bottom: 30px;    position: relative;}
.address-field input{width: 100%;float: left;padding: 10px;height: 65px;border: 1px solid #cecece;border-radius: 10px;}
.address-field textarea{width: 100%;float: left;padding: 10px;height: 175px;border: 1px solid #cecece;border-radius: 10px;}
.save-address-btn{width: 265px;height: 60px;background: #000;border-radius: 10px;font-size: 18px;color: #fff;font-weight: 600;border: 0;margin-right: 20px;margin-bottom: 30px;}
.save-address-btn:hover{background: #e11919;}
.cancel-address-btn{width: 265px;height: 60px;background: #e11919;border-radius: 10px;font-size: 18px;color: #fff;font-weight: 600;border: 0;}.cancel-address-btn: hover{
    
}
.cancel-address-btn a{
  color:#fff;text-decoration:none;
}
.cancel-address-btn:hover{
  background: #000;
}
.checkout-right{
    width: 100%;
    float: left;
    background: #fff;
    /* padding: 0 20px; */
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 70px;
    }

.cart-text p {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}
.checkout-right h1{font-size: 17px;color: #000;font-weight: 600;padding: 10px 20px 0;width: 100%;float: left;}
.summary-box{width: 100%;float: left;padding: 10px 20px;border-bottom: 2px solid #cccccc52;}
.summary-box p{font-size: 16px;color: #000;font-weight: 500;}
.summary-box h6{color: #c02c30;font-size: 14px;font-weight: 500;}
.summary-box h6 span{float: right;color: #7b6c6c;}
.total-sum{width: 100%;float: left;margin-top: 20px;border-bottom: 2px solid #cccccc52;padding: 0 20px 10px;}
.total-sum h5{font-size: 17px;color: #000;font-weight: 500;padding-top: 5px;}
.total-sum h5 span{float: right;}
.checkout-right h4{font-size: 18px;color: #000;font-weight: 600;margin-top: 10px;float: left;width: 100%;text-align: center;margin-bottom: 20px;}
.checkout-right .button2{position: absolute;bottom: -65px;left: 0;width: 100%;background: #000;border: 0;height: 70px;color: #fff;font-size: 23px;font-weight: 600;border-radius: 10px;}.checkout-right h4 span{
  font-size: 23px;
  /* float: right; */
}
.checkout-right .button2:hover{
    background: #f05055;
}
.success-msg{width: 100%;float: left;text-align: center;padding-bottom: 30px;margin-top: 20px;margin-bottom: 30px;/* border-bottom: 1px solid #cecece; */}
.success-msg h2{width: 100%;font-size: 40px;color: #000;font-weight: 600;}
.success-msg h2 span{
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 400;
}
.continue-shop{width: 326px;height: 70px;border: 0;display: inline-grid;margin: auto;position: absolute;left: 0;right: 0;bottom: 40px;z-index: 9;background: #f05055;font-size: 20px;color: #fff;font-weight: 600;padding-top: 22px;border-radius: 10px;}
.continue-shop:hover
{
    
    background: #000;

}
.dashboard-sidebar {
    width: 100%;
    float: left;
    background: #fff;
    /* box-shadow: 2px 3px 0px 0px rgb(0 0 0 / 5%); */
    padding: 30px 38px 60px 30px;
    height: 100%;
}.dashboard-full{
  width: 100%;
  float: left;
}
.bc{/* width: 100%; */float: left;padding: 30px 15px 10px;}
.bc h5{
  font-size: 18px;
  color: #000;
  font-weight: 600;
  float: left;
}
.bc h5 span{
  color: #f05055;
}
.dashboard-sidebar a {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-decoration: none;
}.dashboard-sidebar a img {
    margin-right: 10px;
    filter: brightness(0);
}.dashboard-box h5 {
    position: absolute;
    font-size: 55px;
    color: #ffdae0;
    right: 13px;
    top: 11%;
    font-weight: 900;
}.dashboard-box {
    position: relative;
    background: #fff;
    width: 96%;
    float: left;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}.dashboard-box img {
    border-radius: 5px;
}.dashboard-box h4 {
    font-size: 22px;
    color: #000;
    margin-top: 15px;
    font-weight: 600;
}.dashboard-box h6 {
    margin: 0;
    font-size: 14px;
    color: #000;
}.dashboard-menu-mob {
    float: right;
    width: 100%;
    padding: 15px;
    background: #f4f4f4;
}.user_detail_area {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    /* background: #fff; */
    /* padding: 0 15px; */
    /* border-radius: 2px; */
    -moz-border-radius: 2px;
    /* -webkit-border-radius: 2px; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.15); */
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    /* -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15); */
    /* margin-top: 30px; */
    margin-bottom: 30px;
}.user_detail_area h2 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px !important;
    padding: 10px 0 0px !important;
    /* border-bottom: solid 1px rgba(0,0,0,0.10); */
    /* text-transform: uppercase; */
    padding-bottom: 9px;
}.user_detail_box {
    position: relative;
    margin-top: 14px;
    /* z-index: 99999; */
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    -moz-border-radius: 2px;
    /* -webkit-border-radius: 2px; */
}.dataTables_wrapper td {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #585858;
    border-top: none;
    border-bottom: none;
    text-align: center;
}.dataTables_wrapper th {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600 !important;
    color: #000000;
    text-align: center;
    outline: none !important;
}.dataTables_wrapper label {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #454545;
}.form-control-tbabel {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    height: 34px;
    margin-right: 0px;
    margin-left: 0px !important;
    font-size: 13px !important;
}.table-bordered {
    border: 1px solid #dee2e6;
}.dataTables_wrapper table td a {
       width: auto;
    display: inline-block;
    vertical-align: middle;    text-decoration: none;
    background: transparent;
    color: #f05055 !important;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 22px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 22px;
    text-align: center;
}.dataTables_wrapper table td a:hover {
    /* text-decoration: none; */
    color: #000 !important;
}.pagination {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}.pagination>li {
    display: inline;
}.dataTables_wrapper .page-item.disabled .page-link {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
    font-size: 14px;
    color: #000;
}.dataTables_wrapper .page-link:hover, .dataTables_wrapper .page-item.active .page-link {
    color: #fff !important;
    background-color: #f05055 !important;
    border-color: #f05055 !important;
    font-size: 14px;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.cancel-invoice-btn2 {
    float: right;
    border: 0;
    margin-right: 10px;
    background: #f05055;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 11px 30px 13px;
    cursor: pointer;
    border-radius: 5px;
}
.det-invoice{
  float: right;
  margin-right: 3%;
  margin-top: 25px;
}
.print_pdf{
        cursor: pointer;
    background: #000;
    border: 0;
    font-size: 14px;
    color: #fff;
    padding: 10px 40px;text-decoration:none;
    border-radius: 5px;
    float: right;
}.print_pdf:hover{
    background: #f05055;color:#fff;
}
.print_in{
       cursor: pointer;
       background: #f05055;
       border: 0;
       font-size: 14px;
       margin-left: 10px;
       color: #fff;
       padding: 10px 40px;
       border-radius: 5px;
       float: right;
       text-decoration:none;
}
.print_in:hover{
    background: #000;
    color: #fff;
}
.invoice-btn1 {
    float: right;
    border: 0;
    background: #000000;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 11px 30px 13px;
    cursor: pointer;
    border-radius: 5px;
}.invoice-btn1:hover {
    background: #f05055;    text-decoration: none;
    color: #fff;
}.cancel-invoice-btn2:hover {
    background: #000;
    color: #fff;
}.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin: 0 0 0;
    text-align: left;
}.log_set input[type="text"], .log_set input[type="password"], .log_set input[type="mail"], .log_set input[type="email"], .log_set input[type="tel"], .log_set select, .log_set textarea {
    -moz-border-radius: 4px;
}.save-profile:hover {
    background: #000000;
}
.save-profile {
    background: #f05055;
    border: 0;
    padding: 14px 40px;
    font-size: 15px;
    width: 48%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    cursor: pointer;
    margin-top: 10px;
}.cancel-profile:hover {
    background: #f05055;
}

.cancel-profile {
    background: #000000;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 14px 52px;
    text-align: center;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    cursor: pointer;
    width: 49%;
    margin-top: 10px;
}.log_set input[type="text"], .log_set input[type="password"], .log_set input[type="mail"], .log_set input[type="email"], .log_set input[type="tel"], .log_set select, .log_set textarea {
    -moz-border-radius: 4px;
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 12px 20px;
}.save-pswd:hover {
    background: #000000;
    color: #fff;
}
.save-pswd {
    color: #fff;
    background: #f05055;
    border: 0;
    padding: 14px 40px;
    width: 50%;
    border-radius: 10px;
    border: 0;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.cancel-pswd:hover {
    background: #f05055;
    color: #fff;
}
.cancel-pswd {
    color: #ffff;
    background: black;
    padding: 14px 40px;
    border-radius: 10px;
    border: 0;
    width: 47%;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.new {
      margin-top: -20px;
}.new .form-group {
    display: block;
    margin-bottom: 15px;
    position: relative;
}.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    margin-top: 20px;
}
/*.form-group label {
    position: relative;
    cursor: pointer;
}.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #f05055;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: 29px;
    border-radius: 5px;
}*/
.user_detail_box img {
    height: 105px;
    width: 105px;
    object-fit: cover;
    border-radius: 5px;
    margin-left: 34px;
}.user_detail_box h6 {
    font-size: 16px;
    color: #212020;
    font-weight: 600;
    width: 77%;
    line-height: 26px;
    margin: 0;
}.user_detail_box h5 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}

.add-new-address

{
  border: 0;
  display: block;
  margin: 30px auto;
  background: #fb7b7f;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
}
.add-new-address:hover{
  background: #000;
}
.user_detail_box h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}.user_detail_box p {
    width: auto;
    float: left;
    margin-right: 50px;
    margin-top: 15px;
    position: relative;
}.user_detail_box [type="radio"]:checked + label:before, .user_detail_box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute !important;
    left: 0px;
    top: -3px;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #bebfc3 !important;
    border-radius: 100% !important;
    background: #bebfc3 !important;
    opacity: 1 !important;
}.user_detail_box [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    /* background: #f05055; */
    position: absolute;
    top: 6px;
    left: 13px;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.custom_radio{
   margin: 15px 0;
   float: left;
}
.custom_radio input[type="radio"]{
  display: none;
}
.custom_radio input[type="radio"] + label{
  position: relative;
  padding-left: 1.5em;
  margin-right: 2em;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  float: left;
  width: auto;
  font-size: 15px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
.custom_radio input[type="radio"] + label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.custom_radio input[type="radio"]:checked + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #f05055;
}.address-box h4{
  position: absolute;
  right: 15px;
  font-size: 14px;
  background: #ffe2e2;
  color: #f05055;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 20px;
}
.address-box {
    width: 100%;
    float: left;
    border: 1px solid #ecedec;
    padding: 20px;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
}.address-box h5 {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0 !important;
}.address-box p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    margin: inherit !important;
}.address-box h6 {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    color: #f05055 !important;
    font-weight: 400 !important;
}.address-box h6 span {
    color: #000;
}.edit-address {
    border: 0;
    background: #f05055;
    font-size: 15px;
    padding: 8px 38px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.edit-address:hover {
    color: #fff;
    background: #000000;
}.remove-address {
    border: 0;
    background: #000000;
    font-size: 15px;
    padding: 8px 33px 10px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    width: 48%;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}.remove-address:hover {
    background: #f05055;
    color: #fff;
}
.about-full{width: 100%;float: left;padding: 40px 2%;background: #f4f4f4;}.about-full h1{
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}.about-full p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
    width: 100%;
}
.faq-accord{
    float: left;
    width: 100%;
}
.faq-accord button{
    border: 0;
    background-color: #ffdbdc !important;
    font-size: 20px;
    color: #000 !important;
    font-weight: 600;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: none !important;
}
.faq-accord .accordion-header{
  border: 0;
  /* background: #ccc; */
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.faq-accord .accordion-item{
  border: 0;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  margin-bottom: 20px;
}.faq-accord button:after{
  position:absolute;
  content: '+';
  background-image: none !important;
  right: 21px;
  background: #f05055;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  padding: 4px;
  top: 12px;
  vertical-align: middle;
  margin: auto;
  color: #fff;
}
.faq-accord .accordion-button:not(.collapsed)::after{
    position:absolute;
  content: '-';
}
.faq-accord .accordion-body{
  border-bottom-left-radius: 20px !important;
}
.list-price{float: left;width: 100%;}
.list-price span{font-size: 15px;color: #000;font-weight: 500;}
.list-price select{width: 100px;border: 0;background: #f4f4f4;padding: 8px;border-radius: 20px;appearance: none;text-align: center;max-width: 100%;}
.list-price select option{
    
}
.wish-dlt{position: absolute;right: 10px;background: #f05055;padding: 7px;border-radius: 100%;top: 6px;}
.wish-dlt img{
    width: 28px;
    height: 28px;
}.cart-remove:hover {
    color: #f05055;
}
.about-full2{
        width: 100%;
    float: left;
    padding: 40px 2%;
    background: #f4f4f4;
}
.about-full2 h1{
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
}
.about-full2 img{
    float: right;
    width: 400px;
    /* height: 400px; */
    margin-left: 40px;
    margin-top: 50px;
}
.about-full2 p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}
.abt-3{
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 30px 2%;
}
.abt-3 h6{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.abt3-box{


}
.abt3-box h5{
    font-size: 23px;
    font-weight: 600;
}
.abt3-box img{
    filter: invert(1);
    width: 50px;
    background: #0fafaa;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.abt3-box p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
    width: 90%;
}
.about-full2 h2{
    font-size: 25px;
    color: #f05055;
    font-weight: 600;
    margin-top: 10px;
}.coupon-box {
    width: 100%;
    left: initial;
    float: left;
    border-radius: 0;
    background: #ffdedf;
    padding: 0 10px 20px;
}
.coupon-box h3 {
    font-size: 18px;
    color: #000;
    padding: 15px 0;
    background: transparent;
    font-weight: 600;
    margin: 0;
}.coupon-box-text {
    float: left;
    width: 100%;
}.coupon-box-text input {
    margin-top: 1px;
    padding: 12px;
    font-size: 14px;
    height: 47px;
    width: 68%;
    float: left;
    background: white;
    border: 1px dashed #050404;
}

.app-btn:hover{
  color: #fff;
  border: #f05055;
}

.app-btn {
    text-align: center;
    width: 32%;
    float: right;
    font-size: 14px;
    background: #000000;
    color: #fff;
    height: 47px;
    text-decoration: none;
    padding: 14px 9px;
    /* border: cadetblue; */
    margin-top: 1px;
    border-top-right-radius: 5px;
    font-weight: 600;
    border-bottom-right-radius: 5px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.coupon-applied img{
  float: right;
    border: 1px solid #f05055;
    border-radius: 100%;
}
.coupon-applied a{
  background: black;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  height: 40px;
  float: left;
  width: 100px;
  text-align: center;
  padding: 8px 0;
  border-radius: 10px;
  font-weight: 600;
}
.coupon-applied a:hover{
  
}


.coupon-applied {
    width: 100%;
    float: left;
    background: #eceaea;
    padding: 15px;
    position:relative;
    }
    .coupon-applied h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    width: 100%;
    float: left;
}.coupon-applied h6 span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    line-height: 22px;
}.close-coupon {
    float: right;
    position: absolute;
    right: 19px;
    top: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #0a4404;
    background: #fff;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 100%;
}.cart-full .card-header {
    background-color: #ebfbe9;
    border: 0;
    cursor: pointer;
}
.avail-coup:after{
      position: absolute;
      content: '+';
      background-image: none;
      right: 10px;
      /* background-color: #fff; */
      width: 30px;
      top: 9px;
      height: 30px;
      font-size: 27px;
      text-align: center;
      border-radius: 100%;
      /* box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05); */
}
.avail-coup{
    background: #eceaea;
    border: 0;
    font-size: 15px;
    height: 50px;
    text-align: left;
    position:relative;
    width: 100%;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
}.add-new-addr:after{
  display:none;
}
.add-new-addr{
        background: #f05055 !important;
        border: 0;
        font-size: 16px !important;
        color: #fff !important;
        font-weight: 600;
        padding: 15px 20px;
        border-radius: 10px;
        width: auto !important;
        margin-top: 20px;
        border-radius: 10px !important;
}
.add-new-addr:hover{
      background: #000 !important;
}
.add-new-ship{
        width: 100%;
    float: left;
    margin-top: 30px;
}
.add-new-ship h2{
        font-size: 27px;
    font-weight: 600;
    width: 100%;
    color: #000;
    float: left;
    margin-bottom: 20px;
}#delete_confirm p {
    text-align: left;
    padding: 10px 10px 20px;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin: 0;
}.del-btn {
    width: 50% !important;
    float: right!important;
    background: #f05055 !important;
    border: 0!important;
    padding: 12px 20px 15px !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #fff!important;
    border-radius: 5px!important;
    margin-right: 10px!important;
}.cancel-btn {
    width: 44% !important;
    float: right!important;
    background: #000000!important;
    border: 0;
    padding: 12px 20px 15px!important;
    font-size: 14px!important;
    font-weight: 600;
    color: #fff!important;
    border-radius: 5px!important;
    cursor: pointer;
    margin-right: 10px!important;
    margin-bottom: 20px;
}.del-btn:hover{
    background: #000 !important;
}.cancel-btn:hover{
    background: #f05055 !important;
}.pay-text {
    font-size: 17px;
    padding: 13px 0px;
    /* margin-bottom: 20px; */
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #080707;
    text-transform: uppercase;
}.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}.radio-toolbar label {
    display: inline-block;
    background-color: #eceaea;
    padding: 19px 6px 18px 6px !important;
    font-size: 15px;
    border: 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 6px 21px 5px rgb(241 241 241);
    width: 110px;
    height: 102px;
    border-radius: 10px;
    margin-right: 15px;
}label img {
    margin-right: 5px;
    max-width: 100%;
}.cash-rad {
    font-size: 17px;
    line-height: 20px;
    position: relative;
    top: 9px;
    font-weight: 600;
    color: #000000;
}.radio-toolbar input[type="radio"]:checked + label {
    /* background-color: #bfb; */
    border-color: #2c296a;
    background-color: #ffdedf;
}
.payment-options{
  width: 100%;
  float: left;
  padding: 0 20px;
  margin-bottom: 30px;
}
.no-product-image{
    max-width: 100%;
    display: block;
    margin: auto;
    width: 300px;
}
.no-pro h2{
    font-size: 30px;
    color: #000;
    text-align: center;
}
.no-pro p{
    font-size: 15px;
    color: #000;
    text-align: center;
}
.no-pro a{
    width: 200px;
    background: #f05055;
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 40px;
}
.no-pro a:hover{
    background: #000;
}
.new-add-address{
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 20px;
}
.new-add-address h2{
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px !important;
    padding: 10px 0 20px !important;
}.add-new-address a{
    color:#fff;
    text-decoration:none;
}
.address-field select{
        width: 100%;
    float: left;
    padding: 10px;
    height: 65px;
    border: 1px solid #cecece;
    border-radius: 10px;
}

.row1 h6{
    font-size: 15px;
    color: #000;
    padding-left: 10px;
}
.row1 h5{
    font-size: 15px;
    color: #000;
    padding-left: 10px;
}
.row1 h2{
    font-size: 20px;
    font-weight: 600;
    color: #d92026;
}.categ-fil ul li ul{
    padding:0 0 0 15px;
}.active-wish{
    background: #f05055 !important;padding-top: 3px;
}
.active-wish i{
    font-size: 22px;
    color: #fff;
}.variants {
    width: 100%;
    float: left;
    margin-top: 0px;
}.variants h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 19px;
    float: left;
}.selector {
    position: relative;
    /* width: 60%; */
    /* background-color: var(--smoke-white); */
    /* height: 80px; */
    display: flex;
    /* justify-content: space-around; */
    /* align-items: center; */
    /* border-radius: 9999px; */
    /* box-shadow: 0 0 16px rgba(0,0,0,.2); */
    margin-top: 10px;
    float: left;
    width: auto;
}

.color-list {
    float: left;
    width: 100%;
    margin-top: 8px;
    /* margin-bottom: 14px; */
    margin-right: 15px;
    /* border-right: solid 1px rgba(0, 0, 0, 0.22); */
    padding-right: 10px;
}.option_box {
    /* width: 100%; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 2px;
}.option_box input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}.option_box input:checked + .radio {
    border-color: #d17c7f;
    /* color: #fff; */
    padding-left: 0;
    line-height: 25px;
    font-size: 12px;
}.option_box .radio div {
}.option_box input:checked + .radio + .tick {
    display: block !important;
}
.tick {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.75); */
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    /* padding: 5px; */
    overflow: hidden;
    display: none;
}.tick i {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #d17c7f;
    position: relative;
    top: 32%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}.option_box .radio div {
    width: 100px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin: 0px auto;
    border: solid 2px #d4d4d4;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 10px;
}
.selecotr-item{
        /* width: 100%; */
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: 2px;
        border: 2px solid #f8c2c3;
        border-radius: 6px;
        min-width: 60px;
        width: auto;
}.selecotr-item input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}.selecotr-item input:checked + .radio {
    border-color: #d17c7f;
    /* color: #fff; */
    padding-left: 0;
    line-height: 25px;
    font-size: 12px;
}.selecotr-item .radio div {
    width: 100px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin: 0px auto;
    border: solid 2px #d4d4d4;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 10px;
}.selector-item_radio:checked + .selector-item_label {
    background-color: #f05055;
    color: var(--white);
    /* box-shadow: 0 0 4px rgba(0,0,0,.5), 0 2px 4px rgba(0,0,0,.5); */
    /* transform: translateY(-2px); */
    padding: 6px 0;
    margin: 0;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    width: 80px;
    text-align: center;
    border-color: #f05055;
    float: left;
}.selector-item_label {
    position: relative;
    padding-top: 6px;
    /* height: 100%; */
    padding-bottom: 6px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    /* border-radius: 9999px; */
    /* line-height: 400%; */
    padding-left: 0 !important;
    font-weight: 400;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    font-size: 13px;
}
.mob-scroll{
    overflow:hidden;
}
.out-stock {
    float: left;
    background: #cc0505;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 89px;
    height: 29px;
    border-radius: 50px;
    text-align: center;
    line-height: 29px;
    position: absolute;
    left: 20px;
    top: 15px;
}.opacity-stock {
    opacity: 0.3;
}
.sec-stock {
    float: left;
    /* width: 100%; */
    margin-bottom: 15px;
}
.out-stock-detail{
    float: left;
    background: #cc0505;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 89px;
    height: 29px;
    border-radius: 50px;
    text-align: center;
    line-height: 29px;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 15px; */
    margin-right: 15px;
}
.sel-store{
  width: 100%;
  float: left;
  background: #ffe7e7;
  padding-bottom: 20px;
  padding-top: 20px;
}
.sel-store h5{
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  background: transparent;
  font-weight: 600;
  margin: 0;
}
.saved-box{
    margin-bottom:10px;
}.cashback {
    background: #ffe7e7;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-bottom: 7px;
    float: left;
    width: 100%;
}.container2 {
    display: block;
    position: relative;
    padding-left: 21px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    margin-top: -6px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-weight: 500;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: auto;
    padding-right: 21px;
}.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}.container2 input:checked ~ .checkmark {
    background-color: #ffffff;
}

.cash-back .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #aea6a6;
    border-radius: 50%;
    width: 16px !important;
    height: 16px;
}
.cash-back span {
    font-size: 18px;
    color: black;
    font-weight: bold;
    padding-left: 6px;
    width: 100%;
}.container2 input:checked ~ .checkmark:after {
    display: block;
}
.container2 .checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f05055;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container2 .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #f05055;
    border-radius: 100%;
}.list-price ul {
    width: 100px;
    border: 0;
    background: #f4f4f4;
    padding: 8px;
    border-radius: 20px;
    appearance: none;
    text-align: center;
    max-width: 100%;
}.list-price ul li{
    font-size:14px;
    color:#000;
}
/*********************login******************/
.login_panel_atoor {
    background: #f1f0f0 !important;
    /* height: 100%; */
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}.log_area_atoor {
    max-width: 550px;
    /* float: left; */
    text-align: center;
    /* display: block; */
    margin: 20px auto 0;
    margin-top: 0px !important;
}.login_panel_atoor .log_box {
    width: 100%;
    position: relative;
    max-width: 520px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 30px;
}.login_panel_atoor .log_area_atoor .log_box > h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 10px !important;
    text-align: center;
}
.rate-average {
    float: left;
    width: auto;
    clear: both;
}.rate-average h6 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;
    float: left;
}.rate-average h6 span {
    font-weight: 400;
    font-size: 20px;
    width: auto !important;
    float: none !important;
}.rate-full {
    float: left;
    width: auto;
    margin-top: 0px;
    margin-left: 92px;
}.rate-full h6 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}.rate-full h6 span {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    background: #d17c7f;
    padding: 17px 0;
    border-radius: 100%;
    margin-top: -5px;
    margin-right: 15px;
    width: 65px;
    height: 65px;
    float: left;
    text-align: center;
}.rate-full h6 strong {
    font-weight: 500 !important;
    line-height: 24px !important;
    padding-top: 6px;
    float: left;
}.cashback {
}.container3 {
    display: block;
    position: relative;
    padding-left: 24px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    width: auto;
    padding-right: 21px;
}.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}.container3 input:checked ~ .checkmark {
    background-color: #ffffff;
}

.cash-back .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #aea6a6;
    border-radius: 50%;
    width: 16px !important;
    height: 16px;
}
.cash-back span {
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding-left: 6px;
    width: 100%;
    border-radius: 0;
}.container3 input:checked ~ .checkmark:after {
    display: block;
}
.container3 .checkmark:after {
    top: 4px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6c6666;
}.cash-back {
    float: left;
    width: 100%;
    background: #ffe7e7;
    padding: 20px;
}
.cash-back  .custom-select-trigger{
    width: 100% !important;
}
.cash-back .custom-select-wrapper{
  width: 100% !important;
  margin-bottom: 0;
  margin-top: 10px;
}
.cash-back .custom-select {
  width:100%;
}
.store-sel{
      width: 100%;
    float: left;
    background: #ffe7e7;
}
.cash-back .form-group {
  display: block;
  margin-bottom: 0;
}

.cash-back .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cash-back .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.cash-back .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #eceaea;
  border: 2px solid #f05055;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.cash-back .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  background-size: contain;
  width: 18px;
  height: 20px;
  /* border: solid #ffffff; */
  /* border-width: 0 2px 2px 0; */
  /* transform: rotate(45deg); */
  background-color: #f05055;
}
.piclist .item{cursor: pointer;
        float: left;
}
.rev-hd span{
    /* width: 100%; */
    /* float: left; */
}
.contact-sec{
    width: 100%;
    padding: 70px 2%;
    float: left;
}
.ct-img{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 65px;
}
.ct-img img{
    width: 340px;
    display: block;
    margin: auto;
    max-width: 100%;
}
.ct-form{
    width: 100%;
    float: left;
}
.ct-form form{
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 60px;
    border-radius: 10px;
    margin-top: 20px;
}
.ct-form h1{
     
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.ct-field{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.ct-field textarea{
  width: 100%;
  float: left;
  background: #fff;
  border: 0;
  padding: 10px;
  height: 110px;
}
.ct-field label{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.ct-field input{
    width: 100%;
    float: left;
    background: #fff;
    border: 0;
    padding: 10px;
}
.ct-field textarea{
    
}
.ct-form button{
    border: 0;
    background: #f05055;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 190px;
    height: 50px;
    border-radius: 30px;
}.ct-form button:hover{
    background: #000;
}
.ct-box{
    width: 100%;
    float: left;
    position: relative;
}
.ct-box i{
       position: absolute;
    left: 0;
    z-index: 9;
    top: 52px;
    background: #f05055;
    font-size: 30px;
    padding: 9px 0;
    border-radius: 10px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
}
.ct-right{
    position: relative;
    width: 93%;
    background: #f1f1f1;
    padding: 20px 50px;
    border-radius: 10px;
    margin-left: 2%;
    margin-top: 30px;
}
.ct-right h1{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}.ct-right h6{
    font-size: 16px;
    color: #000;
}.join-ct .col-lg-12{
        padding: 0 15px;
}
.join-ct .col-lg-6{
        padding: 0 15px;
}.f-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    left: 0;
}.f-input + span {
    width: 100%;
    font-size: 15px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 9px;
    /* width: 100%; */
    width: 100%;
    font-weight: 500;
    margin-top: 3px;
    float: left;
    color: #000;
    text-align: lwft;
    /* background: #e24a30; */
    background: #ffffff;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}
.join-ct i{
    margin-right:5px;
}.cs-img {
    width: 100%;
    float: left;
    overflow: hidden;
   margin-top: 65px;
}.cs-img img {
width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}

.container5 {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 600;
  margin-right: 20px;
  font-size: 15px;
  -webkit-user-select: none;
  color: #000;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

/* Hide the browser's default radio button */
.container5 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container5 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #f05055;
}

/* On mouse-over, add a grey background color */
.container5:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container5 input:checked ~ .checkmark {
  background-color: #f05055;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container5 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container5 .checkmark:after {
 	top: 5px;
 	left: 5px;
 	width: 8px;
 	height: 8px;
 	border-radius: 50%;
 	background: white;
}
.new-product{
        position: absolute;
    top: 0;
    background: #276c05;
    font-size: 13px;
    color: #fff;
    padding: 2px 20px;
    font-weight: 600;
    left: 0;
    border-top-left-radius: 20px;
}
.forgot-boq{
    font-size: 15px;
    font-weight: 600;
   
}
.forgot-boq:hover{
     color: #000;
}
.level1{
    
}
.level2{
padding-left: 20px;
}
.level3{
    padding-left: 40px;
}
.level4{
    padding-left: 60px;
}.level4{
    padding-left:80px;
}
.address-field .error_msg{
    bottom:-20px;
}


.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.grecaptcha-badge { 
    visibility: hidden;
}
.ratingbox.rate-left{
    margin-left:0 !important;
}