/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template Nofud
    :: Author: Turbo
    :: Version: 1.0
    :: Created: 12 2020
    :: Last Updated: 12 2020
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'fontLight', sans-serif;
}

h1,
h2 {
  font-family: 'fontBold', sans-serif;
}

@font-face {
  font-family: fontLight;
  src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf);
}

@font-face {
  font-family: fontBold;
  src: url(../fonts/helvetica-neue-lt-arabic-75-bold.ttf);
}

.transiton, button, h3 a, .product .padge-l, .product button, .footer ul li, .breadcrumb a, .profile .profile-content .table tbody tr td a, .profile .profile-content .terms h4 a, .profile .terms-and-cond h3 span, .shopping button.back, .shopping .tab-content .address_list p a, .shopping .tab-content #profile h5 a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

button {
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 10px;
  outline: none;
  margin: 10px 0;
}

button:hover {
  opacity: .8;
}

input {
  outline: none;
  border: none;
  padding: 10px;
  background-color: #eee;
  color: #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
}

a {
  text-decoration: none !important;
  color: #000;
  outline: none;
}

h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  font-family: "fontBold";
  margin-bottom: 40px;
}

h3 a {
  color: #000;
  float: left;
}

h3 a:hover {
  color: #C21414;
}

h3 a span {
  font-size: 20px;
  margin-top: 7px;
  font-weight: 300;
  font-family: "fontLight";
}

.main_header {
  font-size: 28px;
  font-weight: 600;
  color: #565656;
}

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

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

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

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

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

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

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

.pd-40 {
  padding: 40px 0;
}

.pd-60 {
  padding: 60px 0;
}

.pd-80 {
  padding: 80px 0;
}

.owl .owl-nav {
  margin-top: -20px;
}

.owl .owl-carousel .owl-nav button.owl-next,
.owl .owl-carousel .owl-nav button.owl-prev,
.owl .owl-carousel button.owl-dot {
  font-size: 50px;
  color: #26b859;
}

.owl .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  text-decoration: none;
}

.register {
  width: 100%;
  min-height: calc(100vh - 140px);
  background-size: cover;
  padding: 85px 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: #26b859;
  font-size: 26px;
  margin-bottom: 20px;
}

.register .login-form input {
  border: 1px solid #eee;
}

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

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

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

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

.register .login-form button {
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
}

.register .login-form img.main-logo {
  width: 120px;
  margin-bottom: 20px;
}

.register .login-form span {
  color: #707070;
}

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

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

.register-footer {
  padding: 10px 0;
  background-color: #26b859;
  color: #fff;
  font-size: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.login-info {
  width: 100%;
  min-height: calc(100vh - 130px);
  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: #26b859;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.login-info .login-form input {
  border: 1px solid #eee;
}

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

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

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

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

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

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

.login-info .login-form button {
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
}

.login-info .login-form img.main-logo {
  width: 120px;
  margin-bottom: 20px;
}

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

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

.search_bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  padding: 20px;
  background-color: #fff;
  z-index: 100;
  display: none;
}

.search_bar input {
  margin-bottom: 0px;
  background-color: transparent;
  background: url("../images/navbar/search.png") no-repeat 100% 5px;
  text-indent: 40px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 97%;
}

.search_bar input::-webkit-input-placeholder {
  font-size: 24px;
  color: #2A2A2A;
  opacity: .5;
}

.search_bar input:-ms-input-placeholder {
  font-size: 24px;
  color: #2A2A2A;
  opacity: .5;
}

.search_bar input::-ms-input-placeholder {
  font-size: 24px;
  color: #2A2A2A;
  opacity: .5;
}

.search_bar input::placeholder {
  font-size: 24px;
  color: #2A2A2A;
  opacity: .5;
}

.search_bar img {
  display: inline-block;
  float: left;
  margin-top: 12px;
  cursor: pointer;
}

.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
  padding: 15px;
  background-color: #fff;
  z-index: 5;
}

.navbar li a {
  font-size: 15px;
  color: #000 !important;
}

.navbar .navbar-brand img {
  width: 100px;
  margin-top: -10px;
}

.navbar ul.dropdown-menu {
  padding: 0px;
}

.navbar ul.dropdown-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.navbar ul.dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar ul.dropdown-menu li:hover {
  background-color: #eee;
}

.navbar ul.dropdown-menu li img {
  display: inline-block;
  margin-left: 10px;
}

.navbar ul.dropdown-menu li a {
  padding: 3px 5px;
}

.navbar ul.dropdown-menu li a:hover {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}

.carousel.slide.main_slider {
  height: calc(100vh - 82px);
  background-size: cover;
  background-position: bottom;
}

.carousel.slide.main_slider .carousel-indicators {
  position: absolute;
  right: unset;
  bottom: 10px;
  z-index: 15;
  width: 15%;
  padding-right: 0;
  margin-right: -30%;
  text-align: center;
  list-style: none;
  left: 4%;
}

.carousel.slide.main_slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: none;
}

.carousel.slide.main_slider .carousel-indicators li.active {
  height: 17px;
  width: 17px;
}

.owl-main {
  cursor: pointer;
}

.owl-main .left-side {
  text-align: left;
  padding-top: 5%;
}

.owl-main .left-side h1.sec-color {
  font-size: 60px;
  color: #E9B418;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'fontBold';
  text-transform: uppercase;
}

.owl-main .left-side h2 {
  color: #000;
  font-size: 42px;
  margin-bottom: 0px;
  margin-top: 0;
}

.owl-main .left-side h1.main-color {
  font-size: 72px;
  color: #26b859;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}

.owl-main .left-side button {
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  padding: 15px 80px;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 22px;
}

.owl-main .right-side {
  overflow: hidden;
  height: calc(100vh - 82px);
}

.owl-main .right-side img {
  margin-top: 40px;
}

.owl-main .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 11%;
  bottom: 20px;
}

.owl-main .owl-nav.disabled + .owl-dots span {
  background: #fff;
}

.owl-main .owl-nav.disabled + .owl-dots:active span {
  background: #fff;
}

.owl-main .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
}

.special_offers .carousel-indicators {
  bottom: -40px;
}

.special_offers .carousel-indicators li {
  background-color: #26b859;
  border-color: #26b859;
}

.special_offers .carousel-indicators li.active {
  width: 15px;
  height: 15px;
}

.product {
  position: relative;
  border: 1px solid #E9B418;
  border-radius: 10px;
  margin-bottom: 20px;
}

.product .padge-r {
  position: absolute;
  right: 1px;
  padding: 5px 10px;
  background-color: #C21414;
  top: 15px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.product .padge-l {
  position: absolute;
  left: 10px;
  color: #151515;
  opacity: .6;
  cursor: pointer;
  font-size: 24px;
  top: 15px;
}

.product .padge-l:hover {
  color: #C21414;
}

.product .product-img {
  width: 100%;
  height: 130px;
}

.product .product-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 20px;
  margin-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.product .product-info {
  background-color: #F8F8F8;
  border-radius: 0px 0px 10px 10px;
  padding: 5px 0 0 10px;
}

.product .product-info h4 {
  color: #000;
  font-size: 18px;
  padding: 0px 10px;
}

.product .product-info span {
  padding-right: 10px;
  color: #929292;
}

.product .product-info h5 {
  color: #707070;
  padding: 0 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.product .product-info h5 span {
  color: #C21414;
  font-weight: 600;
  padding-right: 0;
}

.product .product-info p.small_p {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}

.product button {
  border-radius: 19px;
  border: none;
  padding: 0px 15px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 9px;
  margin-bottom: 0;
}

.product button:hover {
  color: #C21414;
}

.sidebox {
  background: url("../images/homepage/side.svg");
  padding: 30px;
  border-radius: 10px;
}

.sidebox h3 {
  font-size: 22px;
  margin-bottom: 60px;
}

.sidebox .make-box {
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  border-radius: 10px;
  border: 10px solid #F7EDB7;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

.sidebox .make-box a {
  color: #fff;
}

.sidebox .make-box a h5 {
  text-align: left;
  font-size: 18px;
}

.banner img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 9px #ccc;
          box-shadow: 0 0 9px #ccc;
}

.cups {
  background-color: #F8F8F8;
}

.footer {
  background-image: url("../images/homepage/footer-bg.svg");
  background-size: cover;
  height: 590px;
}

.footer .footer_img {
  width: 140px;
  margin-top: 70px;
  margin-bottom: 170px;
}

.footer h4 {
  color: #4B4B4B;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'fontBold';
}

.footer ul li {
  font-size: 15px;
  color: #707070;
  margin-bottom: 10px;
}

.footer ul li:hover {
  padding-right: 10px;
  color: #26b859;
}

.footer ul.social li {
  margin-left: 15px;
  margin-bottom: 20px;
}

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

.footer ul.social li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.footer ul.social li i.fa-facebook {
  background: transparent linear-gradient(45deg, #6362D7 0%, #FF8FE2 100%) 0% 0% no-repeat padding-box;
}

.footer ul.social li i.fa-skype {
  background: transparent linear-gradient(23deg, #00B56C 0%, #1DBE75 22%, #68D58C 68%, #9EE69D 100%) 0% 0% no-repeat padding-box;
}

.footer ul.social li i.fa-instagram {
  background: transparent linear-gradient(47deg, #F09376 0%, #F0DB79 100%) 0% 0% no-repeat padding-box;
}

.footer ul.social li i.fa-linkedin {
  background: transparent -webkit-gradient(linear, left top, right top, from(#FF9AB6), color-stop(99%, #F03295), to(#F03295)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FF9AB6 0%, #F03295 99%, #F03295 100%) 0% 0% no-repeat padding-box;
}

.fav_list {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  /* stepper */
}

.fav_list input[type="checkbox"] {
  margin-left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  border-radius: 0;
  margin-top: 5px;
}

.fav_list i.fa-times {
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #f7bcbc6e;
  border-radius: 3px;
  color: #fff;
  background: #E94040;
  margin-left: 10px;
}

.fav_list h5 {
  font-size: 16px;
  margin-top: 17px;
}

.fav_list h5 span {
  color: #C21414;
  margin-right: 2px;
}

.fav_list h5.del-all {
  text-align: left;
  font-size: 18px;
}

.fav_list h5.del-all a {
  color: #C21414;
}

.fav_list h5.del-all a i {
  margin-left: 5px;
}

.fav_list img {
  width: 60px;
}

.fav_list i.fa-heart {
  color: #f85f5f;
  font-size: 24px;
  margin-top: 15px;
}

.fav_list i.fa-heart-o {
  color: #888;
  font-size: 24px;
  margin-top: 15px;
}

.fav_list button {
  font-size: 15px;
  margin-top: 5px;
}

.fav_list .stepper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 13px;
}

.fav_list .stepper button {
  outline: none;
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  color: #fff;
  width: 40px;
  height: 30px;
  font-size: 11px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.fav_list .stepper button:first-of-type {
  border-radius: 0 5px 5px 0;
}

.fav_list .stepper button:last-of-type {
  border-radius: 5px 0 0 5px;
}

.fav_list .stepper input {
  width: 45px;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-left: 0;
  border-right: 0;
  color: #ccc;
  font-size: 14px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  outline: none;
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 30px 0 10px 0;
}

.breadcrumb li + li:before {
  padding: 0 5px;
  color: #555;
  content: ">";
}

.breadcrumb a:hover {
  color: #26b859;
}

ul.order-spec {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul.order-spec li {
  margin-bottom: 20px;
  color: #707070;
}

ul.order-spec li:last-child {
  color: #26b859;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 0;
}

ul.order-spec li p span {
  float: left;
  font-weight: 600;
}

.internal_banner {
  height: 300px;
  background-image: url("../images/internal/banner.png");
  background-size: cover;
  background-position: bottom;
  border-radius: 0 0 10px 10px;
  text-align: left;
  padding: 30px 0;
}

.internal_banner h2 {
  color: #fff;
  font-size: 60px;
}

.internal_banner p {
  color: #535353;
  font-size: 26px;
}

.internal_banner button {
  border: 1px solid #fff;
  background: transparent;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}

.product-details h2 {
  color: #535353;
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 0;
}

.product-details h4 {
  color: #535353;
  opacity: .6;
  font-size: 28px;
  margin-bottom: 20px;
}

.product-details p {
  color: #707070;
  font-size: 18px;
  margin-bottom: 10px;
}

.product-details p span {
  color: #DC0A0A;
  margin-right: 10px;
}

.product-details h3 {
  font-size: 26px;
  color: #DC0A0A;
  margin-bottom: 20px;
}

.product-details h3 span {
  color: #707070;
  font-family: 'fontLight';
  font-size: 24px;
}

.product-details h3 p {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  opacity: .7;
  font-family: 'fontLight';
}

.product-details label {
  font-size: 18px;
  color: #707070;
  margin-bottom: 15px;
  display: block;
}

.product-details input[type=checkbox].css-checkbox {
  display: none;
}

.product-details .css-label {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 120px;
  background-image: url("../images/internal/second.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 40px;
}

.product-details input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 0;
  border: 3px solid #E9B418;
}

.product-details .pd-size-choose {
  display: inline-block;
  margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
  display: inline-block;
  margin-right: -1px;
}

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

.product-details .pd-size-choose .sc-item label {
  font-size: 16px;
  color: #2E2E2E;
  font-weight: 700;
  height: 45px;
  width: 45px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 43px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  margin-left: 10px;
  font-family: 'fontBold';
}

.product-details .pd-size-choose .sc-item label.active {
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  color: #ffffff;
  border-color: #E9B418;
}

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

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

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

.product-details .pd-size-choose.boxing .sc-item label.active {
  border: 3px solid #E9B418;
  color: #ffffff;
  height: 67px;
}

.product-details .pd-size-choose.boxing .sc-item .boxing-details {
  text-align: center;
  width: 90px;
  margin-top: -1px;
  border: 1px solid #eee;
}

.product-details button {
  border-radius: 5px;
  margin-top: 20px;
}

.product-details button i {
  margin-left: 5px;
}

.product-details button.add-to-fav {
  background: #EEEEEE;
  color: #707070;
}

.product-details li {
  font-size: 16px;
  color: #242424;
  opacity: .5;
  margin: 5px 0;
}

.product-details .carousel.slide img {
  width: 80%;
}

.product-details .carousel-indicators {
  bottom: -205px;
  width: 100%;
  right: 30%;
}

.product-details .carousel-indicators li {
  width: 27%;
  height: 160px;
  opacity: 1;
  border: none;
}

.product-details .carousel-indicators li.active {
  width: 27%;
  height: 165px;
  margin-top: unset;
  opacity: .8;
}

.product-details .product button {
  padding: 0 10px;
}

.product-details .product button i {
  margin-left: 0px;
}

.product-details.custom h3 {
  font-size: 24px;
}

.product-details.custom .pd-size-choose .sc-item label {
  height: 45px;
  width: 45px;
  margin-left: 4px !important;
}

.product-details.custom input {
  color: #333;
  font-size: 18px;
  width: 100px;
}

.profile .container-fluid {
  padding-right: 0px;
}

.profile .sidebar {
  background-color: #F8F8F8;
  padding: 40px 80px;
}

.profile .sidebar .profile-icon {
  width: 100px;
  height: 100px;
  line-height: 75px;
  text-align: center;
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  border-radius: 5px;
  border: 7px solid #F9F1B5;
}

.profile .sidebar .profile-icon img {
  width: 43px;
  height: 43px;
}

.profile .sidebar .profile-icon.active {
  background: #26b859 0% 0% no-repeat padding-box;
  border: 7px solid #C1E7C8;
}

.profile .sidebar h5 {
  text-align: center;
  margin-bottom: 30px;
  color: #676767;
}

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

.profile .profile-content {
  padding: 40px;
  padding-left: 145px;
}

.profile .profile-content .profile_title {
  font-size: 30px;
  color: #707070;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
}

.profile .profile-content h4.sub-title {
  color: #707070;
  font-size: 26px;
  margin-top: 50px;
}

.profile .profile-content h5.list_header {
  color: #707070;
  font-size: 20px;
}

.profile .profile-content .profile-info {
  padding: 0px;
  border-radius: 5px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.profile .profile-content .profile-info button {
  width: 30%;
  margin-top: 60px;
}

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

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

.profile .profile-content .change-pass input::-webkit-input-placeholder {
  color: #707070;
  opacity: .5;
}

.profile .profile-content .change-pass input:-ms-input-placeholder {
  color: #707070;
  opacity: .5;
}

.profile .profile-content .change-pass input::-ms-input-placeholder {
  color: #707070;
  opacity: .5;
}

.profile .profile-content .change-pass input::placeholder {
  color: #707070;
  opacity: .5;
}

.profile .profile-content .change-pass button {
  margin-top: 30px;
}

.profile .profile-content.addresses {
  margin: 20px 0;
}

.profile .profile-content.addresses input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px;
  border-radius: 0;
  background-image: url("../images/internal/location.png");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 22px;
  text-indent: 30px;
}

.profile .profile-content.addresses input::-webkit-input-placeholder {
  font-size: 22px;
  color: #707070;
  opacity: .6;
}

.profile .profile-content.addresses input:-ms-input-placeholder {
  font-size: 22px;
  color: #707070;
  opacity: .6;
}

.profile .profile-content.addresses input::-ms-input-placeholder {
  font-size: 22px;
  color: #707070;
  opacity: .6;
}

.profile .profile-content.addresses input::placeholder {
  font-size: 22px;
  color: #707070;
  opacity: .6;
}

.profile .profile-content.addresses .address_list {
  margin: 10px 0;
  padding: 15px 0;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
}

.profile .profile-content.addresses .address_list:last-child {
  border-bottom: none;
}

.profile .profile-content.addresses .address_list h5.list_header {
  margin-top: 0;
}

.profile .profile-content.addresses .address_list p {
  color: #777;
  opacity: .5;
  font-size: 18px;
}

.profile .profile-content.addresses .address_list i {
  color: #C5C5C5;
  font-size: 24px;
}

.profile .profile-content.addresses .address_list i.active {
  color: #FFC107;
}

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

.profile .profile-content .pagination li.active a {
  background-color: #26b859;
  color: #fff;
  border-color: #26b859;
}

.profile .profile-content .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 #DCDCDC;
  margin-left: 10px;
  border-radius: 5px;
}

.profile .profile-content .pagination li.previous a,
.profile .profile-content .pagination li.next a {
  border: none;
}

.profile .profile-content .table tbody tr th {
  font-size: 16px;
  padding: 20px 28px;
  color: #444;
  font-weight: 600;
  border: none;
  border-left: 2px solid #eee;
}

.profile .profile-content .table tbody tr th:last-child {
  border: none;
}

.profile .profile-content .table tbody tr td {
  padding: 20px 28px;
  color: #888;
  border: none;
  border-left: 2px solid #eee;
}

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

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

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

.profile .profile-content .table tbody tr td a {
  color: #888;
}

.profile .profile-content .table tbody tr td a:hover {
  color: #26b859;
}

.profile .profile-content .table tbody tr td:last-child {
  border: none;
}

.profile .profile-content .center-box {
  width: 65%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile .profile-content .restore button {
  background: #D42A2A;
  -webkit-box-shadow: 0px 2px 4px #00000029;
          box-shadow: 0px 2px 4px #00000029;
}

.profile .profile-content .restore h3 {
  font-size: 18px;
  color: #777;
  margin-bottom: 15px;
}

.profile .profile-content .restore h4 {
  font-size: 20px;
  color: #707070;
}

.profile .profile-content .restore h4 span {
  color: #26b859;
  float: left;
}

.profile .profile-content .restore .order-details div.bg-list {
  padding: 20px;
  background-color: #F2F2F2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.profile .profile-content .restore .order-details div.bg-list p {
  color: #707070;
  opacity: .7;
}

.profile .profile-content ul.order-spec {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
  border-radius: 5px;
}

.profile .profile-content ul.order-spec li {
  margin-bottom: 20px;
  color: #707070;
}

.profile .profile-content ul.order-spec li:last-child {
  color: #26b859;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 0;
}

.profile .profile-content ul.order-spec li p span {
  float: left;
  font-weight: 600;
}

.profile .profile-content .order-status hr {
  margin: 30px 0;
}

.profile .profile-content .order-status ul li {
  margin: 15px 0;
}

.profile .profile-content .order-status ul li i {
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  border: 3px solid #F7EDB7;
}

.profile .profile-content .order-status ul li span {
  color: #707070;
  font-size: 16px;
}

.profile .profile-content .order-status ul.steps {
  margin-top: 20px;
}

.profile .profile-content .order-status ul.steps li p {
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  background: #B8B8B8;
  border: 3px solid #dad6d6;
  display: inline-block;
}

.profile .profile-content .order-status ul.steps li.active p {
  background: #26b859;
  border-color: #C1E7C8;
}

.profile .profile-content .order-status ul.steps li.active span {
  color: #26b859;
}

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

.profile .profile-content .contact ul li i {
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin-left: 15px;
  border-radius: 5px;
  background: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  border: 3px solid #F9F1B5;
  display: inline-block;
  font-size: 28px;
}

.profile .profile-content .contact ul li span {
  color: #707070;
  font-size: 30px;
}

.profile .profile-content .contact label {
  font-size: 16px;
  color: #707070;
  margin-top: 10px;
  margin-bottom: 20px;
}

.profile .profile-content .contact textarea {
  min-height: 250px;
  border: 1px solid #e2dfdf;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  resize: none;
}

.profile .profile-content .contact button {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 30px;
}

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

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

.profile .profile-content .contact .center-box {
  width: 67%;
}

.profile .profile-content .terms {
  margin-top: 60px;
}

.profile .profile-content .terms h4 {
  font-size: 22px;
}

.profile .profile-content .terms h4 a {
  color: #707070;
}

.profile .profile-content .terms h4 a:hover {
  color: #26b859;
}

.profile .terms-and-cond h3 span {
  font-size: 16px;
  padding: 10px 25px;
  background-color: #eee;
  border-radius: 5px;
  float: left;
  color: #707070;
  font-family: "fontLight";
  margin-top: -1px;
}

.profile .terms-and-cond h3 span i {
  margin-right: 5px;
  margin-top: 3px;
}

.profile .terms-and-cond h3 span:hover {
  color: #E9B418;
}

.profile .terms-and-cond h4 {
  font-size: 20px;
  color: #707070;
  margin-top: 40px;
  font-family: 'fontBold';
}

.profile .terms-and-cond p {
  font-size: 16px;
  color: #707070;
  opacity: .7;
  margin-top: 20px;
  line-height: 1.6;
}

.shopping {
  padding-bottom: 60px;
}

.shopping .shopping_title {
  font-size: 30px;
  color: #707070;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
}

.shopping h4.sub-title {
  color: #707070;
  font-size: 26px;
  margin-top: 50px;
}

.shopping .total {
  background-color: #f5f5f5;
  padding: 50px 30px;
  padding-top: 60px;
}

.shopping .total span.notes {
  color: #707070;
  opacity: .65;
  font-size: 14px;
  margin-top: 30px;
  display: block;
}

.shopping .total button {
  background: #26b859;
  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: #EEEEEE;
  color: #777;
  margin-top: 40px;
  padding: 12px 25px;
  border-radius: 5px;
}

.shopping button.back:hover {
  color: #E9B418;
}

.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: linear-gradient(79deg, #DAA521 0%, #E3B419 23%, #EDC211 50%, #F6D108 76%, #FEDD01 100%);
  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;
}

.shopping .tab-content .address_list p a:hover {
  color: #E9B418;
}

.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: #26b859;
  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: #26b859;
}

.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: #26b859;
  border: 1px solid #26b859;
  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;
}

.shopping .tab-content #profile h5 a:hover {
  color: #E9B418;
}

.filter {
  /* CSS for CodePen */
}

.filter .accordion-container {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  width: 90%;
  margin-top: 0;
}

.filter .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #707070;
  background: transparent;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.filter .accordion-container .accordion-title:last-child {
  border-bottom: none;
}

.filter .accordion-title {
  position: relative;
}

.filter .accordion-title:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 38%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.filter .accordion-title.open {
  border-bottom: none;
}

.filter .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.filter .accordion-content {
  display: none;
  padding: 10px;
  padding-left: 2.3125em;
  border-bottom: 1px solid #eee;
}

.filter .side ul.cat li input {
  margin-left: 5px;
}

.filter .side ul.cat li label {
  color: #707070;
}

.filter .side ul.color {
  padding-right: 10px;
}

.filter .side ul.color li {
  width: 11%;
  height: 27px;
  background: #C21414;
  margin-bottom: 2px;
  margin-left: 1%;
}

.filter .side ul.color li.color_one {
  background: #C42AB9;
}

.filter .side ul.color li.color_two {
  background: #161CD6;
}

.filter .side ul.color li.color_three {
  background: #6DAB3E;
}

.filter .side ul.color li.color_four {
  background: #27A2B5;
}

.filter .side ul.color li.color_five {
  background: #921515;
}

.filter .side ul.color li.color_six {
  background: #52E89D;
}

.filter .side ul.color li.color_seven {
  background: #F3C5F6;
}

.filter .side ul.color li.color_eight {
  background: #F1CC69;
}

.filter .side ul.color li.color_nine {
  background: #E22C2C;
}

.filter .side ul.color li.color_ten {
  background: #4B4B4B;
}

.filter .side ul.color li.color_eleven {
  background: #6362D7;
}

.filter .side ul.color li.color_twelve {
  background: #9EE69D;
}

.filter .side ul.color li.color_thirteen {
  background: #F03295;
}

.filter .side ul.color li.color_fourteen {
  background: #151515;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 4px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #26b859;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #26b859;
  cursor: pointer;
}

.products-collection .product button {
  padding: 0px 10px;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .login-info .login-form {
    padding: 30px 20px;
  }
  .register .login-form {
    padding: 30px 20px;
  }
  .carousel.slide.main_slider {
    height: calc(100vh - 300px);
  }
  .carousel.slide.main_slider .carousel-indicators {
    width: 100%;
    left: 0%;
  }
  .owl-main {
    height: calc(100vh - 150px);
  }
  .owl-main .right-side {
    height: unset !important;
  }
  .owl-main .left-side {
    padding-top: 0%;
  }
  .product .product-info {
    margin-top: 30px;
  }
  .product .product-img img {
    width: 53%;
  }
  .sidebox {
    margin-top: 50px;
  }
  .banner img {
    margin-bottom: 20px;
  }
  .footer {
    height: unset;
    background-position: right;
  }
  .footer .footer_img {
    width: 140px;
    margin-top: 90px;
    margin-bottom: 150px;
  }
  .footer ul {
    margin-bottom: 40px;
  }
  .footer h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .footer ul.social {
    margin-top: 30px;
    text-align: center;
  }
  .profile .container-fluid {
    padding-right: 15px;
  }
  .profile .container-fluid .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .profile .sidebar {
    padding: 40px 20px;
  }
  .profile .profile-content {
    padding: 40px 5px;
  }
  .profile .profile-content .profile-info button {
    width: 70%;
    margin-top: 30px;
  }
  .profile .profile-content .address_list p {
    color: #777;
    opacity: .5;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .profile .profile-content .fav_list button {
    font-size: 15px;
    margin-top: 15px;
  }
  .profile .profile-content .restore h4 {
    font-size: 16px;
  }
  .profile .profile-content .restore h4 span {
    display: block;
    margin-top: 0px;
  }
  .profile .profile-content .restore button {
    margin-bottom: 40px;
  }
  .profile .profile-content .restore li {
    font-size: 13px;
  }
  .product-details .carousel.slide {
    margin-bottom: 150px;
  }
  .product-details .carousel.slide .carousel-indicators {
    bottom: -130px;
  }
  .product-details .carousel.slide .carousel-indicators li {
    height: 87px;
  }
  .product-details .carousel.slide .carousel-indicators li.active {
    height: 92px;
  }
  .product-details h2 {
    font-size: 40px;
  }
  .product-details h4 {
    font-size: 22px;
  }
  .product-details h3 {
    font-size: 23px;
  }
  .product-details .product {
    min-height: 315px;
  }
  .product-details .product .product-img img {
    width: 90%;
  }
  .product-details .product .product-info {
    margin-top: 0;
    min-height: 142px;
  }
  .filter .side {
    margin-bottom: 30px;
  }
  .filter .accordion-container {
    width: 100%;
  }
  .filter .product-img {
    height: 80px;
  }
  .filter .product-img img {
    width: 85%;
  }
  .owl-main .left-side {
    padding-top: 1%;
  }
  .owl-main .left-side h1.main-color {
    font-size: 50px;
  }
  .owl-main .left-side h1.sec-color {
    font-size: 45px;
  }
  .owl-main .left-side h2 {
    font-size: 37px;
  }
  .owl-main .left-side button {
    padding: 10px 80px;
  }
}

/* galaxy S5 */
/* iphone x, 6/7/8 */
@media only screen and (min-width: 375px) and (max-width: 380px) {
  .login-info .login-form {
    margin-top: 30px;
  }
  .owl-main .left-side {
    padding-top: 20%;
  }
}

/* iphone 6/7/8 plus */
@media only screen and (min-width: 410px) and (max-width: 416px) {
  .login-info .login-form {
    margin-top: 30px;
  }
  .owl-main .left-side {
    padding-top: 27%;
  }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .login-info {
    min-height: calc(100vh - 140px);
    padding: 18% 0;
  }
  .nav li a {
    padding: 10px 9px;
  }
  .register .login-form {
    padding: 30px 20px;
    margin-top: 50px;
  }
  .carousel.slide.main_slider {
    height: unset !important;
  }
  .owl-main {
    height: unset !important;
  }
  .owl-main .owl-nav.disabled + .owl-dots {
    left: 3%;
    bottom: 10px;
  }
  .owl-main .left-side h1.sec-color {
    font-size: 55px;
  }
  .owl-main .left-side h1.main-color {
    font-size: 55px;
  }
  .right-side {
    height: unset !important;
  }
  .product .product-img img {
    width: 60%;
  }
  .profile .profile-content {
    padding-left: 40px;
    padding: 40px 20px;
  }
  .profile .sidebar {
    padding: 40px 20px;
  }
  .profile .sidebar .profile-icon {
    width: 80px;
    height: 80px;
    line-height: 60px;
  }
  .profile .sidebar .profile-icon img {
    width: 35px;
    height: 35px;
  }
  .profile .fav_list button {
    margin-top: 15px;
  }
  .profile .fav_list h5 {
    font-size: 15px !important;
  }
  .profile .center-box {
    width: 92%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .fav_list i.fa-times {
    margin-left: 0px;
  }
  .product-details button {
    font-size: 12px;
  }
  .filter .accordion-container {
    width: 100%;
  }
  .filter .side ul.color li {
    height: 22px;
  }
  .filter .product-img {
    height: 110px;
  }
  .filter .product-img img {
    width: 85%;
  }
  .shopping .nav-tabs li a {
    padding: 10px 45px;
  }
  .shopping .tab-content .delivery-list h4 {
    font-size: 12px;
  }
  .shopping .tab-content .delivery-list p {
    font-size: 12px;
  }
}

/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .login-info {
    min-height: calc(100vh - 140px);
    padding: 30% 0;
  }
  .register {
    padding: 280px 0;
  }
  .carousel.slide.main_slider {
    height: unset !important;
  }
  .owl-main {
    height: unset !important;
  }
  .owl-main .owl-nav.disabled + .owl-dots {
    left: 5%;
    bottom: 10px;
  }
  .right-side {
    height: unset !important;
  }
  .product .product-img img {
    width: 50%;
  }
  .profile .sidebar {
    padding: 40px 40px;
  }
  .filter .accordion-container {
    width: 100%;
  }
  .filter .product-img img {
    width: 70%;
  }
  .shopping .tab-content .delivery-list h4 {
    font-size: 16px;
  }
  .shopping .tab-content .delivery-list p {
    font-size: 14px;
  }
}

/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .login-info {
    min-height: calc(100vh - 130px);
    padding: 9% 0;
  }
  .register {
    padding: 170px 0;
  }
}

@media only screen and (min-width: 1270px) and (max-width: 1390px) {
  .profile .fav_list button {
    font-size: 12px;
  }
  .profile .fav_list img {
    width: 47px;
  }
  .profile .fav_list h5 {
    margin-top: 12px;
  }
}
/*# sourceMappingURL=style.css.map */