/*@mixin carousel_next_prev_btn($left: 20px, $right: 20px) {
    .olw-nav{
        margin-top: 0;
    }
    .owl-prev{
        position: absolute;
        left: $left;
        font-size: 50px;
        color: #fff;
        top: calc(50% - 68px);
        
        &:hover{
            color: #65676b;
            background: transparent;
        }
    }

    .owl-next{
        position: absolute;
        right: $right;
        font-size: 50px;
        color: #fff;
        top: calc(50% - 68px);

        &:hover{
            color: #65676b;
            background: transparent;
        }
    }
}*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap");

/*---Global CSS---*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.owl-carousel .owl-stage-outer {
  margin-right: -6px;
}

.pagination_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .active_nav_bg_mobile {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    left: 0;
  }

  .hide_nav_bg_mobile {
    position: fixed;
    height: 100vh;
    z-index: 99999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    top: 0;
    left: -250px;
  }
}

/*---Header CSS ---*/
#header {
  background: #ffffff;
  padding-top: 5px;
}

#header .header_top {
  background: #121212;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header_top p {
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 0;
}

#header .header_top span {
  font-size: 15px;
}

#header .header_singup_bar {
  border-bottom: 1px solid #65676b;
}

#header .header_singup_bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header_singup_bar .container .select_lang {
  color: #65676b;
  font-size: 15px;
  border: none;
  background: transparent;
  position: relative;
  padding: 7px 0;
}

#header .header_singup_bar .container .select_lang .choose_lang img {
  margin-right: 10px;
}

#header .header_singup_bar .container .select_lang .choose_lang i {
  margin-left: 5px;
}

#header .header_singup_bar .container .select_lang .collapse_list {
  position: absolute;
  left: 0;
  background: #fff;
  width: 250px;
  padding: 10px 0;
  margin-top: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 999999;
}

#header .header_singup_bar .container .select_lang .collapse_list li {
  padding: 10px;
}

#header .header_singup_bar .container .select_lang .collapse_list li img {
  margin-right: 10px;
}

#header .header_singup_bar .container .select_lang .collapse_list li:hover {
  background: #e62e04;
  color: #fff;
}

#header .header_singup_bar .container .search_input {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 270px;
}

#header .header_singup_bar .container .search_input .form_select {
  background: #770d2c;
  border-radius: 0;
  border: none;
  padding: 7px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

#header .header_singup_bar .container .search_input .form_select option {
  background: #ffffff;
  color: #000;
}

#header .header_singup_bar .container .search_input input {
  width: 200px;
  border: 1px solid #65676b;
  color: #65676b;
  padding: 5px;
  outline: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#header .header_singup_bar .container .search_input button {
  border: 1px solid #65676b;
  border-left: none;
  color: #ffffff;
  background: #770D2C;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media screen and (max-width: 991px) {
  #header .header_singup_bar .container .search_input {
    margin-left: 0;
  }
}

@media screen and (max-width: 350px) {
  #header .header_singup_bar .container .search_input {
    margin: 0 auto;
  }
}

#header .header_singup_bar .container .singup_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

#header .header_singup_bar .container .singup_bar li {
  padding: 11px 15px;
  border-right: 1px solid #65676b;
  color: #65676b;
}

#header .header_singup_bar .container .singup_bar li a {
  color: #65676b;
}

#header .header_singup_bar .container .singup_bar li:last-child {
  border: none;
  padding-right: 0;
}

#header .header_singup_bar .container .singup_bar li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  #header .header_singup_bar .container .singup_bar li {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 1200px) {
  #header .header_singup_bar .container .singup_bar {
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #header .header_singup_bar .container .singup_bar {
    display: none;
  }
}

#header .header_logo {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header_logo .header_logo_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header_logo .header_logo_left .menu_btn {
  display: none;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  #header .header_logo .header_logo_left .menu_btn {
    display: block;
  }
}

#header .header_logo .logo {
  background: transparent;
}

#header .header_logo .logo img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}

@media screen and (max-width: 425px) {
  #header .header_logo .logo img {
    height: auto;
  }
}

#header .header_logo .header_icon a.cartBtn {
  position: relative;
  font-size: 17px;
}

#header .header_logo .header_icon a.cartBtn .circle-count {
  position: absolute;
  top: -13px;
  right: -10px;
  color: #121212;
  font-weight: 500;
}

#header .header_logo a {
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  background: #770D2C;
  border-radius: 6px;
}

#header .header_logo a:hover {
  color: #ffffff;
}

#header .header_logo .active_icon {
  display: none;
}

@media screen and (max-width: 767px) {
  #header .header_logo .logo {
    width: 160px;
  }

  #header .header_logo .header_icon span:last-child {
    margin-left: 10px;
  }
}

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

  #header .header_logo a,
  #header .header_logo span {
    font-size: 17px !important;
  }

  #header .header_logo .active_icon {
    display: block;
  }

  #header .header_logo .text {
    display: none;
  }
}

#header .header_nav {
  padding-bottom: 15px;
}

#header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header_nav ul li {
  margin-left: 18px;
  text-transform: capitalize;
  position: relative;
}

#header .header_nav ul li:first-child {
  margin-left: 0;
}

#header .header_nav ul li a {
  color: #65676b;
  padding-bottom: 2px;
}

#header .header_nav ul li a:hover {
  color: #5f6061;
  border-bottom: 2px solid #5f6061;
}

#header .header_nav ul li ul {
  background: #fff;
  width: 200px;
  position: absolute;
  z-index: 9999999;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

#header .header_nav ul li ul.dropdwon_menu {
  top: 24px;
  left: 0;
  display: none;
}

#header .header_nav ul li ul.dropdwon_menu li:hover a {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

#header .header_nav ul li ul li {
  margin-left: 0;
  position: relative;
}

#header .header_nav ul li ul li .dropdwon_nested_menu {
  display: none;
  position: absolute;
  left: 101%;
  top: 10px;
}

#header .header_nav ul li ul li .dropdwon_nested_menu li:hover .nested-2 {
  display: block;
}

#header .header_nav ul li ul li .dropdwon_nested_menu li:hover a {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

#header .header_nav ul li ul li .dropdwon_nested_menu li ul li:hover .nested-3 {
  display: block;
}

#header .header_nav ul li ul li .dropdwon_nested_menu li ul li:hover a {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

#header .header_nav ul li ul li .dropdwon_nested_menu li ul li ul li:hover .nested-4 {
  display: block;
}

#header .header_nav ul li ul li:hover {
  background: #eaf1f9;
}

#header .header_nav ul li ul li:hover .nested-1 {
  display: block;
}

#header .header_nav ul li ul li:hover a {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

#header .header_nav ul li ul a {
  width: 100%;
  padding: 7px 10px 7px 30px;
  border: none !important;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header .header_nav ul li:hover .dropdwon_menu {
  display: block;
}

#header .header_nav ul .mobile_singup_bar {
  width: 100%;
  display: none;
}

#header .header_nav .menu_small {
  display: none;
}

#header .header_nav .menu_small li {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  #header .header_nav {
    display: none;
    position: fixed;
    width: 250px;
    top: 0;
    left: -250px;
    padding-bottom: 0;
    height: 100vh;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #header .header_nav ul {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
  }

  #header .header_nav ul.menu_all {
    min-height: 100vh;
  }

  #header .header_nav ul li {
    margin-left: 0;
    width: 100%;
  }

  #header .header_nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0 5px 20px;
    color: #111111 !important;
    font-size: 16px !important;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500 !important;
  }

  #header .header_nav ul li a:hover {
    color: #ffffff !important;
    border-bottom: none;
    background: #e62e04;
  }

  #header .header_nav ul li ul {
    background: transparent;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  #header .header_nav ul li ul.dropdwon_menu {
    top: 0;
    left: 20px;
    display: none;
  }

  #header .header_nav ul li ul.dropdwon_menu li:hover a {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  #header .header_nav ul li ul li {
    margin-left: 0;
    position: relative;
  }

  #header .header_nav ul li ul li .dropdwon_nested_menu {
    position: relative;
    left: 15px;
    top: 0;
  }

  #header .header_nav ul li ul li .dropdwon_nested_menu li:hover a {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  #header .header_nav ul li ul li:hover {
    background: #eaf1f9;
  }

  #header .header_nav ul li ul a {
    width: 100%;
    padding: 7px 10px 7px 10px;
    border: none !important;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  #header .header_nav ul li:hover .dropdwon_menu {
    display: block;
  }

  #header .header_nav ul .mobile_singup_bar {
    display: block;
  }

  #header .header_nav ul .mobile_singup_bar .menu_close_btn {
    position: fixed;
    top: 0;
    left: -30px;
    z-index: 99999999;
    background: transparent;
    border: none;
    font-size: 20px;
  }

  #header .header_nav.header_nav_mobile {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  #header .header_nav ul {
    top: -20px;
  }
}

#header #navbar {
  background: #ffffff;
  -webkit-animation: slide-up 0.4s;
  animation: slide-up 0.4s;
}

#header #navbar.sticky {
  position: fixed;
  background: #ffffff;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*---Banner CSS ---*/
#banner {
  max-height: 70vh;
  overflow: hidden;
}

#banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#banner .container-fluid .banner_carousel {
  position: relative;
}

#banner .container-fluid .banner_carousel .item img {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

#banner .container-fluid .banner_carousel .owl-carousel .owl-stage-outer {
  margin-right: 0;
}

#banner .container-fluid .banner_carousel .owl-nav button {
  position: relative;
}

#banner .container-fluid .banner_carousel .owl-nav button span {
  position: absolute;
  left: 38%;
  top: -2px;
}

#banner .container-fluid .banner_carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

#banner .container-fluid .banner_carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #banner .container-fluid .banner_carousel .owl-nav button span {
    top: -6px;
  }

  #banner .container-fluid .banner_carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }

  #banner .container-fluid .banner_carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}

#banner .container-fluid .banner_carousel .owl-dots {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 10px;
}

#banner .container-fluid .banner_carousel .owl-dots .owl-dot span {
  background: #fff;
}

#banner .container-fluid .banner_carousel .owl-dots .active span {
  background: #e62e04;
}

/*---Main CSS ---*/
#main {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  /*---Arrival CSS ---*/
  /*---Popular Collection ---*/
  /*---Collection CSS ---*/
  /*---Flash Sale CSS ---*/
}

#main .row {
  margin-left: -5px;
  margin-right: -5px;
}

#main .col-4,
#main .col-3,
#main .col-6,
#main .col-8 {
  padding-left: 5px;
  padding-right: 5px;
}

#main #arrival .arrival_head {
  width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

#main #arrival .arrival_head h2 {
  color: #121212;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

#main #arrival .arrival_head p {
  color: #65676b;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #main #arrival .arrival_head {
    width: 100%;
  }

  #main #arrival .arrival_head h2 {
    font-size: 26px;
  }
}

#main #arrival h3 {
  font-size: 24px;
  color: #121212;
  margin-bottom: 5px;
  font-weight: 400;
}

#main #arrival p {
  color: #65676b;
  font-size: 16px;
}

#main #arrival .container-fluid .arrival_carousel {
  margin-top: 15px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main #arrival .container-fluid .arrival_carousel .img_figure {
  position: relative;
  overflow: hidden;
}

#main #arrival .container-fluid .arrival_carousel .img_figure .img {
  position: relative;
  overflow: hidden;
}

#main #arrival .container-fluid .arrival_carousel .img_figure img {
  margin-bottom: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: -4px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#main #arrival .container-fluid .arrival_carousel .img_figure .badge-custom {
  position: absolute;
  left: 0;
  top: 20px;
  background: #ffff;
  border-radius: 0 50em 50em 0;
  padding: 3px;
  font-size: 11px;
  font-weight: 600;
  color: #e62e04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #arrival .container-fluid .arrival_carousel .img_figure .badge-custom .box {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 11px;
  background: #e62e04;
  color: #ffffff;
  text-align: center;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #arrival .container-fluid .arrival_carousel .img_figure .cartBtn {
  position: absolute;
  top: 10px;
  right: -45px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#main #arrival .container-fluid .arrival_carousel .img_figure .cartBtn li {
  background: #ffffff;
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

#main #arrival .container-fluid .arrival_carousel .img_figure .cartBtn li:hover {
  background: #e62e04;
  color: #ffffff;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption {
  padding: 7px 5px;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption .product_price {
  color: #e62e04 !important;
  font-weight: 600;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption del {
  margin-right: 7px;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption del.price {
  color: #000000 !important;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption .review_btn {
  background: transparent;
  color: #bfbcbc;
  border: none;
  font-size: 13px;
  padding: 0;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption .popularCollection_name {
  text-transform: capitalize;
}

#main #arrival .container-fluid .arrival_carousel .img_figure figcaption p,
#main #arrival .container-fluid .arrival_carousel .img_figure figcaption a {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
}

#main #arrival .container-fluid .arrival_carousel .img_figure:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#main #arrival .container-fluid .arrival_carousel .img_figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#main #arrival .container-fluid .arrival_carousel .img_figure:hover .cartBtn {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

#main #arrival .container-fluid .arrival_carousel .owl-stage {
  margin: 10px 3px;
}

#main #arrival .container-fluid .arrival_carousel .owl-nav button {
  position: relative;
}

#main #arrival .container-fluid .arrival_carousel .owl-nav button span {
  position: absolute;
  left: 38%;
  top: -2px;
}

#main #arrival .container-fluid .arrival_carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

#main #arrival .container-fluid .arrival_carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #main #arrival .container-fluid .arrival_carousel .owl-nav button span {
    top: -6px;
  }

  #main #arrival .container-fluid .arrival_carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }

  #main #arrival .container-fluid .arrival_carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}

#main #arrival .viewBtn {
  width: 100px;
  margin: 0 auto;
  padding-top: 0;
}

#main #arrival .viewBtn button {
  color: #fff;
  background: #121212;
  width: 100%;
  font-size: 16px;
  padding: 2px 0;
  border-radius: 6px;
}

#main #popularCollection {
  padding-top: 30px;
}

#main #popularCollection .popularCollection_head h3 {
  font-size: 28px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 15px;
}

#main #popularCollection .popularCollection_content .img_figure {
  position: relative;
  overflow: hidden;
}

#main #popularCollection .popularCollection_content .img_figure .img {
  position: relative;
  overflow: hidden;
}

#main #popularCollection .popularCollection_content .img_figure img {
  margin-bottom: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: -4px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

#main #popularCollection .popularCollection_content .img_figure .badge-custom {
  position: absolute;
  left: 0;
  top: 20px;
  background: #ffff;
  border-radius: 0 50em 50em 0;
  padding: 3px;
  font-size: 11px;
  font-weight: 600;
  color: #e62e04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #popularCollection .popularCollection_content .img_figure .badge-custom .box {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 11px;
  background: #e62e04;
  color: #ffffff;
  text-align: center;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #popularCollection .popularCollection_content .img_figure .cartBtn {
  position: absolute;
  top: 10px;
  right: -45px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

#main #popularCollection .popularCollection_content .img_figure .cartBtn li {
  background: #ffffff;
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

#main #popularCollection .popularCollection_content .img_figure .cartBtn li:hover {
  background: #e62e04;
  color: #ffffff;
}

#main #popularCollection .popularCollection_content .img_figure figcaption {
  padding: 7px 5px;
}

#main #popularCollection .popularCollection_content .img_figure figcaption .product_price {
  color: #e62e04 !important;
  font-weight: 600;
}

#main #popularCollection .popularCollection_content .img_figure figcaption del {
  margin-right: 7px;
}

#main #popularCollection .popularCollection_content .img_figure figcaption del.price {
  color: #000000 !important;
}

#main #popularCollection .popularCollection_content .img_figure figcaption .review_btn {
  background: transparent;
  color: #bfbcbc;
  border: none;
  font-size: 13px;
  padding: 0;
}

#main #popularCollection .popularCollection_content .img_figure figcaption .popularCollection_name {
  text-transform: capitalize;
}

#main #popularCollection .popularCollection_content .img_figure figcaption p,
#main #popularCollection .popularCollection_content .img_figure figcaption a {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
}

#main #popularCollection .popularCollection_content .img_figure:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#main #popularCollection .popularCollection_content .img_figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#main #popularCollection .popularCollection_content .img_figure:hover .cartBtn {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

#main #popularCollection .popularCollection_content .popular_carousel {
  position: relative;
}

#main #popularCollection .popularCollection_content .popular_carousel .owl-stage {
  margin: 10px 3px;
}

#main #popularCollection .popularCollection_content .popular_carousel .owl-nav button {
  position: relative;
}

#main #popularCollection .popularCollection_content .popular_carousel .owl-nav button span {
  position: absolute;
  left: 38%;
  top: -2px;
}

#main #popularCollection .popularCollection_content .popular_carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

#main #popularCollection .popularCollection_content .popular_carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #main #popularCollection .popularCollection_content .popular_carousel .owl-nav button span {
    top: -6px;
  }

  #main #popularCollection .popularCollection_content .popular_carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }

  #main #popularCollection .popularCollection_content .popular_carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}

#main #popularCollection .popularCollection_content .feature_carousel {
  position: relative;
}

#main #popularCollection .popularCollection_content .feature_carousel .owl-stage {
  margin: 10px 3px;
}

#main #popularCollection .popularCollection_content .feature_carousel .owl-nav button {
  position: relative;
}

#main #popularCollection .popularCollection_content .feature_carousel .owl-nav button span {
  position: absolute;
  left: 38%;
  top: -2px;
}

#main #popularCollection .popularCollection_content .feature_carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

#main #popularCollection .popularCollection_content .feature_carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #main #popularCollection .popularCollection_content .feature_carousel .owl-nav button span {
    top: -6px;
  }

  #main #popularCollection .popularCollection_content .feature_carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }

  #main #popularCollection .popularCollection_content .feature_carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}

#main #popularCollection .viewBtn {
  width: 100px;
  margin: 0 auto;
  padding-top: 0;
}

#main #popularCollection .viewBtn button {
  color: #fff;
  background: #121212;
  width: 100%;
  font-size: 16px;
  padding: 2px 0;
  border-radius: 6px;
}

#main #collection {
  padding-top: 30px;
}

#main #collection .collection_head h3 {
  font-size: 28px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 15px;
}

#main #collection .collection_content figure img {
  margin-bottom: 5px;
}

#main #collection .collection_content figure a {
  color: #65676b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

#main #collection .collection_content figure a i {
  margin-left: 7px;
}

#main #collection .viewBtn {
  width: 100px;
  margin: 0 auto;
  padding-top: 0;
}

#main #collection .viewBtn button {
  color: #fff;
  background: #121212;
  width: 100%;
  font-size: 16px;
  padding: 2px 0;
  border-radius: 6px;
}

#main #flashSale {
  background-image: url("../img/banner/2jpg.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

#main #flashSale .flashSale_popupBox {
  margin: 0 auto;
  width: 400px;
  background: #fff;
  padding: 20px 30px;
  text-align: center;
}

#main #flashSale .flashSale_popupBox h4 {
  color: #5f6061;
  font-size: 20px;
  margin-bottom: 7px;
}

#main #flashSale .flashSale_popupBox p {
  font-size: 15px;
  color: #65676b;
  margin-bottom: 7px;
}

#main #flashSale .flashSale_popupBox .btnGroup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}

#main #flashSale .flashSale_popupBox .btnGroup a,
#main #flashSale .flashSale_popupBox .btnGroup button {
  background: #5f6061;
  color: #fff;
  border: none;
}

@media screen and (max-width: 767px) {
  #main #flashSale .flashSale_popupBox {
    width: 90%;
  }
}

#main #premiumCollection {
  padding-top: 30px;
}

#main #premiumCollection .row {
  margin-left: -15px;
  margin-right: -15px;
}

#main #premiumCollection .col-4,
#main #premiumCollection .col-3,
#main #premiumCollection .col-6,
#main #premiumCollection .col-8 {
  padding-left: 15px;
  padding-right: 15px;
}

#main #premiumCollection .premiumCollection_head p {
  color: #65676b;
  font-size: 16px;
  margin-bottom: 10px;
}

#main #premiumCollection figure a {
  color: #65676b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

#main #premiumCollection figure a i {
  margin-left: 7px;
}

#main #premiumCollection .content figure:first-child {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  #main #premiumCollection .content {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
  }
}

/*---Video CSS---*/
#video {
  padding-top: 15px;
  padding-bottom: 30px;
}

#video .video_carousel .owl-nav button {
  position: relative;
}

#video .video_carousel .owl-nav button span {
  position: absolute;
  left: 38%;
  top: -2px;
}

#video .video_carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

#video .video_carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  font-size: 25px;
  color: #65676b;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #video .video_carousel .owl-nav button span {
    top: -6px;
  }

  #video .video_carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }

  #video .video_carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
}

#video .video_carousel .video_size {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 1023px) {
  #video .video_carousel .video_size {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  #video .video_carousel .video_size {
    height: 350px;
  }
}

@media screen and (max-width: 550px) {
  #video .video_carousel .video_size {
    height: 250px;
  }
}

/*---footer CSS---*/
#footer {
  background: #fff;
  padding-top: 30px;
  border-top: 1px solid #65676b;
}

#footer .footer_addres {
  padding-bottom: 20px;
}

#footer .footer_addres .content {
  text-align: center;
}

#footer .footer_addres .content img {
  width: 150px;
  margin-bottom: 20px;
}

#footer .footer_addres .content h4 {
  font-size: 18px;
  color: #65676b;
  font-weight: 500;
  margin-bottom: 10px;
}

#footer .footer_addres .content address {
  font-size: 14px;
  color: #65676b;
}

#footer .footer_contact {
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer .footer_contact .content h4 {
  font-size: 18px;
  color: #65676b;
  font-weight: 500;
  margin-bottom: 10px;
}

#footer .footer_contact .content p {
  color: #65676b;
}

@media screen and (max-width: 575px) {
  #footer .footer_contact .content {
    margin-bottom: 30px;
  }

  #footer .footer_contact .content:last-child {
    margin-bottom: 0;
  }
}

#footer .footer_contact .footer_subForm {
  position: relative;
}

#footer .footer_contact .footer_subForm input {
  width: 100%;
  padding: 3px 25px 3px 10px;
  outline: none;
}

#footer .footer_contact .footer_subForm button {
  position: absolute;
  right: 17px;
  padding: 5px 5px;
  color: #65676b;
  background: transparent;
  border: none;
}

#footer .footer_copyRight {
  text-align: center;
  font-size: 16px;
  color: #65676b;
  padding: 15px 0;
  border-top: 1px solid #65676b;
}

/*--- Modal CSS ---*/
.modal_container {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_container .modal_add_cart {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 600px;
  min-height: 400px;
  background: #fff;
  padding: 20px 15px;
  position: relative;
}

.modal_container .modal_add_cart .modal_add_cart_close {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 18px;
  color: #65676b;
}

.modal_container .modal_add_cart .modal_add_cart_close:hover {
  color: #e62e04;
}

.modal_container .modal_add_cart .modal_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal_container .modal_add_cart .modal_body .product_img {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% calc(90% - 15px);
  grid-template-columns: 10% calc(90% - 15px);
  grid-gap: 15px;
}

.modal_container .modal_add_cart .modal_body .product_img .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  max-width: 100%;
  height: 350px;
}

.modal_container .modal_add_cart .modal_body .product_img .img_target.activeImg {
  border: 2px solid #e62e04;
}

.modal_container .modal_add_cart .modal_body .product_info {
  width: 50%;
  padding-left: 15px;
}

.modal_container .modal_add_cart .modal_body .product_info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
}

.modal_container .modal_add_cart .modal_body .product_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #65676b;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_left p {
  width: 75px;
  font-size: 15px;
  color: #65676b;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right .price,
.modal_container .modal_add_cart .modal_body .product_info .info .info_right .total_price {
  color: #e62e04;
  font-size: 24px;
  font-weight: 500;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right span {
  font-size: 14px;
  color: #65676b;
  margin-left: 5px;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right .quantity button {
  width: 25px;
  height: 25px;
  background: #DADCE0;
  color: #121212;
  border-radius: 50%;
  outline: none;
  border: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right .quantity button:hover {
  background: #c3c4c5;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right .quantity p {
  width: 40px;
  text-align: center;
  color: #65676b;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right .total_price {
  font-size: 20px;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right #available span {
  margin: 0;
}

.modal_container .modal_add_cart .modal_body .product_info .info .info_right #available.error span {
  color: #e62e04;
}

.modal_container .modal_add_cart .modal_body .product_info .info.last {
  border-bottom: none;
}

.modal_container .modal_add_cart .modal_body .product_info .add_cart_btn {
  color: #fff;
  background: #e62e04;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  padding: 5px 10px;
}

.modal_container .modal_add_cart .modal_body .product_info .add_cart_btn:hover {
  background: #e48586;
}

.modal_container .modal_add_cart.size_cart {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .modal_container .modal_add_cart {
    width: 80%;
    min-height: 75%;
  }

  .modal_container .modal_add_cart.size_cart {
    width: 80%;
    min-height: 75%;
  }
}

@media screen and (max-width: 710px) {
  .modal_container .modal_add_cart {
    width: 100%;
    height: 100%;
  }

  .modal_container .modal_add_cart.size_cart {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 576px) {
  .modal_container .modal_add_cart .modal_body .product_img {
    width: 100%;
  }

  .modal_container .modal_add_cart .modal_body .product_info {
    padding-top: 30px;
    width: 100%;
  }
}

#add_to_cart .modal_add_cart {
  width: 400px;
  min-height: 300px;
}

#add_to_cart .modal_add_cart .modal_head {
  padding-top: 5px;
  text-align: center;
}

#add_to_cart .modal_add_cart .modal_head h2,
#add_to_cart .modal_add_cart .modal_head span {
  display: inline-block;
  color: #4ACD99;
  font-size: 28px;
  font-weight: 500;
}

#add_to_cart .modal_add_cart .modal_head span {
  padding-left: 5px;
}

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

  #add_to_cart .modal_add_cart .modal_head h2,
  #add_to_cart .modal_add_cart .modal_head span {
    font-size: 20px;
  }
}

#add_to_cart .modal_add_cart .modal_body {
  padding-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  min-height: 220px;
}

#add_to_cart .modal_add_cart .modal_body .product_info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

#add_to_cart .modal_add_cart .modal_body .product_info .price p {
  color: #65676b;
  font-size: 15px;
  padding-right: 20px;
}

#add_to_cart .modal_add_cart .modal_body .product_info .price span {
  font-size: 22px;
  font-weight: 500;
  color: #e62e04;
}

#add_to_cart .modal_add_cart .modal_body .product_info .price .add_product_quantity {
  color: #121212;
  font-size: 15px;
}

#add_to_cart .modal_add_cart .modal_footer {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#add_to_cart .modal_add_cart .modal_footer button {
  background: transparent;
  color: #e62e04;
  border: 1px solid #e62e04;
  border-radius: 5px;
  padding: 3px 5px;
  margin-left: 10px;
  font-size: 15px;
}

#add_to_cart .modal_add_cart .modal_footer button:hover {
  background: #e62e04;
  color: #fff;
}

#add_to_cart .modal_add_cart .modal_footer button.backToShoping {
  margin-left: 0;
}

#cart_modal .modal_add_cart .modal_body .heading {
  width: 100%;
  margin-bottom: 15px;
}

#cart_modal .modal_add_cart .modal_body .heading .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cart_modal .modal_add_cart .modal_body .heading .row_item .content {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#cart_modal .modal_add_cart .modal_body .heading .row_item .content p {
  font-size: 15px;
  color: #121212;
  font-weight: 500;
}

#cart_modal .modal_add_cart .modal_body .cart_box {
  width: 100%;
  min-height: 305px;
  overflow: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #65676b;
}

#cart_modal .modal_add_cart .modal_body #cart_row {
  width: 100%;
  background: #DADCE0;
  overflow: hidden;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content img {
  width: 55px;
  height: 75px;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content h4 {
  font-size: 16px;
  font-weight: 500px;
  color: #121212;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content p {
  font-size: 15px;
  color: #65676b;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content .quantity button {
  width: 25px;
  height: 25px;
  background: #fff;
  color: #121212;
  border-radius: 50%;
  outline: none;
  border: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content .quantity button:hover {
  background: #c3c4c5;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content .quantity p {
  width: 25px;
  text-align: center;
  color: #65676b;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content .removeBtn {
  background: transparent;
  color: #e62e04;
  font-size: 16px;
  border: none;
  outline: none;
}

#cart_modal .modal_add_cart .modal_body #cart_row .row_item .content .removeBtn:hover {
  color: #e48586;
}

#cart_modal .modal_add_cart .modal_body .total_prices {
  font-size: 18px;
  color: #e62e04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-left: auto;
}

#cart_modal .modal_add_cart .modal_body .total_prices .title {
  font-size: 15px;
  color: #65676b;
  padding-right: 20px;
}

@media screen and (max-width: 500px) {
  #cart_modal .modal_add_cart .modal_body .heading {
    display: none;
  }

  #cart_modal .modal_add_cart .modal_body #cart_row .row_item .content {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#cart_modal .modal_add_cart .modal_footer {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cart_modal .modal_add_cart .modal_footer button {
  background: transparent;
  color: #e62e04;
  border: 1px solid #e62e04;
  border-radius: 5px;
  padding: 3px 5px;
  margin-left: 10px;
  font-size: 15px;
}

#cart_modal .modal_add_cart .modal_footer button:hover {
  background: #e62e04;
  color: #fff;
}

#cart_modal .modal_add_cart .modal_footer button.backToShoping {
  margin-left: 0;
}

@media screen and (max-width: 500px) {
  #cart_modal .modal_add_cart {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */