/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Comfortaa", cursive;
  color: #002D44;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #f7fcff;
  height: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.box-fluid {
  padding: 0px;
  height: 100%;
}

.box {
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 15px;
}

* {
  box-sizing: border-box;
}

p, tr td {
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #002D44;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  color: #002D44;
  font-size: 28px;
  font-weight: 700;
}

a {
  font-family: "Comfortaa", cursive;
  text-decoration: none;
  display: block;
  margin: 0px;
  font-weight: 600;
  color: #002D44;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: none !important;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus, input:focus {
  outline: none;
  box-shadow: none;
}

dialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.secheadlin {
  text-align: center;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

.section_title {
  margin-bottom: 40px;
}
.section_title h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  color: #853ee2;
}
.section_title p {
  font-size: 18px;
}

header {
  z-index: 99;
}
header .header_top {
  background: rgb(255, 255, 255);
}
header .header_top .header_logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
header .header_top .header_logo_area .logo a {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
header .header_top .header_logo_area .top_search {
  position: relative;
}
header .header_top .header_logo_area .top_search input {
  padding: 14px 22px;
  border-radius: 0px;
  border: 0px;
  background: #f9f4ff;
  width: 400px;
  font-size: 16px;
  color: #002D44;
}
header .header_top .header_logo_area .top_search i {
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: #853ee2;
  padding: 13px 15px;
  cursor: pointer;
  position: absolute;
  right: -20px;
}
header .header_top .header_logo_area .top_icons ul {
  position: relative;
}
header .header_top .header_logo_area .top_icons ul li {
  padding: 0px 10px;
}
header .header_top .header_logo_area .top_icons ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  color: #ababab;
  border: 1px solid #e7e5e9;
  transition: all 0.3s ease-in-out;
}
header .header_top .header_logo_area .top_icons ul li a i {
  vertical-align: middle;
}
header .header_top .header_logo_area .top_icons ul li a:hover {
  background: #853ee2;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
header .header_top .header_logo_area .top_icons ul li a span {
  position: absolute;
  right: -4px;
  top: 0;
  color: rgb(255, 255, 255);
  background: #853ee2;
  border-radius: 50px;
  font-size: 14px;
  padding: 2px 5px;
}
header .header_menu {
  background: #ffde2d;
}
header .header_menu .menu_area {
  display: flex;
}
header .header_menu .menu_area .category {
  background: #a76bf0;
  padding: 15px 20px;
  display: flex;
  width: 350px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
header .header_menu .menu_area .category p {
  display: inline-block;
  color: rgb(255, 255, 255);
  padding-right: 15px;
  font-size: 18px;
}
header .header_menu .menu_area .category i {
  color: rgb(255, 255, 255);
  font-size: 18px;
}
header .header_menu .menu_area .menu_inner {
  flex: 1;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
header .header_menu .menu_area .menu_inner li a {
  text-transform: uppercase;
  font-weight: 700;
}
header .header_menu .menu_area .menu_inner .navmenu {
  text-align: center;
}
header .header_menu .menu_area .menu_inner .navmenu li {
  padding: 0px 12px;
}
header .header_menu .menu_area .menu_inner .navmenu li a {
  padding: 0;
}
header .header_menu .menu_area .menu_inner .navmenu li:first-child {
  padding-left: 0;
}
header .header_menu .menu_area .menu_inner .login_btn ul li {
  padding: 0px 10px;
}
header .header_menu .menu_area .menu_inner .login_btn ul li a {
  padding: 18px 30px;
  color: rgb(255, 255, 255);
  background: #853ee2;
}

.banner {
  padding: 0;
  background: linear-gradient(45deg, #853ee2 0%, #a76bf0 100%);
}
.banner .banner_slider .slider_item {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.banner .banner_slider .slider_item .banner_content {
  padding: 120px 0;
}
.banner .banner_slider .slider_item .banner_content h1 {
  font-size: 62px;
  line-height: 80px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.banner .banner_slider .slider_item .banner_content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
}
.banner .banner_slider .slider_item .banner_content .banner_btn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.banner .banner_slider .slider_item .banner_content .banner_btn a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.banner .banner_slider .slider_item .banner_img {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .banner_slider .slider_item .banner_img img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

.category_section {
  padding: 80px 0;
}
.category_section .category_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.category_section .category_area .ct_item {
  padding: 30px 20px;
  background: linear-gradient(45deg, #ffde2d 0%, #f6ba05 100%);
  border-radius: 8px;
  text-align: center;
}
.category_section .category_area .ct_item .icon i {
  font-size: 35px;
}
.category_section .category_area .ct_item h5 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.product_section, .product_list_section, .releated_section {
  background: #f9f4ff;
  padding: 100px 0;
}
.product_section .product_area, .product_list_section .product_area, .releated_section .product_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
}
.product_section .product_area .product_item, .product_list_section .product_area .product_item, .releated_section .product_area .product_item {
  background: #f7fcff;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  overflow: hidden;
}
.product_section .product_area .product_item .p_img, .product_list_section .product_area .product_item .p_img, .releated_section .product_area .product_item .p_img {
  width: 100%;
  height: 280px;
  padding: 20px;
}
.product_section .product_area .product_item .p_img img, .product_list_section .product_area .product_item .p_img img, .releated_section .product_area .product_item .p_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_section .product_area .product_item .p_content, .product_list_section .product_area .product_item .p_content, .releated_section .product_area .product_item .p_content {
  background: #853ee2;
  padding: 30px 20px;
  text-align: center;
}
.product_section .product_area .product_item .p_content h5, .product_list_section .product_area .product_item .p_content h5, .releated_section .product_area .product_item .p_content h5 {
  color: rgb(255, 255, 255);
  font-size: 24px;
}
.product_section .product_area .product_item .p_content .price p, .product_list_section .product_area .product_item .p_content .price p, .releated_section .product_area .product_item .p_content .price p {
  color: #ffde2d;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding-right: 10px;
}
.product_section .product_area .product_item .p_content .price span, .product_list_section .product_area .product_item .p_content .price span, .releated_section .product_area .product_item .p_content .price span {
  display: inline-block;
  color: #f7fcff;
  position: relative;
}
.product_section .product_area .product_item .p_content .price span::before, .product_list_section .product_area .product_item .p_content .price span::before, .releated_section .product_area .product_item .p_content .price span::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  background: #f7fcff;
  width: 100%;
}
.product_section .product_area .product_item .p_content .card_btn, .product_list_section .product_area .product_item .p_content .card_btn, .releated_section .product_area .product_item .p_content .card_btn {
  margin-top: 20px;
}
.product_section .product_area .product_item .p_content .card_btn a, .product_list_section .product_area .product_item .p_content .card_btn a, .releated_section .product_area .product_item .p_content .card_btn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  padding: 14px 25px;
}
.product_section .product_area .product_item .p_content .card_btn a:hover, .product_list_section .product_area .product_item .p_content .card_btn a:hover, .releated_section .product_area .product_item .p_content .card_btn a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

.supportsection {
  padding: 80px 0;
}
.supportsection .support_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.supportsection .support_area .s_item {
  padding: 20px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  display: flex;
  gap: 20px;
  align-items: center;
}
.supportsection .support_area .s_item .s_icon {
  width: 80px;
  height: 80px;
  background: #f9f4ff;
  text-align: center;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.supportsection .support_area .s_item .s_icon i {
  font-size: 32px;
  color: #853ee2;
  transition: all 0.3s ease-in-out;
}
.supportsection .support_area .s_item .s_content {
  flex: 1;
}
.supportsection .support_area .s_item .s_content h4 {
  font-size: 22px;
}
.supportsection .support_area .s_item:hover .s_icon {
  background: #ffde2d;
  transition: all 0.3s ease-in-out;
}
.supportsection .support_area .s_item:hover .s_icon i {
  color: #002D44;
  transition: all 0.3s ease-in-out;
}

.feature_section {
  padding: 100px 0;
  background: #f9f4ff;
}
.feature_section .feature_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.feature_section .feature_area .f_item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.feature_section .feature_area .f_item .f_img {
  height: 380px;
}
.feature_section .feature_area .f_item .f_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature_section .feature_area .f_item h3 {
  font-size: 32px;
  position: absolute;
  bottom: 20px;
  color: #002D44;
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
}
.feature_section .feature_area .f_item:nth-child(2) h3 {
  bottom: unset;
  top: 20px;
}
.feature_section .feature_area .f_item:nth-child(1) h3 {
  color: rgb(255, 255, 255);
}

footer {
  background: linear-gradient(45deg, #853ee2 0%, #a76bf0 100%);
  padding: 80px 0;
}
footer .footer_area {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .footer_area .footer_items h3 {
  font-size: 24px;
  color: rgb(255, 255, 255);
}
footer .footer_area .footer_items p {
  color: rgb(255, 255, 255);
}
footer .footer_area .footer_items ul li {
  padding: 8px 0;
  display: block;
}
footer .footer_area .footer_items ul li a {
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.inner_banner {
  padding: 80px 0 80px;
  background: url("../images/product.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner_banner .inner_banner_area {
  max-width: 50%;
  width: 100%;
}
.inner_banner .inner_banner_area h2 {
  font-size: 38px;
  margin-bottom: 15px;
}
.inner_banner .inner_banner_area p {
  font-size: 18px;
  line-height: 30px;
}
.inner_banner .inner_banner_area h2, .inner_banner .inner_banner_area p {
  color: rgb(255, 255, 255);
}

.product_list_section {
  padding: 100px 0;
  background: #f7fcff;
}
.product_list_section .product_main {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 50px;
}
.product_list_section .product_main .product_list {
  background: #f9f4ff;
  padding: 30px 20px;
}
.product_list_section .product_main .product_list .ct_list {
  margin-bottom: 30px;
}
.product_list_section .product_main .product_list .ct_list h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li input[type=checkbox] {
  display: none;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li label {
  display: flex;
  cursor: pointer;
  flex: 1;
  position: relative;
  padding-left: 35px;
  border-radius: 3px;
  font-weight: 600;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li label span {
  display: inline-block;
  font-size: 16px;
  text-align: left;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li label span:first-child {
  flex: 1;
  width: 100%;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #f7fcff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: 4px;
  border-left: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
  transform: rotate(-40deg);
  opacity: 0;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li input[type=checkbox]:checked + label::before {
  background-color: #853ee2;
}
.product_list_section .product_main .product_list .ct_list ul.ct_inside li input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.product_list_section .product_main .product_list .ct_list .range {
  display: flex;
  gap: 20px;
}
.product_list_section .product_main .product_list .ct_list .range .range_item {
  position: relative;
}
.product_list_section .product_main .product_list .ct_list .range p {
  font-size: 14px;
  margin-bottom: 8px;
}
.product_list_section .product_main .product_list .ct_list .range input {
  padding: 12px 16px 12px 40px;
  color: #002D44;
  width: 100%;
  text-align: right;
  font-size: 16px;
  border: 1px solid #dddddd;
}
.product_list_section .product_main .product_list .ct_list .range input::placeholder {
  color: #ababab;
}
.product_list_section .product_main .product_list .ct_list .range label {
  position: absolute;
  bottom: 10px;
  left: 12px;
  color: #002D44;
}
.product_list_section .product_main .product_list .ct_list .color_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #ababab;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl1 {
  background: #d2a317;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl2 {
  background: #403ccc;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl3 {
  background: #39c152;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl4 {
  background: #48ecd6;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl5 {
  background: #f1ed12;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl6 {
  background: #3ea6c6;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl7 {
  background: #e52962;
}
.product_list_section .product_main .product_list .ct_list .color_list ul li.cl8 {
  background: #b442d4;
}
.product_list_section .product_main .product_list .submit_resest {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 50px;
}
.product_list_section .product_main .product_list .submit_resest a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  flex: 1;
  text-align: center;
}
.product_list_section .product_main .product_list .submit_resest a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.product_list_section .product_main .product_list .submit_resest a.submit {
  background: #853ee2;
  color: rgb(255, 255, 255);
}
.product_list_section .product_main .product_list .submit_resest a.submit:hover {
  background: #002D44;
  transition: all 0.3s ease-in-out;
}
.product_list_section .product_main .p_view {
  background: #f9f4ff;
  padding: 30px 20px;
}
.product_list_section .product_main .p_view .product_inner_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product_list_section .product_main .p_view .product_inner_title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.product_list_section .product_main .p_view .product_inner_title .sort {
  position: relative;
}
.product_list_section .product_main .p_view .product_inner_title .sort p {
  margin-bottom: 0;
  display: inline-block;
}
.product_list_section .product_main .p_view .product_inner_title .sort select {
  border: 1px solid #dddddd;
  font-size: 16px;
  appearance: none;
  padding: 12px 16px;
}
.product_list_section .product_main .p_view .product_inner_title .sort select:focus {
  box-shadow: none;
  outline: none;
}
.product_list_section .product_main .p_view .product_inner_title .sort i {
  position: absolute;
  right: 10px;
  top: 15px;
  pointer-events: none;
}
.product_list_section .product_main .p_view .product_area {
  grid-template-columns: 1fr 1fr 1fr;
}
.product_list_section .product_main .p_view .product_area .product_item .p_img {
  height: 220px;
}
.product_list_section .product_main .p_view .product_area .product_item .p_content {
  padding: 20px 15px;
}
.product_list_section .product_main .p_view .product_area .product_item .p_content h5 {
  font-size: 22px;
}
.product_list_section .product_main .p_view .morebtn {
  margin-top: 40px;
  text-align: center;
}
.product_list_section .product_main .p_view .morebtn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(45deg, #853ee2 0%, #a76bf0 100%);
  color: rgb(255, 255, 255);
}
.product_list_section .product_main .p_view .morebtn a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

.p_detailstop {
  padding: 100px 0;
  background: #f9f4ff;
}
.p_detailstop .detail_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.p_detailstop .detail_area .detail_img {
  border: 2px solid #dddddd;
  text-align: center;
  border-radius: 10px;
  height: fit-content;
}
.p_detailstop .detail_area .detail_img .img_d {
  padding: 40px;
  width: 300px;
  margin: 0px auto;
}
.p_detailstop .detail_area .detail_content .detail_inside {
  border-bottom: 2px solid #dddddd;
}
.p_detailstop .detail_area .detail_content .detail_inside h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail {
  display: flex;
  justify-content: space-between;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail p {
  font-size: 20px;
  color: #853ee2;
  font-weight: 600;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail p span.cut {
  color: #ababab;
  position: relative;
  font-size: 18px;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail p span.cut::before {
  width: 100%;
  height: 1px;
  content: "";
  background: #ababab;
  top: 50%;
  left: 0;
  position: absolute;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail p span.discount {
  background: #853ee2;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 2px 5px;
  margin-left: 15px;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail .brand_available ul li {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #002D44;
  padding-bottom: 15px;
}
.p_detailstop .detail_area .detail_content .detail_inside .price_detail .brand_available ul li span {
  color: #39c152;
}
.p_detailstop .detail_area .detail_content .details_pr {
  padding: 40px 0;
  border-bottom: 2px solid #dddddd;
}
.p_detailstop .detail_area .detail_content .details_pr p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}
.p_detailstop .detail_area .detail_content .item_detail {
  padding: 20px 0;
  border-bottom: 2px solid #dddddd;
}
.p_detailstop .detail_area .detail_content .item_detail .size, .p_detailstop .detail_area .detail_content .item_detail .color {
  display: flex;
  gap: 20px;
}
.p_detailstop .detail_area .detail_content .item_detail .size h6, .p_detailstop .detail_area .detail_content .item_detail .color h6 {
  font-size: 20px;
}
.p_detailstop .detail_area .detail_content .item_detail .size .select_pr input, .p_detailstop .detail_area .detail_content .item_detail .color .select_pr input {
  display: none;
}
.p_detailstop .detail_area .detail_content .item_detail .size .select_pr label, .p_detailstop .detail_area .detail_content .item_detail .color .select_pr label {
  padding: 10px 14px;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.p_detailstop .detail_area .detail_content .item_detail .size .select_pr input:checked ~ label, .p_detailstop .detail_area .detail_content .item_detail .color .select_pr input:checked ~ label {
  border-color: #002D44;
}
.p_detailstop .detail_area .detail_content .item_detail .color {
  margin-top: 30px;
}
.p_detailstop .detail_area .detail_content .cart_area {
  padding: 20px 0;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside {
  display: flex;
  gap: 20px;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside .inputcart {
  position: relative;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside .inputcart .plusminus {
  position: absolute;
  top: 0;
  font-size: 18px;
  width: 45px;
  text-align: center;
  height: 100%;
  line-height: 56px;
  cursor: pointer;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside .inputcart .minus {
  left: 0;
  border-right: 1px solid #ababab;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside .inputcart .plus {
  right: 0;
  border-left: 1px solid #ababab;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside input {
  width: 180px;
  padding: 10px 45px;
  border: 1px solid #ababab;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside .buttoncart a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.p_detailstop .detail_area .detail_content .cart_area .cart_inside .buttoncart a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.p_detailstop .detail_area .detail_content .cart_area .buynowbtn {
  padding-top: 20px;
}
.p_detailstop .detail_area .detail_content .cart_area .buynowbtn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  background: #853ee2;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
}
.p_detailstop .detail_area .detail_content .cart_area .buynowbtn a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.p_detailstop .detail_area .detail_content .cart_area .buynowbtn a:hover {
  background: #002D44;
}
.p_detailstop .description_area h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.p_detailstop .description_area ul li {
  display: block;
  padding-bottom: 15px;
}

.releated_section {
  background: #f7fcff;
}
.releated_section .rel_title h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.cart_section {
  padding: 80px 0;
}
.cart_section .cartp_area {
  display: grid;
  grid-template-columns: 2fr 1.1fr;
  grid-gap: 25px;
}
.cart_section .cartp_area .cart_list {
  border-radius: 10px;
  border: 2px solid #dddddd;
  padding: 20px;
}
.cart_section .cartp_area .cart_list .cart_title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_section .cartp_area .cart_list .cart_title h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.cart_section .cartp_area .cart_list .cart_title h3 span {
  color: #ababab;
  padding-left: 10px;
  font-size: 16px;
}
.cart_section .cartp_area .cart_list .cart_title a {
  color: #e52962;
  font-size: 18px;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 2.2fr 1fr 1fr 0.5fr;
  margin-bottom: 15px;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul.title_cartpr {
  border: 0px;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul.title_cartpr li {
  font-size: 18px;
  font-weight: 700;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul .prrs {
  display: none;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li.pricecenter {
  text-align: center;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li.closeright {
  text-align: right;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_inside {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_inside .pr_img {
  width: 100px;
  height: 100px;
  background: #f9f4ff;
  border-radius: 10px;
  padding: 10px;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_inside .pr_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_inside .pr_detail h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_inside .pr_detail p {
  font-size: 15px;
  color: #ababab;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_count {
  display: flex;
  gap: 5px;
  align-items: center;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_count input {
  border: 0;
  width: 40px;
  font-size: 18px;
  background: transparent;
  text-align: center;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_count .minusplus {
  width: 36px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #ababab;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .prprice p {
  font-size: 18px;
  font-weight: 700;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_close {
  padding-right: 30px;
}
.cart_section .cartp_area .cart_list .cart_main .cart_table ul li .pr_close i {
  font-size: 18px;
  color: #e52962;
}
.cart_section .cartp_area .cart_continiue {
  padding: 20px;
  border-radius: 10px;
  background: #f9f4ff;
  height: max-content;
}
.cart_section .cartp_area .cart_continiue .promo {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.cart_section .cartp_area .cart_continiue .promo h5 {
  font-size: 20px;
}
.cart_section .cartp_area .cart_continiue .promo .promo_input {
  position: relative;
  border-radius: 50px;
  border: 1px solid #dddddd;
}
.cart_section .cartp_area .cart_continiue .promo .promo_input input {
  width: 100%;
  background: transparent;
  border: 0px;
  padding: 12px 20px;
  padding-right: 115px;
  font-size: 16px;
}
.cart_section .cartp_area .cart_continiue .promo .promo_input a {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
}
.cart_section .cartp_area .cart_continiue .promo .promo_input a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.cart_section .cartp_area .cart_continiue .total_area {
  margin-bottom: 20px;
}
.cart_section .cartp_area .cart_continiue .total_area ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  font-weight: 700;
}
.cart_section .cartp_area .cart_continiue .total_area ul li span {
  color: #ababab;
}
.cart_section .cartp_area .cart_continiue .total_area ul li p {
  font-size: 18px;
  font-weight: 700;
  color: #a76bf0;
}
.cart_section .cartp_area .cart_continiue .continiue_btn {
  padding-bottom: 15px;
}
.cart_section .cartp_area .cart_continiue .continiue_btn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: #002D44;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 10px;
}
.cart_section .cartp_area .cart_continiue .continiue_btn a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.cart_section .cartp_area .cart_continiue .continiue_btn a:hover {
  background: #a76bf0;
}

.billing_detail .cartp_area .cart_list form .group_area {
  display: flex;
  width: 100%;
  gap: 20px;
}
.billing_detail .cartp_area .cart_list form .form_group {
  margin-bottom: 25px;
  width: 100%;
}
.billing_detail .cartp_area .cart_list form .form_group input {
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.billing_detail .cartp_area .cart_list form .submit_btn a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  background: #002D44;
  color: rgb(255, 255, 255);
  font-size: 16px;
  border-radius: 8px;
}
.billing_detail .cartp_area .cart_list form .submit_btn a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.billing_detail .cartp_area .cart_list form .submit_btn a:hover {
  background: #a76bf0;
}
.billing_detail .cartp_area .cart_continiue .bill_top {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.billing_detail .cartp_area .cart_continiue .billing_product {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.billing_detail .cartp_area .cart_continiue .billing_product .product_img {
  width: 80px;
  height: 80px;
  background: #f7fcff;
  border-radius: 8px;
  padding: 10px;
}
.billing_detail .cartp_area .cart_continiue .billing_product .product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.billing_detail .cartp_area .cart_continiue .billing_product .product_detl_price {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.billing_detail .cartp_area .cart_continiue .billing_product .product_detl_price .namepr h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.billing_detail .cartp_area .cart_continiue .billing_product .product_detl_price .namepr p {
  color: #ababab;
  font-size: 14px;
}
.billing_detail .cartp_area .cart_continiue .billing_product .product_detl_price .pr_price p {
  font-size: 18px;
  font-weight: 700;
}

.payment_page.billing_detail {
  padding: 100px 0;
}
.payment_page.billing_detail .cartp_area {
  max-width: 767px;
  width: 100%;
  margin: 0px auto;
  padding: 50px;
  background: #f9f4ff;
  border-radius: 15px;
}
.payment_page.billing_detail .cartp_area .cart_title {
  margin-bottom: 40px;
}
.payment_page.billing_detail .cartp_area .form_group {
  position: relative;
}
.payment_page.billing_detail .cartp_area .form_group label {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
}
.payment_page.billing_detail .cartp_area .card_img {
  position: absolute;
  right: 5px;
  width: 50px;
  height: 44px;
  bottom: 0;
}
.payment_page.billing_detail .cartp_area .card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.payment_page.billing_detail .cartp_area .submit_btn {
  display: flex;
  gap: 30px;
}
.payment_page.billing_detail .cartp_area .submit_btn a.Edit {
  background: #ffde2d;
  color: #002D44;
}
.payment_page.billing_detail .cartp_area .cart_list p {
  margin-top: 20px;
}
.payment_page.billing_detail .cartp_area .cart_list p a {
  display: inline-block;
  text-decoration: underline;
}

.thankyou {
  padding: 100px 0;
}
.thankyou .thankyou_area {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.thankyou .thankyou_area h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.thankyou .thankyou_area p {
  margin-bottom: 15px;
  font-size: 17px;
}
.thankyou .thankyou_area h4 {
  margin-top: 20px;
  font-size: 24px;
}
.thankyou .thankyou_area a {
  display: inline-block;
  padding: 18px 40px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffde2d;
  color: #002D44;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}
.thankyou .thankyou_area a:hover {
  background: #002D44;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */