* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  transition: all 0.5s ease;
}

a {
  text-decoration: none;
  color: black;
  transition: all 0.5s ease;
}
a:hover {
  color: #ff7e22;
}

ul {
  list-style: none;
}

i,
img {
  cursor: pointer;
  transition: all 0.5s ease;
}

.form-control:focus {
  box-shadow: none;
}

.title {
  font-family: "Nike Futura";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}

.dropdown,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Now Text Medium", Helvetica, Arial, sans-serif;
}

.nikeFuturaND {
  font-family: "Nike Futura ND";
  font-style: italic;
}

.ms-n4 {
  margin-left: -2.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -4rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.fs-xs {
  font-size: 10px !important;
}

.fs-sm {
  font-size: 12px !important;
}

.fs-base {
  font-size: 16px !important;
}

.fs-lg {
  font-size: 20px !important;
}

.fs-xl {
  font-size: 24px !important;
}

.fs-xxl {
  font-size: 28px !important;
}

.fs-slide {
  font-size: 100px !important;
}

.fs-slide-lg {
  font-size: 150px !important;
}

.fs-slide-sm {
  font-size: 80px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.toast-close {
  position: absolute;
  top: 2px;
  right: 3px;
  padding: 0 5px 0 15px;
}

@keyframes picRotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes leftRight {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(-8px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  60% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
body.dark-theme {
  background-color: #333;
}
body.dark-theme .title {
  color: white;
}
body.dark-theme header .navbar-brand span {
  color: #ff7e22;
}
body.dark-theme header .navbar-collapse .navbar-nav .nav-item .dropdown button {
  color: white;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body.dark-theme header form .fa-magnifying-glass {
    color: white;
  }
}
body.dark-theme header .navbar-icon .dropdown .fa-user {
  transition: all 0.5s ease;
  color: white;
}
body.dark-theme header .navbar-icon .dropdown .fa-user:hover {
  color: #ff7e22;
}
body.dark-theme header .navbar-icon .fa-cart-shopping {
  color: white;
}
body.dark-theme header .navbar-icon #btn-dark .fa-lightbulb-on {
  display: none;
}
body.dark-theme header .navbar-icon #btn-dark .fa-lightbulb {
  display: inline-block;
  color: white;
}
body.dark-theme header .navbar-toggler {
  box-shadow: none;
  border: none;
  padding: 0;
}
body.dark-theme header .navbar-toggler .navbar-toggler-icon {
  background-color: white;
  transition: all 0.5s ease;
}
body.dark-theme header .navbar-toggler .navbar-toggler-icon:hover {
  background-color: #ff7e22;
}
body.dark-theme .banner {
  background-color: #333;
}
body.dark-theme .new_arrivals .row .new_arrivals_box .box_content h3 {
  color: white;
}
body.dark-theme .new_arrivals .row .new_arrivals_box .box_content h3::after {
  background-color: white;
}
body.dark-theme .new_arrivals .row .new_arrivals_box .box_view_more a h2 {
  transition: all 0.5s ease;
}
body.dark-theme .new_arrivals .row .new_arrivals_box .box_view_more a:hover h2 {
  color: #ff7e22;
}
body.dark-theme .current_product .product_content .nav .nav-item .nav-link:hover {
  color: white;
}
body.dark-theme .current_product .product_content .nav .nav-item .active {
  color: black;
}
body.dark-theme .current_product .product_content .tab-content .tab-pane .row .product_item .item_info h4 {
  color: white;
  transition: all 0.5s ease;
}
body.dark-theme .current_product .product_content .tab-content .tab-pane .row .product_item .item_info h4:hover {
  color: #ff7e22;
}
body.dark-theme .services .row .service_item .service_icon i {
  color: white;
}
body.dark-theme .services .row .service_item .service_content {
  color: white;
}
body.dark-theme .services .row .service_item .service_content p {
  color: white;
}
body.dark-theme footer {
  background-color: #333 !important;
}
body.dark-theme .product_detail .row .product_info {
  color: white;
}
body.dark-theme .product_detail .row .product_info a {
  color: white;
}
body.dark-theme .product_detail .row .product_info a i {
  transition: none;
}
body.dark-theme .product_detail .row .product_info a:hover {
  color: #ff7e22;
}
body.dark-theme .product_detail .row .tab-content {
  color: white;
}

header nav i {
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  header nav .navbar-brand img {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 992px) {
  header nav .navbar-brand img {
    height: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  header nav .navbar-brand img {
    height: 50px;
    width: 50px;
  }
}
header nav .navbar-brand span {
  color: #ff7e22;
}
@media screen and (max-width: 576px) {
  header nav .navbar-brand span {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header nav .navbar-collapse {
    order: 1;
  }
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown {
  transition: all 0.5s ease;
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown button {
  position: relative;
  padding: 0;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  header nav .navbar-collapse .navbar-nav .nav-item .dropdown button {
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  header nav .navbar-collapse .navbar-nav .nav-item .dropdown button {
    margin: 0;
  }
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown button:hover {
  color: #ff7e22;
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff7e22;
  transition: all 0.5s ease;
}
@media screen and (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav .nav-item .dropdown button::before {
    left: 15%;
  }
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown button:hover::before {
  width: 100%;
}
@media screen and (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav .nav-item .dropdown button:hover::before {
    width: 70%;
  }
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: #ff7e22;
}
header nav .navbar-collapse .navbar-nav .nav-item .dropdown:hover .dropdown-menu {
  display: block;
}
@media screen and (max-width: 1400px) {
  header nav form input.form-control {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header nav form input.form-control {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header nav form input.form-control {
    max-width: 130px;
  }
}
@media screen and (max-width: 576px) {
  header nav form input.form-control {
    max-width: 240px;
  }
}
@media screen and (max-width: 452px) {
  header nav form input.form-control {
    max-width: 140px;
  }
}
@media screen and (max-width: 400px) {
  header nav form input.form-control {
    max-width: 120px;
  }
}
header nav form .fa-magnifying-glass {
  top: 7px;
  right: 12px;
}
@media screen and (max-width: 1400px) {
  header nav form .fa-magnifying-glass {
    top: -12px;
  }
}
@media screen and (max-width: 992px) {
  header nav form .fa-magnifying-glass {
    top: 7px;
  }
}
header nav .navbar-icon .dropdown .fa-user {
  margin-right: 10px;
  transition: none;
}
@media screen and (max-width: 400px) {
  header nav .navbar-icon .dropdown .fa-user {
    margin-right: 4px;
  }
}
header nav .navbar-icon .dropdown .dropdown-menu {
  min-width: unset;
}
header nav .navbar-icon .dropdown:hover .dropdown-menu {
  display: block;
}
header nav .navbar-icon .modal form .mb-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}
header nav .navbar-icon .modal form .mb-3 i {
  font-size: 20px;
  cursor: none;
}
header nav .navbar-icon .modal form .mb-3 input.form-control {
  max-width: none;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  header nav .navbar-icon .modal form .mb-3 input.form-control {
    display: block;
  }
}
header nav .navbar-icon .modal form .remember_forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .navbar-icon .modal form .remember_forgot .form-check input {
  cursor: pointer;
}
header nav .navbar-icon .modal form .remember_forgot .forgot a:hover {
  color: #ff7e22;
}
header nav .navbar-icon .modal form .btn {
  color: white;
  background-color: #ff7e22;
  transition: all 0.5s ease;
}
header nav .navbar-icon .modal form .btn:hover {
  opacity: 0.8;
}
header nav .navbar-icon .modal form .or span {
  display: inline-block;
  width: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #ff7e22;
}
header nav .navbar-icon .modal form .social {
  color: white;
}
header nav .navbar-icon .modal form .social .col-6 {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  transition: all 0.5s ease;
}
header nav .navbar-icon .modal form .social .col-6:hover {
  opacity: 0.8;
}
header nav .navbar-icon .modal form .social i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 0.5px solid white;
}
header nav .navbar-icon .modal form .social span {
  display: inline-block;
  width: 40px;
  width: 100%;
  line-height: 40px;
}
header nav .navbar-icon .modal form .social .facebook i {
  background-color: #3b5998;
}
header nav .navbar-icon .modal form .social .facebook span {
  background-color: #3b5998;
}
header nav .navbar-icon .modal form .social .twitter i {
  background-color: #1da1f2;
}
header nav .navbar-icon .modal form .social .twitter span {
  background-color: #1da1f2;
}
header nav .navbar-icon .modal .modal-footer a {
  color: #2ed573;
  font-size: 18px;
}
header nav .navbar-icon .modal .modal-footer a:hover {
  color: #ff7e22;
}
header nav .navbar-icon .fa-cart-shopping {
  margin-right: 10px;
}
header nav .navbar-icon .fa-cart-shopping:hover {
  color: #ff7e22;
}
@media screen and (max-width: 400px) {
  header nav .navbar-icon .fa-cart-shopping {
    margin-right: 4px;
  }
}
header nav .navbar-icon #btn-dark {
  background-color: unset;
  border: none;
}
header nav .navbar-icon #btn-dark .fa-lightbulb-on {
  color: #ff7e22;
}
header nav .navbar-icon #btn-dark .fa-lightbulb-on:hover {
  color: black;
}
header nav .navbar-icon #btn-dark .fa-lightbulb {
  display: none;
}
@media screen and (min-width: 1200px) {
  header nav .navbar-icon #btn-dark .fa-lightbulb {
    margin: 0 5.5px;
  }
}
header nav .navbar-icon #btn-dark .fa-lightbulb:hover {
  color: #ff7e22;
}
header nav .navbar-toggler {
  padding: 4px;
}

/**=== Banner (devCong) ===**/
.banner {
  background-color: #000;
}
.banner #homeSlider .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: contain;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-pic .watermark {
  position: absolute;
  text-transform: uppercase;
  opacity: 0.2;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-pic img {
  animation: picRotate 5s infinite;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption {
  position: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: 75%;
  margin-top: 50px;
  margin-left: 20%;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption .subTitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 100px;
  font-weight: 900;
  color: #205d92;
  line-height: 1;
  margin-top: 0;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption h2.nikeFuturaND {
  font-size: 106px !important;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption button {
  border: solid 1px transparent;
  padding: 6px 50px;
  margin: 15px 10px 15px 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iOrange h2 {
  color: #ff7e22;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iOrange h2.nikeFuturaND {
  color: #b50c0c !important;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iOrange button {
  color: #fff;
  font-size: 20px;
  background-color: #de411d;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iOrange button:hover {
  color: #de411d;
  background-color: #fff;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iOrange button:hover {
  box-shadow: #fca356 -10px 0px 30px, #fca356 10px 0px 30px;
  border-color: #fca356;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iBlue h2 {
  color: #205d92;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iBlue button {
  color: #fff;
  font-size: 20px;
  background-color: #205d92;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iBlue button:hover {
  color: #205d92;
  background-color: #fff;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iBlue button:hover {
  box-shadow: #15bff1 -10px 0px 30px, #15bff1 10px 0px 30px;
  border-color: #15bff1;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iRed h2 {
  color: #790f1a;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iRed button {
  color: #fff;
  font-size: 20px;
  background-color: #790f1a;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iRed button:hover {
  color: #790f1a;
  background-color: #fff;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iRed button:hover {
  box-shadow: #e54757 -10px 0px 30px, #e54757 10px 0px 30px;
  border-color: #e54757;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iVioletBlue h2 {
  color: #3f3f90;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iVioletBlue button {
  color: #fff;
  font-size: 20px;
  background-color: #3f3f90;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iVioletBlue button:hover {
  color: #3f3f90;
  background-color: #fff;
}
.banner #homeSlider .carousel-inner .carousel-item .carousel-caption.iVioletBlue button:hover {
  box-shadow: #7e65d8 -10px 0px 30px, #7e65d8 10px 0px 30px;
  border-color: #7e65d8;
}
.banner #homeSlider .carousel-inner .carousel-item.left {
  background-position: left top !important;
}
.banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark {
  top: 0px;
  line-height: 0.8;
  font-size: 115px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark span {
  font-size: 200px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-top: -20px;
}
@media screen and (max-width: 600px) {
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark {
    transform: scale(50%);
    transform-origin: top left;
    margin-left: 0 !important;
    margin-top: 5vw !important;
  }
}
@media screen and (max-width: 400px) {
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark {
    display: none;
  }
}
.banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-caption {
  text-align: left;
}
.banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-caption h2 {
  font-size: 75px;
}
.banner #homeSlider .carousel-inner .carousel-item.right {
  background-position: right top !important;
}
.banner #homeSlider .carousel-inner .carousel-item.right .row .carousel-pic .watermark {
  top: 33vh;
  margin-left: 80px;
  font-size: 21vw;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.banner #homeSlider .carousel-inner .carousel-item.right .row .carousel-caption {
  text-align: left;
}
.banner #homeSlider .carousel-inner .carousel-item.right .row .carousel-caption h2 {
  font-size: 100px;
}
@media screen and (min-width: 1200px) {
  .banner #homeSlider .carousel-inner .carousel-item {
    height: 558px;
  }
}
@media screen and (max-width: 991.98px) {
  .banner #homeSlider .carousel-inner .carousel-item {
    height: 460px;
    background-size: cover;
  }
  .banner #homeSlider .carousel-inner .carousel-item .carousel-caption {
    margin-left: 20px !important;
  }
  .banner #homeSlider .carousel-inner .carousel-item .carousel-caption h2.nikeFuturaND {
    font-size: 95px !important;
  }
  .banner #homeSlider .carousel-inner .carousel-item.left {
    background-position: left top !important;
  }
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark {
    transform: scale(75%);
    transform-origin: top left;
  }
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-caption {
    width: 100%;
  }
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-caption .subTitle {
    font-size: 20px;
  }
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-caption h2 {
    font-size: 50px;
  }
  .banner #homeSlider .carousel-inner .carousel-item.right .row .carousel-pic .watermark {
    top: 19vh;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner #homeSlider .carousel-inner .carousel-item {
    height: 770px;
  }
  .banner #homeSlider .carousel-inner .carousel-item .carousel-caption {
    text-align: center !important;
    margin: -30px 0 20px !important;
    width: unset;
  }
  .banner #homeSlider .carousel-inner .carousel-item.right .row .carousel-pic .watermark {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .banner #homeSlider .carousel-inner .carousel-item {
    height: 700px;
  }
}
@media screen and (max-width: 600px) {
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark {
    transform: scale(50%);
    transform-origin: top left;
    margin-left: 0 !important;
    margin-top: 5vw !important;
  }
}
@media screen and (max-width: 400px) {
  .banner #homeSlider .carousel-inner .carousel-item.left .row .carousel-pic .watermark {
    display: none;
  }
}
.banner #homeSlider .carousel_arrow {
  width: 10%;
  display: none;
}
.banner #homeSlider:hover .carousel_arrow {
  display: flex;
}

/**=== our services ===**/
.services .service_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.services .service_item:hover .service_icon i {
  animation: leftRight 2s infinite;
}
.services .service_item .service_icon i {
  font-size: 40px;
  margin-bottom: 20px;
}
.services .service_item .service_content {
  text-align: center;
}
.services .service_item .service_content h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services .service_item .service_content p {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.services .service_item .service_content a {
  font-size: 12px;
  font-weight: 600;
  color: #999;
}
.services .service_item .service_content a:hover {
  color: #ff7e22;
}

/**=== end devCong ===**/
.new_release .owl-carousel .carousel_item,
.related_products .owl-carousel .carousel_item {
  position: relative;
  overflow: hidden;
}
.new_release .owl-carousel .carousel_item:hover .item_icon i,
.related_products .owl-carousel .carousel_item:hover .item_icon i {
  transform: translateX(0);
}
.new_release .owl-carousel .carousel_item:hover .item_add,
.related_products .owl-carousel .carousel_item:hover .item_add {
  transform: translateY(0);
}
.new_release .owl-carousel .carousel_item img,
.related_products .owl-carousel .carousel_item img {
  cursor: default;
}
.new_release .owl-carousel .carousel_item .item_icon,
.related_products .owl-carousel .carousel_item .item_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_release .owl-carousel .carousel_item .item_icon i,
.related_products .owl-carousel .carousel_item .item_icon i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #909090;
  background-color: white;
  font-size: 14px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  display: block;
  transform: translateX(65px);
}
.new_release .owl-carousel .carousel_item .item_icon .fa-heart,
.related_products .owl-carousel .carousel_item .item_icon .fa-heart {
  margin-bottom: 10px;
}
.new_release .owl-carousel .carousel_item .item_icon .fa-heart:hover,
.related_products .owl-carousel .carousel_item .item_icon .fa-heart:hover {
  color: white;
  background-color: rgb(248, 52, 52);
}
.new_release .owl-carousel .carousel_item .item_icon .fa-image:hover,
.related_products .owl-carousel .carousel_item .item_icon .fa-image:hover {
  color: white;
  background-color: #ff7e22;
}
.new_release .owl-carousel .carousel_item .item_add,
.related_products .owl-carousel .carousel_item .item_add {
  background-color: #e7e8eb;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: calc(100% - 30px);
  border-radius: 50px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.5s ease;
  transform: translateY(70px);
}
.new_release .owl-carousel .carousel_item .item_add:hover,
.related_products .owl-carousel .carousel_item .item_add:hover {
  color: white;
  background-color: #ff7e22;
}
.new_release .owl-carousel .carousel_item .item_add h6,
.related_products .owl-carousel .carousel_item .item_add h6 {
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 0;
}

.new_arrivals .row .new_arrivals_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_arrivals .row .new_arrivals_box .box_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_arrivals .row .new_arrivals_box .box_content h3 {
  position: relative;
}
.new_arrivals .row .new_arrivals_box .box_content h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
}
.new_arrivals .row .new_arrivals_box .box_view_more {
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.new_arrivals .row .new_arrivals_box .box_view_more:hover {
  opacity: 0.8;
}
.new_arrivals .row .new_arrivals_box:hover .box_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.new_arrivals .row .new_arrivals_box:hover .box_view_more {
  height: 180px;
}
.new_arrivals .row .new_arrivals_img {
  position: relative;
  height: 580px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .new_arrivals .row .new_arrivals_img {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .new_arrivals .row .new_arrivals_img {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .new_arrivals .row .new_arrivals_img {
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .new_arrivals .row .new_arrivals_img {
    height: 480px;
  }
}
@media screen and (max-width: 392px) {
  .new_arrivals .row .new_arrivals_img {
    height: 380px;
  }
}
.new_arrivals .row .new_arrivals_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.new_arrivals .row .new_arrivals_img::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.15);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}
.new_arrivals .row .new_arrivals_img:hover img {
  transform: scale(1.1, 1.1);
}
.new_arrivals .row .new_arrivals_img:hover::after {
  left: 150%;
}

@media screen and (max-width: 992px) {
  .index_video iframe {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .index_video iframe {
    max-height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .index_video iframe {
    max-height: 300px;
  }
}

.current_product .product_content .nav .nav-item .nav-link {
  padding: 1vw 2vw;
  font-size: 1.5vw;
  color: #909090;
}
.current_product .product_content .nav .nav-item .nav-link:hover {
  color: black;
}
@media screen and (max-width: 991.98px) {
  .current_product .product_content .nav .nav-item .nav-link {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 991.98px) {
  .current_product .product_content .nav .nav-item .nav-link {
    font-size: 4vw;
  }
}
.current_product .product_content .nav .nav-item .active {
  color: white;
  background-color: #ff7e22;
}
.current_product .product_content .nav .nav-item .active:hover {
  color: white;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img {
  position: relative;
  padding: 20px;
  background-color: #ebeeef;
  overflow: hidden;
  transition: all 0.5s ease;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img img {
  width: 100%;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img .item_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img .item_icon i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #909090;
  background-color: white;
  font-size: 14px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  display: block;
  transform: translateX(65px);
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img .item_icon .fa-heart {
  margin-bottom: 10px;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img .item_icon .fa-heart:hover {
  color: white;
  background-color: rgb(248, 52, 52);
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img .item_icon .fa-image:hover {
  color: white;
  background-color: #ff7e22;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img .item_price {
  position: absolute;
  bottom: 0;
  left: 15px;
  transition: all 0.5s ease;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img:hover img {
  transform: scale(1.1, 1.1) rotate(-20deg);
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img:hover .item_icon i {
  transform: translateX(0);
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_img:hover .item_price {
  transform: translateY(-20px);
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_info h4 {
  text-transform: capitalize;
}
.current_product .product_content .tab-content .tab-pane .row .product_item .item_info .info_star i {
  color: #ff7e22;
}

footer {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: #ff7e22;
}
footer .footer_top {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  footer .footer_top {
    padding: 70px 0;
  }
}
footer .footer_top .col-lg-3 ul li {
  margin-bottom: 20px;
}
footer .footer_top .col-lg-6 .mb-3 .form-control-lg {
  font-size: 16px;
  border-radius: 50px;
  margin: 30px 0;
}
footer .footer_top .col-lg-6 .mb-3 .fa-arrow-right {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  font-size: 20px;
  color: black;
  position: absolute;
  top: 5px;
  right: 20px;
}
footer .footer_top .col-lg-6 .mb-3 .fa-arrow-right:hover {
  color: white;
  background-color: #2ed573;
}
footer .footer_top .col-lg-6 .footer_icon i {
  font-size: 24px;
  margin: 0 10px;
}
footer .footer_top .col-lg-6 .footer_icon i:hover {
  color: #ff7e22;
}
footer .footer_top h5 {
  font-weight: 600;
  margin-bottom: 25px;
}
footer .footer_bottom {
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
}
footer .footer_bottom .col-lg-3 .kicks_haven {
  color: #ff7e22;
}
footer .footer_bottom .col-lg-3 .kicks_haven:hover {
  color: #2ed573;
}
footer .footer_bottom .col-lg-6 img {
  max-width: 40px;
  margin: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  footer .footer_bottom .col-lg-6 img {
    margin: 0 2px;
  }
}

.backToTop {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  text-align: center;
  color: black;
  background: #ff7e22;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-shadow: -4px 4px 24px -10px #f55f8d;
  visibility: hidden;
  opacity: 0;
}
.backToTop i {
  transition: none;
}
.backToTop:hover {
  color: white;
  border: 1px solid white;
}

.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */