
* {
    font-family: montserrat, sans-serif;
    font-style: normal;
}
:root {
  --main-color: #1a1a1a;
  --background-color: #f7f7f7;
}

body {
  
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
hr {
  margin: 0;
}

h1 {
  letter-spacing: 5px;
  line-height: 60px;
}

h2 {
  letter-spacing: 3px;
  line-height: 50px;
}

p {
  line-height: 2.3rem;
  color: #666;
}

::placeholder {
  color: #bbbbbb!important;
  opacity: 1!important;
}

:-ms-input-placeholder {
  color: #bbbbbb!important;
}

::-ms-input-placeholder {
  color: #bbbbbb!important;
}

.path {
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}

.owl-next, .owl-prev {
  display: none;
}

.top-title {
  line-height: 22px;
  font-size: 18px;
  font-style: italic;
  color: #686868;
}

.cat-text {
  line-height: 22px;
  font-size: 16px;
  font-style: italic;
  color: #686868;
}

.light-text {
  margin-bottom: 3px;
  font-size: 18px;
  font-family: italic;
  color: rgba(255, 255, 255, 0.60);
  letter-spacing: 4px;
}

.nav-secoundrydiv {
  margin-right: 12em;
}

.nav-button {
  margin: 0!important;
  padding: 17px;
  text-decoration: none!important;
}

.nav-button.active {
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.2);
}

.nav-button:hover {
  background: rgba(255, 255, 255, 0.2);
}


.link_categorie .active {
  background: #333;
  border-radius: 80px;
  color: yellow;
  padding: 6px;
  display: inline-block;
  width: 120px;
  transition: all 0.5s;
}

.link_categorie .active:hover {
  background: yellow;
  color: #333;
  text-decoration: none;
}

.link_categorie a {
  color: #666;
}

.link_categorie .item.active {
  background: black;
  color: yellow;
}

.link_categorie .item {
  padding: 6px 25px;
  margin: 2px 8px;
  height: 40px;
  line-height: 25px;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s;
}

.link_categorie .item:hover {
  background: black;
  color: yellow;
}

@media (max-width:552px) {
  h2 {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 40px;
  }
}

@media (max-width:552px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 4px;
  }
}


.cart-fix-number {
  position: absolute;
  top: -5px;
  left: 28px;
  background: yellow;
  padding: 10px 8px;
  color: #000;
  font-size: 10px;
  line-height: 0;
  border-radius: 30px;
}

.cart-fix {
  background: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: yellow;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  right: 21px;
  text-align: center;
  transition: all 0.5s;
  display: none;
}

.cart-fix:hover {
  background: yellow;
  color: #000;
  cursor: pointer;
}

.back-to-top {
  background: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: yellow;
  position: fixed;
  z-index: 999;
  bottom: 25px;
  right: 21px;
  text-align: center;
  transition: all 0.5s;
  display: none;
}

.back-to-top:hover {
  background: yellow;
  color: #000;
  cursor: pointer;
}

.sidebar {
  top :0;
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
}

.sidebar_content {
  position: fixed;
  right: 0;
  background: #2b2b2b;
  opacity: 1;
  height: 100%;
  width: 400px;
  z-index: 100;
  padding:0 !important;
  top: 0;
      overflow-y: auto;
}
.side_content_check {
  position: fixed;
  right: 0;
  background: #2b2b2b;
  opacity: 1;
  height: 100%;
  width: 400px;
  z-index: 100;
  padding:0 !important;
  top: 0;
      overflow-y: auto;
}
#sidebar-left, .sidebar_item {
  min-width: 308px;
  padding-left: 0;
}

.sidebar_content hr {
  border: solid #c5cacb;
  border-width: 1px 0 0 0;
}
.side_content_check hr {
  border: solid #c5cacb;
  border-width: 1px 0 0 0;
}
.Shoping_cart h3 {
  color: #fff;
}

.Shoping_cart span {
  color: #333;
  background: yellow;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
  float: right;

}


.detail-cart {
  color: #fff;
}

.detail-title {
  cursor: pointer;
}

.detail-cart h5 {
  font-size: 15px;
}

/*.detail-cart .price {*/
/*  color: yellow;*/
/*}*/

.detail-cart i {
  margin-left: 150px;
  font-size: 13px;
      margin-top:0px !important;
}

.detail-cart i .price-list {
  color: yellow;

}

@media (max-width:552px) {
  .sidebar {
    top: 0;
    z-index: 9999999;
  }
}

@media (max-width:552px) {
  .side_content_check {
    width: 90%;
  }
}
.items_container {
  flex-wrap: nowrap;
}

.localcategories {
  width: 100%;
}

.container-mobile {
  height: 65px;
}

.navbar-toggler {
  border: 0!important;
}

.navbar-toggler-btn {
  width: 22px;
  height: 3px;
  display: block;
  background: yellow;
  margin-bottom: 3px;
}

.index .navbar {
  z-index: 99999;
  top: 0;
  background: #2a2a2a;
  position: fixed;
  width: 100%;
}

.navbar-light .navbar-toggler {
  position: relative;
  float: left;
  color: #fff;
  padding-top: 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar_tab {
  position: fixed;
  background: #2b2b2b;
  width: 100%;
  height: 57px;
  line-height: 52px;
  z-index: 999999999;
}

.navbar_tab .logo {
  position: relative;
  z-index: 999999999;
}

.main-logo {
  height: 57px;
  vertical-align: top;
  padding: 4px 15px;
  background: #f8ff22;
}

.store-logo {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 30px;
}

.Links a {
  color: #fff;
}

.st-nav-link {
  margin: 0!important;
  padding: 22px 25px;
  height: 118px;
}
.dropdown-menu.show {
    transform: none!important;
    top: 50px!important;
    left: 180px!important;
}
.dropdown-menu .dropdown-item {
    color: #2b2b2b;
    line-height: 2;
}
.dropdown-menu .dropdown-item:hover {
    background:rgba(43, 43, 43, 0.1);
}
.Links:first-child a:not(:first-child) {
  margin-left: 34px;
}

.Links:last-child a:not(:last-child) {
  margin-right: 34px;
}

@media (max-width:992px) {
  .item_product_content:hover .img_product {
    width: 180px;
    height: 180px;
  }
}

@media (max-width:992px) {
  .navbar_tab {
    display: none;
  }
}

@media (max-width:992px) {
  .nav-mobile {
    display: table;
  }
}

@media (max-width:992px) {
  .nav-secoundry {
    flex-direction: row-reverse;
  }
}

@media (max-width:992px) {
  .nav-secoundry .navbar-brand {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width:992px) {
  .nav-secoundry .navbar-toggler {
    margin-right: 10px!important;
  }
}

.background_header {
  background: url("../img/background.jpg");
  width: 100%;
  height: 550px;
  position: relative;
}

.header {
  padding: 0px 40px;
  position: absolute;
  top: 52px;
  width: 100%;
}

.header_content {
  background: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 50px 130px 50px;
  text-align: center;
  color: #fff;
}

.header_content h1 span {

}

.header_content form {
  justify-content: center;
  margin-bottom: 20px;
}

.header_content form input[type="text"] {
  border-radius: 0;
  width: 55%;
  padding: 13px 0px;
  padding-left: 10px;
}

.header_content form button {
  background: #fff;
  border-radius: 0;
  padding: 13px 23px;
  margin-top: 8px;
  margin-left: -10px;
}

.header_content form button i {
  color: #bbbbbb;
  font-size: 20px;
}

.categorie-active {
  background: yellow;
  color: #000;
}

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

.header_categorie ul {
  margin-top: 24px;
}

.header_categorie ul li {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  padding: 2px 20px;
  border-radius: 50px;
  font-size: 12px;
  transition: all 0.5s;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.70);
}

.header_categorie ul li:hover {
  background: white;
  color: #000;
  border: 1px solid white;
  cursor: pointer;
}

@media (max-width:992px) {
  .header_categorie {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .header {
    padding: 0;
  }
}

@media (max-width:768px) {
  .header_content {
    padding: 100px 0px;
  }
}

@media (max-width:768px) {
  .header_content form input[type="text"] {
    width: 80%;
  }
}

@media (max-width:768px) {
  .header_categorie ul li {
    margin-bottom: 10px;
  }
}

.Featured {
  background: var(--background-color);
  padding: 80px 0px 100px 0px;
  position: relative;
}

.Featured .owl-nav {
  display: none;
}

.Featured h4 {
  text-align: right;
  margin-top: 8px;
}

.Featured .store_card {
  background: #fff;
  border: solid #ececec;
  border-width: 1px 1px 1px 0px;
  overflow: hidden;
  height: 370px;
  padding: 150px 20px;
  transition: all 0.5s;
  position: relative;
}

.Featured .store_card:hover {
  flex-direction: column;
  padding: 80px 20px;
  filter: drop-shadow(3px 1px 4px #bbb);
}

.Featured .store_card button {
  transition: all 0.5s;
  opacity: 0;
}

.Featured .store_card button {
  opacity: 0;
}

.more-store-mobile {
  display: none;
  margin: 50px auto 0px auto;
  transition: all 0.5s;
}

.more-store-mobile:hover {
  background: yellow;
  color: #333;
}

.Featured .store_card button, .more-store-mobile {
  width: 150px;
  background: #000;
  color: yellow;
  border-radius: 50px;
}

.Featured .store_card:hover button {
  opacity: 1;
  margin-top: 115px;
}

.Featured .store_card button:hover {
  background: yellow;
  color: #000;
}



.new {
  background: #000;
  height: 60px;
  line-height: 60px;
  color: yellow;
  position: absolute;

  left: 0;
  top: 25px;
}

.new span {
  transform: rotate(270deg);
  display: inline-block;
  font-size: 13px;
}

@media (max-width:992px) {
  .Featured {
    padding: 80px 0px 50px 0px;
  }
}

@media (max-width:992px) {
  .Featured h4 {
    text-align: center;
    margin-top: 11px;
  }
}

@media (max-width:992px) {
  .owl-three {
    margin-top: 8px;
  }
}


@media (max-width:552px) {
  .Featured h4 {
    margin-bottom: 20px;
  }
}

.New_Store {
  padding: 50px 0px;
  transition: all 0.5s;
}

.New_Store_content {
  margin-top: 70px;
}

.New_Store .img_store {
  margin: auto;
  position: relative;
  z-index: 9;
  filter: drop-shadow(2px 2px 5px #999);
}

.New_Store .square {
  position: absolute;
  width: 30%;
  right: 137px;
  top: -45px;
  transition: all 1s;
}

.New_Store .rectangle {
  position: absolute;
  width: 69%;
  right: 99px;
  top: 92px;
}

.New_Store .circle {
  position: absolute;
  width: 20%;
  bottom: 20px;
  left: 55px;
  transition: all 1s;
}

.New_Store_img:hover:hover .circle {
  transform: translate(20px,-20px);
  transition: all 1s;
  transition-timing-function: initial;
}

.New_Store_img:hover:hover .square {
  transform: translate(-20px,20px);
  transition: all 1s;
}

@media (max-width:992px) {
  .New_Store .square {
    position: absolute;
    width: 13%;
    right: 52px;
    top: 24px;
  }
}

@media (max-width:992px) {
  .New_Store .circle {
    bottom: 88px;
    left: 44px;
  }
}

@media (max-width:992px) {
  .New_Store .rectangle {
    width: 76%;
    right: 61px;
  }
}

@media (max-width:576px) {
  .comment-text {
    margin-left: 0!important;
    text-align: center;
  }
}

@media (max-width:576px) {
  .comment-info {
    margin-right: 0!important;
  }
}

@media (max-width:576px) {
  .comment-info > div, .comment-info span {
    display: flex;
    justify-content: center;
  }
}

@media (max-width:576px) {
  .comments .comment .comment-info h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media (max-width:552px) {
  .New_Store .rectangle {
    width: 94%;
    right: 11px;
  }
}

@media (max-width:552px) {
  .New_Store .square {
    right: 53px;
    top: 42px;
  }
}

.popular_item {
  background: #f6f6f6;
  padding: 0px 0px;
}

.popular_item .owl-dot {
  display: none;
}

.popular_item h2 {
  position: relative;
  z-index: 999;
}

.popular_img {
  width: 60px;
  position: absolute;
  left: -20px;
  top: -10px;
}

.popular_item .owl-nav {
  display: none;
}

.popular_item p {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 300px;
}

.popular_item hr {
  border: 1px solid #999;
}

.popular_item .popular_card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
  opacity: 0.7;
  transition: all 0.5s;
}
.popular_item:hover .popular_card {
  opacity: 1;
}

.popular_item .popular_card h4 {
    position: absolute;
    font-size: 14px;
    color: black;
}
.popular_card img {
    padding: 20px;
    transition: all 0.5s;
}
.popular_card:hover img {
  padding: 10px;
}
.popular_item .popular_card i {
  background: #000;
  color: yellow;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  left: 70%;
  top: 31px;
}
.popular_item .popular_card a i {
  position: absolute;
  top: auto;
  bottom: -20px;
}

.popular_item .popular_card h5 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: -15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
    color: black;
}

.popular_item .owl-carousel .owl-stage-outer {
  padding: 46px 0;
}

.chevron-control {
  margin-top: 80px;
}

@media (max-width:552px) {
  .popular_item h2 {
    text-align: center;
  }
}

footer {
  background: var(--main-color);
  padding-top: 50px;
}

.footer-copyright span {
  color: #999;
}

footer hr {
  border: 1px solid #313131;
}

footer h5 {
  color: yellow;
}

footer .links li a {
  color: #fff;
}

footer .social li {
  display: inline;
}

footer .social li:not(:first-child) {
  margin-left: 10px;
}

footer .social li a {
  font-size: 18px;
}

@media (max-width:992px) {
  .discover {
    display: none;
  }
}

@media (max-width:992px) {
  footer h5 {
    font-size: 14px;
  }
}

@media (max-width:552px) {
  .footer-copyright {
    text-align: center;
  }
}

.page_item {
  padding: 0;
}

.page_item .navbar_tab {
  position: fixed;
  z-index: 999999;
}

.page_item nav button {
  margin-top: 4px;
}

.page_item .navbar-toggler-second {
  width: 22px;
  height: 3px;
  display: block;
  margin-bottom: 3px;
}

.main_item {
  padding: 130px 0 30px 0;
  background: #ffffff;
}

.main_item .card {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
}

.main_item .card-body {
  padding: 10px 0px 0px 0px;
}

@media (max-width:1200px) {
  .main_item {
    padding: 125px 10px 30px 10px;
  }
}

@media (max-width:552px) {
  .main_item {
    padding: 68px 0 30px 0px;
  }
}

.page_item .nav-mobile {
  background: #2a2a2a;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 57px;
}

.sidebar_mobile {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999999999;
  background: rgba(0,0,0,0.8);
  display: none;
}

.sidebar_mobile_content {
  width: 324px;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  right: -200px;
}

.sidebar_mobile_content h6 {
  color: #666;
}

.sidebar_mobile_content .title {
  background: #efefef;
  padding: 14px 0px;
}

.sidebar_mobile_content .refine {
  background: var(--background-color);
  margin-top: -10px;
  padding: 10px;
}

.sidebar_mobile_content .price_range input {
  display: inline;
  width: 80px;
  margin-left: 20px;
  border-radius: 8px;
  border: 1px solid #666;
}

.sidebar_mobile_content .list_color, .sidebar_mobile_content .price_range {
  margin-left: 10px;
}

.sidebar_mobile_content .color_item {
  margin-left: 160px;
}

.sidebar_mobile_content .color_item li {
  display: inline-block;
}

.sidebar_mobile_content .red {
  background: red;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
}

.sidebar_mobile_content .green {
  background: green;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
}

.sidebar_mobile_content .orange {
  background: orange;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
}

.sidebar_mobile_content .list_size {
  margin: auto;
}

.sidebar_mobile_content .list_size ul:not(:first-child) li {
  margin-left: 75px;
}

.sidebar_mobile_content .img_brand img {
  margin: 24px;
  display: block;
}

.sidebar_mobile_content .img_brand input[type="radio"] {
  margin: auto;
}

.sidebar_mobile_content hr {
  margin-top: 35px;
}

.sidebar_mobile_button {
  margin-top: 52px;
  padding: 10px;
}

.sidebar_mobile_button .clear {
  color: #666;
}

.sidebar_mobile_button .apply {
  margin-left: 200px;
  color: orange;
}

.sidebar_mobile_button a {
  display: inline-block;
}

.list_mobile_select button {
  width: 33%;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: none;
}

.page_item .navbar_tab {
  padding: 0px;
}

.page_item .main_nav {
  background: #333;
  position: fixed;
  z-index: 999999;
  width: 100%;
  padding: 9px 78px;
}

.page_item .nav_filter {
  width: 100%;
  height: 61px;
  background: white;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  position: fixed;
  z-index: 9999;
}

.nav-store {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  margin-top: 57px;
}

@media (max-width: 992px) {
  .secound-brand {
    top: 15px!important;
    left: 64px!important;
  }
}

@media (max-width: 992px) {
  .container-mobile {
    max-width: 100%!important;
    padding-left: 16px;
    height: 65px;
  }
}

@media (max-width: 992px) {
  .nav-store-item {
    display: inline-flex;
    margin-top: 8px;
  }
}

.shopping-cart-mobile {
  float: right;
  font-size: 25px;
  padding: 0 7px;
  position: relative;
}

a.shopping-cart {
  position: relative;
}

.shopping-cart-label-mobile {
  top: 0;
  position: absolute;
  font-size: 8px;
  color: black;
  background: yellow;
  width: 18px;
  height: 18PX;
  left: 20px;
  border-radius: 30px;
  text-align: center;
  padding-top: 3px;

  font-family: sans-serif;
  border: 1px solid #4e515e;
}

.shopping-cart-label-lg {
  position: absolute;
  top: 10px;
  left: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.nav-store-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
}

.page_item .nav-item .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 100;
  transition: all 0.5s;
}
.page_item .nav-item .nav-link.active {
  color: #ff6b7d;
}

.page_item .secound-nav .nav-link.active {
  color: #FD6C7F!important;
}

.page_item .secound-nav .nav-link:hover {
  color: #FD6C7F!important;
}

.page_item .nav-item:not(:last-child) .nav-link {
    margin-right: 25px;
}

@media (max-width:552px) {
  .page_item {
    padding: 0;
  }
}

@media (max-width:552px) {
  .page_item .main_nav {
    padding: 0;
  }
}

.search-btn-mobile {
  float: right;
  padding: 1px 9px;
  color: white;
  font-size: 22px;
}

.search_bar input {
  width: 100%;
  height: 63px;
  background: #fff;
  position: fixed;
  z-index: 9999999999;
  top: 53px;
  border: none;
  padding-left: 20px;
  display: none;
}

.search_bar_mobile {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999999999;
  top: 0px;
  border: none;
  display: none;
}

.search_bar_mobile .close_search {
    color: #292929;
    font-size: 21px;
  
    text-align: left;
    display: table-row;
    margin: 9px 0 0 9px;
    position: inherit;
}

.search_bar_mobile .close_search:hover {
    color: rgba(41, 41, 41, 0.60);
}

.search_bar_mobile input[type="search"] {
    border: none;
    font-size: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 50px;
}

.search_bar_mobile input[type="submit"] {
    margin-top: 10px;
    width: 140px;
    background: #000000;
    color: yellow;
    font-size: 21px;
  
    border-radius: 30px;
    border: 3px solid #636363;
}

.card .card-header h5 i {
  font-size: 12px;
  color: yellow;
  float: right;
  margin-right: 10px;
  margin-top: 16px;
}

.card .card-header h5 .up {
  transform: rotate(178deg);
}

.secound-brand {
  position: absolute;
  top: 10px;
  left: 80px;
}

#title_categorie, #title_color, #title_size, #title_Brands {
  background: #2a2a2a;
  padding: 10px 0;
  cursor: pointer;
}

#title_categorie h5 button, #title_color h5 button, #title_size h5 button, #title_Brands h5 button {
  color: yellow;
  font-size: 22px;
  text-decoration: none;
}
div .fa-chevron-down {
 transition: .3s transform ease-in-out;
}
div[aria-expanded=true] .fa-chevron-down {
 transform: rotate(180deg);
}

.list-color {
  margin-right: 13px;
  margin-top: 10px;
  max-width: 285px;
  text-align :center;
}

.list-color li {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.list-color .black {
  background: black;
}

.list-color .green {
  background: green;
}

.list-color .orange {
  background: orange;
}

.list-color .red {
  background: red;
}


.list-checkbox {
  text-decoration: none;
  margin-right: 15px;
}

.list-checkbox li {
  display: inline-block;
}

.list-checkbox li:not(:first-child) {
  margin-left: 40px;
}

.list-checkbox li input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.item_header {
  position: relative;
  background: url("../img/desktop-cover.jpg");
  height: 400px;
  width: 100%;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
}

.item_header .shop_now {
  background: #fffec2;
  height: 100%;
  width: 340px;
  position: absolute;
  right: 0px;
}

.item_header_content {
  position: absolute;
  top: 30%;
  left: 60%;
  z-index: 9;
}

.item_header_content h5 {

  font-size: 15px;
}

.item_header_content h3 {
  font-size: 40px;

  letter-spacing: 4px;
}

.item_header .shop_now a {
  position: absolute;
  background: #2a2a2a;
  width: 100%;
  display: block;
  padding: 25px 0px 25px 30px;
  bottom: 0;
  color: yellow;

  line-height: 40px;
  text-decoration: none;
}

.item_header .shop_now a i {
  background: yellow;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px;
}

.navbar-button {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.nav_link ul {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 18px;
}

.nav_link ul li {
  display: inline-block;
}

.nav_link ul li:not(:first-child) {
  margin-left: 5px;
}

.nav_link ul .active {
  background: #000;
  padding: 3px 5px;
  width: auto;
  height: 28px;
  text-align: center;
}

.nav_link ul li a {
  color: #7b7b7b;
  text-decoration: none;
  font-weight: 500;
}

.nav_link ul li a::after {
  content: "/";
  color: #7b7b7b;
}

.nav_link ul .active a::after {
  content: "";
  display: none;
}

.nav_link ul li .main {
  color: yellow;
}


@media (max-width:552px) {
  .nav_link {
    margin-left: 21px;
  }
}

@media (max-width:552px) {
  .nav_link ul {
    margin: 20px 0px;
  }
}

@media (max-width:552px) {
  .nav_link ul li a {
    font-size: 13px;
  }
}



@media (max-width:552px) {
  .item-product-options {
    display: none;
  }
}



@media (max-width:360px) {
  .products_content {
    min-width: 100%!important;
  }
}

.item-product {
  position: relative;
  margin-left: 14px;
}

.item-product-options {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}

.item-product select {
  background: white;
  padding: 10px;
  width: 262px;
  height: 43px;
  border: solid 1px #4c4c4c;
}

.item-product select option span {

}

.item-product .view {
  border: 2px solid #717171;
  font-size: 0.9rem;
  width: 126px;
  height: 43px;
  border: solid 1px #4c4c4c;
}

.item-product .view i {
  cursor: pointer;
}

.item-product .view .list {
  color: #999;
}

.item-product .view .active {
  color: #a9af00;
}

.item-product .view span, .item-product .view i {
  margin-left: 7px;
}
h4.product-title{
    padding: 0 0px;
    padding-top : 10px;
    transition: all 1s;
}


.products_content {
  min-width: 196px;
  max-width: 196px;
  margin: 10px 4px;
  position: relative;
  height: max-content;
}

.item_product_content {
  overflow: hidden;
  height: 280px;
  padding: 0px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
}

.item_product_content h4 a {
  margin-bottom: .5rem;
  font-family: inherit;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 38px;
  display: flex;
}

.item_product_content .img_product {
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 7px!important;
  padding: 0;
}
/*p.price-product{*/
/*    padding-bottom: 9px;*/
/*    padding-top: 9px;*/
/*    line-height: 0;*/
/*}*/
.item_product_content:hover .img_product {
    width: 180px;
    height: 180px;
    transform: scale(1.1);
    transition: all 0.6s;
}

.item_product_content span {
  display: inline-block;
}

.item_product_content .discount {
  color: #ffadad;
  text-decoration: line-through;
  padding-right: 15px;
}

.item_product_content .new {
  background: #333;
  width: 30px;
  height: 90px;
  color: yellow;
  display: block;
  position: absolute;
  left: 0;
}

.item_product_content .new h5 {
  transform: rotate(91deg);
  font-size: 13px;
  margin-top: 23px;
}

.item_product_content h5 {

}

.item_product_content button {
  background: #fff;
  padding: 5px 0px;
  width: 150px;
  border-radius: 50px;
  border: 1px solid #333;
  transition: all 0.5s;
  cursor: pointer;

}


.item_header_content_mobile, .shop_now_mobile, .list_mobile_select {
  display: none;
}

.list_product_one {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;
  padding: 40px 20px 40px 0px;
  display: flex;
}

.list_product_one h4 a {
  color: #333;
}

.list_product_one h4 a:hover {
  text-decoration: none;
}

.list_product_one span {
  display: block;
  color: #9E9E9E;
}

/*.list_product_one .price {*/
/*  color: #f1f100;*/
/*}*/

.list_product_one p {
  font-size: 14px;
}

.list_product_one_content {
  margin-top: 10px;
}

.list_product_one_content button {
  background: #fff;
  padding: 8px 0px;
  width: 150px;
  border-radius: 50px;
  border: 1px solid #333;
  transition: all 0.5s;
}

.list_product_one_content button:hover {
  background: #333;
  color: #fff;
  cursor: pointer;
}

.list_product_one_content {
  margin-top: 29px;
}


.list_product_one_content .button_list {
  display: flex;
}


@media (max-width:800px) {
  .products_content {
    min-width: 204px;
    max-width: 204px;
  }
}

@media (max-width:800px) {
  .item-product {
    width: 100%;
    margin: 0;
  }
}

@media (max-width:800px) {
  .item-product-container {
    justify-content: center!important;
  }
}

@media (max-width:800px) {
  .item_product_content .new {
    left: 11px;
    top: 18px;
  }
}

@media (max-width:800px) {
  .item_product_content {
    margin: 10px;
  }
}



@media (max-width:800px) {
  .item-product select {
    width: 169px;
  }
}

@media (max-width:800px) {
  .item_header_content_mobile, .shop_now_mobile, .list_mobile_select {
    display: block;
  }
}

@media (max-width:800px) {
  .item_header_content, .shop_now {
    display: none;
  }
}

@media (max-width:800px) {
  .item_header_content_mobile {
    background: #fffec2;
    margin-top: -20px;
    padding: 16px 17px;
    text-align: center;
  
  }
}

@media (max-width:800px) {
  .item_header_content_mobile h5, .item_header_content_mobile h3 {
  
  }
}

@media (max-width:800px) {
  .item_header_content_mobile p {
    display: none;
  }
}

@media (max-width:800px) {
  .item_product_content:hover .img_product {
    width: 180px;
    height: 180px;
  }
}

@media (max-width:800px) {
  .item_product_content {
    height: max-content;
  }
}







@media (max-width:800px) {
  .shop_now_mobile {
    background: #2a2a2a;
    padding: 15px 20px;
  }
}

@media (max-width:800px) {
  .shop_now_mobile a {
    color: yellow;
  }
}

@media (max-width:800px) {
  .shop_now_mobile i {
    background: yellow;
    color: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-top: -2px;
  }
}
    
@media (max-width:800px) {
  .list_mobile_select {
    margin-top: 20px;
    height: 50px;
  }
  .item_product_content .discount{
    padding-right: 5px;
  }
  .item_product_content{
      padding-bottom: 10px;
  }
  .disco{
      display: block!important;
      margin: 0px auto 0px auto!important;
  }
}



@media (max-width:800px) {
  .list_mobile_select select {
    width: 32.6%;
  }
}

@media (max-width:800px) {
  .list_mobile_select select {
    height: 100%;
    line-height: 38px;
    background: #fff;
    border: none;
    width: 31.9%;
    font-size: 16px;
    font-weight: 500;
    padding-left: 14px;
  }
}

@media (max-width:800px) {
  .list_product_one p {
    display: none;
  }
}

@media (max-width:800px) {
  .list_product_one_content {
    flex-grow: 2;
  }
}

@media (max-width:800px) {
  .list_product_one_content h4 {
    font-size: 20px;
  
    line-height: 23px;
  }
}

@media (max-width:800px) {
  .list_product_one_content .price {
    font-size: 15px;
  }
}

@media (max-width:800px) {
  .list_product_img {
    flex-shrink: 2;
  }
}

@media (max-width:800px) {
  .list_product_one_content .button_list {
    display: none;
  }
}

@media (max-width:800px) {
  .sidebar-item {
    display: none;
  }
}

@media (max-width:800px) {
  #sidebar-left {
    display: none;
  }
}

@media (max-width:800px) {
  #discover {
    display: none;
  }
}

@media (max-width:540px) {
  .products_content {
    min-width: 192px;
    max-width: 192px;
    margin: -6px;
    padding: 0.5px;
  }
}

.modal {
  z-index: 999999999999;
}

.owl-dot span {
  height: 20px;
  width: 20px;
  background: red;
}

.menu .nav-item .nav-link {
  color: #fff;
}

.modal .nav-link {
  color: #fff;
}

.modal_navigation {
  background: #d4db0c;
  width: 46px;
  height: 97px;
  border-radius: 50px;
  text-align: center;
  padding-top: 2px;
  position: relative;
  top: -250px;
  right: 101px;
  z-index: 999;
}

.modal_navigation i {
  display: block;
  margin-top: 20px;
  cursor: pointer;
}

.modal-body {
  padding: 0;
}

.modal-content {
  margin: auto;
}

.modal-content .item {
  background: #fff;
}

.modal-content .item img {
  margin-top: 90px;
  background: #fff;
}

.modal_second {
  background: #333;
  padding: 80px 80px 0;
}

.modal_second_header h3 a{
  color: #fff;
}

.modal_second_header h5{
  color: yellow;

}

.modal_second_header h6 a{
  color: yellow;
}

.modal_second_header p {
  color: #fff;
  font-size: 13px;
}

.modal_second_header .subtitle {
  color: #999;
  font-size: 13px;
  margin-bottom: 20px;
}

.tab_modal a {
  font-size: 14px;
}

.tab_modal .specs {
  color: #fff;
  border-bottom: 1px solid yellow;
}

.tab_modal .details {
  color: #b0b0b0;
}

.details_paragraph p {
  display: none;
}

.specs_paragraph ul li {
  font-size: 14px;
}

.tab_modal .tab_link a:not(:first-child) {
  margin-left: 10px;
}

/*.price h5 {*/
/*  color: #999;*/
/*  font-size: 13px;*/
/*  font-weight: 600;*/
/*}*/

/*.price h3 {*/
/*  color: yellow;*/
/*  font-weight: 600;*/
/*  display: inline;*/
/*  margin-right: 3px;*/
/*}*/

.modal_second_header .discount {
  text-decoration: line-through;
  display: inline;
  color: #ff8787;
}

.add_item_cart {
  background: yellow;
  width: 204px;
  color: #000;
  padding: 3px 4px 3px 20px;
  border-radius: 50px;
  margin-top: 0;
}

.add_item_cart:hover {
  background: yellow;
  color: #000;
  cursor: pointer;
}

.add_item_cart:hover span i {
  background: #000;
  color: yellow;
}

.add_item_cart .add_item_cart_content {
  transition: all 0.5s;
}

.add_item_cart:hover .add_item_cart_content {
  margin-left: 30px;
}
.add_item_cart[disabled]:hover .add_item_cart_content {
  margin-left: 0px;
}

.add_item_cart span i {
  transition: all 0.5s;
}

.add_item_cart:hover span i {
  margin-left: -141px;
}
.add_item_cart[disabled]:hover span i {
  margin-left: 40px;
}

.add_item_cart span {
  display: inline-block;

}

.add_item_cart span i{
  color: yellow;
  background: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 46px;
  border-radius: 80px;
}

.favorite i {
  font-size: 22px;
  background: #fff;
  color: #333;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  margin-top: 22px;
  margin-left: 20px;
}

@media (max-width:1100px) {
  .modal_navigation {
    display: none;
  }
}

@media (max-width:552px) {
  #discover {
    display: none;
  }
}

@media (max-width:552px) {
  .modal_second {
    padding: 20px;
    margin: 0px 15px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
  }
}

.page_item .popular_item {
  background: #f9f9f9;
  padding-top: 90px;
  padding-bottom: 30px;
}

.proudact-content-page {
  background: #fff;
}

.proudact-content {
  padding-top: 150px;
}

.proudact-content .proudact-img {
  padding-top: 0px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#modelSlider .owl-dot {
    background: rgba(185, 202, 114, .30)!important;
}
#modelSlider .owl-dot.active{
    background: #a2b456!important;
}

.proudact-img .carousel {
  position: staticl;
}

.proudact-img .carousel-fade .carousel-item {
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(.22,.68,0,1.71);
}

#product-img {
  position: static;
  margin-right: 6%;
}

#product-img ol {
  position: static;
  margin-top: 6.5rem;
}

#product-img .carousel-indicators li.active {
  background: #a2b456!important;
  opacity: 1;
}

#product-img .carousel-indicators li {
  opacity: 0.31;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background: #000!important;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%
    -o-border-radius:50%;
  -moz-border-radius: 50%;
}

.proudact-content .product-info {
  padding-left: 8%;
  padding-right: 0;
}

.proudact-content h1 {
  width: 100%;
  height: 44px;
  font-family: Montserrat;
  font-size: 2.25rem;

  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  color: var(--main-color);
}

.proudact-content .subtitle {
  width: 348px;
  height: 18px;
  opacity: 0.6;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.93px;
  color: #000000;
}

.proudact-content .seller {
  padding-top: 10px;
  padding-bottom: 10px;
}

.proudact-content p {
    display: inline;
    width: 56px;
    height: 18px;
    opacity: 1;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.93px;
    color: #1a1a1a;
}

.proudact-content .rating {
  padding-bottom: 5px;
}

.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0px 5px;
}

.star-rating input[type=radio] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.star-rating label:hover, .star-rating label:hover ~ label, .star-rating input[type=radio]:checked ~ label {
  color: #e25a5a;
}
.star-rating .label1 i{
  font-size: 40px;
}
.star-rating .label2 i{
  font-size: 40px;
}

.proudact-content .seller img {
  display: inline;
  width: 98px;
}

.tabs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tabs ul {
  border-bottom: solid 1px #000000;
}

.tab-content {
  padding-top: 30px;
}

.tab-content > div li {
  width: 100%;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--main-color);
}

.tabs ul li a {
  height: 46px;
  opacity: 0.5;
  margin-right: 0!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs ul li a.active {
  opacity: 1;
  height: 46px;
  background: var(--main-color);
  margin-right: 0!important;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #f8ff24!important;
}

.quantity {
  margin-top: 20px;
  margin-bottom: 30px;
}

.quantity p {
  margin-right: 20px;
}

.input-number, .input-number-decrement, .input-number-increment {
  border: 1px solid #ccc;
  height: 37px;
  user-select: none;
  margin-left: -17px;
  z-index: 0;
  background: #fff0;
}

.input-number {
  width: 70px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border-right: none;
  border-left: none;
}

.input-number-decrement, .input-number-increment {
  width: 37px;
  height: 37px;
  display: inline-block;
  line-height: 34px;
  color: #444;
  text-align: center;

  cursor: pointer;
  border-radius: 50%;
}

.input-number-decrement:active, .input-number-increment:active {
  background: #ddd;
}

.input-number-decrement, .input-number-increment {
  width: 37px;
  height: 37px;
}

/*.price {*/
/*  margin-bottom: 30px;*/
/*  position: relative;*/
/*}*/

/*.price span {*/
/*  position: absolute;*/
/*  top: -15px;*/
/*  font-family: Montserrat;*/
/*  font-size: 36px;*/

/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  margin-left: 30px;*/
/*  letter-spacing: normal;*/
/*  color: #000000;*/
/*}*/

.action-buttons {
  margin-bottom: 46px;
}

.action-buttons > a {
  font-family: Montserrat;
  display: inline-block;
  height: 51px;
  border-radius: 27.5px;
  box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.26);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 51px;
  font-size: 18px;
  margin-bottom: 10px;
}

.action-buttons > a:hover {
  text-decoration: none;
}

.action-buttons .buy-button {
  background-color: var(--main-color);
  color: #f8ff24;
  margin-right: 10px;
}
.action-buttons .buy-button[disabled] {
  opacity:.7;
  cursor:not-allowed;
}
.action-buttons .addtocart-button[disabled] {
  opacity:.7;
  cursor:not-allowed;
}
.add_item_cart[disabled] {
  opacity:.7;
  cursor:not-allowed;
}

.action-buttons .addtocart-button {
  color: #000000;
  background: #fff0;
  border: solid 1px #000000;
}

@media (max-width:992px) {
  .proudact-content .proudact-img {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width:992px) {
  .proudact-content .product-info {
    padding-left: 15px;
  }
}

@media (max-width:992px) {
  #product-img {
    margin-right: auto;
  }
}

@media (max-width:992px) {
  .tabs ul li a, .tabs ul li a.active {
    height: 64px!important;
  }
}

.bought-together-container, .similar-items {
  background: #f9f9f9;
  padding-top: 40px;
  position: relative;
}

.bought-together-container .popular_item {
  background: #fff0;
  padding-bottom: 20px;
  padding-top: 0%;
}

.bought-together .bought-together-proudcts {
  background: #fff0!important;
  padding: 0px 0px;
}




.bought-together-container .line {
  height: 2px;
  border-radius: 4px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 21%;
  width: 85.59%;
}

.bought-together-proudcts .item {
  display: inline-block;
  width: 203px;
  height: max-content;
  box-shadow: 0 2px 10px 0 rgba(196, 196, 196, 0.5);
  background-color: #f9f9f9!important;
  margin-right: 4px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.bought-together .bought-together-proudcts .item i {
  top: 15px;
}

.bought-together .bought-together-proudcts .item h4, .bought-together .bought-together-proudcts .item h5 {
  font-size: 1rem;
}

.bought-together .bought-together-proudcts .item h5 {
  padding-top: 20px;
}

.bought-together .col-md-6, .similar-items .col-md-6, .comments .container .col-md-6 {
  z-index: 1;
}

.bought-together hr, .comments hr {
  background: #000;
}

.section-title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.72;
  letter-spacing: 5px;
  color: var(--main-color);
  z-index: 1;
}

.doteed-img {
  z-index: -1;
}

.similar-items {
  background: #fff;
}

.similar-items .items {
  display: flex;
  flex-wrap: wrap;
}

.similar-items .items .item {
  background-color: #fff!important;
  width: 195px;
  padding-top: 60px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.similar-items .items .item img {
  width: 80%;
  max-height: 156px;
}

.similar-items .items .item h4 {
  text-align: center;
  position: static;
  font-weight: 400;
}

.similar-items .items .item h5 {
  font-weight: bolder;
}

.comments {
  background: var(--background-color);
}

.comments .container {
  padding: 70px 0;
}

.comments .comment {
  margin: 0;
  margin-top: 50px;
}

.comment .comment-info, .comments .comment .comment-info h3, .comments .comment .comment-info img, .rate, .comment-date {
  padding: 0;
}

.comment .comment-info p {
  font-size: 1rem;
  margin-left: 8%;
  line-height: 1.5;
}

.comment .comment-info a {
  padding-top: 7px;

  text-decoration: underline;
  color: #000;
  margin-left: 8%;
}

.comments .comment .comment-info img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.comments .comment .comment-info h3 {
  display: inline-block;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 500;
  color: #231f20;
  margin-left: 15px;
}

.comment-info {
  display: flex;
  align-items: center;
}

.rate {
  float: left;
  height: 46px;
  display: flex;
  flex-wrap: nowrap;
  direction: rtl;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: '★ ';
}

.rate > input:checked ~ label {
  color: #e25a5a;
}

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
  color: #e25a5a;
}

.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
  color: #e25a5a;
}

.comment-date {
  text-align: right;
  display: inline-block;
}

.comment-text {
  margin-left: 97px;
}

@media (max-width:800px) {
  .bought-together-proudcts .item, .similar-items .items .item {
    width: 160px;
    margin: 17px 1px;
  }
}

@media (max-width:800px) {
  .similar-items .items .item h5 {
    text-align: center;
  }
}

@media (max-width:800px) {
  .bought-together-proudcts, .similar-items .items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width:800px) {
  .similar-items .items {
    padding-right: 0;
  }
}

.pop-up-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.pop-up-container-background {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-container .pop-up-box {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: max-content;
  height: max-content;
  border-radius: 6px;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px 10px 30px;
}

.pop-up-container .pop-up-box .row {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.pop-up-container .close-icon {
  position: absolute;
  display: inline;
  top: 20px;
  right: 20px;
  opacity: 0.4;
  padding: 0!important;
  margin-right: 0!important;
}

.pop-up-container .close-icon img {
  width: 19px;
}

.pop-up-container .pop-up-box h1 {
  font-size: 1.5rem;

  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1b2125;
  margin-bottom: 20px;
}

.pop-up-container .pop-up-box p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #525252;
}

.pop-up-container .pop-up-box a {
  border-radius: 27.5px;
  padding: 10px 0;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.save-button, .cencel-order-button, .send-review-button {
  background: #1a1a1a;
  color: #f8ff24;
  line-height: 1.5;
}

.cancel-button, .keep-order-button, .skip-button {
  border: solid 1px #1a1a1a;
  color: #1a1a1a;
}

.send-review-button, .skip-button {
  display: block!important;
}

.cancel-order-div {
  display: none;
}

.cancel-order-div .pop-up-box {
  top: 20%;
}

.proudct-view .img {
  text-align: center;
  padding-right: 0;
}

.proudct-view .img img {
  width: 10rem;
}

.proudct-view .proudct-info h2 {
  font-size: 1.3rem;

  margin: 0;
}

.proudct-view .proudct-info {
  padding-left: 0;
  padding-top: 4%;
}

.proudct-view .proudct-info p {
  font-size: 0.8rem;
}

/*.proudct-view .proudct-info .price {*/
/*  font-size: 1.7rem;*/
/*  color: #000;*/
/*}*/

.myprofile-sidebar {
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0;
  height: max-content;
  margin-bottom: 20px;
}

.myprofile-content {
  height: max-content;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}

.myprofile-content .row {
  width: 100%;
}

.account-details {
  background: #1a1a1a;
  height: max-content;
  padding: 7px 0px;
  margin-bottom: 10%;
  width: 100%!important;
  margin-left: 0;
}

.profile-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.account-details .col-lg-8 {
  line-height: 1;
  padding: 0;
}

.account-details h3 {
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
}

.account-details span {
  font-size: 0.8rem;
  color: #ffffff;
  letter-spacing: 0.44px;
  font-weight: 300;
}

.account-info {
  padding: 6%;
}

.account-info h2 {

  font-size: 1.125rem;
  margin-left: 20px;
  color: #1b2125;
  line-height: 1;
  width: 100%;
  letter-spacing: 0;
}

.account-info form {
  margin-bottom: 20px;
}



.account-info form > p, .Currancy p {
  font-size: 0.9rem;
  color: #000000;
  opacity: 0.4;
  margin: 0;
}

.iti__flag {
  background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti {
  width: 100%;
  margin-bottom: 10%;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
  padding: 0;
  padding-left: 5px;
}

.Currancy span {
  color: #000000;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.form-control:disabled{
    background-color: #ffffff;
    opacity: .5;
    cursor: no-drop;
}
.edit-info {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1rem;
  border-radius: 27.5px;
  border: solid 1px #1a1a1a;
  text-align: center;
  line-height: 1;
  padding: 17px 0 17px 0;
  margin: 78px 0px 0px 0;
  cursor: pointer;
}
.edit-info:hover {
  background:black;
  color:white;
}

.account-info .save-button, .account-info .cancel-button, .skip-button, .send-review-button {
  border-radius: 27.5px;
  padding: 10px 0;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
}

.myprofile-proudect {
  transition: opacity 0.5s ease-in-out 0s;
}

.proudect-content {
  width: 100%;
  height: max-content;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
  padding: 30px 6px 30px 32px;
  margin-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.proudect-content .p-img {
  max-width: 160px;
  max-height: 120px;
}

.proudect-content .col-lg-6 h2 {
  color: #1b2125;
  font-size: 1.125rem;

}
.proudect-content .col-lg-6 h2 a{
  color: #1b2125;
  font-size: 1.125rem;

}

.proudect-content .col-lg-6 > p {
  font-size: 0.875rem;
  opacity: 0.6;
  color: #000;
  letter-spacing: 0.93px;

}

.proudect-content .seller p, .proudect-content .seller img {
  display: inline;
}

.proudect-content .seller img {
  width: 98px;
}

.status-part {
  text-align: right;
}

.status-part .status {
  margin-bottom: 14px;
}

.status-part .status p {
  display: inline;
  letter-spacing: 0.93px;
}

.status-part .status span {
  letter-spacing: 0.93px;
}

.status-part .status .Pending {
  color: #816c45;
}

.status-part .status .paid {
  color: #3a9400;
}

.status-part .status .canceled {
  color: red;
}

/*.status-part .price {*/
/*  font-size: 1.5rem;*/
/*  color: #000;*/
/*  display: inline-block;*/
/*  margin-bottom: 20px;*/
/*}*/

.status-part .cancel-order {
  display: block;
  color: #e25a5a;
}

@media (max-width:992px) {
  .proudect-content {
    padding-left: 0;
  }
}

@media (max-width:992px) {
  .proudect-content > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width:992px) {
  .status-part {
    margin-left: 0;
  }
}

@media (max-width:992px) {
  .status-part div, .status-part p, .status-part a, .proudect-content .proudect-info h2, .proudect-content .proudect-info p {
    width: 100%;
    text-align: center;
  }
}

@media (max-width:768px) {
  .proudct-view .proudct-info {
    text-align: center;
    padding-right: 0;
  }
}

@media (max-width:768px) {
  .status-part {
    margin-left: 0;
  }
}

@media (max-width:768px) {
  .account-details > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media (max-width:768px) {
  .account-details > div h3, .account-details > div span {
    width: 100%;
    text-align: center;
  }
}

@media (max-width:768px) {
  .pop-up-container .pop-up-box .save-button {
    margin-bottom: 10px;
  }
}

@media (max-width:600px) {
  .pop-up-container .pop-up-box {
    width: 90%;
    top: 35%;
  }
}

@media (max-width:600px) {
  .cancel-order-div .pop-up-box {
    width: 90%;
    top: 25%;
  }
}

.page-content {
  height: max-content;
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-content hr {
  background: #000;
  margin-bottom: 20px;
}

.page-content .content p {
  line-height: 3.44;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.page-content .content p span {
  color: #000;

  display: block;
}

.labels_error {
  color: #e25a5a;
  display: none;
}

.view_more:active {
  background: yellow !important;
  color: #000 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
}

.view_more {
  outline: none !important;
  box-shadow: none !important;
}

.list-cart-content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    FONT-WEIGHT: 100;
}

.div_card_shp_meth {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px;
}

.span_card_shp_meth {
  float: right;
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 16px;
  font-weight: bold;
}

.para_card_shp_meth {
  color: rgb(172,174,174);
}

.cart-selected{
    display: none;
    transition: all 0.5s ease 0s;
}

.div_imgs_card {
    position: absolute;
    right: 35px;
    top: 20px;
}

.images_bank {
  width: 35px;
  margin: 0px 1px;
}

.btn_pup_up {
  width: 100%;
  border-radius: 50px;
  background: black;
  color: #f8ff24;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  padding: 13px 0px;
}

.btn_pup_up:hover {
  width: 100%;
  border-radius: 50px;
  background: #f8ff24;
  color: black;
  outline: none !important;
  box-shadow: none !important;
}

.btn_pup_up:active {
  width: 100%;
  border-radius: 50px;
  background: #f8ff24 !important;
  color: black !important;
  outline: none !important;
  box-shadow: none !important;
}

.links_create_account {
  color: black;

  text-decoration: underline;
}

.btn_facebook {
  width: 100%;
  border-radius: 50px;
  background: #5266a8;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn_google {
  color: black;
  background: #f2f2f2;
  width: 100%;
  border-radius: 50px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 600;
}

.btn_google:hover {
  background: #dddcdc;
  color: black;
}

.btn_google:active {
  background: #dddcdc !important;
  color: black !important;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.btn_facebook:hover {
  background: #4f619f;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn_facebook:active {
  background: #4f619f !important;
}

.links_bold {
  color: black !important;
  font-weight: 600;
  text-decoration: none !important;
}

#select_country_txt option {
}

#select_country_txt option {
  padding: 20px;
}


.div_create_account {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin:auto;
  z-index: 99999999999;
  top:0;
}

.div_verify_account {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}


.links_under {
  color: rgba(0,0,0,0.89) !important;
  text-decoration: underline;
}


.div_login {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin:  auto;
  z-index: 99999999999;
  top:0;
}

.div_forget_password {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}

.div_reset_password {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}


.div_phone_verify {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}

.div_delete_order {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}

/*PHONE NUMBER SCRIPT EDIT*/

.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

.iti{
    width: 100%;
        margin-bottom: 10%;

}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    left: auto;
    right: 0;
}
.iti input, .iti input[type=tel], .iti input[type=text]{
    padding: 0;
    padding-left:5px;
}
/*END OF PHONE NUMBER SCRIPT EDIT*/
.img_order_delete {
  width: 40px;
}

.btn_keep_order {
  width: 100%;
  border-radius: 50px;
  background: white !important;
  color: #1a1a1a !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #1a1a1a;
  padding: 10px 0px;
}

.btn_keep_order:hover {
  background: rgba(128,128,128,0.04) !important;
  border: 1px solid #1a1a1a !important;
}

.btn_keep_order:active {
  background: rgba(128,128,128,0.04) !important;
  border: 1px solid #1a1a1a !important;
}

.div_rating_product {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}


.div_save_changed {
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999999;
  top:0;
}


.div_filter {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.38);
  transition: 1s;
  cursor: pointer;
}

.h1_filer {
  color: white;

  width: fit-content;
  margin: auto;
  padding: 50px 0px;
}

.div_filter:hover {
  transition: 1s;
  background: rgba(0,0,0,0.16);
}

.div_image_1 {
  height: 557px;
  overflow: hidden;
  display: flex;
}

.div_image_2 {
  height: 198px;
  overflow: hidden;
  display: flex;
}

.div_image_3 {
  height: 198px;
  overflow: hidden;
  display: flex;
}

.div_image_4 {
  height: 233px;
  overflow: hidden;
  display: flex;
}

.div_image_5 {
  height: 198px;
  overflow: hidden;
  display: flex;
}

.div_image_6 {
  height: 374px;
  overflow: hidden;
  display: flex;
}

.div_image_7 {
  height: 374px;
  overflow: hidden;
  display: flex;
}

.div_image_8 {
  height: 198px;
  overflow: hidden;
  display: flex;
}

.div_image_9 {
  height: 198px;
  overflow: hidden;
  display: flex;
}

.div_image_10 {
  height: 198px;
  overflow: hidden;
  display: flex;
}

.div_image_11 {
  height: 583px;
  overflow: hidden;
  display: flex;
}

.div_image_5 {
}

.div_content_images:hover img {
  transition: 2s;
  transform: scale(1.2);
}

.div_content_images img {
  transition: 2s;
}

@media (max-width: 768px) {
  .div_content_images {
    height: 183px !important;
  }
}


.btn_continue_shop:hover {
  background: yellow !important;
  color: #000 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
}


.btn_continue_shop {
  background: #000 !important;
  width: 177px ;
  color: yellow !important;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;

  box-shadow: none !important;
  border: none !important;
  outline: none !important;

}
.btn_continue_shop {
    transition: all 0.5s;
}
.btn_continue_shop span {
  display: inline-block;

}

.btn_continue_shop:hover span i {
     margin-left: -236px;

}


.btn_continue_shop[disabled] {
  opacity:.4;
  cursor:not-allowed;
}
.btn_continue_shop[disabled]:hover {
  background: #000 !important;
  width: 177px ;
  color: yellow !important;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  cursor:not-allowed;
}
.btn_continue_shop[disabled]:hover span i {
    color: #000;
    background: yellow;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 16px;
    border-radius: 80px;
  cursor:not-allowed;
}

.loading-checkout{
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9000;
    text-align: center;
    backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
}
.loading-checkout img{
    border-radius: 30%;
    top: 35%;
    position: absolute;
}
.btn_continue_shop:hover span i {
  background: #000;
  color: yellow;
}

.btn_continue_shop span i {
  color: #000;
  background: yellow;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 16px;
  border-radius: 80px;
}

.btn_continue_shop i {
  transition: all 0.5s;
}

.btn_continue_pay:hover span i {
  background: #000;
  color: yellow;
}

.btn_continue_pay:hover span i {
     margin-left: -387px;
}

.btn_continue_pay span i {
  color: #000;
  background: yellow;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
      margin-left: 50px;
  border-radius: 80px;
}

.btn_continue_pay i {
  transition: all 0.5s;
}

.btn_continue_pay span {
  display: inline-block;

}

.btn_continue_pay:hover {
  background: #000;
  color: yellow;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;
  width: 275px;
  border: none;

}

.btn_continue_pay:hover {
  background: yellow !important;
  color: #000 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
}



.btn_continue_pay {
  background: #000 !important;
  width: 267px;
  color: yellow !important;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;

  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}



.btn_complet_order:hover {
  background: yellow !important;
  color: #000 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn_complet_order:hover span i {
      margin-left: -350px;
}

.btn_complet_order:hover span i {
  background: #000;
  color: yellow;
}

.btn_complet_order span i {
  color: #000;
  background: yellow;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-left: 89px;
  border-radius: 80px;
}

.btn_complet_order i {
  transition: all 0.5s;
}

.btn_complet_order span {
  display: inline-block;

}

.btn_complet_order:hover {
  background: yellow;
  color: #000;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

.btn_complet_order:hover {
  background: #000;
  color: yellow;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;
  width: 275px;
  border: none;

}

.btn_complet_order {
  background: #000 !important;
  width: 267px;
  color: yellow !important;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;

  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.btn_continue_pay:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.btn_continue_shop:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.btn_complet_order:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
@media (max-width: 768px) {
  .side_content_check {
    /*display: none;*/
    width: 100%;
    overflow-y: auto;
  }
}

@media screen and (max-width:440px){
  .sidebar_content{
    /*display: none;*/
    width: calc(100% - 30px) !important;
  }
  .sidebar_content_item_checkout_normal{
    padding: 20px !important;
  }
}
.section_checkout_step1 {
  width: 100%;
  padding: 40px 400px 0px 0px;
  margin: 0;
  /*display: none;*/
}


@media (max-width: 933px) {
  .section_checkout_step1 {
    padding: 120px 400px 0px 0px;
  }
}



@media (max-width: 768px) {
  .section_checkout_step1 {
    padding: 120px 0px 0px 0px !important;
  }
}

.btn_check_out:hover span i {
  background: #000;
  color: yellow;
}

.btn_check_out:hover span i {
  margin-left: -380px;
}

.btn_check_out span i {
  color: #000;
  background: yellow ;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  margin-left: 83px;
  border-radius: 80px;

}

.btn_check_out i {
  transition: all 0.5s;
}

.btn_check_out span {
  display: inline-block;

}

.btn_check_out:hover {
  background: #000;
  color: yellow !important;
  padding: 5px 4px 4px 20px;
  border-radius: 50px;
  border: none;

}



.btn_check_out:hover {
  background: yellow !important;
  color: #000 !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn_check_out:hover {
  background: yellow !important;
  color: #000 !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

.btn_check_out {
  background: #000 !important;
  width: 284px;
  color: yellow !important;
  padding: 5px 4px 4px 20px !important;
  border-radius: 50px;

  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  display: none;
}


.btn_check_out_out {
  display: none;
}

#btn_control_check {
}

@media (max-width: 768px) {
  .btn_check_out_out {
    display: block !important;
  }
  .btn_check_out {
    display: block !important;
  }

}

@media (max-width: 768px) {
  #form_check_step1 {
    display: none;
  }
}

@media (max-width: 768px) {
  #form_check_step2 {
    display: none;
  }
}

@media (max-width: 768px) {
  #form_check_step3 {
    display: none;
  }
}

@media (max-width: 768px) {
  #form_check_step4 {
    display: none;
  }
}
#form_check_step2 {
    display: none;
  }
  #form_check_step3 {
    display: none;
  }
  #form_check_step4 {
    display: none;
  }


.div_link_check {
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.div_link_check.active {
  border-bottom: 2px solid #adb300;
}

.link_check {
    padding: 26px 0px;
    display: block;
    font-family: montserrat;
    font-size: 15px;
    text-align: center;
    color: #d4d9dd;
    text-decoration: none !important;
    font-weight: 300;
}

.link_check:hover {
    color: #000000;
}
.link_check.active {
    color: #000000;
}


.inputs_txt {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  box-shadow: none !important;
}

.inputs_txt:focus {
  border: 1px solid #adb300 !important;
}

.label_inputs {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    padding-top: 10px;
}

.btns_click {
}

.btns_click {
  background: black;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50px;
}

.btns_click:hover {
  background: rgb(238,245,34) !important;
  color: black;
}

.btns_click:hover i {
  background: black !important;
  color: white !important;
}



@media (max-width: 576px) {
  .section_checkout_step1 {
    padding: padding: 120px 20px 20px 20px !important;
  }
}
.div_cover{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.47);
  top: 0;
  left: 0;
  z-index: 999999999;
  display:none;
}

.header_check {
  position: fixed;
  width: 100%;
  background: rgb(248,255,36);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

@media (max-width: 576px) {
  .header_check {
    padding: 0px !important;
  }
}

          




@media (max-width: 576px) {
  .header_check {
    padding: 0px;
  }
}







input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.form-check-label{
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  z-index: 10;
  left: -10px;
  top:-3px;
}
 .check{
  display: block;
  border: 2px solid gray;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
     position: relative;
        right: 8px;
    bottom: 25px
}
 .check.register-radio{
  height: 15px;
  width: 15px;
  bottom: 19px;
  right: -10px;
}
.check.register-radio::before {
  height: 7px;
  width: 7px;
}
 .check:hover{
  border: 2px solid gray;
}

.check::before {
  display: block;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  position: relative;
  top: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 2px solid #a9af00;
}

input[type=radio]:checked ~ .check::before{
  background: #a9af00;
}

@media (max-width: 768px) {
  .header_check_right_menu {
    display: none;
  }
}

.header_check_right_menu {
  position: relative;
  width: 100%;
  background: rgb(248,255,36);
  top: 0;
  left: 0;
  z-index: 10;
}


@media (max-width: 576px) {
  .header_check_right_menu {
    padding: 0px !important;
  }
}

@media (max-width: 576px) {
  .header_check_right_menu {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .header_check {
    display: block;
  }
}
@media (max-width: 768px) {
  .sidebar_padding {
    padding: 30px 20px !important;
  }
}

.sidebar_padding {
  padding: 30px 50px;
}

.model_verify_account{
  width:600px;
  padding: 20px;
}

.model_login{
  width: 663px;
  padding: 30px 40px 0px 40px;
}
.model_forget_password{
  width:600px;
  padding: 40px 20px;
}
.model_delete_order{
  width:600px;
  padding: 40px 20px;
}

.model_save_changed{
  width:600px;
   padding: 40px 20px;
}
.model_rating_product{
  width:600px;
   padding: 40px 20px;
}
.model_reset_password{
  width:600px;
  padding: 40px 20px;
}
.model_phone_verify{
  width:600px;
  padding: 40px 20px;
}
.model_create_account{
  width:836px;
   padding: 30px 40px 0px 40px;
}
.rate-bar label{
    color:#b9b9b9;
}
.rate-bar label.active {
    color:#e25a5a;
}
@media screen and (max-width:756px){
    .model_verify_account{
      width:90% !important;
      padding: 40px 20px !important;
    }
    .model_forget_password{
       width:90% !important;
       padding: 40px 20px !important;
    }
    .model_delete_order{
     width:90% !important;
     padding: 40px 20px !important;
    }

    .model_save_changed{
      width:90% !important;
      padding: 40px 20px !important;
    }
    .model_rating_product{
       width:90% !important;
       padding: 40px 20px !important;
    }
    .model_reset_password{
       width:90% !important;
       padding: 40px 20px !important;
    }
    .model_phone_verify{
     width:90% !important;
     padding: 40px 20px !important;
    }
}

@media screen and (max-width:992px){
    
    .model_login{
       width:90% !important;
       padding: 40px 20px !important;
    }
    
    .model_create_account{
        width:90% !important;
        padding: 40px 20px !important;
    }
}

element.style {
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
i {
    font-style: italic;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
.delete_btn {
    float: right;
    color: #FF7173!important;
    cursor: pointer;
    width: 24px;
    text-align: center;
    border-radius: 30px;
}
.delete_btn:hover {
    background: #4f4b4b;
}

.sidebar_content_item_checkout_normal{
      right: 0px;
      padding: 50px;
      overflow: overlay;
      height: calc(100% - 63px);
}

.sidebar_content_item_checkout{
      right: 0px;
      padding: 50px;
      overflow: overlay;
          height: calc(100% - 100px);
}
.btn_check_out_click{
  display: none;
}
@media screen and (max-width:768px){
  .sidebar_content_item_checkout{
     
      height: calc(100% - 63px);
  }
  .btn_check_out_click{
     display: block;
  }
}




