@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Hmart-Smart Product eCommerce html Template
    Version: 1.0
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Header
    03. Hero
    04. Navigation
    05. Features
    06. Partner
    07. Banner
    08. Pricing
    09. Testimonial
    10. Footer
    11. Animation
    12. Intro

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  position: relative;
  visibility: visible;
  scroll-behavior: none;
  color: #3a3a3a;
}
body[dir=rtl] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  outline: 0;
}

label {
  margin-bottom: 15px;
  color: red;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 6px 80px 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #3a3a3a;
  border-radius: 5px;
  background-color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
}

input:focus,
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
  outline: 0;
}
 
.shop-sidebar-wrap {
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px 30px 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-wrap {
    padding: 10px 10px 40px 20px;
  }
}
.shop-sidebar-wrap .sidebar-widget-search {
  margin: 0 0 40px;
  position: relative;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field {
  border: 1px solid #cfcfcf;
  background-color: #f9f9f9;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 75px;
  font-size: 16px;
  font-style: italic;
  color: #969696;
  background-color: transparent;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::-webkit-input-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::-moz-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field:-ms-input-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::-ms-input-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .widgets-searchbox-btn {
  background-color: transparent;
  border: 0;
  border-left: 1px solid #cfcfcf;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  color: #cfcfcf;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .widgets-searchbox-btn:hover {
  color: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget-category li a,
.shop-sidebar-wrap .sidebar-widget-color li a,
.shop-sidebar-wrap .sidebar-widget-size li a,
.shop-sidebar-wrap .sidebar-widget-brand li a {
  color: #8a8a8a;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  line-height: 1;
}
.shop-sidebar-wrap .sidebar-widget-category li a:hover,
.shop-sidebar-wrap .sidebar-widget-color li a:hover,
.shop-sidebar-wrap .sidebar-widget-size li a:hover,
.shop-sidebar-wrap .sidebar-widget-brand li a:hover {
  color: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget-color li a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-1 {
  background-color: #39ed8c;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-2 {
  background-color: #a6ed42;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-3 {
  background-color: #daed39;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-4 {
  background-color: #eed739;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-5 {
  background-color: #eca23a;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-6 {
  background-color: #f36768;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-7 {
  background-color: #e14755;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-8 {
  background-color: #dc83a3;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-9 {
  background-color: #dc82da;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-10 {
  background-color: #9a82dd;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-11 {
  background-color: #82c2db;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-12 {
  background-color: #6bd6b0;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-13 {
  background-color: #9ed76b;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-14 {
  background-color: #9ed76b;
}
.shop-sidebar-wrap .sidebar-widget-size li a {
  font-weight: 500;
}
.shop-sidebar-wrap .sidebar-widget-brand li a {
  font-weight: 500;
}
.shop-sidebar-wrap .sidebar-widget h4 {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: #535353;
  position: relative;
  margin: 35px 0 20px 0px;
  padding: 0 0 20px;
}
.shop-sidebar-wrap .sidebar-widget h4::after {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  left: 0;
}
.shop-sidebar-wrap .sidebar-widget .price-filter {
  margin: 0 0 50px;
}
.shop-sidebar-wrap .sidebar-widget .price-slider-amount input {
  color: #656565;
  font-size: 16px;
  border: 0;
}
.shop-sidebar-wrap .sidebar-widget .ui-widget-content {
  border: 0px solid #266bf9;
  background-color: #e1e1e1;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-horizontal .ui-slider-range {
  height: 3px;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-horizontal {
  height: 3px;
  margin: 15px 0 0;
}
.shop-sidebar-wrap .sidebar-widget .ui-widget-header {
  background: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  outline: none;
  margin-top: -8px;
  border: 5px solid #266bf9;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-handle.ui-state-hover {
  background: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget-tag {
  padding: 0 0 10px 15px;
}
.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  display: inline-block;
  margin: 8px 0px;
}
.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 8px 17px;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  background: transparent;
  text-transform: capitalize;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-wrap .sidebar-widget-tag li a {
    padding: 8px 14px;
    font-size: 14px;
    margin-left: 5px;
  }
}
.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #266bf9;
  border-color: #266bf9;
  color: #fff;
}

/* Shop list style */
.shop-list-wrapper .content-desc-wrap .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.shop-list-wrapper .content-desc-wrap .content .category a {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.shop-list-wrapper .content-desc-wrap .content .category a:hover {
  color: #266bf9;
}
.shop-list-wrapper .content-desc-wrap .content .title {
  margin: 0px 0 15px;
  font-family: "Poppins", sans-serif;
}
.shop-list-wrapper .content-desc-wrap .content .title a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.shop-list-wrapper .content-desc-wrap .content .title a:hover {
  color: #266bf9;
}
.shop-list-wrapper .content-desc-wrap .content p {
  line-height: 1.7;
}
.shop-list-wrapper .content-desc-wrap .box-inner {
  margin-top: 10px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #666666;
  margin-bottom: 20px;
  display: inline-block;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price span.new {
  font-weight: 500;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price span.old {
  margin-right: 15px;
  font-weight: 300;
  text-decoration: line-through;
  position: relative;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price span.old::after {
  position: absolute;
  top: 50%;
  left: auto;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #666666;
  margin-top: -1px;
  right: -15px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-color: #707070;
  font-size: 24px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action + .action {
  margin-left: 10px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action:hover {
  color: #fff;
  background: #266bf9;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action.active {
  background: #266bf9;
}
.shop-list-wrapper + .shop-list-wrapper {
  margin-top: 50px;
}
.shop-list-wrapper .product:hover {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.shop-list-wrapper .product:hover .thumb .image img {
  -webkit-transform: scale(1.01) rotate(0deg);
          transform: scale(1.01) rotate(0deg);
}
.shop-list-wrapper .product:hover .thumb .image img:not(:last-child) {
  opacity: 0;
}
.shop-list-wrapper .product:hover .thumb .image img.hover-image {
  opacity: 1;
}

.zoom-thumbs {
  width: 70%;
  margin: 18px auto 0px auto;
}
.zoom-thumbs .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}
.zoom-thumbs .swiper-slide:hover img {
  border-color: #266bf9;
}
.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #266bf9;
}
.zoom-thumbs .swiper-slide .img-responsive {
  width: auto;
}

.zoom-top .swiper-slide, .zoom-top-2 .swiper-slide {
  border-radius: 15px;
  border: 2px solid #e1e1e1;
  padding: 3px;
  overflow: hidden;
}
.zoom-top .swiper-slide::before, .zoom-top-2 .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zoom-top .swiper-slide .full-preview, .zoom-top-2 .swiper-slide .full-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 24px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #266bf9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
  opacity: 0;
  border-radius: 5px;
}
.zoom-top .swiper-slide:hover .full-preview, .zoom-top-2 .swiper-slide:hover .full-preview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.zoom-top .swiper-slide:hover::before, .zoom-top-2 .swiper-slide:hover::before {
  opacity: 0.4;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-details-content.ml-25px {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content.ml-25px {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.product-details-content h2 {
  color: #000000;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .product-details-content h2 {
    font-size: 26px;
  }
}
.product-details-content .pricing-meta ul li + li {
  margin-left: 10px;
}
.product-details-content .pricing-meta ul li {
  font-size: 36px;
  color: #000000;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pricing-meta ul li {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .product-details-content .pricing-meta ul li {
    font-size: 26px;
  }
}
.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding-bottom: 40px;
  margin-top: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 5px;
}
.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #ffde00;
  font-size: 18px;
}
.product-details-content .pro-details-rating-wrap .rating-product i + i {
  margin-left: 3px;
}
.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #929191;
  position: relative;
  margin-left: 8px;
  padding: 0;
  font-size: 18px;
  display: inline-block;
}
.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #266bf9;
}
@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-rating-wrap .read-review a {
    font-size: 16px;
  }
}
.product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #3a3a3a;
}
.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #3a3a3a;
  line-height: 24px;
  margin: 0;
}
.product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}
.product-details-content p {
  color: #181818;
  line-height: 30px;
  margin-bottom: 20px;
}
.product-details-content .pro-details-quality {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  width: 100%;
}
.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
  background: #505050;
  border-radius: 5px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #fff;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: none;
}
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 50px;
  padding-top: 14px;
  right: 0;
  top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 50px;
  left: 0;
  padding-top: 14px;
  top: 0;
}
.product-details-content .pro-details-quality .pro-details-cart .add-cart {
  position: relative;
  padding: 0 35px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 10px;
  background: #266bf9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
.product-details-content .pro-details-quality .pro-details-cart .add-cart:hover {
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 12px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 10px;
    font-size: 12px;
    margin-left: 5px;
  }
}
.product-details-content .pro-details-compare-wishlist a {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 23px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #454545;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-compare-wishlist a {
    margin-left: 5px;
  }
}
.product-details-content .pro-details-compare-wishlist a:hover {
  background-color: #000000;
}
.product-details-content .pro-details-same-style span {
  font-weight: 500;
  color: #266bf9;
  display: inline-block;
  margin-right: 5px;
}
.product-details-content .pro-details-same-style a {
  font-weight: 400;
  color: #484545;
  margin-left: 3px;
}
.product-details-content .pro-details-same-style a:hover {
  color: #266bf9;
}
.product-details-content .pro-details-same-style.pro-details-categories-info {
  margin: 10px 0;
}

.description-review-wrapper {
  margin-top: 25px;
  margin-left: 25px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e1e1e1;
  background-color: #fff;
}
.description-review-topbar.nav button {
  background: transparent;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #000000;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.description-review-topbar.nav button::before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.description-review-topbar.nav button:hover {
  color: #266bf9;
}
.description-review-topbar.nav button:hover::before {
  width: 100%;
  background-color: #266bf9;
}
.description-review-topbar.nav button.active {
  color: #266bf9;
}
.description-review-topbar.nav button.active::before {
  width: 100%;
  background-color: #266bf9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .description-review-topbar.nav button {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-topbar.nav button {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .description-review-topbar.nav button {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .description-review-topbar.nav button {
    margin-right: 4px;
    font-size: 14px;
    padding-left: 0;
  }
}

.description-review-bottom {
  overflow: hidden;
  font-size: 16px;
  background: #fff;
  padding: 40px 0px 0px 0px;
}
.description-review-bottom .product-description-wrapper {
  text-align: left;
}
.description-review-bottom .product-description-wrapper p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #181818;
  font-weight: 300;
}
.description-review-bottom .product-anotherinfo-wrapper li {
  color: #3d3d3d;
  font-size: 16px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}
.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #525252;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}
.description-review-bottom .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
.description-review-bottom .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
.description-review-bottom .single-review .review-img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review .review-img {
    margin: 0px 0px 20px 0px;
  }
}
.description-review-bottom .single-review .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.description-review-bottom .single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
  margin-right: 15px;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: #000000;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
  overflow: hidden;
  font-size: 14px;
  color: #ffde00;
}
.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #000000;
}
.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
  color: #266bf9;
}
.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  color: #181818;
  font-size: 14px;
  line-height: 24px;
}
.description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review {
    display: block;
  }
}
.description-review-bottom .ratting-form-wrapper {
  padding-top: 50px;
  line-height: 1;
}
.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.description-review-bottom .ratting-form-wrapper .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
}
.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 14px;
  color: #ffde00;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  padding: 2px 10px 2px 20px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input:focus {
  border-color: #266bf9;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea:focus {
  border-color: #266bf9;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style button {
  width: 170px;
  height: 50px;
  background-color: #000000;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style button:hover {
  background-color: #266bf9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

.related-product {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-product {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .related-product {
    padding-bottom: 0px;
  }
}
.related-product .new-product-slider {
  padding: 50px 0px 60px 0px;
}

.pro-details-color-size {
  margin-top: 30px;
  margin-bottom: 25px;
}
.pro-details-color-size p {
  font-weight: 500;
  color: #266bf9;
  margin: 0;
}
.pro-details-color-size .ml-30px {
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .pro-details-color-size .ml-30px {
    margin-left: 20px;
  }
}
.pro-details-color-size .shop-select {
  margin-left: 10px;
  border-radius: 5px;
  width: 100%;
  color: #484545;
}
.pro-details-color-size select {
  word-wrap: normal;
  border: 0;
  cursor: pointer;
  width: 100%;
}
.pro-details-color-size select:focus-visible {
  outline: 0;
  border: 0;
}
.pro-details-color-size select option {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 30px 0 10px 0;
}
.product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  font-size: 16px;
}
.product-details-table .table tbody tr td a {
  color: #090909;
}
.product-details-table .table tbody tr td a:hover {
  color: #266bf9;
}

.product-details-img.product-details-tab.product-details-tab-2.product-details-tab-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoom-thumbs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  width: 15%;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoom-top-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  width: 85%;
}

.zoom-thumbs-2 {
  display: inline-block;
  float: left;
  text-align: center;
}
.zoom-thumbs-2 .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}
.zoom-thumbs-2 .swiper-slide:hover img {
  border-color: #266bf9;
}
.zoom-thumbs-2 .swiper-slide.swiper-slide-thumb-active img {
  border-color: #266bf9;
}
.zoom-thumbs-2 .swiper-slide .img-responsive {
  width: auto;
}

.single-product-slider .swiper-slide a img {
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}

.single-product-gallery {
  margin-bottom: -30px;
  margin-left: -30px;
}
.single-product-gallery .single-product-slider-item {
  width: calc(50% - 30px);
  margin-bottom: 30px;
  margin-left: 30px;
}
.single-product-gallery img {
  border: 2px solid #e1e1e1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  width: 100%;
  border-radius: 10px;
}
.single-product-gallery img:hover {
  border-color: #266bf9;
}

.single-product-sticky .single-product-slider-item {
  width: 100%;
  text-align: center;
}
.single-product-sticky img {
  border: 2px solid #e1e1e1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  border-radius: 10px;
}
.single-product-sticky img:hover {
  border-color: #266bf9;
}

.product-details-sticky {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
}

.cart-main-area .cart-page-title {
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600;
}
.cart-main-area .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
}
.cart-main-area .table-content table thead > tr {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.cart-main-area .table-content table thead > tr > th {
  border-top: medium none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-main-area .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.cart-main-area .table-content table tbody > tr td {
  color: #3a3a3a;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}
.cart-main-area .table-content table tbody > tr td.product-name {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-name a {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
}
.cart-main-area .table-content table tbody > tr td.product-price-cart {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 6px;
  top: 0;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 6px;
  right: 0;
  top: 0;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #3a3a3a;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #3a3a3a;
  float: left;
  font-size: 16px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-remove {
  width: 100px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a {
  color: #3a3a3a;
  font-size: 16px;
  margin: 0 10px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #266bf9;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #266bf9;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #000000;
}
.cart-main-area .cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 60px;
}
.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .cart-main-area .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  border-radius: 0px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
    margin: 0 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover {
  background-color: #266bf9;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #266bf9;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #000000;
  color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  padding: 45px 30px 50px;
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
  position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
  color: #000000;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
  margin-top: 22px;
}

.tax-select-wrapper {
  margin: 15px 0 0;
}
.tax-select-wrapper select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0px;
}
.tax-select-wrapper input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0px;
}
.tax-select-wrapper .tax-select {
  margin-bottom: 20px;
}
.tax-select-wrapper .tax-select label {
  color: #000000;
  font-size: 16px;
  margin: 0 0 10px;
}
.tax-select-wrapper button.cart-btn-2 {
  background: #266bf9;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}
.tax-select-wrapper button.cart-btn-2:hover {
  color: #fff;
  background: #000000;
}

.discount-code-wrapper .title-wrap {
  margin-bottom: 22px;
}
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.discount-code-wrapper .discount-code input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 10px;
  outline: none;
  width: 100%;
  border-radius: 0px;
}
.discount-code-wrapper .discount-code button.cart-btn-2 {
  background: #266bf9;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}
.discount-code-wrapper .discount-code button.cart-btn-2:hover {
  color: #fff;
  background: #000000;
}

.grand-totall h5 {
  font-size: 16px;
  margin: 36px 0 27px;
  font-weight: 400;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 600;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 16px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0;
}
.grand-totall .total-shipping ul li {
  color: #3a3a3a;
  list-style: outside none none;
  margin: 0 0 6px;
  display: block;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #3a3a3a;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall .grand-totall-title {
  color: #266bf9;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
}
.grand-totall .grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: #266bf9;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.grand-totall a:hover {
  background-color: #000000;
}

.billing-info-wrap h3 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}
.billing-info-wrap .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 10px;
}
.billing-info-wrap .billing-info input:focus {
  border-color: #266bf9;
}
.billing-info-wrap .billing-info .checkout-account label {
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 0 12px;
}
.billing-info-wrap .billing-info .checkout-account input {
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}
.billing-info-wrap .billing-info .checkout-account input:focus {
  border-color: #266bf9;
}
.billing-info-wrap .billing-select select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
 
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gmap_canvas iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .gmap_canvas iframe {
    height: 350px;
  }
}

.contact-wrapper {
  background-color: #f5f5f5;
  padding: 110px 120px 0px 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper {
    padding: 70px 80px 0px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 50px 60px 60px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 50px 30px 60px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-wrapper {
    padding: 50px 20px 60px 20px;
  }
}
.contact-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-wrapper .contact-info .single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 264px;
  -webkit-box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1); 
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info .single-contact {
    width: 240px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info .single-contact {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding: 40px 0;
  }
}
.contact-wrapper .contact-info .single-contact .info-box {
  text-align: center;
  line-height: 1;
}
.contact-wrapper .contact-info .single-contact .info-box .title {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 500;
  margin: 21px 0 18px 0;
}
@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .info-box .title {
    font-size: 20px;
  }
}
.contact-wrapper .contact-info .single-contact .info-box p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
}
.contact-wrapper .contact-info .single-contact .info-box a {
  color: #000000;
}
.contact-wrapper .contact-info .single-contact .info-box a:hover {
  color: #266bf9;
}

.contact-form .contact-title {
  margin: 0 0 52px;
  text-align: center;
}
.contact-form .contact-title .title {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-title .title {
    font-size: 28px;
  }
}
.contact-form .contact-title p {
  color: #747474;
  line-height: 27px;
}
.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: #fff; 
  margin-bottom: 30px;
  color: #3a3a3a;
  font-size: 14px; 
  font-weight: 300;
}
.contact-form .contact-form-style input::-webkit-input-placeholder, .contact-form .contact-form-style textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input::-moz-placeholder, .contact-form .contact-form-style textarea::-moz-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input:-ms-input-placeholder, .contact-form .contact-form-style textarea:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input::-ms-input-placeholder, .contact-form .contact-form-style textarea::-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
  border-color: #266bf9;
  color: #000;
}
.contact-form .contact-form-style textarea {
  margin-bottom: 50px;
  height: 250px;
}
.contact-form p {
  color: #3a3a3a;
}
.contact-form button {
  font-size: 18px;
  font-weight: 600;
  width: 230px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background-color: #393e46;
  color: #fff;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  margin: auto;
}
.contact-form button:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-form button {
    font-size: 16px;
    width: 190px;
    height: 54px;
  }
}