/* ------------------------------------------------------
@File: Default Styles
@Author:Jame Abir Khan
@Developed By: Md Wadud Hossain
@Developer URL:https://coder-wadud.github.io

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: Api Shopping
@Author:  Jame Abir Khan
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix 
03/ Header 
06/ Footer 
07/ Responsive 

===================================================== */
/*----------------------------------------------------*/
/* Fonts */
/*Color Variables*/
@import url(../css/bootstrap.min.css);
@import url(../vendors/fontawesome/css/fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&display=swap");
.container {
  max-width: 1280px;
  padding: 0 15px;
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  background: whitesmoke;
  color: #333333;
  font-size: 14px;
  /*Section Fix*/
  /*Ancore*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  color: #333333;
}
body p {
  color: #333333;
  margin: 0;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
/*img {
  width: auto;
  display: block;
}*/

.popup_main img {
  max-width: 100% !important;
}

.img-display {
  overflow: hidden;
}

.product-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-inner a img {
  min-width: 100%;
}

.img-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-item {
  margin: 0.3rem;
  border: 1px solid #fff;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover, :focus {
  opacity: 0.8;
  border: 1px solid #aaa;
}

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }

  .card-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .product-content {
    padding-top: 0;
  }

  .popup_main .product-imgs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}
.slide {
  padding: 40px;
  background: #FFF;
  margin: 0 auto;
  position: relative;
  max-width: 900px;
}

.product-imgs .slide {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: unset !important;
  -ms-flex-direction: unset !important;
  flex-direction: unset !important;
}

.product-imgs a {
  display: block;
  min-width: 100%;
}
.product-imgs a img {
  max-width: 100%;
}

.owl-nav {
  color: red;
  width: 100%;
  position: absolute;
  bottom: 70px;
  height: 0;
  color: #fff;
}
.owl-nav button {
  background: #cbcaca !important;
  padding: 10px 5px;
  display: block;
  top: 6px;
  position: absolute;
}
.owl-nav button span {
  display: block;
  font-size: 33px;
  height: 30px;
  width: 10px;
  line-height: 19px;
}
.owl-nav .owl-next {
  right: 0;
  position: absolute;
}

.img-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_main .img-select {
  margin: 0;
}
.popup_main .img-select .img-item {
  margin: 0;
  padding: 3px;
}
.popup_main .img-select .img-item:focus {
  border: 2px solid red !important;
}

.footer_section_slider {
  background: #fff;
  padding: 0 20px;
}

.footer_slider .slider_inner {
  max-width: 500px;
  margin-left: 0;
  position: relative;
  background: #fff;
}
.footer_slider .slider_inner .swiper-button-next, .footer_slider .slider_inner .swiper-button-prev {
  top: 60%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  outline: none;
  right: -7px;
}
.footer_slider .slider_inner .swiper-button-next::after, .footer_slider .slider_inner .swiper-button-prev::after {
  font-size: 10px;
  color: #333333;
}
.footer_slider .slider_inner .swiper-button-prev {
  display: none;
}
.footer_slider .swiper-container {
  max-width: 500px;
  margin-left: 0;
  height: 500px;
}
.footer_slider .gallery-top {
  max-width: 500px;
  height: 500px !important;
}
.footer_slider .gallery-top .swiper-slide img {
  max-width: 100%;
}
.footer_slider h2 {
  font-size: 20px;
  padding: 20px;
}
.footer_slider h2 i {
  margin-right: 10px;
}
.footer_slider .gallery-thumbs {
  max-width: 500px;
  height: 100px;
  margin-left: 0;
}
.footer_slider .gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 100px;
  max-width: 100px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.footer_slider .gallery-thumbs .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.footer_slider .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  border: 2px solid #f93407;
}

/*----------------------------------------------------*/
.product-detaisl {
  overflow: hidden;
  padding: 30px 0;
}
.product-detaisl .header h4 {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
}
.product-detaisl .details_area {
  padding: 20px;
  background: #fff;
}
.product-detaisl .details_area .product_content .review {
  padding-bottom: 20px;
}
.product-detaisl .details_area .product_content .review a {
  display: inline-block;
  height: 22px;
  width: 75px;
  background: #eb1e24;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  padding: 0 5px;
  margin-right: 10px;
}
.product-detaisl .details_area .product_content .reating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 450px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  color: #aaa;
}
.product-detaisl .details_area .product_content .reating a {
  color: #333333;
}
.product-detaisl .details_area .product_content .reating a i {
  margin-right: 5px;
  color: #eb1e24;
}
.product-detaisl .details_area .product_content .reating .star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-detaisl .details_area .product_content .reating .star p {
  margin-right: 15px;
}
.product-detaisl .details_area .product_content .reating .star p span {
  font-weight: 500;
  margin-right: 5px;
}
.product-detaisl .details_area .product_content .reating .star ul li {
  display: inline-block;
}
.product-detaisl .details_area .product_content .reating .star ul li i {
  font-size: 10px;
  color: #eb1e24;
}
.product-detaisl .details_area .product_content .reating .star ul li:last-child i {
  color: #aaa;
}
.product-detaisl .details_area .product_content h3 {
  font-size: 20px;
  background: whitesmoke;
  padding: 10px;
  margin-top: 20px;
}
.product-detaisl .details_area .redio_action_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}
.product-detaisl .details_area .redio_action_area .radio_btn {
  max-width: 540px;
  margin-left: auto;
}
.product-detaisl .details_area .number_area {
  max-width: 375px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.product-detaisl .details_area .number_area .nice-number .nice-number button {
  width: 24px;
  height: 24px;
  border: 1px solid whitesmoke;
  background: none;
  line-height: 19px;
  font-size: 17px;
}
.product-detaisl .details_area .number_area .nice-number .nice-number input {
  height: 24px;
  width: 37px;
  border: 1px solid whitesmoke;
  outline: none;
  height: auto;
  line-height: 22px;
  font-size: 13px;
}
.product-detaisl .details_area .number_area .nice-number p {
  margin-left: 22px;
}
.product-detaisl .details_area .button_group {
  padding-top: 40px;
  text-align: right;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.product-detaisl .details_area .button_group a {
  display: inline-block;
  width: 160px;
  height: 36px;
  background: #fde4e8;
  border: 1px solid #f46b81;
  text-align: center;
  padding: 0 10px;
  line-height: 36px;
  color: #eb1e24;
  margin-left: 20px;
}
.product-detaisl .details_area .button_group a i {
  margin-left: 20px;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.product-detaisl .details_area .button_group a.red {
  background: #eb1e24;
  color: #fff;
  border: none;
}
.product-detaisl .details_area .button_group a.green {
  background: #047835;
  color: #fff;
  border: none;
}
.product-detaisl .details_area .bottom_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.product-detaisl .details_area .bottom_content a {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #047835;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
}
.product-detaisl .details_area .bottom_content p {
  margin-left: 20px;
}
.product-detaisl .details_area .bottom_content p span {
  font-weight: 500;
}

.shop_section_area .shop_inner {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 25px;
}
.shop_section_area .shop_inner .brand_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop_section_area .shop_inner .brand_area .shop a {
  display: block;
  height: 20px;
  width: 80px;
  background: #eb1e24;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  border: none;
}
.shop_section_area .shop_inner .brand_area .shop_active h6 {
  font-size: 20px;
}
.shop_section_area .shop_inner .brand_area .shop_active p {
  font-size: 10px;
  padding: 10px 0;
}
.shop_section_area .shop_inner .brand_area .shop_active .btn_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shop_section_area .shop_inner .brand_area .shop_active .btn_group a {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  background: #fabac4;
  display: block;
  border: none;
  text-align: center;
  color: red;
  margin-right: 10px;
  border: 1px solid #f6979b;
}
.shop_section_area .shop_inner .brand_area .shop_active .btn_group a i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
}
.shop_section_area .shop_inner .brand_area .shop_active .btn_group a.last {
  background: #fff;
  border: 1px solid #ddd;
  color: #333333;
}
.shop_section_area .shop_inner .brand_area .shop_active .btn_group a:hover, .shop_section_area .shop_inner .brand_area .shop_active .btn_group a:focus {
  color: red;
  background: #fabac4;
  border: 1px solid #f6979b;
}
.shop_section_area .shop_inner .count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.shop_section_area .shop_inner .count p {
  padding-bottom: 28px;
}
.shop_section_area .shop_inner .count span {
  color: #eb1e24;
}

.product_detail_area .product_detail_inner {
  background: #fff;
  padding: 10px 30px;
}
.product_detail_area .product_detail_inner h5 {
  padding: 20px;
  background: whitesmoke;
}
.product_detail_area .product_detail_inner ul {
  padding: 40px 0;
}
.product_detail_area .product_detail_inner ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 35px;
}
.product_detail_area .product_detail_inner ul li span {
  display: inline-block;
  width: 150px;
}
.product_detail_area .product_detail_inner p {
  padding-bottom: 30px;
}
.product_detail_area .product_detail_inner .list {
  padding: 0;
  padding-bottom: 20px;
}

.reating_done_section .reating_area {
  padding: 20px;
  background: #fff;
}
.reating_done_section .reating_area h5 {
  padding-bottom: 25px;
}
.reating_done_section .reating_area .reating_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 25px;
  background: whitesmoke;
}
.reating_done_section .reating_area .reating_header .reting {
  min-width: 200px;
}
.reating_done_section .reating_area .reating_header .reting h4 {
  font-size: 16px;
  font-weight: 500;
  color: #f93407;
}
.reating_done_section .reating_area .reating_header .reting h4 span {
  font-size: 25px;
}
.reating_done_section .reating_area .reating_header .reting ul li {
  display: inline-block;
}
.reating_done_section .reating_area .reating_header .reting ul li i {
  color: #f93407;
}
.reating_done_section .reating_area .reating_header .reting ul li:last-child i {
  color: #afafaf;
}
.reating_done_section .reating_area .reating_header .tag_line ul {
  padding-left: 40px;
}
.reating_done_section .reating_area .reating_header .tag_line ul li {
  display: inline-block;
}
.reating_done_section .reating_area .reating_header .tag_line ul li a {
  display: block;
  height: 27px;
  width: 80px;
  border: 1px solid #fff;
  color: #333333;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  margin-right: 35px;
  background: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.reating_done_section .reating_area .reating_header .tag_line ul li a:focus, .reating_done_section .reating_area .reating_header .tag_line ul li a.active {
  border: 1px solid #f93407;
  color: #f93407;
}
.reating_done_section .reating_area .user_comment .media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.reating_done_section .reating_area .user_comment .media .images {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.reating_done_section .reating_area .user_comment .media .images img {
  max-width: 100%;
}
.reating_done_section .reating_area .user_comment .media .media-body {
  margin-left: 15px;
}
.reating_done_section .reating_area .user_comment .media .media-body a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.reating_done_section .reating_area .user_comment .media .media-body a:hover, .reating_done_section .reating_area .user_comment .media .media-body a:focus {
  color: #f93407;
}
.reating_done_section .reating_area .user_comment .media .media-body ul li {
  display: inline-block;
}
.reating_done_section .reating_area .user_comment .media .media-body ul li i {
  color: #f93407;
}
.reating_done_section .reating_area .user_comment p {
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.reating_done_section .reating_area .user_comment .tag {
  text-align: left;
  padding-bottom: 20px;
}
.reating_done_section .reating_area .user_comment .tag ul li {
  display: inline-block;
}
.reating_done_section .reating_area .user_comment .tag ul li a {
  display: block;
  padding: 0 10px;
  background: whitesmoke;
  line-height: 30px;
  border-radius: 20px;
  margin: 0 10px;
  border: 1px solid #beddd1;
  color: #808080;
  font-size: 12px;
}
.reating_done_section .reating_area .user_comment .tag ul li a:focus {
  background: #f93407;
  color: #fff;
  border: 1px solid #f93407;
}
.reating_done_section .reating_area .user_comment .images_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.reating_done_section .reating_area .user_comment .images_group .images {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: 0 10px;
}
.reating_done_section .reating_area .user_comment .images_group .images img {
  max-width: 100%;
}
.reating_done_section .reating_area h2 {
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.reating_done_section .reating_area h2 i {
  margin-right: 10px;
}

.footer-slider .footer_slider_inner {
  padding: 20px;
  background: #fff;
  padding-bottom: 180px;
}
.footer-slider .footer_slider_inner .footer_caros {
  max-width: 500px;
  max-height: 500px;
}
.footer-slider .footer_slider_inner .footer_caros .item img {
  max-width: 100%;
}
.footer-slider .footer_slider_inner .owl-nav {
  bottom: 250px;
}
.footer-slider .footer_slider_inner .owl-nav button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 14px;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  right: -10px;
  height: 20px;
  width: 20px;
  line-height: 10px;
  border-radius: 50%;
  background: #fff;
  color: #ddd;
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
}
.footer-slider .footer_slider_inner .owl-nav button span {
  height: 20px;
  width: 20px;
  line-height: 10px;
  border-radius: 50%;
  background: #fff;
  color: #333333;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
}
.footer-slider .footer_slider_inner .owl-nav button .owl-next {
  z-index: 99;
}

.pagination_area nav {
  background: #fff;
  padding: 20px;
  padding-top: 180px;
}
.pagination_area nav .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination_area nav .pagination li a {
  display: block;
  margin: 0 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  border: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
}
.pagination_area nav .pagination li.page-item .page-link {
  color: #333333;
}
.pagination_area nav .pagination li.page-item .page-link:hover, .pagination_area nav .pagination li.page-item .page-link:focus, .pagination_area nav .pagination li.page-item .page-link.active {
  color: #fff;
  background: #ed1c24;
}
.pagination_area nav .pagination li .one {
  border: none;
}
.pagination_area nav .pagination li:first-child a {
  margin-right: 20px;
}
.pagination_area nav .pagination li:last-child a {
  margin-left: 20px;
}

/*----------------------------------------------------*/
.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  width: 130px;
  height: 35px;
  display: inline-block;
  position: relative;
  text-align: center;
  border: 1px solid whitesmoke;
  cursor: pointer;
  font-size: 16px;
  line-height: 35px;
  padding: 0 5px;
}
.radio-btn span {
  font-size: 16px;
  text-align: left;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #8373e6;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(4);
  -ms-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  border-radius: 50px;
  padding: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon i {
  color: #8373e6;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  color: #8373e6;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.custom-radio span {
  text-align-last: left;
  font-size: 12px;
}

.custom-radio input:checked + .radio-btn {
  background: #f7a0a0;
}

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

/*----------------------------------------------------*/
@media (max-width: 991px) {
  .popup_main {
    max-width: 510px;
    padding: 10px;
  }
  .popup_main .product-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-detaisl .details_area .product_content .review {
    padding-top: 30px;
  }

  .owl-nav {
    bottom: 130px;
  }

  .details_area {
    padding: 10px;
  }

  .shop_section_area .shop_inner .brand_area {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    text-align: center;
  }

  .product_detail_area .product_detail_inner ul li span {
    min-width: 110px;
  }

  .product_detail_area .product_detail_inner {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .product-detaisl .details_area .button_group a i {
    margin: 0;
    font-size: 12px;
    top: 0;
  }

  .product-detaisl .details_area .button_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-detaisl .details_area .button_group a {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .owl-nav {
    bottom: 0;
    top: 40%;
  }

  .reating_done_section .reating_area .reating_header {
    display: block;
    text-align: center;
  }

  .reating_done_section .reating_area .reating_header .reting {
    margin-bottom: 10px;
  }

  .reating_done_section .reating_area .user_comment .tag ul li a {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer-slider .footer_slider_inner .footer_caros {
    margin: 0 auto;
  }

  .owl-nav {
    top: 30%;
  }

  .product-detaisl .details_area .redio_action_area .radio_btn {
    text-align: center;
  }
}
/*----------------------------------------------------*/
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Fonts */
