/* 
*  CSS TABLE OF GLOBAL CONTENTS
*   
*  1.0 - Reset
*  2.0 - Fonts
*  3.0 - Globals
*     3.1 - Button
*     3.2 - Slick_Slider
*     3.3 - Scroll-Top
*     3.4 - Pagiantion
*     3.5 - Top-Banner
*  4.0 - Header
*  5.0 - Footer
*/



/* 
*  CSS TABLE OF PAGE CONTENTS
*   
*  1.0 - HOME
*     1.1 - Hero
*     1.2 - Discount
*     1.3 - New-Arival
*     1.4 - Product
*     1.5 - Savings
*     1.6 - Trending
*     1.7 - Service
*     1.8 - Blog
*     1.9 - Instagram
*     1.10 - Membership
*  2.0 - SHOP
*     2.1 - Shop-Sidebar
*     2.2 - Shop-Main
*  3.0 - SHOP-INNER
*     3.1 - Elivate-Zoom
*     3.2 - Shop-Description
*     3.3 - Tabs
*  4.0 - CART
*     4.1 - Cart-Table
*     4.2 - Cart-Total
*  5.0 - BLOG
*  6.0 - BLOG-DETAILS
*  7.0 - CONTACT-US
*  8.0 - ABOUT-US
*  9.0 - Error Page

*/


/*** 1.0 - Reset ***/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  color: #222222;
}

ul {
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin: 0;
}

button:focus {
  outline: 0;
}

img {
  width: 100%;
}

.pb-80 {
  padding-bottom: 80px;
}

/*** 2.0 - Fonts ***/
html,
body {
  font-family: "Poppins", sans-serif;
}

.text-custom {
  color: #ff2c69;
  font-family: "Jost";
}

.no-pad-top {
  padding-top: 0px !important;
}

/*** 3.0 - Globals ***/
.product-search input:focus-visible {
  outline: none !important;
  -webkit-box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff2c69;
  -webkit-box-shadow: none;
  box-shadow: none;
}


#cartModal {
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
}

#cartModal .cartTable th,
#cartModal .cartTable td {
  padding: 10px 0;
  text-align: center;
}

.modal-header {
  border-bottom: 0;
}

.modal-footer {
  border-top: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*** 3.1 - Button ***/
.btn-custom {
  border: 2px solid #ff2c69;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  text-transform: uppercase;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-arrow::after {
  content: "\f105";
  color: #fff;
  margin-left: 5px;
  font-family: 'Font Awesome 5 free';
  font-weight: 700;
}

.btn-custom:hover {
  background: #ff2c69;
  color: #fff;
}

.btn-fill {
  background: #ff2c69;
  color: #fff;
}

.btn-fill:hover {
  background: transparent;
  color: #fff;
}

.btn-gray {
  border-color: #222;
}

.btn-gray:hover {
  color: #fff;
  background: #222;
}

.btn-custom-white {
  color: #fff;
  border: 2px solid #fff;
}

.btn-custom-white:hover {
  color: #222;
  border: 2px solid #fff;
  background: #fff;
}

.btn-cart {
  border-radius: 0;
  color: #222222;
  background: #d2d2d2;
  border: 2px solid #4d4d4d;
}

.btn-cart:hover {
  color: #222222;
  background: #d2d2d2;
}

.error-page-wrapper .btn-arrow:hover.btn-arrow::after {
  color: #ff2c69 !important;
}


/*** 3.2 - Slick_Slider ***/
/* Slick Slider Start */
.slick-next,
.slick-prev {
  z-index: 111;
  background: #fff;
  color: red;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: gray;
}

.slick-next {
  right: 30px;
}

.product-wrapper .slick-next {
  right: -16px;
}

.product-wrapper .slick-prev {
  left: -16px;
}

.slick-prev {
  left: 30px;
}

.product-wrapper .slick-prev,
.product-wrapper .slick-next {
  top: 42%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  font-weight: 900;
  opacity: 1;
  line-height: 0.3;
  color: #ff2c69;
  font-family: 'Font Awesome 5 free';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #ff2c69;
  outline: none;
  background: #fff;
}

/* Slick Slider End */



/*** 3.3 - Scroll-Top ***/
/* Scroll To Top Start */
.material-scrolltop.reveal {
  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;
  background: #ff2c69 !important;
}

.material-scrolltop::before {
  background: #ff2c69 !important;
}

.material-scrolltop.reveal:hover {
  cursor: pointer;
}

.material-scrolltop.reveal i {
  font-size: 40px;
  color: #fff !important;
}

.material-scrolltop.reveal {
  z-index: 999999;
}

/* Scroll To Top End */

/*** 3.4 - Pagiantion ***/
/* pagination Start */
.pagination-section .page-item:first-child .page-link {
  border: 0;
}

.pagination-section .page-link {
  border: 0 !important;
  color: #2b2c348a;
  font-family: 'Jost';
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination-section .page-item:last-child .page-link {
  color: #2B2C34;
}

.pagination-section .page-item:last-child .page-link:hover {
  color: #ff2c69;
}

.pagination-section .page-link i {
  font-size: 18px;
  color: #2b2c348a;
}

.pagination-section .page-link:hover {
  color: #ff2c69;
  background: transparent;
}

.pagination-section .page-link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination-section .page-link.active {
  color: #ff2c69;
}

/* pagination End */

/*** 3.5 - Top-Banner ***/
/* Banner Start */
.top-banner {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-title h2 {
  color: #fff;
  font-size: 40px;
}

.banner-title .breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.banner-title .breadcrumb-item a {
  color: #fff;
  font-size: 18px;
}

.banner-title .breadcrumb-item.active {
  font-size: 18px;
  color: #fff;
}

.banner-title .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.section-padding {
  padding: 120px 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

/* Banner End */

/* Re Usable Component End*/



/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/*** 4.0 - Header ***/
/* Header Menu Start */
#header {
  position: sticky;
  background: #fff;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05),
    2px 4px 10px 0 rgba(0, 34, 51, 0.05);
  box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05),
    2px 4px 10px 0 rgba(0, 34, 51, 0.05);
  top: 0;
  left: 0;
  z-index: 9999;
}

.navbar-nav .dropdown-menu {
  margin-bottom: 22px;
}

.header-menu-logo.navbar-brand {
  margin-right: 80px;
}

.header-menu-logo img {
  width: 215px;
}


.hm-icon-collection li {
  cursor: pointer;
  margin-right: 20px;
}

.hm-icon-collection li:last-child {
  margin-right: 0;
  position: relative;
}

.main-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-menu .hm-collections li a {
  font-size: 18px !important;
  padding: 6px 18px !important;
  font-weight: 300;
  color: #4d4d4d !important;
}

.header-menu .hm-collections li a:hover {
  background: #ff2c69;
  color: #fff !important;
}

.header-menu .nav-item.active a {
  background: #ff2c69 !important;
  color: #fff !important;
}

.hm-icon-collection {
  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;
}

.navbar-nav.hm-collections>li {
  margin-right: 3px;
}

.navbar-nav.hm-collections li:last-child {
  margin-right: 0;
}

.hm-icon-collection li i {
  font-size: 22px;
  color: #4d4d4d;
}

.hm-icon-collection:last-child {
  position: relative;
}

.count-num {
  padding: 3px 7px;
  color: #fff;
  font-size: 10px;
  background: #ff2c69;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: #ff2c69 !important;
}



.text-opacity {
  font-family: "Jost";
  color: #4d4d4d
}

.section {
  padding: 80px 0;
}

.hover-parent {
  position: relative;
}

.hover-parent:hover .hover-menu-collection {
  display: block;
  top: 30px;
}

.hover-parent .rotate-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hover-parent:hover .rotate-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hover-menu-collection {
  background: #fff;
  padding: 10px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  border-radius: 5px;
}

.hover-menu-collection li a {
  display: block;
  padding: 5px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hover-menu-collection li a:hover {
  background-color: #ff2c69;
  color: #fff;
}

.header-menu .hm-collections li a.active {
  color: #fff !important;
  background-color: #ff2c69;
}

.header-menu-wrapper {
  width: 100%;
  padding: 20px 0;
}

.language-choose .dropdown-toggle {
  white-space: nowrap;
  font-size: 18px !important;
  padding: 6px 18px !important;
  font-weight: 300;
  color: #4d4d4d !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 50px;
}

/* .dropdown-toggle::after {
  display: none;
} */

.dropdown-item.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#navbarDropdown i {
  font-size: 18px;
}

.header-menu .hm-collections li a:focus,
.header-menu .hm-collections li a:hover {
  color: #fff !important;
  background-color: #ff2c69;
}

.language-choose a i {
  font-size: 18px;
}

.dropdown-menu {
  min-width: 12rem;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border-bottom: 5px solid #ff2c69;
  padding: 0;
}

/* New Code Start */
/* .dropdown-menu .dropdown-toggle:after {
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
} */

.dropdown-menu .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu li {
  position: relative;
}

.nav-item .submenu {
  position: absolute;
  left: 100%;
  top: -7px;
}

.nav-item .submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover {
  background-color: #f1f1f1
}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

.submenu.dropdown-menu {
  position: absolute !important;
  left: 100%;
  top: 0;
}

.dropdown-menu li {
  position: relative;
}

.main-menu-wrapper ul.navbar-nav 
 li.nav-item.dropdown:hover>ul {
    display: block;
}

/* Mobile Top Menu Start */
.mobile-top-wrapper {
  padding: 15px 30px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.top-header {
  background: #424242;
}
.mble-right i {
  color: #fff !important;
}

button.mble-search-btn i {
  font-size: 14px;
}

button.mble-search-btn {
  border: 0;
  background: transparent;
  outline: 0;
}

.mobile-show {
  display: none;
}

.searchModal {
  z-index: 99999 !important;
}

.modal-btn-search {
  background: #424242;
  border-radius: 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #1c1c1c;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-btn-search:link,
.modal-btn-search:visited {
  color: #fff;
}

.modal-btn-search:active,
.modal-btn-search:hover {
  background: #1c1c1c;
  color: #fff;
}



.searchModal button.close {
  position: absolute;
  right: 5px;
  top: 7px;
  text-align: center;
  z-index: 999999;
}


.searchModal .modal-dialog {
  top: 54px;
  margin: 0;
}

.searchModal .modal-content {
  background-color: #ff2c69;
  border: 0;
  border-radius: 0;
  height: 120px;
}

.searchModal .modal-body {
  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;
}

.mble-left .language-choose .dropdown-toggle {
  color: #fff !important;
}


/* Mobile Top Menu  End */
/* New Code End */

/* Header Menu End

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/***  1.0 - HOME ***/

/*** 1.1 - Hero ***/
/* Hero Section Start */
#hero {
  position: relative;
}

.hero-section {
  height: 90vh;
  overflow: hidden;
  position: relative;
}

.hero-box {
  height: 90vh;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-section .slick-list.draggable {
  width: 100%;
  height: 100%;
}


.hero-section .slick-track {
  height: 100%;
}

.hero-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 10%);
  z-index: 1;
}

.hero-content-wrapper {
  width: 700px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.hero-content-wrapper .hero-cont-top {
  font-size: 25px;
  color: #222;
  font-weight: 500;
  font-family: "Jost";
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.hero-content-wrapper h1 {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-cont-top {
  position: relative;
}

.hero-cont-top:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 3px;
  background: #222;
  bottom: 0;
  left: 30%;
}

.hero-cont-bottom {
  margin-bottom: 30px;
  font-size: 18px;
  opacity: 0.8;
  color: #4d4d4d;
}

#cartModal .btn-fill:hover {
  color: #222;
}

.cart-buttons-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-left {
  margin-right: 40px;
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  padding-top: 2px;
}
/* Search Button Start */
.search-box {
  position: relative;
}


.input-search-box {
  position: absolute;
  top: -20px;
  right: 0;
  height: auto;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 40px;
  color: #4d4d4d;
  background: transparent;
}

.input-search::-webkit-input-placeholder {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}

.input-search::-moz-placeholder {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}

.input-search:-ms-input-placeholder {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}

.input-search::-ms-input-placeholder {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}

.input-search::placeholder {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}

.btn-search {
  border-style: none;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background-color: transparent;
  pointer-events: painted;
  top: -15px;
  z-index: 333;
}

.input-search {
  width: 250px;
  border-radius: 0px;
  border-bottom: 1px solid #ff2c69;
  -webkit-transition: all 300ms cubic-bezier(0, 0.11, 0.35, 2);
  -o-transition: all 300ms cubic-bezier(0, 0.11, 0.35, 2);
  transition: all 300ms cubic-bezier(0, 0.11, 0.35, 2);
  background: #fff;
}

/* Search Button End */

/* Hero Section End */
/*----------------------------------------------------------------------------*/

/*** 1.2 - Discount ***/
/* Discount Section Start */
.discount-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discount-single {
  width: 49%;
  padding: 60px 45px;
  background-repeat: no-repeat;
  background-size: cover;
}

.discount-top {
  font-size: 16px;
  color: #4a4a4a;
}

.discount-heading {
  font-size: 40px;
  font-weight: 600;
}

.discount-ration {
  font-size: 22px;
  font-family: "Jost";
  color: #1c070d;
  opacity: 50%;
  margin-bottom: 13px;
}

.discount-content-wrapper {
  background: rgb(255, 255, 255, 0.5);
  padding: 25px 50px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.discount-content-wrapper.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.discount-content {
  width: 185px;
}

/* Discount Section End */

/*----------------------------------------------------------------------------*/
/*** 1.3 - New-Arival ***/
/* New Arival Start */
#new-arival {
  background: #f9f9f9;
}

.na-top {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.na-top h1 {
  font-size: 40px;
  font-weight: 600;
}

.na-top p {
  font-size: 18px;
  opacity: 0.8;
}

.shuffleFilter .btn {
  font-size: 18px;
  font-family: "Jost";
  font-weight: 600;
}

.shuffleFilter .btn.active {
  border-bottom: 2px solid #ff2c69;
  border-radius: 0;
  color: #ff2c69;
}

/* .shuffle .single-product {
  width: 100%;
} */

/* New Arival End */
/*----------------------------------------------------------------------------*/

/*** 1.4 - Product ***/
/* Product Section Start */
.single-product {
  width: 33%;
  padding: 10px;
  margin-bottom: 10px;
}

.single-product-top {
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.single-product-top .discount-rat {
  display: inline-block;
  color: #fff;
  background: #ff2c69;
  font-size: 13px;
  padding: 7px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.single-prod-icon {
  position: absolute;
  top: 85px;
  right: -36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-product-top:hover .single-prod-icon {
  right: 20px;
}

.single-prod-icon p i {
  font-size: 16px;
  color: #222;
  padding: 10px;
  margin-bottom: 7px;
  background: #fff;
  border-radius: 3px;
}

.single-prod-icon p:hover i {
  color: #fff;
  background: #ff2c69;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}

.single-prod-icon .eye i {
  padding: 10px 9px;
}

.add-to-cart {
  position: absolute;
  bottom: -42px;
  text-transform: uppercase;
  color: #fff;
  background: #ff2c69;
  padding: 8px;
  font-size: 16px;
  font-family: "Poppins";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.add-to-cart:hover {
  color: #fff;
}

.add-to-cart span {
  display: inline-block;
  margin-right: 7px;
}

.single-product-top:hover .add-to-cart {
  bottom: 0;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-title {
  font-size: 20px;
  color: #08081a;
}

.product-price .regular-price {
  font-size: 20px;
  font-family: "Jost";
  color: #231308;
  text-decoration: line-through;
  margin-right: 15px;
}

.product-price .offer-price {
  font-size: 20px;
  font-family: "Jost";
  color: #ff2c69;
}

.product-price-fixed .fixed-price {
  font-size: 20px;
  font-family: "Jost";
  color: #ff2c69;
}

.product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Ssizer-element {
  z-index: -1;
}

.sp-box {
  position: relative;
}

.sp-box a.sp-thumbnail {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 470px;
}

a.sp-thumbnail img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.spb-thumb {
  overflow: hidden;
  position: relative;
  height: 470px;
}

.spb-thumb a.sp-thumbnail-url {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.spb-thumb p.discount-rat {
  display: inline-block;
  color: #fff;
  background: #f54337;
  font-size: 13px;
  padding: 7px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.spb-thumb img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.spb-thumb:hover button.add-to-cart {
  bottom: 0;
}

.spb-thumb:hover .single-prod-icon {
  right: 25px;
}

.similar-product .single-product {
  width: 33%;
}

/* Product Section End */

/*----------------------------------------------------------------------------*/
/*** 1.5 - Savings ***/
/* Savings Section Start */

.savings-content-wrapper {
  width: 100%;
  height: 370px;
  background-size: cover;
  background-position: left;
}

.savings-content .text-custom {
  color: #ff2c69;
  font-family: "Jost";
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}

.saving-title {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.savings-content-wrapper {
  width: 100%;
  height: 370px;
  background-size: cover;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 60px;
}

/* Savings Section End */

/*----------------------------------------------------------------------------*/
/*** 1.6 - Trending ***/
/* Trending Section Start */
.section-top {
  width: 700px;
  text-align: center;
  margin-bottom: 60px;
}

.section-top .section-top-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-top .section-top-desc {
  font-size: 18px;
  opacity: 0.8;
  color: #4d4d4d;
}

.trending-section {
  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: 100px;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
}

.trending-content-wrapper {
  width: 80%;
  background: rgb(255, 255, 255, 0.7);
  padding: 100px 0;
  position: relative;
}

.trending-content-wrapper .circle-border {
  width: 120px;
  height: 120px;
  border: 10px solid #ff2c69;
  position: absolute;
  top: -50px;
  right: -50px;
  opacity: 0.5;
  border-radius: 50%;
}

.trending-content .tr-year {
  font-size: 80px;
}

.trending-content .tr-title {
  font-size: 80px;
  color: #231308;
}

.trending-content .tr-offer {
  font-size: 40px;
  color: #231308;
}

/* Trending Section End */

/*----------------------------------------------------------------------------*/
/*** 1.7 - Service ***/
/* Service Section Start */
.service-section {
  background: #f9f9f9;
  padding: 100px;
}

.service-single.text-center {
  margin-bottom: 50px;
}

.service-single img {
  width: 60px;
  margin-bottom: 20px;
}

.service-single h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.service-single p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
}

/* Service Section End */
/*----------------------------------------------------------------------------*/
/*** 1. - Blog ***/
/* Blog Section End */
.blog-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-top-search {
  display: none;
}

.blog-content .bc-comment {
  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;
}

.blog-title {
  text-align: left;
}

.bc-comment .text-custom {
  color: #ff2c69;
  font-family: "Poppins";
  font-size: 16px;
}

.bc-comment .text-custom.tc-broder {
  margin: 0px 10px;
}

.bc-comment .text-custom span {
  display: inline-block;
  margin-right: 5px;
}

.bc-comment .text-custom span i {
  font-size: 14px;
}

.blog-title a {
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-title p {
  font-size: 16px;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-single:hover .blog-title a,
.blog-single:hover .blog-title p {
  color: #ff2c69;
}

.post-form .btn-fill:hover {
  color: #ff2c69;
}

/* Blog Section End */

/*----------------------------------------------------------------------------*/
/*** 1.9 - Instagram ***/
/* Instagram Section Start */
.instagram-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.instagram-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-img-wrapper img {
  width: 100%;
  height: 250px;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Instagram Section End */
/*----------------------------------------------------------------------------*/
/*** 1.10 - Membership ***/
/* IMembership Section Start */
.membership-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.membership-img {
  width: 14%;
}

/* Membership Section End */

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/*** 5.0 - Footer ***/

/* Footer Section Start */
#footer.section {
  padding-bottom: 0;
}

.row-align {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer .footer-faq {
  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;
}

.footer-top-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer-top-ul a {
  display: inline-block;
  color: #4d4d4d;
  opacity: 0.8;
  margin-right: 25px;
}

.footer-top-ul li:last-child a {
  margin-right: 0;
}

.footer-faq h5 {
  font-size: 22px;
  color: #2b2c34;
}

.footer-social li a {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.footer-social li a:hover {
  color: #fff;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer-social li:first-child a:hover {
  background-color: #4267b2;
  border-color: #4267b2;
}

.footer-social li:nth-child(2) a:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.footer-social li:nth-child(3) a:hover {
  background: -o-linear-gradient(60.39deg,
      #f38334 0%,
      #da2e7d 50.39%,
      #6b54c6 100%);
  background: linear-gradient(29.61deg,
      #f38334 0%,
      #da2e7d 50.39%,
      #6b54c6 100%);
  border-color: #da2e7d;
}

.footer-social li:nth-child(4) a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social li {
  margin-right: 20px;
}

.footer-top-title {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
}

.footer-desc {
  color: #4d4d4d;
}

.footer-item-collection li a {
  display: inline-block;
  padding: 10px 0;
  color: #4d4d4d;
}

.footer-section {
  background: #f9f9f9;
  padding: 100px 0;
}

.payment-collection li {
  float: right;
  display: inline-block;
  margin-right: 12px;
}

.footer-bottom-section {
  padding: 35px 0;
  background: #ecebe9;
}

.footer-bottom-section .copyright {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.main-logo {
  width: 160px;
}

/* Footer Section End */

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 2.0 - SHOP ***/
/* Shop Page */

/*** 2.1 - Shop-Sidebar ***/
/* Shop Sidebar Start */
.product-search label {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.product-search input {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  position: relative;
}

.product-search span {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 48px;
  color: #4d4d4d;
}

/* Fliter by Range Start */
.filter-by-price {
  margin-top: 25px;
}

.sliderText {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Jost";
}

.ui-slider-horizontal {
  height: 0.6em;
}

.ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}

.ui-widget-header {
  background: #3fe331;
}

.filter-text p {
  font-size: 16px;
  color: #4d4d4d;
}

.filter-input {
  opacity: 0.5;
}

.price-range-search.btn-custom {
  padding: 0px 30px;
}

.price-range-search {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
  margin-top: 15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #6f6f6f;
  background: #6f6f6f;
  font-weight: normal;
  color: #6f6f6f;
}

.ui-widget-header {
  background: #6f6f6f;
}

.ui-widget-content {
  background: #ececec;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -2px;
}

.ui-slider .ui-slider-handle {
  width: 7px;
  height: 1.2em;
  border-radius: 0;
}

.filter-text {
  width: 50%;
}

.filter-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px 0;
}

.filter-input input {
  width: 80px;
  padding: 0px 4px;
  border-radius: 5px;
}

/* Fliter by Range End */

/* Category */

.sidebar-title {
  font-size: 22px;
  color: #4d4d4d;
}

.categories-collection li {
  padding: 7px 0;
}

.categories-collection li a {
  font-size: 14px;
  color: #4d4d4d;
}

/* Color */

.color-choice {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.color-collection li {
  display: inline-block;
  padding-right: 15px;
}

.color-collection li:last-child {
  padding-right: 0px;
}

.color-collection li:first-child a {
  background: #ff2c69;
}

.color-collection li:nth-child(2) a {
  background: #ff729b;
}

.color-collection li:nth-child(3) a {
  background: #ffb5ca;
}

.color-collection li:nth-child(4) a {
  background: #f3e785;
}

.color-collection li:nth-child(5) a {
  background: #ff29bf;
}

.color-collection li:nth-child(6) a {
  background: #ff7e4e;
}

.color-collection li:nth-child(7) a {
  background: #2b0d02;
}

.color-collection li:nth-child(8) a {
  background: #929292;
}

/* Size */
.size-choice {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #222;
  text-align: center;
  margin-bottom: 10px;
}

.size-collection li {
  display: inline-block;
  padding-right: 15px;
}

/* Tags */
.tags-collection li {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
}

.tags-collection li:last-child {
  padding-right: 0px;
}

.tags-choice {
  display: inline-block;
  padding-right: 4px;
  color: #4d4d4d;
}

.tags-collection li:after {
  position: absolute;
  content: "/";
  color: #4d4d4d;
}

.tags-collection li:last-child:after {
  content: "";
}

/* Image */
.sidebar-img-wrapper {
  width: 100%;
  height: 375px;
  position: relative;
  overflow: hidden;
}

.sidebar-img {
  width: 100%;
  height: 100%;
}

.sidebar-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-img-hover {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 333;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-img-wrapper:hover .sidebar-img-hover {
  left: 0;
}

.sidebar-img-hover .savings-content p {
  color: #fff;
}

.sidebar-img-hover .savings-content h1 {
  color: #fff;
}

/* Shop Sidebar End */

/*** 2.2 - Shop-Main ***/
/* Shop Main Section Start */
.shop-section .single-product {
  width: 50%;
}

/* Shop Main Section End */

.sorting-wrapper,
.show-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.product-sort .form-control,
.product-show .form-control {
  width: 60%;
}

.product-sort {
  width: 70%;
}

.product-show {
  width: 30%;
}

.product-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-icon {
  float: right;
}

.grid-icon i {
  font-size: 20px;
  padding: 10px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.grid-icon.active i {
  background: #ff2c69;
  color: #fff;
}

.shop-top {
  padding: 20px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.product-select-wrapper .form-group {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 3.0 - SHOP-INNER ***/
/* Shop Inner Page */

/*** 3.1 - Elivate-Zoom ***/
/* Elivate Zoom Section Start */
.elivate-lg-img {
  width: 95% !important;
  height: 500px !important;
  left: 15px;
}

#thumb-img img {
  width: 98% !important;
  height: 120px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.elivate-zoom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#thumb-img {
  width: 100%;
}

.elivate-zoom-section .slick-next {
  right: 5px;
}

.elivate-zoom-section .slick-prev {
  left: 2px;
}

/* Elivate Zoom Section End */


/*** 3.2 - Shop-Description ***/
/* Shop Description Start */
.product-ratings {
  margin-right: 10px;
}

.ratings-collection li {
  float: left;
  margin-right: 7px;
}

.ratings-collection li p i {
  font-size: 16px;
}

.ratings-collection li:last-child {
  margin-right: 0px;
}

.product-ratings span {
  display: inline-block;
  margin-left: 20px;
  color: #222;
  font-size: 18px;
  font-weight: 300;
}

.shop-inner-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}

.shop-inner-desc-top .price {
  font-size: 18px;
  font-weight: 600;
}

.desc-collection {
  padding: 20px;
}

.desc-collection li {
  list-style: initial;
  font-size: 14px;
  color: #4d4d4d;
  padding: 5px 0px;
  font-weight: 500;
}

.desc-collection li ::marker {
  color: #4d4d4d;
}

.shop-inner-desc .short-desc {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 20px;
}

.shop-inner-desc h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number {
  border-left: 0 !important;
  border-right: 0 !important;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 46px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0 !important;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-gray {
  background: #f9f9f9;
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}


/*** 3.3 - Tabs ***/
/* Tabs Start */
.card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 34, 51, 0.1);
  border-radius: 0.15rem;
}

/* Tabs Card */

.tab-card {
  border: 0;
}

.tab-card-header {
  background: none;
}

/* Default mode */
.tab-card-header>.nav-tabs {
  border: none;
  margin: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ff2c69;
}

.tab-card-header>.nav-tabs>li {
  margin-right: 2px;
}

.tab-card-header>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-card-header>.nav-tabs>li>a.show {
  border-bottom: 2px solid #ff2c69;
  color: #ff2c69;
}

.tab-card-header>.nav-tabs>li>a:hover {
  background: #ffe5ec;
}

.tab-card-header>.tab-content {
  padding-bottom: 0;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-tabs .nav-link.active:hover {
  color: #fff;
  background-color: #ff2c69;
}

.tab-content>.active {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

/* Tabs End */
/* Shop Description End */

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 4.0 - CART ***/
/* Cart Page */

/*** 4.1 - Cart-Table ***/
/* Cart-Table Start */
.cartTable .cart-product-img {
  width: 100px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cartTable thead {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cart-table-section .quantity-wrapper {
  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;
}

.cartTable {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.cartTable th,
.cartTable td {
  padding: 25px 0;
  text-align: center;
}

.cartTable th {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 18px;
  color: #2d2b2b;
}

.cartTable tr {
  border-bottom: 1px solid #ddd;
}

.cartTable td a {
  padding: 10px 16px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cartTable td a:hover {
  background: #d2d2d2;
}


.cart-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Cart-Table End */


/*** 4.2 - Cart-Total ***/
/* Cart Total Start */
.cart-total-section .section-top {
  width: auto;
  text-align: left;
  margin-bottom: 40px;
}

.price-collection li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.price-collection li h5 {
  display: inline-block;
  width: 200px;
  font-size: 22px;
  color: #222;
}

.cth-first {
  width: 10%;
}

.cth-second {
  width: 20%;
}

.cth-third {
  width: 20%;
}

.cth-fourth {
  width: 30%;
}

.cth-fifth {
  width: 20%;
}

.coupon-input {
  padding: 24px;
  border-radius: 0;
  width: 185px;
  border: 2px solid #4d4d4d;
}

.coupon-input-2 {
  padding: 24px;
  width: 185px;
  border: 2px solid #ff2c69;
}

.coupon-input-2::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff2c69;
  opacity: 1;
  /* Firefox */
}

.coupon-input-2::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff2c69;
  opacity: 1;
  /* Firefox */
}

.coupon-input-2:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff2c69;
  opacity: 1;
  /* Firefox */
}

.coupon-input-2::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff2c69;
  opacity: 1;
  /* Firefox */
}

.coupon-input-2::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff2c69;
  opacity: 1;
  /* Firefox */
}

/* Cart Total End */

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 5.0 - BLOG ***/
/* Blog Page */

/* Single Blog Start */
.blog-img {
  width: 100%;
  height: 400px;
}

.blog-img img {
  width: 100%;
  height: 100%;
}

.blog-title h3 {
  font-size: 25px;
  font-weight: 500;
}

.read-more-btn {
  text-transform: capitalize;
  color: #4a4a4a;
  display: inline-block !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.read-more-btn span {
  display: inline-block;
  font-size: 14px;
}

.rp-sm-img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rp-title {
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.rp-title:hover {
  color: #ff2c69;
}

.blog-tag-colloection li:after {
  display: none;
}

.blog-tag-colloection .tags-choice {
  display: inline-block;
  color: #4a4a4a;
  background: #ffe5ec;
  padding: 5px 10px;
  border-radius: 5px;
}

.social-collection li a {
  border: 1px solid #4d4d4d;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* Single Blog End */

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 6.0 - BLOG-DETAILS ***/
/* Blog Details Page */

.blog-details {
  color: #4d4d4d;
  text-align: justify;
}

.bd-sm-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blog-share h3 {
  width: 150px;
  font-size: 25px;
  color: #4d4d4d;
}

.share-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-collection li {
  margin-right: 20px;
}

.share-collection li:last-child {
  margin-right: 0;
}

.share-collection li a {
  border: 0;
  color: #4d4d4d;
  width: auto;
  height: auto;
  line-height: auto;
  font-size: 18px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* Author Section Start */

.about-author {
  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: 20px;
  background: #ffe5ec;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
}

.author-bio h5 {
  font-size: 30px;
  color: #222;
}

.author-bio p {
  font-size: 18px;
  color: #222;
}

.author-img {
  width: 110px;
  height: 125px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Author Section End */

/* Comment Section Start */
.comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.writter-bio h6 {
  font-size: 20px;
  color: #222;
}

.comment-box p {
  font-size: 16px;
  color: #222;
  line-height: 26px;
}

.writter-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}

.comment-box h6 {
  font-size: 30px;
  color: #222;
}

.bd-title h4 {
  font-size: 25px;
}

/* Comment Section End */

/* Post Section Start */
.post-section {
  -webkit-box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  padding: 20px;
  border-radius: 10px;
}

.contact-form .btn-fill:hover {
  color: #222;
}

.btn-black:hover {
  color: #222;
}

.cf-msg {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.cf-msg p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #717484;
  text-transform: capitalize;
}

/* Post Section End */

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 7.0 - CONTACT-US ***/
/* Contuct Us Page */

/* Contact Section Start */
.single-card .card {
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  box-shadow: 2px 4px 10px 0 rgb(0 34 51 / 5%), 2px 4px 10px 0 rgb(0 34 51 / 5%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-card .card {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-card .card:hover {
  background: #ff2c69;
}

.single-card .card:hover .contact-icon i {
  color: #ff2c69;
}

.single-card .card:hover .contact-icon i {
  background: #fff;
}

.single-card .card:hover .card-title,
.single-card .card:hover .card-text {
  color: #fff;
}

.single-card .card-body {
  height: 215px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-card .contact-icon i {
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ff2c69;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-card .card-title {
  margin-bottom: 0.75rem;
  font-size: 25px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-card .card-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.goggle-map-section iframe {
  height: 600px;
  width: 100%;
  border: none;
}

/* Contact Section End */

/* Faq Section Strat */
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ff2c69;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  font-size: 20px;
  color: #222;
  text-transform: capitalize;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: -webkit-transform .25s linear;
  -o-transition: transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #ff2c69;
  color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-collapse {
  background: #fff;
  padding: 20px;
  margin-top: -8px;
  margin-bottom: 10px;
}

.faq-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-top h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.faq-top p {
  color: #fff;
}


.faq-section {
  padding-bottom: 0px;
}

/* Faq Section End */
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*** 8.0 - ABOUT-US ***/
/* About Us Page */
.about-wrapper {
  padding: 20px;
  border-radius: 10px;
}

.about-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content h6 {
  color: #ff2c69;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}

.about-content h6:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #ff2c69;
  bottom: 0;
  left: 0;
}

.about-single {
  padding: 10px 0;
  border-radius: 10px;
}

.as-mobile {
  display: none;
}

.about-content h2 {
  font-size: 40px;
  text-transform: capitalize;
}

.about-content p {
  text-align: justify;
  color: #4d4d4d;
  min-height: 205px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}

.about-img {
  border-width: 10px 4px;
  border-radius: 10px 40px;
  overflow: hidden;
  height: 420px;
}

.extra-pad {
  padding: 0 30px;
}

/* Meet our Team Start */
.mot-img {
  height: 300px;
  border-width: 10px 4px;
  border-radius: 30px 0px;
  overflow: hidden;
}

.mot-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mot-text h4 a:hover {
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mot-text h4 a:hover {
  color: #ff2c69;
}


/* Meet our Team End */



/*** 9.0 - ABOUT-US ***/
.error-img {
  position: relative;
  text-align: center;
}

.error-page-wrapper {
  position: relative;
  padding: 120px 0px;
}

.error-img img {
  margin-bottom: 60px;
}

.error-img a.btn:hover {
  color: #ff2c69;
}

/*** ABOUT-US END ***/