/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Cairo', sans-serif;
  color: #000;
  position: relative;
  background: url("/frontend/images/national/bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px -20px;
  overflow-x: hidden !important;
  -webkit-print-color-adjust: exact !important;
}

.transiton {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

a {
  text-decoration: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.main-logo {
  width: 120px;
  margin-bottom: 20px;
}

.logo-int {
  width: 100px;
  margin-top: 0px;
}

.top_header {
  padding: 30px 0;
  padding-bottom: 15px;
}

.top_header .logo a {
  font-size: 22px;
  font-weight: 600;
  color: #DC383F;
  text-decoration: none;
}

.top_header .search input {
  border: 1px solid #DC383F;
  border-radius: 30px !important;
  position: relative;
  width: 100% !important;
  height: 38px;
}

.top_header .search button {
  position: absolute;
  left: 0;
  z-index: 10;
  outline: none;
}

.top_header .search .input-group-addon {
  padding: 10px 20px;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #DC383F;
  border: 1px solid #DC383F;
  border-radius: 4px;
  margin-left: 0px;
  border-radius: 20px 0 0 20px !important;
}

.top_header .fav i {
  font-size: 28px;
  color: #DC383F;
  line-height: 40px;
}

.top_header .fav span {
  float: left;
  font-size: 25px;
  color: #777;
  margin-left: 5px;
  opacity: .5;
}

.top_header .cart i {
  font-size: 28px;
  color: #DC383F;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

.top_header .cart span.badge {
  position: absolute;
  top: 0;
  right: 0;
  color: #DC383F;
  background-color: #f5db38;
}

.top_header .cart span.bord {
  float: left;
  font-size: 25px;
  color: #777;
  margin-left: 5px;
  opacity: .4;
}

.top_header .login a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
}

.top_header .login i {
  font-size: 28px;
  color: #DC383F;
  line-height: 20px;
  border-radius: 50%;
  padding: 9px;
  background-color: #E8E8E8;
  margin-left: 5px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.dropbtn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}

.header .dropdown {
  position: relative;
  display: inline-block;
}

.header .dropdown:hover .dropdown-content {
  display: block;
}

.header .dropdown:hover .dropbtn {
  color: #DC383F;
}

.header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 10px;
}

.header .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header .dropdown-content a:hover {
  background-color: #c1bfbf;
}

.header .dropdown-content a.btn-cart {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #ccc;
  text-align: center;
}

.header .navbar-nav {
  margin-right: -30px;
}

.header .navbar {
  margin-bottom: 5px;
}

.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.header .navbar-default .navbar-nav > li > a {
  color: #DC383F !important;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .navbar-default .navbar-nav > li > a:hover {
  color: #DC383F;
}

.header .navbar-default .navbar-nav > li > a:focus {
  color: #DC383F;
}

.header .login button {
  border: none;
  font-size: 16px;
  margin-top: 3px;
  color: #7e7e7e;
  margin-right: -20px;
}

.header .login button:hover {
  background-color: transparent;
}

.header .login button:focus {
  background-color: transparent;
}

.header .login button:active {
  background-color: transparent;
}

.header .login .btn-default.active.focus {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.header .login .btn-default.active:focus {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.header .login .btn-default.active:hover {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.header .login .btn-default:active.focus {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.header .login .btn-default:active:focus {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.header .login .btn-default:active:hover {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.header .login .dropdown-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header .login .dropdown-menu li i {
  font-size: 18px;
  color: #DC383F;
  padding: 2px;
  background-color: transparent;
  margin-left: 5px;
}

.header .top_header .lang {
  margin-top: 12px;
}

.header .top_header .lang img {
  width: 24px;
  display: inline-block;
  margin-left: 5px;
}

.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.open > .dropdown-toggle.btn-default:focus {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: none;
  outline: none;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #fff;
}

.navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: #fff;
}

.cart-dropdown .dropbtn {
  padding: 0;
  padding-bottom: 21px;
  position: relative;
}

.cart-dropdown .dropbtn i {
  position: relative;
  top: 9px;
  color: #DC383F;
}

.cart-dropdown .dropbtn img {
  height: 44px;
  float: right;
  margin-left: 11px;
}

.cart-dropdown .dropbtn .badge {
  position: absolute;
  right: 30px;
  top: -3px;
  background: #F38A00;
}

.cart-dropdown .dropbtn .total-badge {
  color: #DC383F;
  font-family: "Cairo-SemiBold";
  position: relative;
  top: 9px;
  font-size: 16px;
}

.cart-dropdown .dropdown-content .header-cart {
  background: #DC383F;
  color: #fff;
  display: block;
  padding: 12px;
  text-align: center;
}

.cart-dropdown .dropdown-content a {
  padding: 0;
}

.cart-dropdown .dropdown-content a:hover {
  background: transparent;
}

.cart-dropdown .dropdown-content li {
  padding: 0 11px;
}

.cart-dropdown .dropdown-content li.p1 {
  height: 104px;
}

.cart-dropdown .dropdown-content li.p1 .paragraph span {
  color: #888;
  font-family: "Cairo-SemiBold";
}

.cart-dropdown .dropdown-content li.p1 .paragraph figure {
  color: #888;
  font-family: "Cairo-SemiBold";
}

.cart-dropdown .dropdown-content li.p2 {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.cart-dropdown .dropdown-content li.p2 h5 {
  display: inline-block;
  margin-left: 79px;
  font-size: 16px;
}

.cart-dropdown .dropdown-content li.p2 .btn-default {
  display: inline-block;
  padding: 7px 34px;
  border-radius: 0;
  border: 0;
  background: #DC383F;
  color: #fff;
  font-size: 15px;
}

.cart-dropdown .dropdown-content li.p3 {
  padding: 0;
}

.cart-dropdown .dropdown-content li.p3 h5 {
  margin-right: 15px;
  font-size: 16px;
}

.cart-dropdown .dropdown-content li.p3 img {
  width: 100%;
  height: 115px;
}

.cart-dropdown .dropdown-content li.p3 p a {
  display: block;
  color: #333;
  text-align: center;
  margin-top: 5px;
}

.dropdown-content img {
  width: 100px !important;
  display: block;
  margin: 5px auto;
}

.goCart-btn {
  width: 100%;
  margin-top: 10PX;
  background: #DC383F;
  color: #fff !important;
  text-align: center;
  padding: 9px !important;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.goCart-btn:hover {
  background: #DC383F !important;
}

.slide .carousel-inner {
  height: 355px !important;
}

.special_offers {
  padding: 40px 0;
}

.special_offers h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.special_offers span.more {
  float: left;
  color: #000;
  margin-top: 20px;
  font-size: 18px;
}

.special_offers .owl-theme .owl-nav {
  font-size: 45px;
  margin-top: 0;
  color: #DC383F;
  outline: none;
  height: 60px;
}

.special_offers .item {
  direction: rtl;
  position: relative;
  border: 1px solid #DC383F;
  border-radius: 10px;
  min-height: 365px;
}

.special_offers .item .padge-r {
  position: absolute;
  right: 0;
  padding: 5px 10px;
  background-color: #DC383F;
  top: 0;
  border-radius: 0 10px 0 0;
  color: #DC383F;
}

.special_offers .item .padge-l {
  position: absolute;
  left: 10px;
  color: #E2E2E2;
  cursor: pointer;
  font-size: 24px;
  top: 10px;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.special_offers .item .padge-l:hover {
  color: #E8B03D;
}

.special_offers .item .padge-l:focus {
  color: #E8B03D;
}

.special_offers .item a {
  text-decoration: none;
  color: #000;
}

.special_offers .item img {
  width: 100%;
  height: 185px;
  display: block;
  margin: 0;
  border: 1px solid #f3f1f1;
  border-radius: 10px;
  padding-top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.special_offers .item h4 {
  color: #000;
  font-size: 18px;
  min-height: 38px;
  padding: 0px 10px;
}

.special_offers .item p {
  color: #707070;
  padding: 0 10px;
}

.special_offers .item p > span {
  color: #DC383F;
  font-weight: 600;
}

.special_offers .item p.small-p {
  font-size: 12px;
}

.special_offers .item button {
  background-color: #DC383F;
  border-radius: 19px;
  border: none;
  padding: 8px 0;
  color: #fff;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.special_offers .item button:hover {
  background-color: #992228;
}

.special_offers .item button:focus {
  background-color: #992228;
}

.special_offers .item.special {
  border-color: #E2E2E2;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #FFF;
  color: #16273d;
  text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 1px solid #DC383F;
  outline: 0;
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #DC383F;
  outline: 0;
}

.owl-carousel .owl-nav button.owl-next {
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
  outline: none;
}

.owl-carousel button.owl-dot {
  outline: none;
}

.item .overlay-out {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ccccccc9;
  border-radius: 10px;
  z-index: 1000;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 145px;
  top: 0;
  bottom: 0;
}

.item .overlay-out span {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  display: block;
}

.item .overlay-out a {
  font-weight: 600;
  font-size: 12px;
  color: #000;
  background-color: #DC383F;
  border-radius: 15px;
  padding: 7px 5px;
  z-index: 1000;
  margin-top: 10px;
  display: block;
}

.cd-gallery li {
  border-radius: 10px !important;
}

.product-collection {
  padding: 40px 0;
}

.product-collection img {
  margin-bottom: 15px;
}

.banner {
  height: 205px;
  margin-top: 20px;
}

#scroll-btn {
  position: fixed;
  z-index: 10101010;
  background: #DC383F;
  color: #fff;
  border: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  font-size: 26px;
  outline: 0;
  top: 70%;
  right: 1%;
  display: none;
}

#theme {
  position: fixed;
  z-index: 10101010;
  background: #DC383F;
  color: #fff;
  border: 0;
  border-radius: 0 8px 8px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  outline: 0;
  top: 166px;
  left: 0px;
  display: block;
  text-align: center;
}

.theme-switch {
  position: fixed;
  z-index: 10101010;
  background: #DC383F;
  color: #fff;
  border: 0;
  border-radius: 0 8px 8px 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  outline: 0;
  top: 207px;
  left: -9px;
  display: none;
  text-align: center;
}

.theme-switch a {
  color: #fff;
  margin-left: 5px;
  display: inline-block;
}

.theme-switch i.fa.fa-sun-o {
  border-right: 1px solid #222;
  padding-right: 10px;
}

.footer {
  background-color: #fbfbfb;
  padding: 50px 0;
  margin-top: 30px;
  overflow-x: hidden !important;
}

.footer .logo {
  font-size: 26px;
  font-weight: 600;
  color: #DC383F;
  margin-top: 0;
  margin-bottom: 30px;
  text-decoration: none;
}

.footer h4 {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer ul li {
  font-size: 15px;
  color: #707070;
  margin-bottom: 15px;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.footer ul li:hover {
  color: #DC383F;
  padding-right: 7px;
}

.footer ul a {
  text-decoration: none;
}

.footer ul.social li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #DC383F;
  color: #fff;
  margin-left: 15px;
  line-height: 35px;
  text-align: center;
}

.footer ul.social li a {
  color: #fff;
}

.footer ul.social li:hover {
  color: #DC383F;
  padding-right: 5px;
  opacity: .7;
}

.footer h5 {
  font-size: 16px;
  font-weight: 600;
  color: #505050;
  margin-bottom: 30px;
  margin-top: 20px;
}

.footer h6 {
  font-size: 16px;
  line-height: 1.7;
  color: #707070;
}

.footer p {
  color: #555;
  font-weight: 600;
  margin-top: 20px;
}

.footer .pays img {
  width: 80%;
  position: relative;
}

.bottom-footer {
  background-color: #DC383F;
  padding: 15px 0;
  text-align: center;
  color: #000;
}

.bottom-footer h4 {
  font-size: 18px;
  color: #fff;
}

.bottom-footer h4 > i {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 22px;
}

.register {
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 100px 0;
}

.register .login-form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 1px 9px #00000026;
          box-shadow: 0px 1px 9px #00000026;
  padding: 40px 80px;
}

.register .login-form h3 {
  font-weight: 600;
  color: #DC383F;
  font-size: 26px;
  margin-bottom: 20px;
}

.register .login-form input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C8C8C8;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  outline: none;
}

.register .login-form input::-webkit-input-placeholder {
  color: #707070;
  opacity: .5;
}

.register .login-form input:-ms-input-placeholder {
  color: #707070;
  opacity: .5;
}

.register .login-form input::-ms-input-placeholder {
  color: #707070;
  opacity: .5;
}

.register .login-form input::placeholder {
  color: #707070;
  opacity: .5;
}

.register .login-form button {
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 20px;
  border: none;
  color: #fff;
  padding: 7px 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  outline: none;
}

.login-form p > a {
  font-weight: 600;
}

.login-form span > a {
  font-weight: 600;
}

.register-footer {
  padding: 15px 0;
  background-color: #f39785;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.login-info {
  width: 100%;
  height: 100vh;
  background-size: cover;
  padding: 6% 0;
}

.login-info .login-form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 9px #00000026;
          box-shadow: 0px 10px 9px #00000026;
  padding: 60px 80px;
}

.login-info .login-form h3 {
  font-weight: 600;
  color: #DC383F;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.login-info .login-form input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C8C8C8;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  outline: none;
}

.login-info .login-form input::-webkit-input-placeholder {
  color: #707070;
  opacity: .5;
}

.login-info .login-form input:-ms-input-placeholder {
  color: #707070;
  opacity: .5;
}

.login-info .login-form input::-ms-input-placeholder {
  color: #707070;
  opacity: .5;
}

.login-info .login-form input::placeholder {
  color: #707070;
  opacity: .5;
}

.login-info .login-form p {
  text-align: center;
  display: block;
}

.login-info .login-form span.inter a {
  font-size: 14px;
  color: #707070;
  float: left;
  margin-bottom: 15px;
}

.login-info .login-form button {
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 20px;
  border: none;
  color: #fff;
  padding: 10px 10px;
  margin-top: 25px;
  margin-bottom: 40px;
  outline: none;
}

.login-info .login-form .login-social {
  margin: 10px auto;
  margin-bottom: 20px;
}

.login-info .login-form .login-social img {
  width: 80px;
}

.internal-header {
  -webkit-box-shadow: 0px 5px 8px #00000021;
          box-shadow: 0px 5px 8px #00000021;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  margin-top: 20px;
  padding-right: 0;
}

.breadcrumb a {
  color: #DC383F;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">\00a0";
}

.product-slider .carousel-inner > .item {
  padding: 25px;
  border: 1px solid #00000021;
  position: relative;
}

.product-slider .carousel-inner > .item i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 24px;
  color: #DC383F;
  opacity: 0;
}

.product-slider .carousel-inner > .item img {
  width: 265px;
}

.product-slider i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 24px;
  color: #DC383F;
}

.product-slider .carousel-indicators {
  bottom: -40px;
}

.product-slider .carousel-indicators li {
  width: 50px;
  height: 50px;
  opacity: .5;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5;
  margin-left: 10px;
}

.product-slider .carousel-indicators li > img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5;
}

.product-slider .carousel-indicators .active {
  width: 50px;
  height: 50px;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.product-info h3 {
  font-weight: 600;
  color: #535353;
}

.product-info .availble {
  color: #53B75A;
  margin-right: 5px;
}

.product-info .sold-out {
  color: #DC383F;
  margin-right: 5px;
}

.product-info p {
  font-size: 18px;
  display: inline-block;
}

.product-info .discount {
  padding: 5px 10px;
  background-color: #DC383F;
  top: 0;
  margin-left: 5px;
  color: #DC383F;
}

.product-info h5 {
  color: #DC383F;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-info h5 > span {
  color: #707070;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 400;
  opacity: .7;
}

.product-info input {
  border: 1px solid #ccc;
  padding: 11px 0px;
  border-radius: 0px 15px 15px 0;
  margin-bottom: 20px;
  outline: none;
  text-indent: 20px;
}

.product-info button {
  background-color: #EEEEEE;
  color: #777;
  padding: 12px 40px;
  border: none;
  border-radius: 25px 0px 0px 25px;
}

.product-info button > i {
  margin-left: 5px;
  font-size: 22px;
}

.product-info button.danger {
  border-radius: 25px;
  background-color: #DC383F;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  outline: none;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.product-info button.danger:hover {
  background-color: #992228;
}

.product-info button.share {
  padding: 12px 60px;
  border-radius: 32px 0px 0px 32px;
}

.product-info button.add-to-cart {
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 25px 0px 0px 25px;
  border: none;
  color: #fff;
  padding: 12px 40px;
  outline: none;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.product-info button.add-to-cart:hover {
  background-color: #992228;
}

.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc-selector input:active + .drinkcard-cc {
  opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border: 1px solid #DC383F;
}

.cc-selector h6 {
  color: #707070;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.cc-selector-2 input {
  position: absolute;
  z-index: 999;
  margin: 5px 0 0 12px;
}

.cc-selector-2 input:active + .drinkcard-cc {
  opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border: 1px solid #DC383F;
}

.cc-selector-2 label {
  margin-left: 7px;
}

.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-left: 10px;
  border-radius: 10px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1) grayscale(1) opacity(0.7);
  filter: brightness(1) grayscale(1) opacity(0.7);
}

.drinkcard-cc:hover {
  -webkit-filter: brightness(1) grayscale(0.5) opacity(0.7);
  -moz-filter: brightness(1) grayscale(0.5) opacity(0.7);
  filter: brightness(1) grayscale(0.5) opacity(0.7);
}

span.cc {
  color: #6d84b4;
}

.pd-size-choose {
  margin-bottom: 20px;
}

.pd-size-choose .sc-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  border: 1px solid #e6e5e5;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}

.pd-size-choose .sc-item:first-child {
  margin-right: 0;
}

.pd-size-choose .sc-item input {
  position: absolute;
  visibility: hidden;
}

.pd-size-choose .sc-item label {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  height: 30px;
  width: 75px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  display: block;
}

.pd-size-choose .sc-item label.active {
  background: #DC383F;
  color: #ffffff;
}

.pd-size-choose h6 {
  color: #707070;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.product-description h2 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
}

.product-description p {
  color: #777;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 30px;
}

.table-bordered {
  border: 1px dashed #ddd;
}

.table-bordered > tbody > tr > td {
  border: 1px dashed #ddd;
}

.table-bordered > tbody > tr > th {
  border: 1px dashed #ddd;
}

.table-bordered > tfoot > tr > td {
  border: 1px dashed #ddd;
}

.table-bordered > tfoot > tr > th {
  border: 1px dashed #ddd;
}

.table-bordered > thead > tr > td {
  border: 1px dashed #ddd;
}

.table-bordered > thead > tr > th {
  border: 1px dashed #ddd;
}

.categories-img {
  padding: 5px;
  border: 1px solid #ccc;
  width: 130px;
  height: 115px;
  padding-bottom: 1px;
  margin: 5px auto;
  margin-top: 20px;
  padding-top: 10px;
  border-radius: 5px;
}

.categories-img img {
  width: 60%;
  height: 85%;
}

.categories-box a {
  text-decoration: none;
  color: #707070;
}

.categories-box h4 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #707070;
}

.pd-size-choose.boxing .sc-item label {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  height: 66px;
  width: 90px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  display: block;
}

.pd-size-choose.boxing .sc-item label.img {
  width: 88px;
}

.pd-size-choose.boxing .sc-item p {
  font-size: 14px;
  color: #707070;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pd-size-choose.boxing .sc-item label.active {
  border: 2px solid #DC383F;
  color: #ffffff;
}

.pd-color {
  margin-bottom: 25px;
}

.pd-color h6 {
  color: #707070;
  font-weight: 700;
  font-size: 14px;
  display: block;
}

.pd-color .pd-color-choose {
  display: block;
}

.pd-color .pd-color-choose .cc-item {
  display: inline-block;
  margin-right: 10px;
}

.pd-color .pd-color-choose .cc-item input {
  position: absolute;
  visibility: hidden;
}

.pd-color .pd-color-choose .cc-item label {
  height: 20px;
  width: 20px;
  background: #252525;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
}

.pd-color .pd-color-choose .cc-item label.cc-yellow {
  background: #EEEE21;
}

.pd-color .pd-color-choose .cc-item label.cc-violet {
  background: #8230E3;
}

.cd-gallery.special_offers .item h4 {
  letter-spacing: -1px;
}

#myDIV .btn {
  background-color: #fff;
  color: #777;
  padding: 2px 4px;
  border: none;
  width: 40px;
  height: 50px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: 7px;
}

#myDIV .btn:hover {
  border-color: #DC383F;
}

#myDIV .active {
  border-color: #DC383F;
}

.filter-nav .pagination > li > a {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #909090;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 5px;
}

.filter-nav .pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #909090;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 5px;
}

.filter-nav .pagination > li.activ > a {
  background-color: #DC383F;
  color: #fff;
  border-color: #DC383F;
}

.cart-list ul {
  margin: 0;
  padding: 0;
}

.cart-list ul li {
  cursor: pointer;
  position: relative;
  padding: 12px 8px 12px 15px;
  background: #f5f5f5;
  font-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-list ul li:nth-child(odd) {
  background-color: #fff;
}

.cart-list ul li.checked {
  background: #888;
  color: #fff;
  text-decoration: line-through;
}

.cart-list ul li.checked::before {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 10px;
  left: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 15px;
  width: 7px;
}

.cart-list .close {
  position: absolute;
  left: 0;
  top: 0;
  padding: 11px 16px 8px 16px;
  opacity: 1;
  font-size: 24px;
  color: #DC383F;
  opacity: .8;
}

.cart-list .close:hover {
  color: #000;
}

.cart-list .header {
  background-color: #EEEEEE;
  padding: 2px 10px;
  color: white;
  margin-top: 20px;
}

.cart-list .header h2 {
  margin-top: 10px;
  color: #707070;
  font-size: 24px;
}

.cart-list .header:after {
  content: "";
  display: table;
  clear: both;
}

.cart-list input {
  margin: 0;
  border: none;
  border-radius: 0;
  width: 75%;
  padding: 10px;
  float: left;
  font-size: 16px;
}

.cart-list .addBtn {
  padding: 10px;
  width: 25%;
  background: #d9d9d9;
  color: #555;
  float: left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}

.cart-list .addBtn:hover {
  background-color: #bbb;
}

.cart-list .discount {
  padding: 1px 10px;
  background-color: #DC383F;
  top: 0;
  margin-left: 5px;
  font-size: 13px;
  color: #DC383F;
}

.cart-list h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #777;
  font-weight: 600;
}

.cart-list h3 {
  margin: 10px 0;
  color: #777;
  font-size: 16px;
}

.cart-li h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.cart-li p.add-to-fav {
  margin-top: 25px;
  color: #777;
  font-size: 16px;
}

.cart-li p.price {
  color: #777;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.cart-li p.price > span {
  color: #DC383F;
  font-size: 16px;
}

.cart-li span {
  font-size: 12px;
  color: #777;
}

.cart-list.new-list {
  border: 1px solid #eee;
  border-bottom: none;
  background-color: transparent;
}

.cart-list.new-list:last-child {
  border: 1px solid #eee;
}

.cart-list.new-list img {
  border: 1px solid #eee;
}

.cart-list.new-list h6 {
  color: #555;
  font-size: 14px;
  cursor: pointer;
}

.cart-list.new-list h6 > i {
  margin-left: 5px;
}

.cart-list.new-list h6:hover {
  color: #DC383F;
}

.cart-list.new-list span.sprator {
  color: #bbb;
  margin-top: 5px;
}

.cart-list.new-list h4 {
  font-weight: 500;
  margin-bottom: 15px;
}

.cart-list.new-list .quantity .pro-qty {
  padding: 0px !important;
}

.cart-list.new-list span.discount {
  border-radius: 5px;
}

.quantity {
  display: block;
  margin-bottom: 3px;
}

.quantity .pro-qty {
  width: 128px;
  height: 33px;
  border: 2px solid #DC383F;
  padding: 0 15px;
  background-color: #DC383F;
  margin-top: 5px;
  border-radius: 25px;
}

.quantity .pro-qty .qtybtn {
  font-size: 24px;
  color: #fff;
  float: left;
  line-height: 27px;
  cursor: pointer;
  width: 18px;
}

.quantity .pro-qty .qtybtn.dec {
  font-size: 30px;
}

.quantity .pro-qty input {
  text-align: center;
  width: 52px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #4c4c4c;
  line-height: 15px;
  float: left;
  margin: 0px 3px;
  height: 100%;
  background: #e26f74;
}

.quantity .primary-btn.pd-cart {
  padding: 14px 70px 10px;
}

.total-order {
  padding: 20px 10px;
  margin-top: 20px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.total-order li {
  margin-bottom: 20px;
}

.total-order li p > span {
  float: left;
  font-weight: 600;
}

.total-order li:last-child {
  color: #DC383F;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 0;
}

.total-order-btn {
  background: #DC383F 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  color: #fff;
  padding: 10px 10px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  outline: none;
}

.continue a {
  text-decoration: none;
  color: #DC383F;
}

.continue a > h3 {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 600;
}

.delivery-details {
  -webkit-box-shadow: 1px 1px 4px #00000029;
          box-shadow: 1px 1px 4px #00000029;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #fff;
}

.btn-box a {
  text-decoration: none;
}

.btn-box button {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #777;
  outline: none;
}

.btn-box .col-sm-3 {
  padding-left: 0;
}

.btn-box #btn-one {
  border-radius: 5px 23px 23px 5px;
}

.btn-box #btn-two {
  border-radius: 5px;
}

.btn-box #btn-three {
  border-radius: 23px 5px 5px 23px;
}

.btn-active button {
  background-color: #DC383F;
  color: #fff !important;
}

.delivery-list {
  border-bottom: 1px solid #f1efef;
  position: relative;
  padding: 20px;
  cursor: pointer;
}

.delivery-list:last-child {
  border-bottom: none;
}

.delivery-list input {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 33px;
}

.delivery-list h2 {
  font-weight: 600;
  font-size: 20px;
  color: #777;
  margin-top: 10px;
}

.delivery-list p {
  color: #777;
  font-size: 14px;
}

.delivery-list p.p-edit {
  margin-top: 25px;
  font-size: 20px;
  color: #f00;
}

.delivery-list .close {
  top: 33px;
}

.delivery-list input.check {
  margin-top: 15px;
}

.add-address-box {
  padding: 10px 30px;
}

.add-address-box h2 {
  margin-bottom: 20px;
  cursor: pointer;
  color: #DC383F;
}

.add-address-box input {
  margin: unset;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 10px;
  resize: none;
  font-size: 14px;
}

.add-address-box select {
  margin: unset;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 10px;
  resize: none;
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

.add-address-box textarea {
  margin: unset;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 10px;
  resize: none;
  font-size: 14px;
}

.add-address-box button {
  background: var(--unnamed-color-2a4972) 0% 0% no-repeat padding-box;
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 28px;
  border: none;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}

.add-address-box label {
  padding-left: 5px;
  color: #777;
}

h2.add-address {
  color: #DC383F !important;
}

.delivery-details.new {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.delivery-details.new .delivery-list {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.delivery-details.new .delivery-list img {
  width: 90px;
  margin-top: 15px;
}

.delivery-details.new .delivery-list h4 {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  font-weight: 600;
}

.delivery-details.new .delivery-list p {
  font-size: 16px;
  color: #444;
  margin-top: 20px;
}

.delivery-details.new .delivery-list input {
  margin-top: 25px;
}

.delivery-list.new:last-child {
  border: 1px solid #eee;
}

.address-content {
  display: none;
}

.add-address-box.pay-box select {
  padding: 5px 10px;
}

.express .panel-heading {
  padding: 10px 25px;
  background-color: transparent;
}

.express .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 2px;
  margin-right: 5px;
  color: #DC383F;
  font-size: 18px;
}

.express .panel-body {
  padding: 0;
}

.express .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: #555;
  padding: 5px 0px;
}

.express a {
  text-decoration: none;
}

.express .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.express-box {
  padding: 15px 10px;
  background-color: #f5f5f5;
}

.express-box img {
  width: 80px;
}

.express-box input[type=radio] {
  margin-top: 10px;
}

.express-box h4 {
  font-size: 16px;
  color: #777;
  font-weight: 600;
}

.express-box h4 > span {
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 300;
}

.express-box h4 > p {
  display: inline-block;
  color: #DC383F;
}

.express-box.last {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.card ul.nav-tabs {
  border-bottom: none;
  margin-top: 20px;
}

.card ul.nav-tabs li {
  border: 1px solid #ccc;
  margin-left: 10px;
  padding: 3px 70px;
  background-color: #fff;
  border-radius: 5px;
}

.card .nav-tabs > li > a {
  border: none;
  color: #555;
}

.card .nav-tabs > li.active {
  border-color: #DC383F;
  -webkit-box-shadow: 0 2px 6px #cac8c8;
          box-shadow: 0 2px 6px #cac8c8;
}

.card .nav-tabs > li.active > a {
  background-color: #fff;
  border: none;
  color: #DC383F;
}

.card .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: none;
  color: #DC383F;
}

.card .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: none;
  color: #DC383F;
}

.card .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

.card .nav > li > a:hover {
  text-decoration: none;
  background-color: #fff;
}

.card .deliver-box {
  padding: 15px;
  border: 1px solid #eee;
  border-bottom: none;
}

.card .deliver-box:last-child {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.card .deliver-box input {
  margin-top: 26px;
}

.card .deliver-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #777;
}

.card .deliver-box p {
  font-size: 14px;
}

.card .deliver-box p > a {
  text-decoration: none;
  color: #777;
  opacity: .7;
  margin-top: 15px;
}

.card .deliver-box p > a:hover {
  color: #DC383F;
}

.delivery-list.cart-li p > a {
  text-decoration: none;
  color: #777;
  opacity: .8;
}

.delivery-list.cart-li p > a:hover {
  color: #DC383F;
}

.coll {
  padding: 5px 20px;
  -webkit-box-shadow: 1px 1px 4px #00000029;
          box-shadow: 1px 1px 4px #00000029;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coll h2 {
  margin-top: 10px;
}

.coll img {
  width: 80%;
  margin-top: 10px;
}

.coll p {
  color: #777;
}

.coll p > a {
  text-decoration: none;
  color: #777;
}

.coll p > a:hover {
  color: #DC383F;
}

.coll h3 {
  font-weight: 600;
  color: #555 !important;
  font-size: 18px !important;
}

.coll.cobon {
  padding: 30px 20px;
}

.coll.cobon input {
  float: none;
  display: inline-block;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 0px 25px 25px 0;
}

.coll.cobon button {
  display: inline-block;
  border-radius: 25px 0 0 25px;
  border: 1px solid #DC383F;
  background-color: #DC383F;
  color: #fff;
  padding: 10px 50px;
  margin-right: -6px;
  padding-bottom: 8px;
}

input.check {
  margin-top: 60px;
}

h2.order-acc {
  color: #777;
  font-size: 20px;
  font-weight: 600;
}

ul.profile-sidebar {
  padding: 0px;
  -webkit-box-shadow: 0px 1px 4px #00000029;
          box-shadow: 0px 1px 4px #00000029;
  border-radius: 5px;
  margin-bottom: 30px;
}

ul.profile-sidebar li {
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
  color: #979797;
}

ul.profile-sidebar li:last-child {
  border-bottom: none;
}

ul.profile-sidebar li h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #979797;
  margin-right: 15px;
}

ul.profile-sidebar li img {
  display: inline-block;
  width: 16px;
  margin-left: 15px;
}

ul.profile-sidebar li i {
  color: #DC383F;
  font-size: 20px;
  width: 20px;
}

ul.profile-sidebar li.activ {
  background-color: #DBE0E7;
  color: #DC383F;
}

ul.profile-sidebar li.activ h4 {
  color: #DC383F;
}

ul.profile-sidebar a {
  text-decoration: none;
}

.profile-content {
  padding: 0px;
  -webkit-box-shadow: 0px 1px 4px #00000029;
          box-shadow: 0px 1px 4px #00000029;
  border-radius: 5px;
  margin-bottom: 30px;
}

.profile-content h4 {
  display: block;
  margin-left: 21px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  margin-top: 0;
}

.profile-content h4 > a {
  text-decoration: none;
  color: #DC383F;
  font-weight: 600;
  font-size: 16px;
}

.profile-content img {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 50%;
  width: 160px;
}

.profile-content .social img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  width: 60px;
}

.profile-content .social img.maroof-sp {
  width: 120px;
}

.profile-content ul.content-ul {
  margin-top: 40px;
}

.profile-content ul.content-ul li {
  padding: 17px 20px;
  border-bottom: 1px solid #eee;
}

.profile-content ul.content-ul li:last-child {
  border: none;
}

.profile-content ul.content-ul h3 {
  display: inline-block;
  color: #979797;
  margin: 0;
  font-size: 18px;
}

.profile-content ul.content-ul h3.spec {
  font-weight: 600;
}

.profile-content ul.content-ul i {
  margin-left: 25px;
  color: #DC383F;
  font-size: 20px;
}

.profile-content .change-pass {
  padding: 40px 120px;
}

.profile-content .change-pass input {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 25px;
  padding: 9px 10px;
  outline: none;
}

.profile-content .change-pass button {
  border-radius: 25px;
  padding: 9px 10px;
  background-color: #DC383F;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
}

.profile-content .table > tbody > tr > td {
  padding: 15px 8px;
  color: #888;
}

.profile-content .table > tbody > tr > td.green {
  color: #53B75A;
}

.profile-content .table > tbody > tr > td.red {
  color: #DC383F;
}

.profile-content .table > tbody > tr > td.blue {
  color: #53d6dd;
}

.profile-content .table a {
  text-decoration: none;
  color: #888;
}

.profile-content .order-details h4 {
  text-align: right;
}

.profile-content .order-details .cart-list {
  border-bottom: 1px solid #eee;
}

.profile-content .order-details .cart-list:last-child {
  border: none;
}

.profile-content ul.order-spec {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-content .pagination > li > a {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #858586;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 5px;
}

.profile-content .pagination > li > span {
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-right: -1px;
  line-height: 1.42857143;
  color: #858586;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 5px;
  border-radius: 5px;
}

.profile-content .pagination > li.activ > a {
  background-color: #DC383F;
  color: #fff;
  border-color: #DC383F;
}

.profile-content .fav-box h4 {
  text-align: right;
}

.profile-content .fav-box input {
  margin-top: 40px;
}

.profile-content .fav-box span.discount {
  padding: 1px 10px;
  background-color: #DC383F;
  top: 0;
  margin-left: 5px;
  font-size: 13px;
  color: #DC383F;
}

.profile-content .fav-box p {
  color: #777;
}

h2.adress-h {
  margin-top: 0;
  margin-bottom: 20px;
  color: #777;
  font-weight: 600;
  font-size: 18px;
}

.profile-content.adresses .delivery-details {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-content.adresses .delivery-details .delivery-list {
  padding: 5px 20px;
}

.profile-content.adresses .cart-li span {
  font-size: 26px;
  position: absolute;
  top: 27px;
  left: 20px;
}

.profile-content.adresses input {
  margin-top: 26px;
}

.table > tbody > tr > th {
  padding: 15px 8px;
  color: #888;
}

.table > tfoot > tr > td {
  padding: 15px 8px;
  color: #888;
}

.table > tfoot > tr > th {
  padding: 15px 8px;
  color: #888;
}

.table > thead > tr > td {
  padding: 15px 8px;
  color: #888;
}

.table > thead > tr > th {
  padding: 15px 8px;
  color: #888;
}

.profile-content.order-number {
  padding: 10px 20px;
}

.profile-content.order-number .process-span {
  position: absolute;
  top: 135px;
  right: 155px;
  font-size: 16px;
  color: #777;
}

.profile-content.order-number .order-details h3 {
  font-size: 18px;
  font-weight: 600;
  color: #777;
  margin-bottom: 15px;
}

.profile-content.order-number .order-details > div {
  padding: 20px 10px;
  background-color: #F2F2F2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.profile-content.order-number .order-details > div p {
  margin-bottom: 0;
  color: #777;
  font-size: 16px;
}

.profile-content.order-number .order-details > div img {
  margin-top: 0;
  margin-bottom: 0;
}

.profile-content.order-number button {
  background: #DC383F 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  outline: none;
}

.order-details img {
  border-radius: 0;
}

.process-step {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.process-step:first-of-type:after {
  border-top: 2px solid #e8e8e8;
  content: '';
  margin: 0 -13px;
  position: absolute;
  top: 17px;
  width: 49%;
  right: 3px;
}

.process-step:not(:first-of-type):not(:last-of-type):after {
  border-top: 2px solid #e8e8e8;
  content: '';
  margin: 0 -13px;
  position: absolute;
  top: 17px;
  width: 49%;
  right: 3px;
}

.process-step:not(:first-of-type):not(:last-of-type):before {
  border-top: 2px solid #e8e8e8;
  content: '';
  margin: 0 -13px;
  position: absolute;
  top: 17px;
  width: 49%;
  left: 3px;
}

.process-step:last-of-type:before {
  border-top: 2px solid #e8e8e8;
  content: '';
  margin: 0 -13px;
  position: absolute;
  top: 17px;
  width: 49%;
  border-top: 2px solid #DC383F;
  left: 3px;
}

.process-step.step-three::after {
  border-top: 2px solid #DC383F !important;
}

.process-step.step-three::before {
  border-top: 2px solid #DC383F !important;
}

.process-steps-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%;
  direction: ltr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.process-label {
  color: #EAEAE9;
  display: block;
  line-height: 100%;
}

.process-label.active {
  color: #494949;
}

.i-bordered {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  color: #fff;
  display: block;
  margin: 4px auto 7px;
  position: relative;
  text-align: center;
  width: 25px;
  height: 25px;
}

.i-bordered.active {
  background-color: #fff;
  border: 2px solid #DC383F;
}

.i-bordered.active-2 {
  background-color: #DC383F;
  border-color: #DC383F;
  position: relative;
}

.process-span {
  position: absolute;
  top: 125px;
  right: 152px;
  font-size: 16px;
  color: #777;
}

span.done {
  margin-top: 0;
  margin-bottom: 20px;
  color: #53B75A;
  font-weight: 600;
  font-size: 18px;
  float: left;
}

button.dis {
  opacity: .4;
}

h2.dis-h {
  font-size: 18px;
  color: #777;
  font-weight: 600;
  margin-top: 30px;
}

.fav-box {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}

.fav-box button {
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 18px;
  border: none;
  padding: 8px 15px;
  color: #fff;
  margin-top: 25px;
}

.fav-box .close {
  position: absolute;
  left: -5px;
  top: 28px;
  padding: 11px 16px 8px 16px;
  opacity: 1;
  font-size: 26px;
  color: #908d8d;
  opacity: .8;
}

.credit {
  position: relative;
}

.credit p {
  color: #777;
  font-size: 18px;
  margin-top: 25px;
}

.credit .close {
  font-size: 26px;
  top: 25px;
  position: absolute;
  left: 10px;
}

.contact-box {
  padding: 15px 10px;
  background-color: #F1F1F1;
}

.contact-box i {
  color: #DC383F;
  font-size: 22px;
  margin-top: 2px;
}

.contact-box p {
  margin: 0;
}

.term {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.term:last-child {
  border-bottom: none;
}

.term h3 {
  color: #777;
  font-weight: 600;
  font-size: 17px;
}

.term p {
  color: #777;
  opacity: .7;
  line-height: 1.6;
}

.terms-box .term {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.terms-box .term:hover {
  -webkit-box-shadow: 0 0 5px 0px #DC383F;
          box-shadow: 0 0 5px 0px #DC383F;
}

.terms-box .term a {
  text-decoration: none;
  color: #777;
}

.terms-box .term a h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.terms-box .term i {
  float: left;
  font-size: 20px;
  color: #DC383F;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.profile-content.faq h4 {
  text-align: right;
  margin: 10px 0;
  padding-top: 0;
}

.profile-content.faq h4 > a {
  font-size: 15px;
}

.profile-content.faq h5 {
  font-weight: 600;
  color: #777;
  margin-top: 30px;
}

.profile-content.faq p {
  color: #777;
  opacity: .7;
  line-height: 1.6;
}

.faq .panel-default > .panel-heading {
  background-color: #f9f9f9;
}

.faq .panel-body {
  padding-top: 0px;
}

.faq .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #eae9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -12px;
  text-align: center;
}

.faq .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border: none;
}

.faq .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.cd-main-content .container {
  overflow: hidden;
}

#myBtnContainer {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.filterDiv {
  background-color: transparent;
  display: none;
}

.filterDiv .item {
  direction: rtl;
  position: relative;
  padding: 10px;
  border: 1px solid #DC383F;
  border-radius: 5px;
  min-height: 340px;
  margin-bottom: 20px;
}

.filterDiv .item .padge-r {
  position: absolute;
  right: 0;
  padding: 5px 10px;
  background-color: #DC383F;
  top: 0;
  color: #DC383F;
}

.filterDiv .item .padge-l {
  position: absolute;
  left: 10px;
  color: #E2E2E2;
  cursor: pointer;
  font-size: 24px;
}

.filterDiv .item a {
  text-decoration: none;
  color: #000;
}

.filterDiv .item img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 20px auto;
  margin-top: 30px;
}

.filterDiv .item h4 {
  color: #000;
  font-size: 18px;
  min-height: 38px;
  height: 60px;
}

.filterDiv .item p {
  color: #707070;
}

.filterDiv .item p > span {
  color: #DC383F;
  font-weight: 600;
}

.filterDiv .item p.small-p {
  font-size: 12px;
}

.filterDiv .item button {
  background-color: #DC383F;
  border-radius: 19px;
  border: none;
  padding: 8px 0;
  color: #fff;
}

.filterDiv .item.special {
  border-color: #E2E2E2;
}

.show {
  display: block;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #eee;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px;
  outline: none !important;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #DC383F;
  color: white;
}

.bill {
  padding: 60px 0;
  color: #000;
  overflow: hidden;
}

.bill img {
  width: 150px;
}

.bill h5 {
  font-size: 22px;
  margin-top: 10px;
}

.bill .table {
  margin-bottom: 40px !important;
}

.bill .table > caption + thead > tr:first-child > td {
  border-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.bill .table > caption + thead > tr:first-child > th {
  border-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.bill .table > colgroup + thead > tr:first-child > td {
  border-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.bill .table > colgroup + thead > tr:first-child > th {
  border-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.bill .table > thead:first-child > tr:first-child > td {
  border-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.bill .table > thead:first-child > tr:first-child > th {
  border-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.bill .table > thead > tr > td {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.bill .table > thead > tr > th {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.bill .table > tbody > tr > td {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.bill .table > tbody > tr > th {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.bill .table > tfoot > tr > td {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.bill .table > tfoot > tr > th {
  padding: 12px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.bill ul {
  margin-top: 30px;
}

.bill ul li {
  margin-top: 7px;
  font-size: 20px;
}

.bill th > img {
  width: 150px;
}

.bill .qr-num {
  margin-right: 110px;
  display: block;
}

.bill-list {
  padding: 40px;
  border: 3px solid #eee;
  margin-bottom: 40px;
}

.bill-header {
  text-align: left;
  font-weight: 600;
  font-size: 64px;
}

.bill-bold {
  font-weight: 600;
}

img.qr-code {
  width: 250px;
  margin-top: 15px;
}

.bill-left {
  text-align: left;
}

.bill-left h4 {
  margin-top: 20px;
}

img.qr-square {
  float: left;
}

.wallet img {
  float: left;
  border-radius: 0;
}

.wallet p {
  color: #000;
  margin: 0;
}

.wallet p.first-p {
  margin-top: 35px;
}

.wallet h3 {
  font-size: 60px;
  color: #DC383F;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cobon {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cobon input {
  border-radius: 0 20px 20px 0;
  border: 1px solid #e8e8e8;
  margin-left: 0;
  padding: 8px 10px;
  width: 70%;
  outline: none;
  margin-top: 15px;
}

.cobon button {
  margin-right: -5px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #faa716;
  padding: 8px 30px;
  outline: none;
  background-color: #faa716;
  color: #fff;
  margin-top: 15px;
}

.carousel.slide.product-slider.clothe .carousel-inner {
  height: 400px !important;
}

.carousel.slide.product-slider.clothe .carousel-inner .item {
  height: 400px;
  width: 100%;
}

.carousel.slide.product-slider.clothe .carousel-inner .item img {
  height: 100%;
  width: unset;
  max-width: 100%;
  display: block;
}

.carousel.slide.product-slider.clothe .carousel-indicators {
  position: relative;
  right: 0;
  left: 0;
  bottom: -30px;
  z-index: 15;
  width: 100%;
  padding-right: 0;
  margin-right: unset;
  text-align: center;
  list-style: none;
}

.carousel.slide.product-slider.clothe .carousel-indicators li {
  height: 60px;
  width: 60px;
  padding: 3px;
}

.carousel.slide.product-slider.clothe .carousel-indicators li.active {
  height: 60px;
  width: 60px;
}

.carousel.slide.product-slider.clothe .carousel-indicators li img {
  border-radius: 5px;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.pd-size-choose .sc-item {
  border-radius: 5px;
}

.pd-size-choose .sc-item label {
  margin-bottom: 0;
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  body {
    background-position: 0px -1px;
  }
  .top_header {
    text-align: center;
    padding: 10px 0;
  }
  .top_header .search {
    margin-bottom: 20px;
  }
  .top_header .login a {
    font-size: 12px;
  }
  .top_header .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .top_header .cart span.badge {
    right: 10px;
  }
  .top_header .cart span.bord {
    float: left;
    font-size: 25px;
    color: #777;
    margin-left: -10px;
    opacity: .4;
  }
  .top_header .fav span {
    float: left;
    font-size: 25px;
    color: #777;
    margin-left: -10px;
    opacity: .5;
  }
  .logo-int {
    width: 80px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-toggle {
    float: right;
    margin-right: 15px;
  }
  .header .navbar-nav {
    margin-right: 0px;
  }
  .header .dropdown-content {
    min-width: 250px;
  }
  .navbar-default .navbar-collapse {
    border-color: #DC383F;
  }
  .navbar-default .navbar-form {
    border-color: #DC383F;
  }
  .register {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 30% 0;
  }
  .register .login-form {
    padding: 20px 20px;
    padding-bottom: 40px;
  }
  .register .login-form input {
    margin-bottom: 20px;
    padding: 12px 10px;
    outline: none;
  }
  .login-info {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 30% 0;
  }
  .login-info .login-form {
    padding: 25px 20px;
  }
  .login-info .login-form input {
    margin-bottom: 20px;
    padding: 12px 10px;
    outline: none;
  }
  .product-info button {
    padding: 12px 10px;
  }
  .product-info button.share {
    border-radius: 25px 0 0 25px;
    padding: 12px 35px;
  }
  .product-info h3 {
    margin-top: 80px;
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info .discount {
    padding: 5px 10px;
    background-color: #DC383F;
    top: 0;
    margin-left: 5px;
    line-height: 2.8;
    color: #DC383F;
  }
  .product-info button.add-to-cart {
    padding: 12px 25px;
  }
  .product-slider .carousel-inner {
    height: unset !important;
  }
  .product-description p {
    border-left: none;
    padding-left: 15px;
  }
  .categories-img {
    padding: 5px;
    border: 1px solid #ccc;
    width: unset;
    height: 100px;
    padding-bottom: 1px;
    margin: 5px auto;
    margin-top: 20px;
    padding-top: 10px;
  }
  .btn-box {
    margin-bottom: 30px;
    z-index: 1000;
  }
  .btn-box button {
    font-size: 10px;
    padding: 10px 2px;
  }
  .btn-box .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .add-address-box {
    padding: 10px 0px;
  }
  .coll.cobon input {
    width: 70%;
    width: 68%;
  }
  .coll.cobon button {
    padding-left: 22px;
    padding-right: 22px;
  }
  .delivery-list h4 {
    font-size: 14px;
  }
  .delivery-list p {
    font-size: 11px;
  }
  .delivery-list p.p-edit {
    margin-top: 30px;
  }
  .cart-list h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .add-address-box.pay-box {
    margin-top: 40px !important;
  }
  img.master-card {
    margin-top: 10px;
  }
  .coll h3 {
    font-size: 16px;
  }
  .profile-content .change-pass {
    padding: 20px;
  }
  .profile-content h4 {
    display: block;
    margin-left: 21px;
    width: 100%;
    text-align: right;
    padding-left: 20px;
    padding-top: 20px;
    margin-top: 0;
  }
  .profile-content .pagination > li > a {
    margin-bottom: 5px;
  }
  .profile-content .pagination > li > span {
    margin-bottom: 5px;
  }
  .profile-content .social img {
    width: 48%;
  }
  .profile-content .social img.maroof-sp {
    width: 48%;
  }
  .profile-content.adresses .cart-li span {
    top: 22px;
  }
  .profile-content.adresses input {
    margin-top: 26px;
  }
  .credit img {
    margin-bottom: 0;
    margin-top: 23px;
  }
  .credit p {
    color: #777;
    font-size: 16px;
    margin-top: 23px;
  }
  .credit .close {
    top: 20px;
  }
  .contact-box p {
    margin: 0;
  }
  .profile-content.faq h4 > a {
    font-size: 13px;
  }
  .faq .panel-heading a:before {
    padding: 1px 13px;
    margin-top: -2px;
    margin-left: -25px;
  }
  .bill img.logo {
    padding: 20px 0;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bill h2 {
    margin: 30px 0;
    font-weight: 600;
    font-size: 50px;
    margin-top: 0px;
  }
  .bill h2::before {
    content: "";
    width: 38%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 24%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .bill h2::after {
    content: "";
    width: 11%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .bill h5.total {
    background-color: #DA4F12;
    width: 100%;
    color: #fff;
    padding: 10px 25px;
    font-size: 19px;
    text-align: center;
    margin-top: 0;
  }
  .bill .table > tfoot > tr > td {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 10px;
  }
  .bill .table > tfoot > tr > th {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 10px;
  }
  .bill .table > caption + thead > tr:first-child > td {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 9px;
  }
  .bill .table > caption + thead > tr:first-child > th {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 9px;
  }
  .bill .table > colgroup + thead > tr:first-child > td {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 9px;
  }
  .bill .table > colgroup + thead > tr:first-child > th {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 9px;
  }
  .bill .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 9px;
  }
  .bill .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 9px;
  }
  .bill .table > thead > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 10px;
  }
  .bill .table > thead > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 10px;
  }
  .bill .table > tbody > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 10px;
  }
  .bill .table > tbody > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 10px;
  }
  .bill h4 {
    font-size: 16px;
  }
  .bill h3 {
    font-size: 17px;
  }
  .bill ul li {
    margin-top: 7px;
    font-size: 15px;
  }
  .bill.preparation h2 {
    font-size: 50px;
    font-size: 43px;
  }
  .bill.preparation h2::before {
    content: "";
    width: 19%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
    content: "";
    width: 3%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .bill.preparation h2::after {
    content: "";
    width: 18%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .bill.preparation .bill-special {
    margin-top: 20px;
  }
  .bill.preparation td img {
    float: none;
    margin: 0;
    margin-left: 10px;
    margin-top: 3px;
  }
  img.qr-code {
    width: 30%;
    width: 90%;
  }
  .cobon {
    margin-top: 40px;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cobon input {
    border-radius: 0 20px 20px 0;
    border: 1px solid #e8e8e8;
    margin-left: 0;
    padding: 8px 10px;
    width: 60%;
    outline: none;
    margin-top: 15px;
  }
  .wallet img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    right: -30px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
  }
  input.check {
    margin-top: 8px;
  }
  .footer h4 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 66px;
    margin-bottom: 20px;
  }
  .footer ul.social li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #DC383F;
    color: #fff;
    margin-left: 8px;
    line-height: 35px;
    text-align: center;
  }
  .footer img.maroof {
    width: 40% !important;
  }
  .filter-nav .pagination > li > a {
    margin-bottom: 5px;
  }
  .filter-nav .pagination > li > span {
    margin-bottom: 5px;
  }
  .pd-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 30px;
    width: 60px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
  }
  .bill-left {
    text-align: right;
  }
  .bill-header {
    text-align: center;
    font-weight: 600;
    font-size: 44px;
  }
  .bill-list {
    padding: 40px 20px;
    border: 3px solid #eee;
    margin-bottom: 40px;
  }
  img.qr-square {
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .special_offers .item {
    direction: rtl;
    position: relative;
    border: 1px solid #DC383F;
    border-radius: 10px;
    min-height: 375px;
  }
  .carousel-indicators {
    position: absolute;
    right: 50%;
    bottom: 10px;
    z-index: 15;
    width: 65%;
    padding-right: 0;
    margin-right: -30%;
    text-align: center;
    list-style: none;
  }
  .card ul.nav-tabs li {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 96%;
    text-align: center;
  }
  .card .deliver-box input {
    margin-top: 26px;
    width: unset;
    float: none;
  }
  .express-box input[type=radio] {
    margin-top: 10px;
    width: unset;
    float: none;
  }
  .express-box h4 {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    font-weight: 600;
  }
  .cart-list.new-list h6 {
    color: #555;
    font-size: 11px;
    cursor: pointer;
  }
  .delivery-details.new .delivery-list h4 {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
  }
  .delivery-details.new .delivery-list p {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
    text-align: center;
  }
  .delivery-details.new .delivery-list input {
    margin-top: 16px;
  }
  .tab-pane .coll h2 {
    font-size: 13px !important;
  }
  .tab-pane .coll h3 {
    font-size: 13px !important;
  }
  .header .login button {
    margin-right: -15px;
    padding: 0 !important;
  }
  .card ul.nav-tabs li {
    width: 100% !important;
  }
  .header .dropdown-content {
    right: -25px;
  }
  .carousel.slide.product-slider.clothe .carousel-inner {
    height: 300px !important;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item {
    height: 300px !important;
    width: 100%;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item img {
    height: 100%;
    width: unset;
    max-width: 100%;
    display: block;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-left: 5px;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li.active {
    height: 50px;
    width: 50px;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li img {
    border-radius: 5px;
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  .product-info {
    margin-top: 100px;
  }
  .pd-size-choose .sc-item label {
    border: none !important;
    width: 47px;
  }
  .special_offers .item img {
    height: unset !important;
    max-height: 300px !important;
  }
  .product-slider .carousel-inner > .item {
    padding: 0px;
  }
  .profile-content ul.content-ul i {
    margin-left: 10px;
    color: #DC383F;
    font-size: 20px;
  }
  .profile-content#edit input {
    width: 86%;
  }
  .faq .panel-heading a:before {
    padding: 1px 13px;
    margin-top: -10px;
    margin-left: -25px;
  }
  .download {
    width: 93% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .download h3 {
    font-size: 15px !important;
  }
  .special_offers .item {
    direction: rtl;
    position: relative;
    border: 1px solid #F1D83B;
    border-radius: 10px;
    min-height: 390px;
  }
  .item .overlay-out {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 160px;
  }
  .profile-content .fav-box .overlay-out {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ccccccc9;
    border-radius: 10px;
    z-index: 1000;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 115px !important;
  }
  .for-anim.six {
    height: 64px i !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top_header .fav span {
    float: left;
    font-size: 25px;
    color: #777;
    margin-left: -10px;
    opacity: .5;
    display: none;
  }
  .top_header .cart span.bord {
    float: left;
    font-size: 25px;
    color: #777;
    margin-left: -10px;
    opacity: .4;
    display: none;
  }
  .header .navbar-default .navbar-nav > li > a {
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 8px;
    font-size: 12px;
  }
  .slide .carousel-inner {
    height: unset !important;
  }
  .banner {
    height: unset;
  }
  .total-order li {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .cart-li h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .cart-list input {
    width: 68%;
  }
  .fav-box button {
    padding: 8px 8px;
    margin-top: 30px;
    font-size: 10px;
    margin-right: -13px;
  }
  .profile-content img {
    display: block;
    margin-top: 28px;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 100%;
  }
  .profile-content.order-number .process-span {
    right: 95px;
  }
  img.profile {
    width: 35%;
  }
  .profile-content.faq h4 > a {
    font-size: 12px;
  }
  .faq .panel-heading a:before {
    padding: 1px 13px;
  }
  .register {
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 25% 0;
  }
  .register .login-form {
    padding: 40px 40px;
  }
  .bill.preparation h2::before {
    content: "";
    width: 44%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .bill h3 {
    font-size: 17px;
  }
  .bill .table > caption + thead > tr:first-child > td {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .bill .table > caption + thead > tr:first-child > th {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .bill .table > colgroup + thead > tr:first-child > td {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .bill .table > colgroup + thead > tr:first-child > th {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .bill .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .bill .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .bill .table > thead > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .bill .table > thead > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .bill .table > tbody > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .bill .table > tbody > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .bill .table > tfoot > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .bill .table > tfoot > tr > th {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px;
  }
  .bill ul li {
    margin-top: 7px;
    font-size: 18px;
  }
  .bill th > img {
    width: 120px;
  }
  .footer ul.social li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #DC383F;
    color: #fff;
    margin-left: -1px;
    line-height: 35px;
    text-align: center;
  }
  .footer ul li {
    font-size: 13px;
    color: #707070;
    margin-bottom: 13px;
    -webkit-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
  }
  .card ul.nav-tabs li {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 3px 0px;
    background-color: #fff;
    border-radius: 5px;
  }
  .top_header .lang {
    margin-top: 0px !important;
  }
  .cart-list .nav-tabs li {
    width: 222px !important;
  }
  .cart-list input[type=radio] {
    width: 100% !important;
  }
  .new-addresses input[type=radio] {
    width: 140% !important;
  }
  .express-box input[type=radio] {
    width: 140% !important;
    margin-top: 15px;
  }
  .delivery-details.new .delivery-list input {
    width: 140% !important;
  }
  .delivery-details.new .delivery-list p {
    font-size: 13px;
  }
  .delivery-details.new .delivery-list h4 {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
  }
  .coll.cobon button {
    padding: 9px 50px;
  }
  .cobon input {
    padding: 9px 10px;
  }
  #block-simple-text-3 .cart-list h2 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #777;
    font-weight: 600;
  }
  #block-simple-text-3 .coll h3 {
    font-weight: 600;
    color: #555 !important;
    font-size: 15px !important;
  }
  .pay-h {
    margin-top: 21px !important;
  }
  .carousel.slide.product-slider.clothe .carousel-inner {
    height: 300px !important;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item {
    height: 300px !important;
    width: 100%;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item img {
    height: 100%;
    width: unset;
    max-width: 100%;
    display: block;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-left: 5px;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li.active {
    height: 50px;
    width: 50px;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li img {
    border-radius: 5px;
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  .profile-content .change-pass {
    padding: 40px 60px;
  }
  .profile-content h4 {
    display: block;
    margin-left: 21px;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    padding-top: 20px;
    margin-top: 0;
  }
  .delivery-list h2 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 992px) {
  .login-info {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 40% 0;
  }
}

@media only screen and (min-width: 359px) and (max-width: 361px) {
  .bill h2::before {
    content: "";
    width: 31%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 410px) and (max-width: 416px) {
  .bill h2::before {
    content: "";
    width: 38%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .bill.preparation h2::after {
    content: "";
    width: 19%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .bill.preparation h2::before {
    content: "";
    width: 20%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 374px) and (max-width: 380px) {
  .bill h2::before {
    content: "";
    width: 33%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .bill.preparation h2::before {
    content: "";
    width: 15%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .card ul.nav-tabs li {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 3px 10px;
    background-color: #fff;
    border-radius: 5px;
  }
  .item .overlay-out {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1025px) {
  .register {
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 300px 0;
  }
  .login-info {
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 30% 0;
  }
  .bill.preparation h2::before {
    content: "";
    width: 55%;
    background-color: #E8B03D;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .bill h2::before {
    content: "";
    width: 65%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .footer ul.social li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #DC383F;
    color: #fff;
    margin-left: 8px;
    line-height: 35px;
    text-align: center;
  }
  .profile-content .social img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    width: 40px;
  }
  .profile-content .social img.maroof-sp {
    width: 80px;
  }
  .card ul.nav-tabs li {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 3px 30px;
    background-color: #fff;
    border-radius: 5px;
  }
  .top_header .lang {
    margin-top: 0px !important;
  }
  .cart-list .nav-tabs li {
    width: 270px !important;
  }
  .pay-h {
    margin-top: 25px !important;
  }
  .page-content.checkout {
    padding-bottom: 150px;
  }
  .carousel.slide.product-slider.clothe .carousel-inner {
    height: 400px !important;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item {
    height: 400px !important;
    width: 100%;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item img {
    height: 100%;
    width: unset;
    max-width: 100%;
    display: block;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li {
    height: 50px;
    width: 50px;
    padding: 3px;
    margin-left: 5px;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li.active {
    height: 50px;
    width: 50px;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators li img {
    border-radius: 5px;
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .bill h2::after {
    content: "";
    width: 19%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
  }
  .bill h2::before {
    content: "";
    width: 68%;
    background-color: #DA4F12;
    height: 10px;
    display: inline-block;
    margin-left: 15px;
  }
  .register {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    padding: 180px 0;
  }
  .login-info {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    padding: 10% 0;
  }
}

.a {
  fill: #DC383F;
  margin-left: 15px;
}

svg {
  width: 20px;
}

.cart-list .nav-tabs li {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 300px;
  text-align: center;
  margin-bottom: 5px;
}

.cart-list .nav-tabs li input {
  position: absolute;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.tab-content #address-details select {
  padding: 6px 10px;
}

.tab-content #address-details label {
  float: right;
  width: 100%;
  text-align: right;
}

.tab-content #address-details button {
  width: 50%;
}

.tab-pane .coll {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.tab-pane .coll h2 {
  margin-top: 10px;
  color: #999;
}

.panel-group.orders a {
  text-decoration: none;
}

.panel-group.orders a:hover, .panel-group.orders a:focus {
  color: #DC383F;
}

.panel-group.orders .panel-heading {
  padding: 15px 10px;
}

.panel-group.orders .panel-title {
  font-weight: 600;
}

.panel-group.orders .cart-list p {
  margin-bottom: 5px;
}

.panel-group.orders .cart-list h4 {
  margin-top: 0;
}

.header .dropdown-content a.btn {
  background-color: #DC383F;
}

.header .login button {
  background-color: transparent;
  border: 1px solid #eee;
}

.orders .panel-heading a {
  text-decoration: none;
}

.orders .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -3px;
  margin-right: 5px;
  color: #DC383F;
  font-size: 18px;
}

.orders .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#cartSummary a:focus,
#cartSummary a:hover {
  text-decoration: none !important;
}

.header .login button {
  background-color: transparent;
  border: none !important;
}

/*start loading*/
.loading-overlay {
  background: #e6e6e6;
  color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.loading-overlay img.loading {
  margin-top: 20%;
  width: 150px;
  position: relative;
}

.loading-overlay .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #DC383F;
  border-radius: 50%;
  top: 40vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 10%;
  -webkit-animation: moving-1 2s 1 linear forwards;
          animation: moving-1 2s 1 linear forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.loading-overlay .dot2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #DC383F;
  border-radius: 50%;
  top: 40vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 3.5%;
  -webkit-animation: moving-1 2s 1 linear forwards;
          animation: moving-1 2s 1 linear forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes moving-1 {
  0% {
    top: 40vh;
  }
  25% {
    top: 35vh;
  }
  50% {
    top: 40vh;
  }
  75% {
    top: 35vh;
  }
  100% {
    top: 40vh;
  }
}

@keyframes moving-1 {
  0% {
    top: 40vh;
  }
  25% {
    top: 35vh;
  }
  50% {
    top: 40vh;
  }
  75% {
    top: 35vh;
  }
  100% {
    top: 40vh;
  }
}

@-webkit-keyframes moving-2 {
  0% {
    top: 20vh;
  }
  25% {
    top: 40vh;
  }
  50% {
    top: 20vh;
  }
  75% {
    top: 40vh;
  }
  100% {
    top: 40vh;
  }
}

@keyframes moving-2 {
  0% {
    top: 20vh;
  }
  25% {
    top: 40vh;
  }
  50% {
    top: 20vh;
  }
  75% {
    top: 40vh;
  }
  100% {
    top: 40vh;
  }
}

.sk-folding-cube {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DC383F;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/*end loading*/
#edit input {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 25px;
  padding: 9px 15px;
  outline: none;
  background-color: #fff;
  width: 85%;
}

.profile-content#edit {
  padding-bottom: 20px;
}

.profile-content#edit .positive {
  border-radius: 25px;
  padding: 9px 40px;
  background-color: #DC383F !important;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  outline: none;
  margin-left: auto;
  margin-right: auto;
}

.add-address-box label {
  padding-left: 5px;
  color: #777;
  float: right;
}

.profile-content.adresses {
  padding: 0 !important;
}

.profile-content.adresses .table > tbody > tr > th {
  padding: 15px 8px;
  color: #888;
  font-size: 13px;
}

.wallet-btn {
  border-radius: 25px;
  padding: 9px 10px;
  background-color: #DC383F;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
}

.row.favorites {
  margin-left: 0;
  margin-right: 0;
}

.credit.wallet img {
  border-radius: 0 !important;
}

.item button {
  padding: 8px 5px !important;
  font-size: 12px;
}

.item img {
  padding: 10px !important;
}

.download {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 30px;
  background-color: #ebebeb;
  border-radius: 10px;
  z-index: 1010;
  -webkit-box-shadow: 0 0 9px #555;
          box-shadow: 0 0 9px #555;
  width: 350px;
  height: 200px;
  padding: 20px;
}

.download img.iphone {
  width: 85%;
  margin-top: -60px;
}

.download i {
  position: absolute;
  left: -20px;
  top: -10px;
  color: #DC383F;
  cursor: pointer;
  font-size: 30px;
}

.download img.down {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 80%;
}

.download h3 {
  margin-top: 20px;
  font-size: 19px;
  color: #6d6d6d;
  margin-bottom: 15px;
}

.row.favorites img {
  border-radius: 0px !important;
  max-width: 100% !important;
  height: auto !important;
}

.row.favorites .remove-from-favourite {
  position: absolute;
  left: 10px;
  top: 38px;
  font-size: 18px;
  cursor: pointer;
  z-index: 100000;
}

.add-to-favourite {
  outline: none;
}

.fav-box button {
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 18px;
  border: none;
  padding: 8px 14px;
  color: #fff;
  margin-top: 25px;
  font-size: 12px;
  outline: none;
}

.fav-box a {
  text-decoration: none;
}

.special_offers .item p {
  color: #707070;
  padding: 0 10px;
  display: inline-block;
}

.special_offers .item p.small-p {
  display: inline-block;
}

.social i {
  margin-top: 10px;
}

a.add_custom {
  background-color: #DC383F;
  border-radius: 19px;
  border: none;
  padding: 9px 0;
  color: #fff;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  font-size: 12px;
}

.special_offers .item a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

@-moz-document url-prefix() {
  .total-order a:focus,
  .total-order a:hover {
    text-decoration: none !important;
  }
  a,
  button,
  a:hover,
  a:active,
  a:focus {
    outline: 0;
  }
  .top_header .search .input-group-addon {
    padding: 10px 20px;
    padding-left: 36px;
  }
}

.profile-content .fav-box .quantity .pro-qty input {
  margin-top: 0;
}

.profile-content .fav-box .quantity {
  margin-top: 25px;
}

.profile-content .fav-box {
  margin-bottom: 10px;
}

.profile-content .fav-box .overlay-out {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ccccccc9;
  border-radius: 10px;
  z-index: 10;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 43px;
}

.profile-content .fav-box .overlay-out span {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.profile-content .fav-box .overlay-out a {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  background-color: #DC383F;
  border-radius: 15px;
  padding: 7px 5px;
  z-index: 1000;
  margin-top: 10px;
}

.profile-content .favProducts {
  margin-bottom: 0px;
}

.profile-content .fav-box span.discount {
  padding: 1px 10px;
  background-color: #F1D83B;
  top: 0;
  margin-left: 5px;
  font-size: 13px;
  color: #DC383F;
}

.fav-box.cart-li .overlay-out button {
  margin-top: 5px;
}

.item .quantity {
  margin-top: 20px;
}

.item .quantity .pro-qty {
  margin-left: auto;
  margin-right: auto;
}

.modal {
  z-index: 10000;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .quantity .pro-qty input {
      color: #000000 !important;
    }
  }
}

.carousel-inner .item img {
  padding: 0px !important;
  margin-top: 30px;
}

.item {
  min-height: 370px;
}

.item h5 {
  color: #222 !important;
  padding: 0px 10px;
}

.filterDiv .item {
  min-height: 340px;
}

.filterDiv .item .overlay-out {
  border-radius: 5px;
}

.filterDiv .item p {
  display: inline-block;
}

.filterDiv .item p.small-p {
  font-size: 12px;
  margin-right: 10px;
}

.filterDiv .item h5 {
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  .special_offers .item {
    min-height: 480px !important;
  }
  .same-product .item {
    min-height: 385px !important;
  }
  .filterDiv .item {
    min-height: 340px !important;
  }
}

.profile-content .fav-box p {
  color: #777;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.profile-content .fav-box p span {
  font-size: 18px;
}

.profile-content .fav-box p.small-p {
  font-size: 14px;
  margin-top: 0px;
}

.next-btn {
  background: #DC383F;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  color: #fff;
  padding: 8px 75px;
  border-radius: 25px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  display: block;
  margin-bottom: 10px;
}

.prev-btn {
  background: #c3c3c3;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  color: #000;
  padding: 8px 75px;
  border-radius: 25px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  display: block;
}

a.navlink {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

.coll.cobon button {
  padding: 8px 50px;
}

@media only screen and (max-width: 600px) {
  .coll.cobon button {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 8px;
  }
}

.product-info h5 > span {
  font-size: 17px;
}

.product-info .quantity input {
  border-radius: 0;
  text-indent: 0px;
}

.pd-size-choose.boxing .sc-item label.active {
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .pd-size-choose .sc-item label {
    border: none !important;
    width: 70px !important;
  }
  .pd-size-choose.boxing .sc-item label {
    border: none !important;
    width: 90px !important;
  }
  filterDiv .item h4 {
    color: #000;
    font-size: 18px;
    min-height: 38px;
    height: 55px !important;
  }
  .delivery-list p.p-edit {
    margin-top: 8px;
  }
}

.bill button.print {
  margin-bottom: 10px;
  padding: 10px 40px;
  background-color: #DC383F;
  color: #fff;
  border: none;
  outline: none;
}

ul.search-box-item {
  width: 100%;
}

.fav-box p:last-child {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}

.table td a {
  color: #fff !important;
}

.cart-list .cart-li span.Close {
  font-size: 20px;
  float: left;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background: #DC383F;
  text-align: center;
  line-height: 27px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  z-index: 5;
}

.product-collection img {
  margin-bottom: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border: 1px solid #eee;
}

.product-collection img.center {
  margin-bottom: 15px;
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filterDiv .item {
  min-height: 363px;
}

.cart-list .cart-li .quantity {
  margin-top: 12px;
}

.row.favorites .remove-from-favourite {
  position: absolute;
  left: 10px;
  top: 36px;
  font-size: 22px;
  cursor: pointer;
  z-index: 100000;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background: #DC383F;
  text-align: center;
  line-height: 27px;
  color: #fff;
  border-radius: 5px;
}

.banner img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.carousel .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #DC383F;
  text-align: center;
  opacity: .6;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 35px;
  height: 35px;
  background: #fff;
  margin-top: -10px;
  font-size: 30px;
  line-height: 35px;
  border-radius: 5px;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #DC383F;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #f00 !important;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.swal2-styled.swal2-cancel {
  font-weight: 700;
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 15px !important;
  font-weight: 700 !important;
}

h2.dis-h {
  font-size: 14px;
  color: #DC383F;
  font-weight: 600;
  margin-top: 30px;
}

.adresses .table td a {
  color: #777 !important;
}

.res_buttons button {
  margin-bottom: 5px !important;
}

#order-notes {
  -webkit-box-shadow: -1px 1px 4px #00000029;
          box-shadow: -1px 1px 4px #00000029;
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  border: 1px solid #eee;
}

.pd-size-choose.boxing .sc-item label {
  height: 75px;
  width: 105px;
}

.boxing img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filterDiv .item img {
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.filterDiv .item {
  min-height: 406px !important;
}

.item .overlay-out a {
  color: #fff !important;
}

.select-country button {
  color: #707070 !important;
  background: transparent !important;
  border: 1px solid #ccc !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 9px 3px !important;
  width: 100% !important;
}

.select-country .flagstrap-icon {
  margin-left: 10px !important;
}

.select-country .caret {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.select-country .dropdown-menu a {
  text-align: left;
}

.select-country .dropdown-menu {
  right: unset !important;
}

@media only screen and (max-width: 600px) {
  .select-country .dropdown-menu {
    right: -78px !important;
  }
}

.process-span {
  position: unset !important;
  top: 125px !important;
  right: 152px !important;
}

span.done {
  color: #53B75A !important;
}

.swal2-container {
  z-index: 1000000000;
}

.swal2-popup {
  z-index: 100000000;
}

@media print {
  .bill {
    size: a4;
    margin: 0;
    padding: 20px;
  }
  h4 {
    font-size: 10px;
  }
  h3 {
    font-size: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bill-left h4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  h3.bill-bold {
    font-size: 10px !important;
  }
  .bill button.print {
    display: none;
  }
  .bill-left h4 {
    font-size: 12px;
  }
  .bill .table > thead:first-child > tr:first-child > th {
    font-size: 12px;
  }
  .bill-list {
    padding: 15px;
    border: 3px solid #eee;
    margin-bottom: 10px;
  }
  .bill .table > tbody > tr > td {
    font-size: 12px;
  }
  .bill ul li {
    margin-top: 7px;
    font-size: 10px;
  }
  .bill-header {
    text-align: left;
    font-weight: 600;
    font-size: 30px;
  }
  .bill img.logo {
    width: 100px;
  }
  img.qr-code {
    width: 150px;
    margin-top: 10px;
  }
  .qr-num {
    margin-right: 50px !important;
  }
  .bill .table > tbody > tr > td {
    padding: 3px 3px;
  }
  .bill .table > tbody > tr > th {
    padding: 3px;
  }
  .bill ul {
    margin-top: 10px;
  }
  img.qr-square {
    width: 85px;
  }
  .bill th span {
    font-size: 12px;
  }
}

.header .login button {
  padding: 0;
}

.top_header .login i {
  font-size: 28px;
  color: #DC383F;
  line-height: 20px;
  border-radius: 50%;
  padding: 7px;
  background-color: transparent;
  margin-left: 5px;
  margin-right: 5px;
}

.top_header .search input {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top_header .search input::-webkit-input-placeholder {
  color: #6b6b6b;
  font-weight: 600;
}

.top_header .search input:-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 600;
}

.top_header .search input::-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 600;
}

.top_header .search input::placeholder {
  color: #6b6b6b;
  font-weight: 600;
}

.top_header .search .input-group-addon {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #DC383F;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  margin-left: 0px;
  border-radius: 20px 0 0 20px !important;
}

.top_header .search .input-group-addon i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top_header .search .input-group-addon {
  padding: 9px 20px !important;
  padding-left: 35px !important;
}

.header .dropdown-content {
  top: 40px;
  right: -80px;
}

.collapse.navbar-collapse {
  background-color: #f5f5f5;
}

.header .navbar-nav {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.navbar-nav {
  float: none;
}

.header .navbar-default .navbar-nav > li > a {
  color: #000000;
}

.top_header {
  padding: 30px 0;
  padding-bottom: 25px;
}

.footer {
  background-color: #000;
  padding: 50px 0;
  margin-top: 30px;
  overflow-x: hidden !important;
}

.footer h4 {
  color: #ffffff;
}

.footer ul li {
  font-size: 15px;
  color: #ffffff;
}

.footer h5 {
  color: #ffffff;
}

.footer h6 {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.footer p {
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}

.bottom-footer {
  background-color: #000000;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

.social-icon img {
  height: 40px;
  margin-left: 3px;
}

.footer ul.social-icon li:hover {
  padding-right: 5px;
}

.footer .pays img {
  width: 100%;
  position: relative;
}

.home .carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0px;
  border: 1px solid  #DC383F;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #DC383F;
}

.product-collection {
  margin-top: 20px;
}

.product-collection img {
  border-radius: 0;
}

.product-collection h4 {
  position: absolute;
  font-size: 18px;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
  color: #000;
}

.feat-product {
  margin-top: 10px;
}

.feat-product h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 5px;
  background-color: #282828;
  color: #fff;
  margin-bottom: 30px;
}

.feat-product h4 {
  position: absolute;
  font-size: 22px;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
  color: #000;
}

.feat-product h4.top {
  position: absolute;
  font-size: 22px;
  top: 20px;
  right: 20px;
  font-weight: 600;
  color: #000;
}

.feat-product img {
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  overflow: hidden;
}

.feat-product img.one {
  height: 568px;
  width: 100%;
  overflow: hidden !important;
}

.feat-product img.two {
  height: 176px;
  width: 100%;
}

.feat-product img.three {
  height: 365px;
  width: 100%;
}

.feat-product img.four {
  height: 165px;
  width: 100%;
}

.feat-product img.five {
  height: 165px;
  width: 100%;
}

.feat-product img.sex {
  height: 165px;
  width: 100%;
}

.feat-product img.seven {
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.for-anim {
  overflow: hidden;
  margin-bottom: 15px;
}

.for-anim img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  margin-bottom: 0;
}

.for-anim.one {
  height: 555px;
}

.for-anim.two {
  height: 176px;
}

.for-anim.three {
  height: 365px;
}

.for-anim.four {
  height: 165px;
}

.for-anim.five {
  height: 165px;
}

.for-anim.six {
  height: 165px;
}

.for-anim.seven {
  height: 525px;
}

.for-anim:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
}

.services {
  padding: 40px 0;
}

.services .serv {
  width: 100%;
  padding: 40px 20px;
  background-color: #000;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.services .serv:hover {
  background: #444444;
}

.services .serv img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.services .serv h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.services .serv p {
  font-size: 14px;
  color: #b6b4b4;
  line-height: 1.7;
}

.product-filter {
  margin-bottom: 0px;
}

.product-filter .nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #000;
  text-align: center;
  padding: 9px 2px;
}

.product-filter .nav-tabs > li {
  display: inline-block;
  float: none;
  margin-bottom: -1px;
}

.product-filter .nav-tabs > li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.product-filter .nav-tabs > li a:hover {
  color: #fff;
}

.product-filter .nav-tabs > li.active > a,
.product-filter .nav-tabs > li.active > a:focus,
.product-filter .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #000;
  border: 1px solid #000;
  border-bottom-color: transparent;
  border-bottom: 3px solid  #DC383F;
}

.product-filter .nav > li > a:focus,
.product-filter .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.product-filter .tab-content {
  padding: 30px 0;
}

.filter-prod {
  background-color: #f6f6f6;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  min-height: 426px;
}

.filter-prod i {
  width: 136px;
  height: 35px;
  border-radius: 0;
  line-height: 37px;
  text-align: center;
  background: #DC383F;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0px;
}

.filter-prod .overlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #222222d2;
  color: #fff;
  z-index: 1000;
  text-align: center;
  padding: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.filter-prod .overlay h5 {
  margin-top: 40%;
  font-size: 18px;
  font-weight: 600;
}

.filter-prod span.product-discount {
  position: absolute;
  background: #b5031a;
  color: #fff;
  padding: 6px 9px;
  top: 15px;
  right: 15px;
  font-size: 14px;
}

.filter-prod span.product-discount::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 8px;
  border-color: #b5031a transparent transparent transparent;
  bottom: -14px;
  z-index: 100;
  right: 37%;
}

.filter-prod a {
  text-decoration: none;
}

.filter-prod img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  padding: 5px;
}

.filter-prod h4 {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  min-height: 39px;
}

.filter-prod p {
  color: #707070;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.filter-prod p del {
  margin-right: 30px;
  opacity: .7;
}

.filter-prod button {
  background-color: transparent !important;
  border: none !important;
  outline: none;
}

.filter-prod .overlay button {
  background-color: #DC383F !important;
  border: 1px solid  #DC383F !important;
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.filter-prod .overlay button:hover {
  background-color: #b12930 !important;
}

.filter-prod:hover .overlay {
  opacity: 1;
}

.dropdown-menu.login-drop {
  right: -114px;
}

.header .dropdown-content {
  top: 40px;
  right: -170px;
}

.carousel.product-slider span.badge {
  font-size: 16px;
  margin-right: 5px;
  border-radius: 0;
  padding: 18px 10px;
  background-color: #DC383F;
  color: #F1D83B;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 1000;
}

.carousel.product-slider span.badge p {
  margin-bottom: 0;
  margin-top: 10px;
}

.product-info .availble {
  color: #36f344;
  margin-right: 5px;
  font-weight: 700;
  font-size: 22px;
}

.product-info .inavailble {
  color: #8c0113;
  margin-right: 5px;
  font-weight: 700;
  font-size: 22px;
}

.product-info button.addfav {
  background-color: #DC383F;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  float: left;
  margin-top: -10px;
  outline: none;
  width: 206px;
}

.product-info h5 {
  color: #222;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-info h5 > span {
  color: #222;
  font-size: 17px;
  margin-right: 5px;
  font-weight: 600;
  opacity: 1;
}

.pd-size-choose h6 {
  color: #DC383F;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.pd-size-choose .sc-item label {
  font-size: 16px;
  color: #222;
  border-radius: 25px;
}

.pd-size-choose .sc-item {
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  background: #f5f5f5;
}

.product-info input {
  border: 1px solid #eee;
  padding: 12px 0px;
  border-radius: 0;
  margin-bottom: 20px;
  outline: none;
  text-indent: 20px;
  background: #eee;
  text-align: center;
}

.product-info button.add-to-cart {
  background: #DC383F 0% 0% no-repeat padding-box;
  border-radius: 0px;
  border: none;
  color: #fff;
  padding: 12px 40px;
  outline: none;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

textarea.notes-product {
  margin: unset;
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 10px;
  resize: none;
  font-size: 14px;
  background: #f5f5f5;
  color: #000;
}

textarea.notes-product::-webkit-input-placeholder {
  color: #000;
}

textarea.notes-product:-ms-input-placeholder {
  color: #000;
}

textarea.notes-product::-ms-input-placeholder {
  color: #000;
}

textarea.notes-product::placeholder {
  color: #000;
}

.product-description p {
  color: #777;
}

.carousel.slide.product-slider.clothe .carousel-indicators li img {
  border-radius: 0px;
}

.head-h {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 5px;
  background-color: #282828;
  color: #fff !important;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
}

.clothe .carousel-indicators li {
  border: 1px solid transparent;
  border-radius: 0;
}

.clothe .carousel-indicators .active {
  background: transparent;
  border: 1px solid #DC383F;
}

.product-slider .carousel-indicators li > img {
  border: none;
}

.pd-size-choose.boxing .sc-item label.active {
  border-radius: 0px;
}

.cartheader .goCart-btn {
  padding: 16px !important;
}

.cart-list .cart-li span.Close {
  top: 5px;
  font-size: 18px;
  float: left;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background: transparent;
  text-align: center;
  line-height: 27px;
  color: #DC383F;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  z-index: 5;
}

.quantity .pro-qty {
  width: 128px;
  height: 33px;
  border: none;
  padding: 0 15px;
  background-color: #DC383F;
  margin-top: 20px;
  border-radius: 0px;
}

.quantity .pro-qty input {
  text-align: center;
  width: 52px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #000;
  line-height: 15px;
  float: left;
  margin: 0px 3px;
  height: 100%;
  background: #fff;
}

.quantity .pro-qty .Qtybtn.dec {
  font-size: 30px;
  margin-left: -5px;
  margin-right: 10px;
}

.quantity .pro-qty {
  width: 136px;
  height: 33px;
  border: none;
  padding: 0 15px;
  background-color: #DC383F;
  margin-top: 5px;
  border-radius: 0px;
}

.quantity .inc {
  margin-left: 7px;
}

.product-collection img {
  border-radius: 0px;
  border: 1px solid #eee;
}

.cart-list ul li {
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 0;
}

.cart-list ul li:nth-child(odd) {
  background-color: #f5f5f5;
}

.cart-list .discount {
  padding: 1px 10px;
  background-color: #DC383F;
  top: 0;
  margin-left: 5px;
  font-size: 13px;
  color: #ffffff;
}

.cart-li p.price {
  display: inline-block;
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 17px;
}

.cart-li h5 {
  margin-bottom: 15px;
}

.cart-li span {
  font-size: 13px;
  color: #777;
}

.cart-li h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cart-list h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #282828;
  font-weight: 600;
}

.card ul.nav-tabs li {
  border: 1px solid #f5f5f5;
  margin-left: 10px;
  padding: 3px 70px;
  background-color: #f5f5f5;
  border-radius: 0px;
}

.card .nav-tabs > li > a {
  border: none;
  color: #7b7b7b;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
}

.card .nav-tabs > li.active {
  border-color: #DC383F;
  background-color: #DC383F;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card .nav-tabs > li.active > a {
  background-color: #DC383F;
  border: none;
  color: #fff;
}

.card .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  color: #7b7b7b;
}

.card .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: #fff;
}

.card .nav-tabs > li.active > a:focus {
  background-color: transparent;
  border: none;
  color: #fff;
}

.card .nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
  color: #fff;
}

.delivery-details {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
}

.delivery-details h2.add-address {
  background-color: #e2e2e2;
  padding: 16px 5px;
}

.add-address-box {
  padding: 0px;
}

.new-bg {
  background-color: #f8f8f8 !important;
}

.modal-title.add-address {
  background-color: transparent !important;
}

.modal-content {
  background-color: #f8f8f8 !important;
  border-radius: 0;
}

.tab-content #address-details select {
  border-radius: 0;
}

.tab-content #address-details input {
  border-radius: 0;
}

.tab-content #address-details button {
  border-radius: 0;
}

.btn-box button {
  padding: 15px 10px;
}

.next-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.prev-btn {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.new-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.new-list img {
  width: 90px;
  margin-top: 3px !important;
}

.new-list input {
  margin-top: 11px !important;
}

.new-list h4 {
  font-size: 16px !important;
  color: #000;
  margin-top: 9px !important;
  font-weight: 600;
}

.new-list p {
  margin-top: 6px !important;
}

#block-simple-text-2 .coll.cobon {
  padding: 0px 0px !important;
  padding-bottom: 20px !important;
}

#block-simple-text-2 .coll {
  margin-top: 0 !important;
}

#block-simple-text-2 .cobon {
  border-top: none !important;
}

.coll.cobon input {
  border-radius: 0 !important;
  width: 81%;
  background-color: #f8f8f8;
  border-color: #eee;
}

.coll.cobon button {
  border-radius: 0;
  font-weight: 700;
}

.tab-pane .coll h2 {
  margin-top: 10px;
  color: #232323;
}

.coll h3 {
  font-weight: 400;
  color: #7b7b7b !important;
  font-size: 16px !important;
}

.panel-group.orders li.cart-list {
  padding: 10px !important;
}

ul.profile-sidebar li.activ {
  background-color: #f5f5f5;
  color: #DC383F;
}

#edit input {
  border-radius: 0px;
}

.profile-content .change-pass input {
  border-radius: 0;
}

.profile-content .change-pass button {
  border-radius: 0;
}

.add-address-box select {
  border-radius: 0;
}

.add-address-box input {
  border-radius: 0;
}

.add-address-box button {
  border-radius: 0;
}

.add-address-box textarea {
  border-radius: 0;
}

.terms-box .term {
  border-radius: 0;
}

ul.profile-sidebar {
  border-radius: 0;
}

.profile-content {
  border-radius: 0;
}

.profile-content#edit .positive {
  border-radius: 0px;
}

.login-info .login-form input {
  border-radius: 0;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.login-info .login-form button {
  border-radius: 0;
}

.register .login-form input {
  border-radius: 0;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.register .login-form button {
  border-radius: 0;
}

.select-country button {
  background: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}

h4.forget {
  font-weight: 700;
  color: #666 !important;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.forg-form {
  padding: 120px 80px !important;
}

.header .dropdown-content {
  z-index: 11006;
}

.add-address-box h2.add-address {
  background: transparent !important;
}

.fav-box button {
  border-radius: 0 !important;
}

.row.favorites .remove-from-favourite {
  border-radius: 0 !important;
}

#edit input,
.profile-content .change-pass input {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}

.services .serv p {
  font-size: 14px;
}

.row.favorites .remove-from-favourite {
  left: 25px;
  top: 45px;
  width: 32px;
  height: 32px;
}

.profile-content .fav-box {
  background-color: #f6f6f6;
}

.pd-20 {
  padding: 20px;
}

.profile-content.fav-bo {
  margin: 0;
  padding: 0;
}

.profile-content .fav-box {
  margin-top: 10px;
}

.add-address-box select,
.add-address-box input {
  border-color: #e8e7e7;
}

.det-h {
  margin-top: 130px;
}

.product-sl .item img {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product-sl .item img:hover {
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}

.cart-li .cart-image {
  height: 122px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.total-order.new-bg {
  margin-bottom: 30px;
}

.total-order.new-bg li {
  padding: 10px 30px;
  margin-bottom: 0 !important;
}

.total-order.new-bg li p {
  margin-bottom: 0;
}

.total-order li:last-child {
  border: none;
}

#otp-details .modal-header {
  margin-bottom: 25px;
}

.filter-prod .quantity .pro-qty {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  height: 36px;
}

.filter-prod .quantity .pro-qty .Qtybtn {
  line-height: 32px;
}

.feat-product img.seven-new {
  -o-object-fit: unset;
     object-fit: unset;
  height: 469px;
  width: 100%;
}

.feat-product .col-sm-5,
.feat-product .col-sm-7 {
  padding-left: 5px;
  padding-right: 5px;
}

.feat-product img {
  -o-object-fit: unset;
     object-fit: unset;
}

.filter-prod .overlay a {
  color: #fff !important;
}

.filter-prod .overlay a:hover {
  color: #fff !important;
}

#myBtnContainer .btn {
  padding: 12px 5px;
  width: 24%;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 5px;
}

.checkout button {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 0px;
  outline: none;
  margin: 10px 0;
  background: #DC383F;
}

.checkout input {
  outline: none;
  border: none;
  padding: 10px;
  color: #ccc;
  border-radius: 0px;
  border: 1px solid #ccc;
  background-color: transparent;
}

.checkout .check-box {
  border: 1px solid #f5f5f5;
}

.checkout .check-box h4 {
  background: #f5f5f5;
  color: #000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 15px;
}

.checkout .check-box .half-box {
  padding: 20px 5px;
  padding-bottom: 20px;
}

.checkout .check-box .half-box.first {
  border-left: 2px solid #f9f3ed;
  padding-right: 20px;
  padding-left: 20px;
}

.checkout .check-box .half-box.first.addr {
  padding-bottom: 65px;
}

.checkout .check-box .half-box.second {
  padding-right: 0px;
  padding-left: 20px;
  margin-right: -10px;
}

.checkout .check-box .half-box.second button {
  background: #DC383F;
  margin-top: 215px;
  width: 50%;
  float: left;
}

.checkout .check-box .half-box label {
  font-size: 14px;
}

.checkout .check-box .half-box .frame {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.checkout .check-box .half-box .frame h5 {
  color: #000;
  font-size: 16px;
  margin-top: 0;
}

.checkout .check-box .half-box .frame p {
  opacity: .7;
  margin-bottom: 0;
}

.checkout .check-box .half-box .frame button {
  background: #908a81;
  padding: 6px 40px;
  font-size: 14px;
  margin-bottom: 5px;
}

.checkout .check-box .half-box input {
  border: 1px solid #ccc;
  background-color: transparent;
}

.checkout .check-box .half-box .express-box {
  margin-top: 10px;
}

.checkout .check-box .half-box .express-box img {
  height: 35px;
  margin-bottom: 10px;
}

.checkout .check-box .half-box .express-box p {
  font-size: 12px;
  color: #999;
}

.checkout .check-box .half-box .express-box p span {
  color: #da4d26;
}

.checkout .check-box .half-box .sc-item {
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
  height: 102px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.checkout .check-box .half-box .sc-item:first-child {
  margin-right: 0;
}

.checkout .check-box .half-box .sc-item input {
  position: absolute;
  visibility: hidden;
}

.checkout .check-box .half-box .sc-item label {
  font-size: 16px;
  color: #252525;
  width: 100%;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  display: block;
  border: 1px solid #ccc;
}

.checkout .check-box .half-box .sc-item label p {
  margin-right: 10px;
  margin-left: 10px;
}

.checkout .check-box .half-box .sc-item label img {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: unset;
}

.checkout .check-box .half-box .sc-item label.active {
  background: #fff3f3;
  color: #000;
  height: 100%;
  border-color: #DC383F;
}

.checkout .check-box.two .half-box {
  padding-bottom: 95px;
}

.checkout .check-box.two .half-box .total h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}

.checkout .check-box.two .half-box .total button {
  margin-top: 20px;
  width: 100%;
  border-radius: 5px;
}

.checkout .check-box.two .half-box .express-box {
  margin-top: 10px;
}

.checkout .check-box.two .half-box .express-box img {
  height: 25px;
  margin-bottom: 10px;
}

.checkout .check-box.two .half-box .express-box p {
  font-size: 12px;
  color: #777;
}

.checkout .check-box.two .half-box .express-box p span {
  color: #da4d26;
}

.checkout .check-box.two .half-box .sc-item {
  display: inline-block;
  margin-right: 5px;
  display: inline-block;
  height: 75px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.checkout .check-box.two .half-box .sc-item:first-child {
  margin-right: 0;
}

.checkout .check-box.two .half-box .sc-item input {
  position: absolute;
  visibility: hidden;
}

.checkout .check-box.two .half-box .sc-item label {
  font-size: 16px;
  color: #252525;
  width: 100%;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  display: block;
  border: 1px solid #ccc;
}

.checkout .check-box.two .half-box .sc-item label p {
  margin-right: 10px;
  margin-left: 10px;
}

.checkout .check-box.two .half-box .sc-item label img {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.checkout .check-box.two .half-box .sc-item label.active {
  background: #fff3f3;
  color: #ffffff;
  height: 100%;
  border-color: #DC383F;
}

.checkout .check-box.two .half-box .stc-btn {
  background: #DC383F;
  padding: 8px 60px;
  margin-right: -20px;
}

.checkout .steps-first {
  padding: 0px 0px 15px 0px;
}

.checkout .steps-first span {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.checkout .steps-first p {
  font-size: 20px;
  position: relative;
}

.checkout .steps-first p::after {
  content: "";
  width: 125px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: 10px;
  top: 19px;
}

.checkout .steps-first.done {
  color: #DC383F !important;
}

.checkout .steps-first.done span {
  color: #fff;
  background: #DC383F;
  border-color: #DC383F;
}

.checkout .steps-first.done p::after {
  background: #DC383F;
}

.checkout .steps-second {
  padding: 0px 0px 15px 0px;
}

.checkout .steps-second span {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.checkout .steps-second p {
  font-size: 20px;
  position: relative;
}

.checkout .steps-second p::after {
  content: "";
  width: 180px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: 10px;
  top: 19px;
}

.checkout .steps-second.done {
  color: #DC383F !important;
}

.checkout .steps-second.done span {
  color: #fff;
  background: #DC383F;
  border-color: #DC383F;
}

.checkout .steps-second.done p::after {
  background: #DC383F;
}

.checkout .steps-third {
  padding: 0px 0px 15px 0px;
}

.checkout .steps-third span {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.checkout .steps-third p {
  font-size: 20px;
  position: relative;
}

.checkout .steps-third.done {
  color: #DC383F !important;
}

.checkout .steps-third.done span {
  color: #fff;
  background: #DC383F;
  border-color: #DC383F;
}

.checkout .steps-third.done p::after {
  background: #DC383F;
}

.checkout button.add-address {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: #DC383F;
  padding-bottom: 8px;
  padding-top: 8px;
}

.checkout .frame.sc-item {
  text-align: right !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  height: unset !important;
}

.checkout .frame.sc-item h5 {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px !important;
  font-weight: 700 !important;
}

.checkout .frame.sc-item button {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px !important;
}

.checkout .frame.sc-item p {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 400 !important;
}

.modal button {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 0px;
  outline: none;
  margin: 10px 0;
  background: unset;
}

.modal input {
  outline: none;
  border: none;
  padding: 10px;
  color: #ccc;
  border-radius: 0px;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 25px;
}

.stc-model img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.stc-model h5 {
  text-align: center;
}

.stc-model label {
  margin-top: 50px;
  margin-bottom: 10px;
}

.stc-model .modal-body {
  padding: 45px;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.stc-model .modal-body button.first {
  background: #DC383F;
  margin-top: 20px;
}

.stc-model .modal-body .close2 {
  opacity: .7;
}

.stc-model .modal-body .close2 span {
  width: 30px;
  height: 30px;
  background: #f00;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
}

.stc-model .modal-body button.sec {
  background: #cccbca;
  color: #555;
  margin-top: 20px;
}

.stc-model .modal-body input {
  color: #222;
}

.stc-model .modal-body input::-webkit-outer-spin-button,
.stc-model .modal-body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stc-model .modal-body input[type=number] {
  -moz-appearance: textfield;
}

.stc-model .modal-body input.code-input {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  padding: 3px;
  font-size: 30px;
  text-align: center;
}

.stc-model .modal-body input.code-input.first {
  margin-right: 45px;
}

@media (min-width: 768px) {
  .stc-model .modal-sm {
    width: 400px;
  }
}

.stc-model.raghy img {
  width: 120px;
}

.stc-model.raghy label {
  margin-top: 15px;
}

.stc-model.raghy select {
  outline: none;
  border: none;
  padding: 7px 10px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #777;
  border-radius: 0px;
  margin-bottom: 0px;
  border-radius: 25px;
}

.delivery-box-two {
  display: none;
  padding-bottom: 395px;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin: 0;
  position: relative;
}

.map input.search {
  width: 70%;
  margin-right: 15%;
  position: absolute;
  top: 20px;
  z-index: 100000;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
  background: #fff url(../images/navbar/search.png) no-repeat 98.5% 15px;
  text-indent: 35px;
  padding: 15px 5px;
}

.map button {
  float: none;
  background: #DC383F;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.address {
  padding-bottom: 10px;
}

.address textarea {
  border-color: #ccc;
  height: 107px;
  outline: none;
  padding: 10px;
  resize: none;
  background: transparent;
  border-radius: 25px;
}

.address button {
  margin-top: 20px;
}

.add-address-mod input {
  background: transparent;
  border: 1px solid #ccc;
}

.add-address-mod .btn-save {
  background: #DC383F;
}

.add-address-mod .btn-close {
  background: #888;
}

.add-address-mod .modal-body .close2 span {
  width: 30px;
  height: 30px;
  background: #f00;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.add-address-mod .modal-body .close2 {
  opacity: .8;
}

.checkout .express-box.sc-item {
  background: transparent;
  padding: unset;
}

.modal .close2 span {
  width: 30px;
  height: 30px;
  background: #f00;
  opacity: 1;
  border-radius: 50%;
  color: #fff;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.modal .close2 {
  opacity: .8;
  float: left;
}

.btn {
  border-radius: 0;
}

.shopping {
  padding-bottom: 30px;
  padding-top: 20px;
}

.shopping .shopping_title {
  font-size: 26px;
  color: #707070;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
}

.shopping h4.sub-title {
  color: #707070;
  font-size: 26px;
  margin-top: 50px;
}

.shopping .cart-list {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 15px;
}

.shopping .cart-list img {
  width: 160px;
  height: 134px;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopping .cart-list h5 {
  font-size: 14px;
  color: #777;
  margin-top: 0;
  margin-bottom: 10px;
}

.shopping .cart-list h4 {
  color: #111;
  opacity: .8;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.shopping .cart-list h3 {
  font-size: 18px;
  color: #DC383F;
  margin-bottom: 10px;
  margin-top: 10px;
}

.shopping .cart-list h3 span {
  color: #707070;
  font-family: 'fontLight';
  font-size: 18px;
}

.shopping .cart-list h3 p {
  display: inline-block;
  color: #707070;
  margin-right: 10px;
  font-size: 12px;
  opacity: .7;
  font-family: 'fontLight';
}

.shopping .cart-list label {
  font-size: 14px;
  color: #555;
  margin-left: 10px;
}

.shopping .cart-list input[type=number] {
  background: #fff;
  border: 1px solid #ccc;
  width: 80px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
  float: unset;
  outline: none;
}

.shopping .cart-list .icons a {
  color: #888;
}

.shopping .cart-list .icons a i {
  margin-left: 5px;
}

.shopping .cart-list i.fa-heart {
  color: #f00;
}

.shopping .total {
  background-color: #f5f5f5;
  padding: 30px 30px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.shopping .total span.notes {
  color: #707070;
  opacity: .65;
  font-size: 14px;
  margin-top: 0px;
  display: block;
}

.shopping .total button {
  background: #DC383F;
  margin-top: 20px;
  font-size: 15px;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
  border-radius: 5px;
}

.shopping button.back {
  background: #DC383F;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 14px;
  border: none;
  padding: 12px 25px;
  border-radius: 0px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.shopping button.back:hover {
  background: #DC383F;
}

.shopping button.back i {
  margin-left: 10px;
}

.shopping .nav-tabs {
  border: none;
}

.shopping .nav-tabs li a {
  background: #DFDFDF;
  color: #000;
  border-radius: 5px;
  border: none;
  margin: 5px 10px;
  padding: 10px 60px;
  font-size: 16px;
}

.shopping .nav-tabs li.active > a,
.shopping .nav-tabs li.active > a:focus,
.shopping .nav-tabs li.active > a:hover {
  background: #DC383F;
  border: none;
  color: #fff;
}

.shopping .tab-content {
  margin-top: 20px;
}

.shopping .tab-content h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}

.shopping .tab-content .address_list img {
  margin-top: 5px;
}

.shopping .tab-content .address_list h5.list_header {
  color: #707070;
  font-size: 18px;
  margin-top: 0px;
}

.shopping .tab-content .address_list p {
  opacity: 1;
  font-size: 15px;
}

.shopping .tab-content .address_list p a {
  color: #999;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.shopping .tab-content .address_list p a:hover {
  color: #DC383F;
}

.shopping .tab-content .panel-default {
  border: none;
}

.shopping .tab-content .panel-heading {
  padding: 10px 25px;
  background-color: transparent !important;
}

.shopping .tab-content .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 12px;
  margin-right: 5px;
  color: #DC383F;
  font-size: 18px;
}

.shopping .tab-content .panel-body {
  padding: 0;
}

.shopping .tab-content .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: #555;
  padding: 5px 0px;
}

.shopping .tab-content a {
  text-decoration: none;
}

.shopping .tab-content .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shopping .tab-content .express-box {
  padding: 15px 10px;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.shopping .tab-content .express-box img {
  width: 80px;
}

.shopping .tab-content .express-box input[type=radio] {
  margin-top: 10px;
}

.shopping .tab-content .express-box h4 {
  font-size: 16px;
  color: #555;
  font-weight: 600;
}

.shopping .tab-content .express-box span {
  font-size: 16px;
  margin-left: 15px;
  font-weight: 300;
  color: #999;
}

.shopping .tab-content .express-box p {
  display: inline-block;
  color: #DC383F;
}

.shopping .tab-content .express-box .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shopping .tab-content .express-box .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shopping .tab-content .express-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: 16px;
  border: 1px solid #ccc;
}

.shopping .tab-content .express-box .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.shopping .tab-content .express-box .container input:checked ~ .checkmark {
  background-color: #f3f0f0;
  border: 1px solid #2bb848;
}

.shopping .tab-content .express-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.shopping .tab-content .express-box .container input:checked ~ .checkmark:after {
  display: block;
}

.shopping .tab-content .express-box .container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2bb848;
}

.shopping .tab-content .express-box.last {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.shopping .tab-content .delivery-list {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.shopping .tab-content .delivery-list input {
  margin-top: 25px;
}

.shopping .tab-content .delivery-list img {
  width: 90px;
  margin-top: 15px;
}

.shopping .tab-content .delivery-list h4 {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  font-weight: 600;
}

.shopping .tab-content .delivery-list p {
  font-size: 16px;
  color: #444;
  margin-top: 20px;
}

.shopping .tab-content .delivery-list .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shopping .tab-content .delivery-list .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shopping .tab-content .delivery-list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: 16px;
  border: 1px solid #ccc;
}

.shopping .tab-content .delivery-list .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.shopping .tab-content .delivery-list .container input:checked ~ .checkmark {
  background-color: #f3f0f0;
  border: 1px solid #2bb848;
}

.shopping .tab-content .delivery-list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.shopping .tab-content .delivery-list .container input:checked ~ .checkmark:after {
  display: block;
}

.shopping .tab-content .delivery-list .container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2bb848;
}

.shopping .tab-content .copon input,
.shopping .tab-content .copon button {
  display: inline-block;
}

.shopping .tab-content .copon input {
  border-radius: 0 10px 10px 0;
  border: 1px solid #C8C8C8;
  padding: 10px;
  font-size: 18px;
  width: 60%;
  background: transparent;
  border-left: none;
}

.shopping .tab-content .copon button {
  border-radius: 10px 0 0 10px;
  background: #DC383F;
  border: 1px solid #DC383F;
  width: 22%;
  margin-right: -4px;
}

.shopping .tab-content .panel-body {
  -webkit-box-shadow: 0px 3px 10px #00000040;
          box-shadow: 0px 3px 10px #00000040;
}

.shopping .tab-content #profile .express-box {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}

.shopping .tab-content #profile h5 a {
  color: #999;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.shopping .tab-content #profile h5 a:hover {
  color: #DC383F;
}

.shopping .coupon input {
  background: #fff !important;
  width: 70%;
  border-radius: 0;
  color: #000;
  outline: none;
  border: none;
  padding: 10px;
  background-color: #eee;
  color: #999;
  border-radius: 0px;
  margin-bottom: 0px;
}

.shopping .coupon input::-webkit-input-placeholder {
  color: #999;
}

.shopping .coupon input:-ms-input-placeholder {
  color: #999;
}

.shopping .coupon input::-ms-input-placeholder {
  color: #999;
}

.shopping .coupon input::placeholder {
  color: #999;
}

.shopping .coupon button {
  width: 30%;
  margin-right: -4px;
  border-radius: 0;
  padding-top: 9px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #DC383F;
  color: #fff;
}

.shopping .coupon .shopping_title {
  margin-bottom: 10px;
  font-weight: 700;
}

.shopping .coupon h4 {
  color: #D59C19;
  margin-top: 20px;
  font-weight: 600;
}

.shopping .coupon h4 img {
  width: 25px;
  margin-left: 5px;
}

.shopping .coupon h4 span {
  float: left;
  font-family: 'fontBold', sans-serif;
}

.total button {
  border: 1px solid #DC383F;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

ul.order-spec li:last-child {
  color: #D59C19;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 0;
}

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

.feat-product h2,
.product-filter .nav-tabs {
  text-align: right;
  padding-right: 15px;
  border-right: 5px solid #DC383F;
}

.product-filter .nav-tabs > li.active > a,
.product-filter .nav-tabs > li.active > a:focus,
.product-filter .nav-tabs > li.active > a:hover {
  background: transparent;
  border: none;
  border-bottom: 3px solid #DC383F;
}

.collapse.navbar-collapse,
.product-collection img,
.product-filter .nav-tabs,
.filter-prod,
.feat-product h2,
.feat-product img,
.for-anim,
.services .serv,
.product-collection h2 {
  border-radius: 25px !important;
}

.filter-prod img {
  border-radius: 8px 8px 0 0;
}

.head-h {
  border-radius: 8px;
}

.header .dropdown-content {
  z-index: 110006;
}

.register .login-form button.btn-block {
  padding: 10px !important;
}

.login-info .login-form,
.register .login-form {
  border-radius: 15px;
}

.login-info .login-form input,
.login-info .login-form button,
.register .login-form input,
.register .login-form button,
.header .dropdown-content,
.header .dropdown-content a.btn,
.header .dropdown-content a,
.bank .bank-box,
.bank,
.shopping .cart-list,
.shopping .total,
.cart-li .quantity .pro-qty,
.shopping .total button,
.shopping button.back,
#myBtnContainer .btn,
.filter-prod .overlay button,
ul.profile-sidebar,
.profile-content,
ul.profile-sidebar li.activ,
.profile-content .fav-box,
.fav-box button,
.row.favorites .remove-from-favourite,
#edit input,
.profile-content .change-pass input,
.add-address-box select,
.add-address-box input,
.profile-content .change-pass button,
.profile-content.order-number button,
.wallet-btn,
.contact-box,
.add-address-box textarea,
.add-address-box button,
.terms-box .term {
  border-radius: 25px !important;
}

.shopping .coupon input {
  border-radius: 0 25px 25px 0;
}

.shopping .total button.applyCoupon {
  border-radius: 25px 0 0 25px !important;
}

#theme.btn {
  padding: unset !important;
}

.cart-li .quantity .pro-qty {
  width: 89px !important;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .forg-form {
    padding: 80px 20px !important;
  }
  .profile-content img {
    width: 100%;
    margin-bottom: 0px;
  }
  .feat-product img.one {
    height: unset;
  }
  .feat-product img.two {
    height: unset;
  }
  .feat-product img.three {
    height: unset;
  }
  img.banner-one {
    height: 200px;
  }
  img.banner-two {
    height: 120px;
  }
  img.banner-three {
    height: 157px;
  }
  img.banner-four {
    height: 68px;
  }
  img.banner-five {
    height: 157px;
  }
  .feat-product img.one,
  .for-anim.one {
    height: 135px;
    width: 100% !important;
  }
  .feat-product img.two,
  .for-anim.two {
    height: 60px !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .feat-product img.three,
  .for-anim.three {
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 10px;
  }
  .total-order.new-bg li p {
    text-align: right;
  }
  .total-order p {
    font-size: 14px;
  }
  .feat-product img.four,
  .for-anim.four {
    height: 60px;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .checkout .check-box .half-box input {
    margin-bottom: 14px;
  }
  .feat-product img.five,
  .for-anim.five {
    height: 60px;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .feat-product img.sex,
  .for-anim.sex {
    height: 60px !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .feat-product img.seven,
  .for-anim.seven {
    height: 204px !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
  }
  .feat-product h4 {
    position: absolute;
    font-size: 22px;
    bottom: 30px;
    right: 20px;
    font-weight: 600;
    color: #000;
  }
  .feat-product h4 {
    position: absolute;
    font-size: 10px !important;
    bottom: -1px;
    right: 8px;
    font-weight: 600;
    color: #000;
  }
  .feat-product h4.top {
    position: absolute;
    font-size: 10px !important;
    top: 2px;
    right: 10px;
    font-weight: 600;
    color: #000;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    background: #fff;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
  }
  .header .dropdown-content {
    right: -95px;
  }
  .social-icon img {
    height: 30px;
    margin-left: 5px;
  }
  .services .serv p {
    font-size: 13px;
    color: #b6b4b4;
    line-height: 1.7;
  }
  .filter-prod p {
    color: #707070;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  .filter-prod h4 {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
  }
  .product-collection {
    padding: 20px 0;
  }
  .product-collection {
    margin-top: 40px;
  }
  .product-filter .tab-content {
    padding-bottom: 0;
  }
  .services {
    padding: 10px 0;
  }
  .logo-int {
    width: 80px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-toggle {
    float: none !important;
    margin-right: 15px !important;
    position: absolute !important;
    left: 5px !important;
    top: -192px !important;
  }
  .navbar {
    min-height: 1px !important;
    margin: 0 !important;
  }
  .product-filter .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
  }
  .product-filter .nav-tabs > li a {
    font-size: 10px;
  }
  .product-collection h4 {
    position: absolute;
    font-size: 10px;
    bottom: 10px;
    right: 10px;
    font-weight: 600;
    color: #000;
  }
  .feat-product h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 5px;
    background-color: #000;
    color: #fff;
    margin-bottom: 30px;
  }
  .feat-product h4 {
    font-size: 16px;
  }
  .carousel-inner .item img {
    padding: 0px !important;
    margin-top: 0px;
  }
  .filter-prod img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 11px;
    padding: 5px;
  }
  .filter-prod h4 {
    margin-bottom: 7px;
    min-height: 62px;
  }
  .filter-prod {
    padding-bottom: 1px;
    margin-bottom: 10px;
  }
  .slide .carousel-inner {
    height: 100px !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .filter-prod p {
    font-size: 11px !important;
  }
  .filter-prod p del {
    margin-right: 5px !important;
  }
  .filter-prod span.product-discount {
    font-size: 10px;
  }
  .services .serv {
    width: 100%;
    padding: 5px 5px;
  }
  .services .serv img {
    width: 30px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .services .serv h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .services .serv p {
    font-size: 9px;
  }
  .footer {
    padding: 20px 0;
    margin-top: 20px;
  }
  .footer-logo {
    width: 30% !important;
  }
  .footer h6 {
    font-size: 13px;
    line-height: 1.7;
    color: #bbbbbb;
  }
  .footer p {
    color: #bbb;
    font-weight: 600;
    margin-top: 14px;
  }
  .footer h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .footer ul li {
    font-size: 14px;
    color: #ffffff;
  }
  .footer .pays img {
    width: 80% !important;
    position: relative;
  }
  .product-collection .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-collection img {
    margin-bottom: 10px;
  }
  .product-filter .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .feat-product .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .services .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .feat-product img {
    -o-object-fit: unset;
       object-fit: unset;
  }
  .services .serv {
    margin-bottom: 10px;
  }
  .feat-product h2 {
    margin-bottom: 15px;
  }
  .product-filter {
    margin-bottom: 10px;
  }
  img.cart-image {
    margin-left: auto;
    margin-right: auto;
  }
  .cart-list ul li {
    text-align: center;
  }
  .cart-list .cart-li .quantity {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .carousel.slide.product-slider.clothe .carousel-inner .item img {
    height: 80%;
    width: unset;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .carousel.product-slider span.badge {
    z-index: 20;
  }
  .cart-list .cart-li .quantity {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 39%;
  }
  img.cart-image {
    width: 180px;
  }
  .head-h {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 5px;
    background-color: #282828;
    color: #fff !important;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 5px;
  }
  .coll.cobon input {
    border-radius: 0 !important;
    width: 70%;
    background-color: #f8f8f8;
    border-color: #eee;
  }
  .new-list h4 {
    font-size: 13px !important;
  }
  .filter-prod .overlay {
    line-height: 95px;
  }
  .product-filter .nav > li > a {
    padding: 10px 6px;
    font-size: 8px;
  }
  .det-h {
    margin-top: 10px;
  }
  .filter-prod .overlay button {
    background-color: #DC383F !important;
    border: 1px solid  #DC383F !important;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    font-size: 9px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    line-height: 1.2;
  }
  .filter-prod {
    min-height: 365px;
  }
  #resultFilter .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .feat-product img.seven-new {
    -o-object-fit: unset;
       object-fit: unset;
    height: 201px;
    width: 100%;
  }
  #myBtnContainer .btn {
    padding: 9px 1px;
    font-size: 11px;
    width: 49%;
    outline: none !important;
    border-radius: 25px !important;
  }
  .carousel.slide.product-slider.clothe .carousel-indicators {
    position: relative !important;
    bottom: -30px;
  }
  .checkout .steps-first {
    padding: 0px 15px 15px 0px;
    text-align: center;
  }
  .checkout .steps-first span {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
  .checkout .steps-first p {
    font-size: 14px;
  }
  .checkout .steps-first p::after {
    display: none;
  }
  .checkout .steps-second {
    padding: 0px 2px 15px 2px;
    text-align: center;
  }
  .checkout .steps-second span {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
  .checkout .steps-second p {
    font-size: 14px;
  }
  .checkout .steps-second p::after {
    display: none;
  }
  .checkout .steps-third {
    padding: 0px 0px 15px 10px;
    text-align: center;
  }
  .checkout .steps-third span {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
  .checkout .steps-third p {
    font-size: 14px;
  }
  .checkout .check-box .half-box .sc-item {
    margin-bottom: 0;
    height: 85px;
  }
  .checkout .check-box .half-box.second {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: unset;
  }
  .checkout .check-box .half-box.second button {
    margin-top: 15px;
  }
  .checkout .check-box.two .half-box .express-box p {
    font-size: 11px;
  }
  .checkout .check-box.two .half-box .sc-item {
    margin-bottom: 0;
  }
  .checkout .check-box.two .half-box .stc-btn {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .checkout .map input.search {
    width: 90%;
    margin-right: 1%;
    text-indent: 25px;
  }
  .checkout .map button {
    width: 100%;
  }
  .checkout .delivery-box-two {
    display: none;
    padding-bottom: 0px;
  }
  .stc-model .modal-body input.code-input.first {
    margin-right: 20px;
  }
  .icons {
    margin-top: 15px;
  }
  .total-order p {
    font-size: 13px;
  }
  .shopping .total {
    padding: 30px 20px;
  }
  .product-filter .nav > li > a {
    font-size: 13px;
  }
  #theme {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    outline: 0;
    top: 140px;
    left: 0px;
  }
  .theme-switch {
    position: fixed;
    z-index: 10101010;
    background: #DC383F;
    color: #fff;
    border: 0;
    border-radius: 0 8px 8px 0;
    width: 73px;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    outline: 0;
    top: 186px;
    left: 0px;
    display: none;
    text-align: center;
  }
  .theme-switch a {
    color: #fff;
    margin-left: 5px;
    display: inline-block;
  }
  .theme-switch i.fa.fa-sun-o {
    border-right: 1px solid #222;
    padding-right: 10px;
  }
  .theme-switch a:hover {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 325px) {
  .slide .carousel-inner {
    height: 110px !important;
  }
  .carousel .carousel-control {
    width: 17%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header .navbar-nav {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .filter-prod .overlay h5 {
    margin-top: 70%;
  }
  .filter-prod .overlay button {
    font-size: 10px;
  }
  .filter-prod h4 {
    font-size: 15px;
  }
  .filter-prod p {
    font-size: 15px;
  }
  .feat-product img.one {
    height: unset;
  }
  .feat-product img.two {
    height: unset;
  }
  .feat-product img.three {
    height: unset;
  }
  img.one {
    height: unset;
  }
  img.two {
    height: unset;
  }
  img.three {
    height: unset;
  }
  img.four {
    height: unset;
  }
  img.five {
    height: unset;
  }
  img.sex {
    height: unset;
  }
  img.seven {
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide .carousel-inner {
    height: 295px !important;
  }
  .product-collection h4 {
    position: absolute;
    font-size: 15px;
    bottom: 10px;
    right: 10px;
    font-weight: 600;
    color: #000;
  }
  .feat-product img.three {
    height: 227px;
  }
  .feat-product img.one {
    height: 349px;
  }
  .feat-product img.two {
    height: 109px;
  }
  .feat-product img.four {
    height: 103px;
    width: 100%;
  }
  .feat-product img.five {
    height: 105px;
    width: 100%;
  }
  .feat-product img.five {
    height: 105px;
    width: 100%;
  }
  .feat-product img.seven {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .services .serv img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .services .serv h3 {
    font-weight: 600;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
  }
  .services .serv p {
    font-size: 13px;
    color: #b6b4b4;
    line-height: 1.7;
  }
  .feat-product h4.top {
    font-size: 16px;
  }
  .feat-product h4 {
    font-size: 16px;
  }
  .filter-prod {
    min-height: 370px;
  }
  .services .serv {
    min-height: 272px;
  }
  .for-anim.one {
    height: unset !important;
  }
  .for-anim.two {
    height: unset !important;
  }
  .for-anim.three {
    height: unset !important;
  }
  .for-anim.four {
    height: unset !important;
  }
  .for-anim.five {
    height: unset !important;
  }
  .for-anim.six {
    height: unset !important;
  }
  .for-anim.seven {
    height: unset !important;
  }
  .feat-product img.seven-new {
    -o-object-fit: unset;
    object-fit: unset;
    height: 293px;
    width: 100%;
  }
  .coll.cobon input {
    width: 70%;
  }
  .filter-prod p del {
    margin-right: 20px;
    opacity: .7;
  }
  .filter-prod p {
    font-size: 13px;
  }
  .head-h {
    margin: 0;
    font-size: 20px;
  }
  .checkout .check-box.two .half-box .express-box p {
    font-size: 9px;
  }
  .checkout .check-box .half-box .express-box p {
    font-size: 11px;
  }
  .checkout .steps-first p {
    font-size: 18px;
  }
  .checkout .steps-first p::after {
    width: 95px;
  }
  .checkout .steps-second p {
    font-size: 18px;
  }
  .checkout .steps-second p::after {
    width: 150px;
  }
  .checkout .steps-third p {
    font-size: 18px;
  }
  .shopping .total {
    padding: 30px 10px;
  }
  .icons a {
    font-size: 10px;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .services .serv {
    min-height: 296px;
  }
  .services .serv h3 {
    font-size: 20px;
  }
  .social-icon img {
    height: 35px;
    margin-left: 3px;
  }
  .pay-h {
    margin-top: 13px !important;
  }
  .feat-product img.seven-new {
    -o-object-fit: unset;
    object-fit: unset;
    height: 447px;
    width: 100%;
  }
  .coll.cobon input {
    width: 77%;
  }
}

.orders .panel-heading a:before {
  margin-top: 5px;
}

.checkout .check-box h4 {
  padding: 15px 15px;
}

.bank {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
  background: #ddd;
}

.bank .bank-box {
  width: 100%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid  #DC383F;
  outline: 10px solid #fff;
}

.bank .bank-box h3 {
  margin: 0px;
  color: #DC383F;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.bank .bank-box p {
  margin: 0;
}

.bank .bank-box button {
  padding: 7px 30px;
  background: #DC383F;
  border: 1px solid #DC383F;
  font-size: 16px;
  margin-top: 10px;
  outline: none;
  color: #fff;
}

.checkout .check-box .half-box .sc-item label p {
  margin-bottom: 10px;
}

.checkout .check-box .half-box .sc-item {
  height: unset;
}

.shopping .cart-list h4 {
  font-size: 16px;
}

.shopping .shopping_title {
  font-size: 22px;
}

.shopping .total button {
  border-radius: 0;
}

.modal select {
  outline: none;
  border: none;
  padding: 5px;
  color: #333;
  border-radius: 0px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #ccc;
}

.modal input::-webkit-input-placeholder {
  color: #333;
}

.modal input:-ms-input-placeholder {
  color: #333;
}

.modal input::-ms-input-placeholder {
  color: #333;
}

.modal input::placeholder {
  color: #333;
}

.modal input {
  color: #333 !important;
}

.map input.search {
  top: 125px;
}

.checkout .check-box.two .half-box .sc-item label p {
  margin-left: 0;
  margin-right: 0;
  font-size: 11px;
}

.checkout .check-box .half-box.second button {
  width: 100%;
}

.checkout button.add-address {
  margin-bottom: 30px;
  margin-top: 25px;
}

.checkout .frame.sc-item {
  margin-bottom: 10px !important;
}

.checkout .check-box .half-box .sc-item {
  margin-bottom: 10px;
}

.add-address-mod h4 {
  color: #DC383F;
  font-weight: 700;
}

.cart-list ul li {
  font-size: 16px;
}

#transfer input,
#transfer select {
  border-radius: 0;
}

.profile-content.order-number button {
  border-radius: 0;
}

.panel-group.orders .panel-title {
  padding: 5px 15px;
}

.sc-branch h5 {
  font-size: 13px;
}

.payment3 .prev-btn {
  margin-right: 300px;
}

#collapseFour h4 {
  padding-right: 0;
}

.header .dropdown-content a.btn {
  background-color: #DC383F;
  color: #fff;
}

.cartheader .goCart-btn {
  padding: 16px !important;
  background: #8a8a8a;
}

shopping .cart-list .icons a {
  color: #888;
  font-size: 15px;
}

.next-btn {
  background: #404040 !important;
}

.next-btn i {
  margin-right: 5px;
  font-size: 14px;
}

.prev-btn {
  background: #404040 !important;
}

.prev-btn i {
  margin-left: 5px;
  font-size: 14px;
}

.address-mini-box {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
}

label.mini-address {
  margin-top: 21px;
}

.next-one {
  margin-top: 10px !important;
}

li.last p {
  padding-top: 10px;
  border-top: 1px solid #ccc !important;
}

.countdown {
  text-align: center;
  margin-top: 60px;
  background-image: url("/frontend/images/banner-ksa2.png");
  background-size: cover;
  height: 345px;
}

.countdown h1 {
  font-weight: 700;
  margin-top: 20px;
  color: #15975b;
}

.countdown h3 {
  color: #DC383F;
  margin-top: 50px;
}

.countdown li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  color: #888;
}

.countdown li span {
  display: block;
  font-size: 4.5rem;
  color: #000;
}

@media all and (max-width: 768px) {
  .countdown h1 {
    font-size: 1.5rem;
  }
  .countdown li {
    font-size: 1.125rem;
    padding: .75rem;
  }
  .countdown li span {
    font-size: 3.375rem;
  }
}

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

.bill hr {
  border-top: 2px solid #ccc;
}

.bill .qr-code-new {
  width: 140px !important;
  float: none !important;
  margin-bottom: 10px;
}

.bill .logo {
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
}

.bill h3.special {
  font-size: 28px;
  font-weight: 600;
  color: #D44C10 !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bill .new-table {
  margin-top: 20px;
  border: 1px solid #ccc;
}

.bill .new-table thead {
  background: #000 !important;
}

.bill .new-table thead:first-child > tr:first-child > th {
  color: #fff !important;
  font-size: 18px;
}

.bill .special-margin {
  margin-top: 30px;
}

.bill .new-div h3 {
  font-size: 19px;
}

.bill .new-div h3.special {
  font-size: 28px;
  margin-top: 20px !important;
  margin-bottom: 20px;
}

.bill button.print {
  background-color: #D44C10 !important;
}

.bill .new-total h4.special {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 600;
  color: #D44C10 !important;
  margin-bottom: 20px;
}

.bill .new-total h3 {
  font-size: 20px;
  margin-top: 12px !important;
  margin-bottom: 12px;
}

.bill h3.new-special {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #D44C10 !important;
  margin-bottom: 20px;
}

.bill .bottom-footer {
  padding: 5px 0;
  background: #D44C10 !important;
  margin-top: 100px;
}

.bill .bottom-footer h5 {
  color: #fff !important;
}

.bill .table-striped > tbody > tr:nth-of-type(odd) td {
  background-color: #f2f2f2 !important;
}

.bill h4.spec-h4 {
  font-size: 28px;
  margin-top: 0;
}

.bill .export .row h3 {
  font-size: 18px;
  line-height: 1.4;
}

.bill .quantity-h {
  margin-bottom: 30px;
}

.bill .new-table {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.bill .new-total .col-xs-8 label {
  margin-left: 10px;
  font-size: 12px;
  color: #f00 !important;
}

@media print {
  .bill .logo {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .new-total .col-xs-8 label {
    margin-left: 3px !important;
    font-size: 8px !important;
    color: #f00 !important;
  }
  .bill .qr-code-new {
    width: 100px !important;
    float: none !important;
    margin-bottom: 0px;
  }
  .qr-num {
    display: block;
    margin-right: 20px !important;
    clear: both;
    margin-top: 5px;
  }
  .bill h4 {
    font-size: 13px;
  }
  .bill .num {
    margin-right: -15px;
  }
  .bill .export h3 {
    font-size: 12px !important;
  }
  .bill .new-div h3 {
    font-size: 12px !important;
  }
  .bill h3.special {
    font-size: 15px !important;
    margin-bottom: 10px !important;
    margin-top: 3px;
  }
  .bill .new-total h4.special {
    font-size: 15px !important;
    margin-bottom: 5px;
    margin-top: 3px !important;
  }
  .bill .new-total h3 {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 10px !important;
  }
  .bill .new-div h3.special {
    margin-top: 0px;
  }
  .bill .new-table {
    margin-top: 0px !important;
    margin-bottom: 0;
    border: 1px solid #ccc;
  }
  .bill .new-table thead {
    background: #000 !important;
    -webkit-print-color-adjust: exact !important;
  }
  .bill .new-table thead:first-child > tr:first-child > th {
    background: #000 !important;
    -webkit-print-color-adjust: exact !important;
    color: #fff !important;
    font-size: 13px;
  }
  .bill h3.new-special {
    margin-top: 0px !important;
  }
  .bill .bottom-footer {
    margin-top: 50px !important;
    padding: 7px 0;
  }
  .bill .bottom-footer h5 {
    margin: 0;
    font-size: 12px;
  }
  .bill h4.num {
    margin-top: -20px !important;
  }
  .bill .table > tbody > tr > th {
    font-size: 13px;
  }
  .bill .table-striped > tbody > tr:nth-of-type(odd) td {
    background-color: #f2f2f2 !important;
  }
  .bill h3.new-special {
    font-size: 15px !important;
  }
  .bill .order-info h4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .bill .special-margin {
    margin-top: 15px !important;
  }
  .bill hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .bill .table {
    margin-bottom: 5px !important;
    margin-top: 7px !important;
  }
  .bill .quantity-h {
    margin-bottom: 0px !important;
  }
  .export .row h3 {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
}

.filter-prod h4,
.filter-prod p {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

.filter-prod p {
  color: #f00;
}

.filter-prod i {
  position: absolute;
  left: 0px;
  top: 240px;
  width: 50px;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0 5px 5px 0;
}

.filter-prod i.fa-shopping-cart {
  top: 290px;
}

.filter-prod {
  min-height: 358px;
}

.filter-prod img {
  padding: 0;
}

.filter-prod .quantity .pro-qty {
  opacity: 1;
  margin-left: 0;
  position: absolute;
  left: 0px;
  top: 285px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0 5px 5px 0;
  width: 120px;
  padding: 0 11px;
}

.quantity .pro-qty input {
  width: 44px;
}

.filter-prod {
  min-height: 340px;
}

@media only screen and (max-width: 600px) {
  .checkout .check-box.two .half-box .sc-item label p {
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }
  .payment3 .prev-btn {
    width: 100% !important;
  }
  .checkout .check-box.two .half-box {
    padding-bottom: 5px;
  }
  .bank .bank-box {
    width: 100%;
  }
  .bank .bank-box h3 {
    font-size: 17px;
  }
  .total-order.new-bg li {
    padding: 10px 10px;
    margin-bottom: 0 !important;
  }
  .checkout .check-box .half-box.first {
    border-left: none;
    padding-bottom: 5px;
  }
  .coll h3 {
    font-size: 14px !important;
  }
  .header .dropdown-content {
    right: -140px;
  }
  .checkout button.add-address {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .checkout .frame.sc-item {
    margin-bottom: 0px !important;
  }
  .express .mt-20 {
    margin-top: 10px;
  }
  .checkout .check-box .half-box.second {
    padding-top: 0;
  }
  .total-order {
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .total-order li {
    margin-bottom: 5px;
  }
  .next-one {
    margin-top: 20px !important;
  }
  .coll {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .address-mini-box {
    padding-bottom: 5px;
    padding-right: 10px;
  }
  label.mini-address {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .slide .carousel-inner {
    height: 110px !important;
  }
}

/* galaxy S5 */
@media only screen and (min-width: 359px) and (max-width: 361px) {
  .slide .carousel-inner {
    height: 95px !important;
  }
}

/* iphone x, 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 380px) {
  .slide .carousel-inner {
    height: 110px !important;
  }
}

/* iphone 6/7/8 plus */
@media only screen and (min-width: 410px) and (max-width: 416px) {
  .slide .carousel-inner {
    height: 110px !important;
  }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .slide .carousel-inner {
    height: 240px !important;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .slide .carousel-inner {
    height: 305px !important;
  }
}

/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .slide .carousel-inner {
    height: 362px !important;
  }
}

.new-login {
  background: #DC383F;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.new-login i {
  color: #fff !important;
  font-size: 18px !important;
  margin-left: 0 !important;
}

.new-login a {
  color: #fff !important;
  font-weight: 600;
}

.new-login-in {
  background: #DC383F;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  width: 41%;
  padding-top: 0;
  padding-bottom: 0;
}

.new-login-in i {
  color: #fff !important;
  font-size: 22px !important;
  margin-right: 22px !important;
}

.dropdown-menu.login-drop i {
  color: #DC383F !important;
  margin-right: 0 !important;
  font-size: 19px !important;
}

.collapse.navbar-collapse {
  border-radius: 0 !important;
  background: #DC383F;
}

.header .navbar-default .navbar-nav > li > a {
  color: #fff !important;
}

.header .navbar-nav {
  width: 85%;
}

.home .carousel-indicators {
  position: absolute;
  right: 75%;
  bottom: 5px;
  z-index: 15;
  width: 14%;
  padding-right: 0;
  margin-right: 0%;
  text-align: center;
  list-style: none;
}

.home .carousel-indicators li {
  border-color: #fff;
  background-color: #fff;
}

.home .carousel-indicators li.active {
  width: 50px;
  border-color: #fff;
  background-color: #fff;
}

.carousel-inner .item img {
  margin-top: 0 !important;
}

.header .navbar-default {
  margin-bottom: 0 !important;
}

.header .navbar-default {
  border-color: #DC383F;
  border-radius: 0 !important;
}

.slide .carousel-inner {
  height: 405px !important;
}

img.banner-one {
  height: 290px;
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

img.banner-two {
  height: 290px;
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

img.banner-three {
  height: 290px;
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

img.banner-four {
  height: 290px;
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

img.banner-five {
  height: 290px;
  border-radius: 20px !important;
  border: 1px solid #ccc !important;
}

.product-filter .nav-tabs {
  text-align: center;
  border: none;
  padding-right: unset;
  background-color: #DC383F;
  border-radius: 35px !important;
}

.product-filter .nav-tabs > li.active > a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.product-filter .nav-tabs > li.active > a,
.product-filter .nav-tabs > li.active > a:focus,
.product-filter .nav-tabs > li.active > a:hover {
  background: transparent;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.feat-product h2 {
  border-radius: 35px !important;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background: #DC383F;
  z-index: 1000;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
}

.feat-product img {
  width: 250px;
  height: 250px;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.for-anim {
  overflow: unset;
  margin-bottom: 50px;
}

.for-anim:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  width: 250px;
}

.feat-box {
  background: #F6F6F6;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.services .serv {
  background: transparent;
  color: #444;
}

.services .serv:hover {
  background: #f6f6f6;
}

.services .serv h3 {
  color: #222;
}

.services .serv p {
  font-size: 14px;
  color: #525151;
}

.services .serv .img-box {
  width: 120px;
  height: 120px;
  background: #DC383F;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.services .serv img {
  width: 60px;
  height: 60px;
  margin-top: 11px;
}

.footer h4,
.footer h5 {
  color: #DC383F;
}

.footer {
  background: #f6f6f6;
  margin-top: 0;
  padding-bottom: 50px;
}

.footer ul li,
.footer h6,
.footer p {
  color: #555;
}

.bottom-footer {
  background: #DC383F;
  padding: 10px 0;
}

.filter-prod {
  border-radius: 20px !important;
  border: 1px solid #ccc;
  background: #fff;
}

.filter-prod img {
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 13px;
}

.filter-prod span.product-discount {
  border-radius: 10px 10px 0 0;
}

.filter-prod p {
  color: #4a4949;
  margin-bottom: 5px;
  font-size: 16px;
}

.filter-prod p del {
  opacity: .5;
  margin-right: 10px;
}

.filter-prod i {
  width: 40px;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  background: #DC383F;
  color: #fff;
  font-size: 22px;
  margin-bottom: unset;
  cursor: pointer;
  border-radius: 50%;
}

.filter-prod i.fa-heart-o {
  top: 5px;
  left: 5px;
  background: #7777776b;
}

.filter-prod i.fa-shopping-cart {
  bottom: 5px;
  left: 5px;
  top: unset;
}

.filter-prod h4 {
  min-height: 19px;
}

.filter-prod {
  min-height: 332px;
}

.filter-prod .quantity .pro-qty {
  margin-bottom: 0;
  top: unset;
  bottom: 0px;
  width: 84px;
  padding: 0px;
  height: 30px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border-radius: 5px 5px 0 0;
}

.quantity .pro-qty input {
  width: 30px;
}

.filter-prod .quantity .pro-qty .Qtybtn {
  line-height: 27px;
}

.quantity .inc {
  margin-left: 3px;
}

.quantity .pro-qty .Qtybtn.dec {
  font-size: 30px;
  margin-left: 5px;
  margin-right: 1px;
}

.head-h,
.product-info button.addfav,
.profile-content#edit .positive,
textarea.notes-product {
  border-radius: 25px;
}

.carousel.product-slider span.badge {
  border-radius: 0 0 10px 10px;
}

.product-info input {
  border-radius: 0 25px 25px 0;
}

.product-info button.add-to-cart {
  border-radius: 25px 0 0 25px;
}

.check-box {
  margin-bottom: 60px;
  border-radius: 25px;
}

.address-mini-box,
.checkout button.add-address,
.checkout .check-box .half-box .sc-item,
.checkout .check-box .half-box .sc-item label,
.checkout .check-box .half-box.second button,
.checkout .check-box.two .half-box .sc-item label,
.checkout .check-box.two .half-box .stc-btn,
.checkout button,
#wllet_discount button,
.total-order.new-bg,
.coll,
#order-notes {
  border-radius: 25px !important;
}

.checkout .check-box h4 {
  border-radius: 25px 25px 0 0;
}

.shopping .cart-list {
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
}

.shopping .cart-list img {
  border-radius: 0 25px 25px 0;
  border-left: 1px solid #ccc;
}

.shopping .cart-list h4 {
  font-weight: 700;
  margin-top: 33px;
}

.shopping .cart-list h3 {
  display: inline-block;
  color: #000;
  margin-right: 10px;
}

.shopping .cart-list h3 span {
  font-family: unset;
  color: #000;
}

.shopping .cart-list h3 span.del {
  color: #777;
  margin-right: 20px;
  margin-top: 3px;
}

.shopping .cart-list .quantity .pro-qty {
  margin-top: 50%;
}

.shopping .cart-list .icons a {
  margin-top: 49px;
  display: block;
  color: #DC383F;
  font-size: 22px;
}

.shopping .cart-li .quantity .pro-qty input {
  border-radius: 25px;
}

.shopping .shopping_title {
  color: #DC383F;
  margin-bottom: 0;
}

.shopping .total-order {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}

.shopping .coupon input {
  border: 1px solid #ccc;
}

.shopping .coupon button {
  padding-top: 11px;
  padding-bottom: 9px;
}

.shopping .total {
  padding: 18px 30px;
}

.shopping .coupon .shopping_title {
  margin-bottom: 0;
}

.shopping .coupon input {
  opacity: 1;
}

.shopping .coupon input::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.shopping .coupon input:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.shopping .coupon input::-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.shopping .coupon input::placeholder {
  color: #777;
  opacity: 1;
}

.shopping .quantity .pro-qty input {
  background: #fff;
  color: #000;
}

.theme-switch i.fa.fa-sun-o {
  border-right: 1px solid #fff;
}

ul.profile-sidebar {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 50px;
  margin-top: 35px;
}

ul.profile-sidebar li {
  display: inline-block;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 12px;
  float: right;
  width: 8%;
}

.profile-content {
  margin-top: 40px;
  border: 1px solid #ccc;
  margin-bottom: 60px;
}

ul.profile-sidebar li i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

ul.profile-sidebar li img {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
}

ul.profile-sidebar li h4 {
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.6;
  color: #000;
}

ul.profile-sidebar li.activ {
  background-color: transparent;
  color: #DC383F;
}

ul.profile-sidebar li.activ i {
  background-color: #DC383F;
  color: #fff;
}

.profile-content .col-sm-9 h4 {
  text-align: center;
  width: 200px;
  background: #DC383F;
  color: #fff;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  padding-left: 0;
}

.profile-content .col-sm-9 h4 a {
  color: #fff;
}

img.profile-img {
  margin-top: 100px;
  width: 50%;
  border: 1px solid #eee;
}

.profile-content table {
  margin-top: 20px;
}

.login-info .login-form,
.register .login-form {
  background: transparent;
  border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: unset;
}

.login-bg {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

.login-info,
.register {
  padding: 0;
  min-height: unset;
  height: unset;
}

.login-info .login-form span.inter a {
  float: right;
  margin-right: 10px;
}

.login-info .login-form p {
  text-align: right;
  margin-right: 10px;
}

.login-info .login-form input,
.register .login-form input {
  background-color: #ffffff;
  border-color: #d1d1d1;
}

.login-info .login-form h3 {
  font-size: 24px;
  color: #DC383F;
  text-align: right;
  margin-bottom: 20px;
  margin-right: 10px;
}

.login-logo {
  position: absolute;
  background: transparent;
  height: 550px;
  right: 10%;
  width: 400px;
  top: -73px;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-logo img {
  width: 220px;
}

.select-country button {
  background: #ffffff !important;
  border-color: #d1d1d1 !important;
}

.login-logo.for-register {
  width: 360px;
  top: -46px;
}

.register .login-form button.btn-block {
  margin-top: 50px !important;
  clear: both;
}

span.have-acc {
  margin-right: 10px;
}

.forg-form {
  padding: 0 !important;
}

.login-logo.for-forget {
  height: 431px;
}

.cart.dropdown .header-cart {
  text-align: right;
  margin-right: 5px;
  margin-top: 10px;
  color: #000;
}

.cart.dropdown .dropdown-content img {
  margin: unset;
  margin-right: 0px;
  margin-left: 10px;
  width: 85px !important;
  display: inline-block;
  float: right;
  height: 60px;
  border-radius: 0 10px 10px 0;
  border-left: 1px solid #ccc;
}

.cart.dropdown .paragraph {
  text-align: right;
  color: #777;
}

.cart.dropdown .paragraph h4 {
  font-size: 13px;
  text-align: right;
  color: #000;
  margin-top: 0;
}

.cart.dropdown .paragraph figure {
  display: inline-block;
  margin-right: 20px;
}

.cart.dropdown .p1 {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.cart.dropdown .p2 h5 {
  text-align: center;
  margin-top: 15px;
  display: block;
  clear: both;
  margin-bottom: 20px;
  font-weight: 600;
}

.cart.dropdown a:hover {
  text-decoration: none !important;
  background: transparent;
}

.checkout .steps-third span,
.checkout .steps-second span,
.checkout .steps-first span {
  width: 150px;
  border-radius: 20px;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  border: none;
  background: #f6f6f6;
  color: #DC383F;
}

.checkout .steps-first p::after {
  background: transparent;
  border: 2px dashed #ccc;
}

.checkout .steps-first.done p::after {
  background: transparent;
  border: 2px dashed #DC383F;
}

.checkout .steps-second p::after {
  background: transparent;
  border: 2px dashed #ccc;
}

.checkout .steps-second.done p::after {
  background: transparent;
  border: 2px dashed #DC383F;
}

.checkout .steps-second p::after {
  width: 120px;
}

.address-mini-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
}

.address-mini-box input {
  margin-left: 10px;
}

.address-mini-box.select {
  border-color: #DC383F;
  color: #DC383F;
}

.checkout .check-box .half-box.first {
  border: none;
  background: #f6f6f6;
  border-radius: 25px;
}

.checkout .check-box {
  border: none;
}

.checkout .check-box .half-box .sc-item label {
  background: #fff;
}

.checkout .check-box .half-box .sc-item label.active {
  background: #fff;
}

.checkout .check-box .half-box.second {
  background: #f6f6f6;
  border-radius: 25px;
  padding-right: 20px;
  float: right;
  width: 100%;
  padding-bottom: 40px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout .check-box .half-box.second button {
  margin-right: 15px;
}

h2.order-acc {
  color: #DC383F;
  padding-top: 10px;
}

.checkout .new-bg {
  background: transparent !important;
}

.checkout .coll {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.cart.dropdown a:hover {
  text-decoration: none !important;
  background: #a91d23 !important;
}

.cart.dropdown a.goCart-btn:hover {
  background: #585858 !important;
}

.cart.dropdown .paragraph a {
  background: transparent !important;
}

.checkout .check-box .half-box.second button {
  margin-bottom: 30px;
}

#payment2 button.next-one {
  width: 90%;
  margin-left: auto;
  margin-right: auto !important;
  float: none;
}

.total-order.new-bg {
  margin-top: 0;
}

.total-order.new-bg li {
  padding: 10px 10px;
  margin-bottom: 0 !important;
}

.coupontotal3 h2.order-acc {
  margin-bottom: 0 !important;
  margin-right: 20px;
}

.delivery-box-one {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 20px;
  float: right;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.checkout button.add-address {
  margin-bottom: 15px;
  margin-top: 10px;
}

.checkout .check-box .half-box label {
  font-size: 13px;
}

.checkout button.add-address {
  margin-right: 0;
}

.checkout .check-box.two .half-box {
  padding-bottom: 10px;
}

.border {
  border-top: 1px solid #ccc;
}

.checkout .check-box.two .half-box .sc-item label.active {
  background: #fff;
}

.top_header .fav i {
  background: #DC383F;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 24px;
}

.top_header .cart i {
  font-size: 24px;
  background: #DC383F;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.new-login-in {
  width: 28%;
  margin-right: 30px;
}

.top_header .cart span.badge {
  right: 8px;
}

.header .dropdown:hover .dropbtn {
  color: #fff;
}

.header .dropdown-content {
  top: 44px;
}

.filter-prod .quantity .pro-qty input {
  border-radius: 50%;
}

.filter-prod .quantity .pro-qty {
  border-radius: 15px 15px 0 0;
}

.coll h3 {
  color: #4c4b4b !important;
}

.half-box.first .col-sm-12 .coll {
  margin-top: 0 !important;
}

.panel-group.orders .panel,
.panel-group.orders .panel-heading {
  border-radius: 25px;
}

.panel-group.orders .panel-heading {
  background: #f6f6f6;
}

.panel-group.orders li.cart-list {
  border-radius: 25px !important;
  padding: 0 !important;
  background: #fff;
}

.panel-group.orders li.cart-list img {
  border-left: 1px solid #ccc;
  border-radius: 0 25px 25px 0;
  height: 100px;
}

.panel-group.orders .cart-list p {
  display: inline-block;
  color: #222 !important;
}

.panel-group.orders .cart-list p.price {
  margin-right: 20px;
}

.panel-group.orders .panel-body h4 {
  font-weight: 600;
  margin-top: 7px;
  font-size: 18px;
  background: transparent;
}

.panel-group.orders .panel-body {
  background: #f6f6f6;
  border-radius: 0 0 25px 25px;
}

.modal-content,
.modal button {
  border-radius: 25px;
}

.product-info button.add-to-cart:hover {
  background-color: #991f24 !important;
}

.delivery-box-two {
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  margin-top: 15px;
  float: right;
  width: 100%;
}

.swal2-styled.swal2-confirm,
.swal2-popup,
.swal2-styled.swal2-cancel {
  border-radius: 25px !important;
}

.prev-btn {
  background: #404040 !important;
}

.next-btn {
  background: #DC383F !important;
}

.profile-content .fav-box p {
  display: inline-block;
}

.profile-content .fav-box p.small-p {
  margin-right: 10px;
}

.fav-box p:last-child {
  display: inline-block;
  color: #DC383F;
  font-size: 11px;
  margin-right: 10px;
}

.row.favorites img {
  border-radius: 50% !important;
  height: 120px !important;
  width: 120px;
  max-height: unset !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fav-box {
  padding: 0 5px;
}

.fav-box button {
  margin-top: 55px;
}

.fav-box.cart-li .quantity .pro-qty {
  width: 90px !important;
  margin-top: 55px;
}

.profile-content .fav-box span.discount {
  border-radius: 20px;
}

.profile-content .fav-box .quantity .pro-qty input {
  width: 30px !important;
  border-radius: 50%;
}

.profile-content .fav-box .quantity .pro-qty .Qtybtn {
  font-size: 24px;
  color: #fff;
  float: left;
  line-height: 27px;
  cursor: pointer;
  width: 18px;
}

.profile-content .fav-box .quantity .inc {
  margin-left: 1px;
}

.profile-content .fav-box .Qtybtn.dec {
  margin-left: 3px;
  margin-right: 5px;
}

.profile-content .fav-box h4 {
  margin-bottom: 10px;
  margin-top: 15px;
}

.row.favorites .remove-from-favourite {
  top: 64px;
}

.faq .panel-group .panel,
.faq .panel-default > .panel-heading,
.faq .panel-group .panel-heading + .panel-collapse > .panel-body,
.cart-list .discount {
  border-radius: 25px;
}

.categories-img img {
  width: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90%;
}

.product-slider .carousel-inner > .item,
.product-slider .carousel-inner > .item img,
.carousel.slide.product-slider.clothe .carousel-indicators li img {
  border-radius: 25px;
}

.carousel.slide.product-slider.clothe .carousel-indicators li {
  border-radius: 35px;
}

.row.favorites {
  padding: 20px;
  color: #000;
}

.half-box.first .alert-warning {
  color: #DC383F;
  background-color: #ffe4e5;
  border-color: #ffe4e5;
  border-radius: 25px;
}

.pd-size-choose .sc-item label {
  border-radius: 25px;
}

.boxing img {
  border-radius: 25px 25px 0 0;
}

.pd-size-choose.boxing .sc-item label {
  border-radius: 25px 25px 0 0 !important;
}

.product-info button.addfav {
  background-color: #939393;
  color: #fff;
}

.add-address-btn {
  background: #fff !important;
}

.shopping .list-cart {
  color: #222 !important;
}

.order-number .col-sm-9 h4 {
  text-align: right;
  width: 200px;
  background: transparent;
  color: #000;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
}

.ui-selectmenu-button.ui-button {
  width: 100% !important;
  border-radius: 25px;
  background: #fff !important;
  outline: none !important;
  color: #999;
  font-size: 14px;
  border-color: #d1d1d1 !important;
  padding: 14px 8px !important;
}

.ui-selectmenu-button.ui-button:hover {
  background: #fff;
  color: #999;
}

.avatar {
  background-size: contain !important;
}

.policy {
  margin-top: -23px;
  clear: both;
}

.policy input {
  margin-right: 10px;
}

ul.profile-sidebar li {
  width: 7.2%;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .header .navbar-nav {
    width: 100%;
  }
  #theme {
    top: 200px;
  }
  .theme-switch {
    top: 237px;
  }
  .slide .carousel-inner {
    height: 107px !important;
  }
  .home .carousel-indicators {
    right: 30%;
    bottom: -50px;
    width: 41%;
  }
  .filter-prod {
    min-height: 250px;
  }
  .filter-prod i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
  .feat-product h2 {
    border-radius: 65%;
  }
  .feat-box {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .feat-product img {
    width: 140px;
    height: 140px;
  }
  img.banner-two,
  img.banner-five,
  img.banner-four,
  img.banner-three {
    height: 120px;
  }
  img.banner-one {
    height: 240px;
  }
  .header .dropdown-content {
    right: -90px;
  }
  .for-anim {
    overflow: unset;
    margin-bottom: 30px;
  }
  .filter-prod p {
    font-size: 13px;
  }
  .feat-product h2 {
    width: 70%;
  }
  .feat-product img {
    width: 115px;
    height: 115px;
  }
  .services .serv .img-box {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .services .serv img {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
  .shopping .cart-list h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .shopping .cart-list h3 {
    display: block;
    margin-right: 0;
    font-size: 14px;
  }
  .shopping .cart-list h3 span {
    font-size: 14px;
  }
  .shopping .cart-list h3 span.del {
    font-size: 14px;
    margin-right: 5px;
  }
  .shopping .cart-list .quantity .pro-qty {
    margin-top: 0%;
    margin-bottom: 10px;
  }
  .shopping .cart-list .icons a {
    margin-top: 0;
  }
  .shopping .cart-list .icons {
    margin-top: 5px;
  }
  .shopping .cart-list img {
    height: 161px;
  }
  ul.profile-sidebar li {
    margin-left: 12px;
    float: right;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 0;
  }
  ul.profile-sidebar {
    margin-top: 0;
    margin-bottom: 0;
    height: 320px;
  }
  img.profile-img {
    margin-top: 10px;
  }
  .profile-content h4 {
    width: 86%;
  }
  #edit input {
    margin-bottom: 5px;
  }
  .login-logo {
    display: none;
  }
  .login-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .social-icon img {
    height: 30px;
    margin-left: -1px;
  }
  .checkout .steps-third span,
  .checkout .steps-second span,
  .checkout .steps-first span {
    width: 112px;
    font-size: 14px;
  }
  img.wallet-stc {
    width: 35px !important;
    margin-top: 10px !important;
  }
  .checkout .check-box.two .half-box .stc-btn {
    margin-right: 0 !important;
  }
  .border {
    margin-top: 20px;
  }
  .panel-group.orders li.cart-list img {
    border: none;
    border-radius: 25px !important;
    margin-top: 10px;
  }
  .new-login-in {
    width: 41%;
    margin-right: 26px;
  }
  .home .carousel-indicators {
    right: 30%;
    bottom: -10px;
    width: 41%;
  }
  .bank {
    margin-top: 40px;
  }
  .top_header .cart span.badge {
    right: 20px;
  }
  .header .dropdown-content {
    min-width: 320px;
  }
  .filter-prod {
    min-height: 257px;
  }
  .profile-content.faq h4 {
    width: 100%;
  }
  img.profile-img {
    width: 100px;
  }
  .loading-overlay img.loading {
    margin-top: 72%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 45%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 15%;
  }
  .row.favorites .remove-from-favourite {
    top: 20px;
  }
  .profile-content .fav-box h4 {
    margin-top: 0;
    padding-top: 0;
  }
  .fav-box button,
  .fav-box.cart-li .quantity .pro-qty {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slide.product-slider .carousel-inner {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .pd-size-choose.boxing .sc-item label.active {
    border: 2px solid  #DC383F !important;
  }
  .profile-content .col-sm-9 h4 {
    width: 91%;
    margin-bottom: 0;
  }
  .profile-content.fav-bo {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .credit.wallet img {
    width: 180px;
  }
  img.banner-one {
    height: 120px;
  }
  img.banner-two {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-collection .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .for-mobile {
    clear: both;
  }
  .policy {
    margin-top: 15px;
    clear: both;
  }
  .policy input {
    margin-right: 10px;
  }
  .home .carousel-indicators li {
    border-color: #DC383F;
    background-color: #DC383F;
  }
  .home .carousel-indicators li.active {
    border-color: #DC383F;
    background-color: #DC383F;
  }
  .home .carousel-indicators {
    bottom: -45px;
  }
  .slide .carousel-inner {
    height: 117px !important;
  }
}

/* galaxy S5 */
@media only screen and (min-width: 319px) and (max-width: 322px) {
  .slide .carousel-inner {
    height: 92px !important;
  }
  .slide .carousel-inner {
    height: 117px !important;
  }
}

@media only screen and (min-height: 639px) and (max-height: 641px) {
  .loading-overlay img.loading {
    margin-top: 72%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 40%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 15%;
  }
}

/* iphone x, 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 380px) {
  .loading-overlay img.loading {
    margin-top: 72%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 38%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 13%;
  }
}

@media only screen and (min-height: 811px) and (max-height: 815px) {
  .loading-overlay img.loading {
    margin-top: 87%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 38%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 13%;
  }
}

/* iphone 6/7/8 plus */
@media only screen and (min-width: 410px) and (max-width: 416px) {
  .loading-overlay img.loading {
    margin-top: 72%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 35%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 12%;
  }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header .navbar-nav {
    width: 86%;
  }
  .navbar {
    min-height: unset;
  }
  .slide .carousel-inner {
    height: 220px !important;
  }
  .home .carousel-indicators {
    width: 15%;
  }
  .new-login-in {
    width: 38%;
    margin-right: 15px;
  }
  img.banner-two,
  img.banner-five,
  img.banner-four,
  img.banner-three {
    height: 120px;
  }
  img.banner-one {
    height: 255px;
  }
  .filter-prod {
    min-height: 343px;
  }
  .feat-product img {
    width: 185px;
    height: 185px;
  }
  .login-logo {
    display: none;
  }
  .login-bg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .loading-overlay img.loading {
    margin-top: 54%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 18%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 7%;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .header .navbar-nav {
    width: 87%;
  }
  .slide .carousel-inner {
    height: 290px !important;
  }
  .login-bg {
    margin-top: 250px;
    margin-bottom: 250px;
  }
  .login-logo {
    right: 4%;
    width: 365px;
    top: -50px;
  }
  .login-logo.for-register {
    width: 280px;
  }
  .loading-overlay img.loading {
    margin-top: 40vh !important;
  }
  .loading-overlay .dot {
    left: 14%;
  }
  .loading-overlay .dot2 {
    left: 5%;
  }
  .new-login-in {
    width: 31%;
    margin-right: 22px;
  }
}

/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .home .carousel-indicators {
    right: 68%;
  }
  .login-logo {
    right: 20%;
  }
  .loading-overlay img.loading {
    margin-top: 23%;
  }
  .loading-overlay .dot {
    top: 40vh;
    left: 7.5%;
  }
  .loading-overlay .dot2 {
    top: 40vh;
    left: 2.7%;
  }
  .slide .carousel-inner {
    height: 545px !important;
  }
}

@media only screen and (min-width: 1270px) and (max-width: 1300px) {
  .slide .carousel-inner {
    height: 545px !important;
  }
}

/* Q HD  */
@media only screen and (min-width: 2560px) and (max-width: 2600px) {
  .slide .carousel-inner {
    height: 720px !important;
  }
}

@media only screen and (min-width: 2560px) and (max-width: 3600px) {
  .slide .carousel-inner {
    height: 545px !important;
  }
  .slide.home {
    width: 1970px;
    margin-left: auto;
    margin-right: auto;
  }
  .loading-overlay img.loading {
    margin-top: 17%;
  }
  .loading-overlay .dot {
    top: 10vh;
    left: 5%;
  }
  .loading-overlay .dot2 {
    top: 10vh;
    left: 1.4%;
  }
  .container {
    width: 2000px;
  }
  .filter-prod img {
    height: 350px;
  }
  .filter-prod h4 {
    font-size: 20px;
  }
  img.banner-five, img.banner-four, img.banner-three {
    height: 460px;
  }
  img.banner-one, img.banner-two {
    height: 325px;
  }
  .filter-prod {
    min-height: 473px;
  }
  .top_header .cart span.badge {
    right: 27px;
  }
  .checkout .steps-first p::after {
    width: 330px;
  }
  .checkout .steps-second p::after {
    width: 330px;
  }
}

.checkout .check-box.two .half-box .stc-btn {
  background: #DC383F;
  padding: 8px 20px;
  margin-right: -20px;
}
/*# sourceMappingURL=style.css.map */