/* COLOURS */
/* TIERS LOGOS */
.tiers p {
  line-height: 18px;
}

/* FEATURED HEADER */
.product__desc.bg {
  padding: 15px;
  background-color: rgba(250, 15, 7, 0.75);
  border-radius: 2px;
}
.product__desc.bg h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.product__desc.bg h3 a {
  color: #ffffff;
}
.product__desc.bg h3 a:hover {
  color: #ffffff;
}
.product__desc.bg .price_amount span {
  color: #ffffff;
}

/* BUTTON */
.contact-btn a {
  background: #f6563c none repeat scroll 0 0;
  border: medium none;
  border-radius: 35px;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  padding: 0 40px;
  position: relative;
  transition: all 0.3s ease 0s;
  line-height: 50px;
  display: inline-block;
}

/* LOGO */
.single_footer .social__icon ul li a {
  border: none;
}
.single_footer .social__icon ul li a.instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.single_footer .social__icon ul li a.ebay {
  background: #ffffff;
  color: #151320;
}

/* LIST */
ol, ul.list {
  padding-left: 35px;
  margin-top: 15px;
}
ol li, ul.list li {
  margin-bottom: 5px;
}

/* ORDERED LIST */
ol li {
  list-style: decimal;
}

/* UNORDERED LIST */
ul.list li {
  list-style: disc;
}

/* HEADER */
.logo img {
  height: 50px;
}

.mini_cart_box_wrapper > a span.cart_count {
  background-color: #fa0f07;
  border: none;
}

.header_middle li.lang {
  color: #ffffff;
  text-transform: uppercase;
}
.header_middle .menu nav > ul > li > a {
  display: inline-block;
}

.category_search {
  margin-left: 20px;
}

.nice-select .list {
  z-index: 10;
}

/* NAV */
.header_right_info > ul > li {
  margin-right: 18px;
  padding-right: 18px;
}

.menu ul li ul.sub_menu li a {
  line-height: 18px;
}

/* JUMBO */
.slider_wrapper, .slider_wrapper .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item, .single__slider {
  height: 600px;
}

.single__slider .row {
  min-height: 600px;
}

.single__slider {
  background-size: cover;
  background-position: center;
}

.slider-content.dkBG, .slider-content.ltBG {
  padding: 30px;
  border-radius: 3px;
}
.slider-content.dkBG {
  background: rgba(21, 19, 32, 0.75);
}
.slider-content.ltBG {
  background: rgba(255, 255, 255, 0.75);
}
.slider-content.dk-text h1, .slider-content.dk-text h2, .slider-content.dk-text h3, .slider-content.dk-text h4, .slider-content.dk-text h5, .slider-content.dk-text h6, .slider-content.dk-text p {
  color: #151320 !important;
}
.slider-content.lt-text h1, .slider-content.lt-text h2, .slider-content.lt-text h3, .slider-content.lt-text h4, .slider-content.lt-text h5, .slider-content.lt-text h6, .slider-content.lt-text p {
  color: #ffffff !important;
}

.slider-content h1 {
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.slider-content > a {
  background-color: #fa0f07;
  text-transform: uppercase;
}
.slider-content > a:hover {
  background-color: #151320;
}

.slider-active .owl-dots > div {
  background-color: rgba(255, 255, 255, 0.25);
}

/* FOOTER */
.single_footer.footer_widget_menu {
  margin-left: 0;
}

.copyright {
  text-align: initial;
}

.single_footer.footer_widget_menu li a {
  text-decoration: none;
  font-size: 14px;
}

.single_footer.widget_description p {
  font-size: 14px;
}

footer a {
  text-decoration: underline;
  color: #ffffff;
}
footer a:hover {
  color: #f6563c;
}

.widget_title > h3, .sidebar_title > h3 {
  font-size: 14px;
}

.widget_title > h3::before, .sidebar_title > h3::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6563c 0%, transparent 100%) repeat scroll 0 0;
}

.single_address i {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 15px;
  width: 10px;
}

.payment img {
  height: 25px;
  margin-right: 15px;
}
.payment img:last-child {
  margin-right: 0;
}

/* HOME */
.section_title > h2::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #fa0f07 0%, transparent 100%) repeat scroll 0 0;
}

.section_pre-title h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fa0f07;
}

.product__desc h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}
.product__desc h3 span {
  font-size: 12px;
  font-weight: 400;
}

.product__desc h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.product__desc h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}

.price_amount {
  margin-bottom: 0;
  margin-top: 0;
}
.price_amount span {
  font-size: 18px;
  font-weight: bold;
}

.hot_righr_sidebar .col-12 {
  margin-bottom: 3px;
}

.opacity {
  background: transparent;
  background: linear-gradient(0deg, rgba(21, 19, 32, 0) 50%, rgba(21, 19, 32, 0.75) 100%);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner_product_section .product_hover {
  top: 30px;
}
.banner_product_section .product__desc h4 {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 30px;
}

/* PRODUCT LISTING */
.breadcrumb_inner > ul li {
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar_widget .widget_title > h3, .sidebar_title > h3 {
  text-transform: uppercase;
  font-size: 30px;
}

.sidebar_widget .widget_title > h3::before, .sidebar_title > h3::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #fa0f07 0%, transparent 100%) repeat scroll 0 0;
}

.product_desc_tab.nav > li {
  color: #151320;
  font-size: 25px;
  font-weight: 600;
}

.result-item-image .img {
  position: relative;
  width: 100%;
  height: 470px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product_hover {
  z-index: 2;
  bottom: 30px;
}

.single__product .gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #ffffff 90%);
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
}

/* PRODUCT DETAIL */
.product-details-content > h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.product-details-content > h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-details-content .price_amount span {
  margin-top: 30px;
  font-size: 26px;
}

.product-details-content .availability {
  margin-bottom: 20px;
}
.product-details-content .availability span {
  font-weight: bold;
}

.wishlist-table table tbody tr td.pro-stock-stauts span.in-stock, .in-stock {
  color: #228C22;
}

.out-of-stock {
  color: #f6563c;
}

.product_details_cat_list {
  font-weight: bold;
}
.product_details_cat_list span {
  font-weight: 400;
}

.cart-plus-minus {
  margin-right: 12px;
}

.add_to_cart_btn > a {
  margin-left: 0;
}

/* ACCOUNT DETAILS */
hr {
  margin: 40px 0;
}

.dashboard_content .loyalty p {
  margin-bottom: 10px;
  line-height: 20px;
}

.dashboard_tab_button ul li a {
  text-transform: uppercase;
}

.dashboard_content h3 {
  text-transform: uppercase;
  font-size: 22px;
}

.tab-content .tab-pane > p {
  margin-bottom: 20px;
}

.save_button {
  background: #fa0f07 none repeat scroll 0 0;
  border-radius: 26px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 53px;
  line-height: 52px;
  padding: 0 38px;
  margin-top: 30px;
}
.save_button:hover {
  background: #151320;
}
.save_button a {
  color: #ffffff;
}

/* WISHLIST */
.wishlist-table table tbody tr td.pro-stock-stauts span {
  text-transform: initial;
}

/* LOGIN */
.form_register .btn {
  background: #444;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 18px;
  padding: 10px 35px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 25px;
  float: none;
}
.form_register .btn:hover {
  background: #f6563c;
  color: #ffffff;
}

.login_input textarea {
  border: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  border-radius: 30px;
}

/* MUSEUM */
.museum a.link {
  color: #f6563c;
  margin-bottom: 40px;
  display: inline-block;
}
.museum a.link:hover {
  color: #151320;
}

.museum h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 32px;
}
.museum p {
  font-size: 16px;
}
.museum p:last-of-type {
  margin-bottom: 40px;
}

.jumbo a.link, .museum a.link {
  font-size: 16px;
  background: #444;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 18px;
  padding: 10px 35px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 25px;
}
.jumbo a.link:hover, .museum a.link:hover {
  background: #f6563c;
  color: #ffffff;
}

.thumbs {
  min-height: 270px;
  border: 1px solid rgba(21, 19, 32, 0.25);
  border-radius: 2px;
  background: #ffffff;
}

.dkBG {
  background-color: #f7f7f7;
  padding: 75px 0 25px;
}

/* CONTACT US */
.conatct-desc > p {
  text-transform: initial;
}

.contact-icon i {
  top: inherit;
}

/* RETURNS AND EXCHANGES | SHIPPING AND HANDLING */
.returns-and-exchanges ul, .shipping-and-handling ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #807f7f;
}
.returns-and-exchanges li, .shipping-and-handling li {
  list-style: disc;
}

/* JUMBO */
.jumbo {
  height: 600px;
  background-size: cover;
  background-position: center;
}
.jumbo h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.jumbo p {
  font-size: 16px;
  line-height: 24px;
}
.jumbo p:last-of-type {
  margin-bottom: 40px;
}

/* CATEGORIES */
.preferences {
  flex-wrap: wrap;
}
.preferences .col {
  flex-grow: 0;
  flex-basis: 33.3333333%;
}
.preferences .sub-list {
  margin-bottom: 20px;
}
.preferences .sub-list input, .preferences .sub-list label {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (min-width: 992px) and (max-width: 1200px) {
  .hot_details_product .result-item-image .img {
    height: 366px;
  }

  .menu nav > ul > li {
    margin-right: 20px;
  }

  .menu nav > ul > li > a {
    font-size: 14px;
  }

  .header_right_info > ul > li {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .single_footer.widget_description p {
    font-size: 13px;
  }

  .addresses_inner .single_address > p {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_wrapper, .slider_wrapper .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item, .single__slider {
    height: 500px;
  }

  .single__slider .row {
    min-height: 500px;
  }

  .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .logo {
    margin-bottom: 10px;
  }

  .category_search {
    margin-left: 0;
  }

  .category_search_inner .search {
    width: 328px;
  }

  .preferences .col {
    flex-grow: 0;
    flex-basis: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .slider_wrapper, .slider_wrapper .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item, .single__slider {
    height: 400px;
  }

  .single__slider .row {
    min-height: 400px;
  }

  .single__slider {
    background-position: -700px;
  }

  .preferences .col {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single_footer {
    text-align: left;
  }

  .single_footer .social__icon ul, .addresses_inner .single_address > p {
    justify-content: left;
  }

  #scrollUp {
    right: 30px;
  }

  .payment {
    text-align: left !important;
    justify-content: flex-start !important;
    margin: 5px 0 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .slider-content h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .section_title {
    text-align: left;
  }

  .nav.product_tab_menu.justify-content-end {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .logo img {
    height: auto;
  }

  .header_middle {
    padding-bottom: 0;
  }

  .category_search {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .category_search.pull-right {
    float: left;
  }

  .category_search_inner .search {
    width: 298px;
  }

  .menu nav > ul > li > a {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .menu nav > ul > li.lang, .menu nav > ul > li.lang > a {
    font-size: 13px;
    padding: 0;
  }

  .menu nav > ul > li > a {
    padding-bottom: 15px;
  }

  .category_search_inner .nice-select, .nice-select .option {
    font-size: 12px;
  }

  .category_search_inner .select, .category_search_inner .search {
    width: 199px;
  }

  .category_search .search input {
    font-size: 12px;
  }

  .category_search .submit button {
    width: 35px;
  }

  .mini_cart_box_wrapper {
    margin-left: -20px;
  }

  .single_footer {
    text-align: left;
  }

  .single_footer .social__icon ul, .addresses_inner .single_address > p {
    justify-content: left;
  }

  #scrollUp {
    right: 30px;
  }

  .payment {
    text-align: left !important;
    justify-content: flex-start !important;
    margin: 5px 0 15px;
  }
}
.hot_details_product .single_banner.long_hot_detals {
  margin-top: 0 !important;
}
