@font-face {
  font-family: 'bold';
  src: url('../font/myriadpro-bold-webfont.woff2') format('woff2'), url('../font/myriadpro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_probold_condensed';
  src: url('../font/myriadpro-boldcond-webfont.woff2') format('woff2'), url('../font/myriadpro-boldcond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_proBdCnIt';
  src: url('../font/myriadpro-boldcondit-webfont.woff2') format('woff2'), url('../font/myriadpro-boldcondit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_probold_italic';
  src: url('../font/myriadpro-boldit-webfont.woff2') format('woff2'), url('../font/myriadpro-boldit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_procondensed';
  src: url('../font/myriadpro-cond-webfont.woff2') format('woff2'), url('../font/myriadpro-cond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_procondensed_italic';
  src: url('../font/myriadpro-condit-webfont.woff2') format('woff2'), url('../font/myriadpro-condit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriad_proitalic';
  src: url('myriadpro-it-webfont.woff2') format('woff2'), url('myriadpro-it-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_proregular';
  src: url('../font/myriadpro-regular-webfont.woff2') format('woff2'), url('../font/myriadpro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'semibold';
  src: url('../font/myriadpro-semibold-webfont.woff2') format('woff2'), url('../font/myriadpro-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myriad_prosemibold_italic';
  src: url('../font/myriadpro-semiboldit-webfont.woff2') format('woff2'), url('../font/myriadpro-semiboldit-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
  /*padding: 0 !important;*/
}
.page-wrap {
  min-height: 100%;
  margin-bottom: 0px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {}
/*--------------General CSS---------*/
img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: 100%;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #3e3e3e;
}
a:hover, a:focus {
  color: #99459a;
  text-decoration: none;
  outline: none;
}
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
p {
  line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'myriad_proregular' !important;
  font-size: 15px;
  color: #696969;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  background-color: #fff;
}
/*-----------------------main styles starts here-----------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
label {
  color: #111;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: 'myriad_proregular';
}
label span {
  color: red;
}
.text_red {
  color: #dd4b39;
}
textarea.form-control {
  resize: none;
}

.tab-content>.active{
  display: block !important;
}
.tab-content p, .tab-content span{
    font-family: 'myriad_proregular' !important;
    line-height: 24px !important;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-control, .form-select {
  height: 48px;
  box-shadow: none;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  font-size: 20px;
  font-weight: normal;
  border-radius: 50px;
  width: 100%;
  color: #8e8d8d;
}
.form-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 20px;
  color: #8e8d8d;
}
.form-group .bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
  margin-top: 8px;
}
.form-select {
  padding: 6px 12px;
}
.border_radius_5 {
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #bdbdbd;
}
.icon_textbox {
  position: relative;
}
.icon_textbox .form-control {
  padding-right: 40px;
}
.icon_textbox i {
  position: absolute;
  right: 13px;
  top: 13px;
  color: #666;
  font-size: 16px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.font_b {
  font-weight: 700;
}
/*===================================== PLACE HOLDER CSSS START HERE ====================================*/
input.form-control::-webkit-input-placeholder {
  color: #8e8d8d;
}
input.form-control::-moz-placeholder {
  color: #8e8d8d;
}
input.form-control::-ms-placeholder {
  color: #8e8d8d;
}
input.textbox::-ms-input-placeholder {
  color: #8e8d8d;
}
input.textbox::-ms-input-placeholder {
  color: #8e8d8d;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.container {
  width: 100%;
  max-width: 1170px;
}
/*===================================== PLACE HOLDER CSSS END HERE ====================================*/
/*===================================== Commen Butons ===================================*/
/*------ Button css over ----------------*/
/*======================================================================*/
/* CUSTOM CHECK BOX AND CUSTOM RADIO CSS START */
.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:before, .custom-checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid #99459a;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:after, .custom-checkbox [type="checkbox"]:checked+label:after {
  color: #fff;
  content: "\f00c";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 1.45;
  padding: 1px 2px 2px 3px;
  transition: all 0.2s ease 0s;
  background-color: #99459a;
  width: 20px;
  height: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label, .custom-checkbox [type="checkbox"]:checked+label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
}
/* CUSTOM check CSS START */
/* CUSTOM RADIO CSS START */
.radio-btn-small {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  position: relative;
  padding-left: 30px;
  margin-top: 3px;
}
.radio-btn-small:last-child {
  margin-right: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]+label {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
input[type="radio"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #99459a;
  background-color: #fff;
  border-radius: 100px;
}
input[type="radio"]:checked+label span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #99459a;
  top: 3px;
  left: 3px;
  border-radius: 100px;
}
input[type="radio"]:checked+label span {
  background-color: #fff;
}
input[type="radio"]:checked+label {
  color: #282828;
}
/* Header menu */
.top_menu {
  position: relative;
}
.top_menu.before_login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.top_menu .navbar-default {
  background-color: #000;
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: auto;
}
.top_menu.before_login .navbar-default {
  background-color: transparent;
}
.navbar-header h1 {
  margin: 0;
}
.navbar-brand {
  height: auto;
  padding-top: 15px;
  padding-bottom: 25px;
}
.navbar-brand img {
  max-width: 170px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  position: relative;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #ff4e00;
  outline: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  color: #ff4e00;
}
.top_menu .navbar-nav {
  padding: 17px 0 14px 0;
}
.top_menu .nav>li.dropdown>a>img {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.navbar-default .navbar-nav>li>a i {
  font-size: 22px;
  vertical-align: middle;
  padding-right: 3px;
}
.top_menu .nav>li.dropdown>a.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.top_menu .nav>li.dropdown>a.dropdown-toggle span {
  white-space: nowrap;
  max-width: 95px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.top_menu .nav>li.dropdown>a.dropdown-toggle i {
  font-size: 18px;
  padding-right: 0;
  padding-left: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav>li.lang_btn>a {
  padding-right: 0;
}
/*======================================================================== responsive header btn ==========================================================================*/
/* responsive header btn */
.navbar-default .navbar-toggle .icon-bar {
  width: 25px;
  height: 2px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: #fe5e3a;
}
.navbar-toggle {
  margin-top: 12px;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}
.top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform-origin: 12% 60%;
  -webkit-transform-origin: 12% 60%;
  -moz-transform-origin: 12% 60%;
  -ms-transform-origin: 12% 60%;
  -o-transform-origin: 12% 60%;
}
.middle-bar {
  opacity: 0;
}
.bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.collapsed .middle-bar {
  opacity: 1;
}
.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
}
/*======================================================================== responsive header btn over ==========================================================================*/
/* responsive header btn over */
/*======================================================================== bootstrap select box over ==========================================================================*/
.bootstrap-select.open>.dropdown-toggle.btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default:focus {
  background-color: #fff;
  border-color: #99459a;
}
.bootstrap-select>.dropdown-toggle {
  border: 1px solid #dadada;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option, .bootstrap-select.btn-group .dropdown-toggle .fas {
  color: #cccccc;
}
/*======================================================================== bootstrap select box over ==========================================================================*/
/*======================================================================== toggel switch ==========================================================================*/
.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 23px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #000;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked+.slider {
  background-color: transparent;
  border: 2px solid #fe5434;
}
input:focus+.slider {
  box-shadow: 0 0 1px #fff;
  border: 2px solid #fe5434;
}
input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -moz-transform: translateX(26px);
  -o-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #fe5434;
}
.slider.round {
  border-radius: 25px;
}
.slider.round:before {
  border-radius: 50%;
}
/*======================================================================== toggel switch over ==========================================================================*/
/*======================================================================== Home slider ==========================================================================*/
.home_slider {
  position: relative;
}
.carousel-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31415a;
  opacity: 0.6;
  z-index: 1;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  min-width: 100%;
}
.carousel-indicators {
  width: 100px;
  left: auto;
  right: 0;
  margin: 0;
  text-align: right;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-indicators li {
  text-indent: unset;
  font-size: 18px;
  color: #838383;
  border: none;
  border-bottom: 1px solid #838383;
  background-color: transparent;
  border-radius: 0;
  width: 55%;
  height: 100%;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
  transition: width 0.4s ease;
}
.carousel-indicators .active {
  border-bottom-color: #fff;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-bottom: 10px;
  transition: width 0.4s ease;
}
/*======================================================================== Home slider over ==========================================================================*/
.header_on_top {
  width: 100%;
  display: inline-block;
  vertical-align: top;
/*  background: #fff9e9;*/
}
.header_on_top_left ul li {
  font-size: 14px;
  color: #434343;
  border-left: 1px solid #ededed;
  padding: 15px 10px;
  display: inline-block;
  vertical-align: top;
}
.header_on_top_left ul li:last-child {
  border-right: 1px solid #ededed;
}
.header_on_top_left ul li a {
  color: #434343;
  padding-left: 5px;
}
.header_on_top_right>ul>li {
  font-size: 14px;
  color: #000;
/*  border-left: 1px solid #ededed;*/
  padding:5px 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.header_on_top_right>ul>li a {
  color: #434343;
}
.header_on_top_right>ul>li:last-child {
/*  border-right: 1px solid #ededed;*/
}
.btn {
  outline: none !important;
}
.header_on_top_right .dropdown .dropdown-menu {
  /*transform: translateY(50px);transition:.5s ease all;*/
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  min-width: 120px;
}
.header_on_top_right .dropdown.open .dropdown-menu {
  max-height: 200px;
  opacity: 1;
  /*transform: translateY(0px);transition:.5s ease all;*/
}
.header_on_top_right .dropdown .btn {
  background: transparent;
  color: #434343;
  box-shadow: none;
  padding: 0px;
  position: relative;
}
.header_on_top_right .dropdown .btn .fa-chevron-down {
  font-size: 12px;
  padding-left: 5px;
}
.header_on_top_right .dropdown.open .dropdown-menu {
  /*top: 48px;*/
  border: 1px solid #ededed;
  border-radius: 0px;
  box-shadow: none;
}
.header_on_top_right .dropdown-menu>li {
  border-bottom: 1px solid #ededed;
}
.header_on_top_right .dropdown-menu>li:last-child {
  border-bottom: none;
}
.header_on_top_right .dropdown-menu>li>a {
  padding: 8px 10px;
  color: #434343;
}
.header_on_top_right .dropdown-menu>li>a:hover, .header_on_top_right .dropdown-menu>li>a:focus {
  background: transparent;
  color: #99459a;
  margin-left: 8px;
}
.header_on_top_right li.dropdown.open>span.dropdown-toggle i {}
.header_on_top_right .dropdown.open .btn .fa-chevron-down {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  padding-right: 5px;
  padding-left: 0px;
}
.header_on_top_right .show_icon {
  display: none;
}
.header_on_middle {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0px 10px;
}
.logo {
  padding: 0px 0px;
}
.logo img{
  width: 100%;
}
.search_categories {
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 50px;
  /* overflow: hidden; */
}
.search_categories>ul {
  display: table;
  width: 100%;
  /*padding: 8px 0px;*/
}
.search_categories>ul>li {
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0px;
}
.search_categories>ul>li:nth-child(1) {
  width: 242px;
}
.search_categories>ul>li:nth-child(2) {
  width: 160px;
}
.search_categories>ul>li:nth-child(3) {
  width: 53px;
  background-color: #99459a;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.search_categories>ul>li:first-child {
  border-right: 1px solid #dadada;
}
.search_categories>ul>li .form-control {
  border: none;
  font-size: 13px;
  padding: 0px 10px;
  height: 25px;
  background: transparent;
}
.search_categories>ul>li .form-category .bootstrap-select>.dropdown-toggle {
  border: none;
  padding: 0px 10px;
}
.search_categories>ul>li .bootstrap-select.btn-group .dropdown-toggle .fas {
  display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #afafaf;
  font-size: 13px;
}
.search_categories>ul>li>a {
  color: #333333;
  font-size: 21px;
  padding: 0px 10px;
}
.search_categories>ul>li>a:hover {
  color: #99459a;
}
.search_categories>ul>li>.form-category .dropdown-menu {
  top: 139%;
  border: 1px solid #dadada;
  transform: translateY(50px);
  transition: 0.5s ease all;
  box-shadow: none;
}
.search_categories>ul>li>.form-category .open>.dropdown-menu {
  transform: translateY(0px);
  transition: 0.5s ease all;
}
.compare_to_cart {
  z-index: 9;
}
.compare_to_cart_in>ul>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 15px;
  position: relative;
}
.compare_to_cart_in>ul>li:hover span, .compare_to_cart_in>ul>li:hover i {
  color: #8DC63F;
}
.compare_to_cart_in>ul>li a {
  position: relative;
}
.compare_to_cart_in>ul>li span {
  width: 100%;
  display: block;
  font-size: 11px;
  text-align: center;
  color: #434343;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.compare_to_cart_in>ul>li i {
  font-size: 24px;
  color: #39B54A;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cartcost {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  top: -18px;
  right: -50%;
  background: red;
  color: #fff;
}
.cartcost_two {
  background: #AA1EF0;
}
.header_on_bottom {
background: linear-gradient(89.89deg, #39B54A 0.08%, #8DC63F 99.91%);
  position: relative;
}
.navigation {
  background-color: transparent;
}
.nav-menu{
  text-align: center;
}
.nav-menu>li>a {
  color: #111;
  text-transform: uppercase;
  /* font-family: 'semibold'; */
}
.submenu-indicator-chevron {
  border-color: transparent #111 #111 transparent;
  border-width: 0 2px 2px 0px;
  height: 8px;
  width: 8px;
}
.header_on_bottom .nav-menu>li>.nav-submenu li a .submenu-indicator-chevron {
  border-color: transparent #99459a #99459a transparent;
}
.header_on_bottom .nav-menu>li{
  position: relative;
}
.header_on_bottom .nav-menu>li>a {
  text-transform: uppercase;
  font-size: 15px;
  color: #FFF;
  position: relative;
}
.header_on_bottom .nav-menu>li>a:after {
  width: 1px;
  height: 15px;
  content: "";
  position: absolute;
  right: 0px;
  top: 13px;
  background-color: #FFF;
}
.header_on_bottom .nav-menu>li:last-child a:after {
  display: none;
}
.submenu-indicator {
  margin-left: 10px;
  margin-top: 7px;
}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
  color: #FFF;
}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.submenu-indicator .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.header_on_bottom .nav-dropdown>li>a:hover, .header_on_bottom .nav-dropdown>li>a:focus {
  color: #99459a;
}
.header_on_bottom .nav-dropdown>li:hover>a .submenu-indicator-chevron .nav-dropdown, .header_on_bottom .nav-dropdown>.focus>a .submenu-indicator-chevron .nav-dropdown {
  border-color: transparent #99459a #99459a transparent;
}
.header_on_bottom .nav-menu>li>.nav-dropdown {
  box-shadow: rgba(116, 116, 116, 0.05) 0 3px 4px 4px, rgba(32, 32, 32, 0.05) 0 8px 8px;
  width: 188px;
}
.header_on_bottom .nav-dropdown .nav-dropdown {
  box-shadow: rgba(116, 116, 116, 0.05) 0 3px 4px 4px, rgba(32, 32, 32, 0.05) 0 8px 8px;
  /*left: 101%;*/
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
  color: #99459a;
}
.header_on_bottom .navigation {
  height: auto;
}
.header_on_bottom .nav-menu>li>a {
  height: auto;
  padding: 12px 40px;
}
/*.header_on_bottom .nav-menu>.ctm_catg>a{ background: #99459a; }*/
.nav-menu>li:hover>a, .nav-menu>.ctm_catg.active>a, .nav-menu>.ctm_catg.focus>a {
  color: #FFF;
}
.submenu-menu {
  background-image: url(../images/menu.png);
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  border-color: transparent !important;
}
.search_repo_display {
  display: none;
}
.banner img {
  width: 100%;
}
.top_up_to_box_main {
  margin-top: 40px;
  margin-bottom: 10px;
}
.top_up_to_box {
  position: relative;
  margin-bottom: 30px;
}
.top_up_to_box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top_up_to_box a img {
  width: 100%;
}
.top_up_to_box a::before {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}
.top_up_to_box a::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}
.top_up_to_box a:hover::before {
  left: 180%;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.top_up_to_box a:hover::after {
  left: -280px;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.my_title h2 {
  font-size: 30px;
  color: #434343;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'bold';
}
.my_title h2>span {
  font-size: 30px;
  color: #99459a;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'bold';
}
.animate_border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #99459a;
  text-align: center;
  margin: 10px auto 0px auto;
}
.animate_border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #434343;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.new_arrivals_in {
  width: 100%;
  display: inline-block;
  margin: 25px 0px 10px 0px;
}
.new_arrivals_box {
  width: 100%;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  margin-bottom: 30px;
}
.product_image {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* -webkit-transition: -webkit-transform .35s ease-out; transition: transform .35s ease-out;*/
  overflow: hidden;
  border-radius: 10px;
  /*height: 145px !important;*/
  height: 252px !important;
}
.product_image img {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}
.new_arrivals_box:hover .product_image img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.new_arrivals_in .owl-carousel .owl-stage-outer .item {
  padding: 15px;
}
.product_action {
  padding: 10px 11px;
  background-color: #99459a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
  opacity: 0;
  border-radius: 50px;
  z-index: 2;
}
.new_arrivals_box:hover .product_image .product_action {
  margin-top: 0;
  opacity: 1;
}
.product_action a {
  padding: 0px 15px;
  display: inline-block;
}
.product_action a:hover {
  color: black;
}
.product_action i {
  font-size: 22px;
  color: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product_action i:hover {
  color: #111;
}
.product_content {
  /* border-top: 1px solid #dadada;*/
  width: 100%;
  padding: 15px 15px 7px;
  /* text-align: center;*/
  /* background-color: #99459aa6;*/
}
.product_content a {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  font-family: 'bold';
}
.product_content a:hover {
  color: #99459a;
}
.product_content p {
  font-size: 16px;
  color: #AA1EF0;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 2px;
  font-family: 'bold';
}
.product_content p del {
  font-size: 14px;
  font-weight: normal;
  padding-right: 5px;
  color: #989898;
}
.categorie_left {
  width: 100%;
  border: 1px solid #dadada;
  position: relative;
}
.top_categories {
  margin-top: 20px;
}
.top_categories_in {
  margin: 40px 0px 10px 0px;
  width: 100%;
  display: inline-block;
}
.categorie_left_info {
  position: absolute;
  top: 60px;
  left: 20px;
}
.categorie_left_info p {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}
.categorie_left_info h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 38px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #000 0, #000 100%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background 0.5s;
  display: inline;
  color: var(--e-global-color-accent);
  color: #202020;
}
.categorie_left_info .sale_up {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}
.categorie_left_info .sale_up span {
  color: #99459a;
}
.categorie_left:hover .categorie_left_info h3 {
  background-size: 100% 100%;
  color: #fff !important;
}
.main_btn {
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
  /* background:linear-gradient(-164deg, rgb(87 0 94 / 99%) 0%, rgb(3 14 62 / 99%) 100%);*/
  /* background:linear-gradient(15deg, rgb(28 40 104) 0%, rgb(97 32 98) 55%);*/
  background: linear-gradient(21deg, #267831 0%, rgb(97 32 98) 55%);
  color: #ffffff;
  font-size: 15px;
  padding: 12px 25px 10px 20px;
  min-width: 110px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 5px !important;
  display: inline-block;
  font-family: 'semibold';
}
.main_btn i {
  padding-left: 7px;
  font-size: 17px;
}
.main_btn:hover i {
  animation: tfLeftToRight .5s forwards;
}
@keyframes tfLeftToRight {
  49% {
    transform: translate(100%)
  }
  50% {
    opacity: 0;
    transform: translate(-100%)
  }
  51% {
    opacity: 1
  }
}
.main_btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #202020;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.main_btn:hover {
  color: #ffffff;
}
.main_btn:hover span {
  -webkit-transform: translateY(0) scale(3);
  -ms-transform: translateY(0) scale(3);
  transform: translateY(0) scale(3);
}
.main_btn span:nth-child(1) {
  left: calc((1 - 1) * 25%);
  -webkit-transition-delay: calc((1 - 1) * 0.1s);
  -o-transition-delay: calc((1 - 1) * 0.1s);
  transition-delay: calc((1 - 1) * 0.1s);
}
.main_btn span:nth-child(2) {
  left: calc((2 - 1) * 25%);
  -webkit-transition-delay: calc((2 - 1) * 0.1s);
  -o-transition-delay: calc((2 - 1) * 0.1s);
  transition-delay: calc((2 - 1) * 0.1s);
}
.main_btn span:nth-child(3) {
  left: calc((3 - 1) * 25%);
  -webkit-transition-delay: calc((3 - 1) * 0.1s);
  -o-transition-delay: calc((3 - 1) * 0.1s);
  transition-delay: calc((3 - 1) * 0.1s);
}
.main_btn span:nth-child(4) {
  left: calc((4 - 1) * 25%);
  -webkit-transition-delay: calc((4 - 1) * 0.1s);
  -o-transition-delay: calc((4 - 1) * 0.1s);
  transition-delay: calc((4 - 1) * 0.1s);
}
.main_btn span:nth-child(5) {
  left: calc((5 - 1) * 25%);
  -webkit-transition-delay: calc((5 - 1) * 0.1s);
  -o-transition-delay: calc((5 - 1) * 0.1s);
  transition-delay: calc((5 - 1) * 0.1s);
}
.main_btn:focus {
  color: #fff;
}
.top_categories_in .main_btn {
  min-width: 180px;
  margin-top: 20px;
}
.top_categories_right_img {
  width: 100%;
  border: 1px solid #dadada;
  margin-bottom: 30px;
  overflow: hidden;
}
.top_categories_right_img img {
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  margin: 0px auto;
  display: block;
}
.top_categories_right_img:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.discount_main {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.discount_main_in {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.discount_main_in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.discount_main_in:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  z-index: 1;
  left: inherit;
  right: 0;
  width: 0%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  pointer-events: none;
}
.discount_main_in:hover:before {
  width: 0%;
  opacity: 1;
}
.discount_main_in:hover:after {
  width: 100%;
}
.discount_img {
  overflow: hidden;
}
/*.discount_img img{ -webkit-transition: -webkit-transform .35s ease-out; transition: transform .35s ease-out; width: 100%; } .discount_img:hover img{ -webkit-transform: scale(1.25); transform: scale(1.25); }*/
.discount_dtl {
  position: absolute;
  top: 30px;
  left: 20px;
}
.discount_dtl p {
  font-size: 15px;
  font-weight: normal;
  color: #8f8f8f;
  margin-bottom: 0px;
}
.discount_dtl h3 {
  font-size: 20px;
  font-weight: bold;
  color: #202020;
  line-height: 25px;
  margin: 20px 0px;
  font-family: 'bold';
}
.discount_dtl .off {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #99459a;
  margin-bottom: 20px;
  font-family: 'bold';
}
.discount_dtl .main_btn {
  background: #cccccc;
}
.discount_right_box .discount_dtl p, .discount_right_box .discount_dtl h3, .discount_right_box .discount_dtl .off {
  color: #fff;
}
.discount_right_box .discount_dtl .main_btn {
  background: #717981;
}
.deal_day {
  width: 100%;
  display: inline-block;
  font-variant: top;
  margin-bottom: 40px;
  background: #f4f4f4;
  padding: 30px 0px;
}
.deal_day_in_left p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
.deal_day_in_left h2 {
  font-size: 30px;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
  font-family: 'bold';
}
.deal_day_in_left h4 {
  font-size: 23px;
  font-weight: 500;
  color: #99459a;
  text-transform: uppercase;
  margin: 30px 0px 10px 0px;
}
.deal_day_in_left h5 {
  font-size: 17px;
  font-weight: bold;
  color: #373737;
  margin-bottom: 30px;
  font-family: 'bold';
}
.clock {
  height: 87px;
  color: #373737;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  position: relative;
  /*background: green;*/
  overflow: hidden;
  text-align: center;
  font-family: 'bold';
}
.clock .hours, .minutes, .seconds {
  width: 77px;
  height: 87px;
  background: #fcd04c;
  text-align: center;
  display: inline-flex;
  padding: 0px 25px 0px 25px;
  border-radius: 8px;
  line-height: 87px;
}
.minutes, .seconds {
  padding: 0px 20px 0px 20px;
}
/*.clock::before, .clock::after { content: ''; width: 7ch; height: 3vh; background: linear-gradient(to top, transparent, black); position: absolute; z-index: 2; } .clock::after { bottom: 0; background: linear-gradient(to bottom, transparent, black); }*/
.clock>div {
  display: flex;
}
.tick {
  line-height: 88px;
  padding: 0px 10px;
}
.tick-hidden {
  opacity: 0;
}
.move {
  animation: move linear 1s infinite;
}
@keyframes move {
  from {
    transform: translateY(0vh);
  }
  to {
    transform: translateY(-20vh);
  }
}
.deal_day .owl-carousel .owl-stage-outer .item {
  padding: 15px;
}
.deal_day .owl-nav {
  display: none;
}
.deal_day_in_right {
  overflow: hidden;
}
.deal_day_in_right img {
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  width: 100%;
}
.deal_day_in_right:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.our_brand_in {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
}
.our_brand_in .our_brand_logo .item img {
  transition: all ease 0.3s;
}
.our_brand_in .our_brand_logo .item a:hover img {
  margin-top: -13px;
}
.social_newsletter {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}
.social_newsletter_bg {
  position: relative;
  background-position: center right;
  background-size: cover;
  background-image: url(../images/social_newsletter_bg.jpg);
  padding: 10px;
}
.social_newsletter_in {
  background-color: #fff;
  position: relative;
}
.social_newsletter_in:before {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  height: -o-calc(100% - 40px);
  height: -ms-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  width: 1px;
  left: 50%;
  top: 20px;
  margin-left: -1px;
  background-color: #dadada;
}
.shop_social_title {
  /*font-size: 30px; color: #373737; font-weight: 600; font-family: 'semibold'; margin-top: 50px;*/
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.shop_social_text {
  color: #686868;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin: 30px 0px;
}
.shop_social ul {
  /*margin-bottom: 50px;*/
  display: inline-block;
}
.shop_social ul li {
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
}
.shop_social ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
.shop_social ul li .facebook_shop {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}
.shop_social ul li .facebook_shop:hover {
  background-color: transparent;
  border: 1px solid #3b5998;
  color: #3b5998;
}
.shop_social ul li .twitter_shop {
  background: #79c8ed;
  border: 1px solid #79c8ed;
}
.shop_social ul li .twitter_shop:hover {
  background-color: transparent;
  border: 1px solid #79c8ed;
  color: #79c8ed;
}
.shop_social ul li .instagram_shop {
  background: #dd6d9a;
  border: 1px solid #dd6d9a;
}
.shop_social ul li .instagram_shop:hover {
  background-color: transparent;
  border: 1px solid #dd6d9a;
  color: #dd6d9a;
}
.shop_social ul li .google_shop {
  background: #e66262;
  border: 1px solid #e66262;
}
.shop_social ul li .google_shop:hover {
  background-color: transparent;
  border: 1px solid #e66262;
  color: #e66262;
}
.newsletter_right .shop_social_text {
  /*max-width: 270px;*/
  margin: 0px auto;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.newsletter_input {
  position: relative;
}
.newsletter_send {
  position: absolute;
  right: 3px;
  width: 43px;
  height: 43px;
  color: #fff;
  /*background-color: #99459a;*/
  font-size: 20px;
  text-align: center;
  line-height: 43px;
  top: 2px;
  border-radius: 50px;
}
.newsletter_send:hover {
  /*background: #373737;*/
  color: #000;
}
.footer_bg {
  border-top: 1px solid #343434;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  padding-top: 40px;
  /*background-image: url(../../assets/images/footer_bg_n.jpg);*/
}
.footer_top {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 60px;
}
.footer_top_in {
  position: relative;
  min-height: 70px;
  margin-bottom: 50px;
}
.footer_top_in .icon {
  font-size: 35px;
  color: #99459a;
  display: inline-block;
}
.footer_top_in .shipping_text {
  position: absolute;
  left: 65px;
  top: 0px;
  cursor: pointer;
}
.footer_top_in .shipping_text a {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.footer_top_in .shipping_text span {
  font-size: 14px;
  color: #999;
}
.footer_top_in:hover .shipping_text a {
  color: #99459a;
}
.footer_mdl {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #ad944c;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer_mdl_in {
  margin-bottom: 20px;
}
.footer_mdl_in p {
  font-size: 13px;
  color: #ececec;
  line-height: 22px;
  margin: 15px 0px;
  font-weight: normal;
}
.footer_mdl_in .payment_method span {
  color: #c69400;
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.footer_mdl_link h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.footer_mdl_link ul li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}
.footer_mdl_link ul li:last-child {
  margin-bottom: 0px;
}
.footer_mdl_link ul li a {
  color: #fff;
  font-size: 14px;
}
.footer_mdl_link ul li a:hover {
  color: #000;
}
.copyright {
  color: #fff;
  font-size: 14px;
  margin: 10px 0px;
  float: right;
  text-align: right;
}
.banner_text {
  color: #fff;
  position: absolute;
  right: auto;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
  width: 60%;
  left: 50px;
 top: 50%;
  transform: translateY(-50%);
}
.banner_text .arrivals {
  font-size: 17px;
  color: #999999;
}
.banner_text h1 {
  font-size: 50px;
  color: #fff;
  line-height: 55px;
  margin: 15px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'bold';
}
.banner_text p {
  margin-bottom: 20px;
}
.banner_text .spring {
  font-size: 18px;
  color: #fefefe;
  margin-bottom: 30px;
}
.banner_text .main_btn {
  background-color: transparent;
  border: 1px solid #99459a;
  color: #99459a;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.banner .owl-theme .owl-nav .owl-prev {
  left: 5px;
}
.banner .owl-theme .owl-nav .owl-next {
  right: 5px;
}
.banner .owl-theme .owl-nav .owl-prev, .banner .owl-theme .owl-nav .owl-next {
  display: block;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    line-height: 33px;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: #000;
    border: 1px solid #000;
    box-shadow: 0 0 12px rgb(255 255 255 / 12%);
}
.carousel {
  margin-top: -1px;
}
/*shop_css_start*/
.in_banner {
  background-color: #fff9e9;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 110px 0 130px;
  position: relative;
}
.in_banner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.breadcrumb_content h2 {
  color: #FFF;
  text-transform: capitalize;
  font-size: 50px;
  font-weight: bold;
  font-family: 'bold';
}
.breadcrumb_content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
}
.breadcrumb_content .breadcrumb li {
  font-size: 14px;
  font-weight: 500;
  color: #312620;
  font-family: "Jost", sans-serif;
}
.breadcrumb_content .breadcrumb li a {
  color: #5a5755;
}
.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0.5rem;
  color: #202026;
  content: "\f054";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}
.web_content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 65px;
  position: relative;
}
.shop_list .new_arrivals_box {
  margin-bottom: 30px;
}
.product_image img {
/*  min-height: 145px;*/
  min-height: 252px;  
  margin: 0px auto;
  display: block;
  border: 1px solid #ececec;
  border-radius: 10px;
  width: 100%;
  /* height: 262px !important; */
}
/*shop_css_end*/
/*login_register_css_start*/
.login_register_main {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /*border: 1px solid #dadada;*/
}
.login_registe_title {
  font-size: 25px;
  color: #373737;
  font-weight: 600;
  font-family: 'semibold';
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  text-transform: uppercase;
}
.forgot_pass {
  float: right;
}
.main_btn_main {
  min-height: 41px;
  float: left;
}
.login_register_main .main_btn_main {
  margin-bottom: 25px;
  float: none;
}
.register_right {
  padding-right: 15px;
}
/*login_register_css_start*/
/*product_details_css_start*/
#sync1 .item {
  padding: 0px 0px;
  margin: 0px 5px;
  color: #fff;
  text-align: center;
  border: 1px solid #dddddd;
  min-height: 420px;
  position: relative;
}
#sync2 .item {
  margin: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  border: 2px solid #99459a;
}
#sync1.owl-theme {
  position: relative;
}
.product_details_carousel #sync2 .owl-nav .owl-prev, .product_details_carousel #sync2 .owl-nav .owl-next {
  color: #000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: transparent;
  border: transparent;
  bottom: 30%;
}
.product_details_carousel #sync2 .owl-nav .owl-prev {
  left: -25px;
}
.product_details_carousel #sync2 .owl-nav .owl-next {
  right: -25px;
}
.product_details_right h3 {
  font-size: 25px;
  color: #000;
}
.rating_star {
  margin-top: 10px;
}
.rating_star ul li {
  display: inline-block;
  margin-right: 2px;
}
.rating_star ul li a {
  color: #99459a;
}
.price_box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px;
}
.old_price {
  color: red;
  font-size: 2rem;
  vertical-align: middle;
  text-decoration: line-through;
  margin-right: 3px;
  font-weight: bold;
  font-family: 'bold';
}
.product_price {
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  vertical-align: middle;
  margin-left: 1rem;
  color: #222529;
  font-weight: bold;
  font-family: 'bold';
}
.price_box p {
  margin-top: 10px;
  margin-bottom: 0px;
}
.single_info_list {
  margin-top: 15px;
}
.single_info_list li {
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.single_info_list li:last-child {
  margin-bottom: 0px;
}
.single_info_list li strong {
  color: #4c4c4c;
}
.product_action_qty {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.product_single_qty {
  display: inline-block;
}
.product_single_qty a {
  display: inline-block;
  border: 1px solid #dadada;
  height: 47px;
  vertical-align: top;
  line-height: 47px;
  float: left;
  width: 35px;
  text-align: center;
}
.product_single_qty a:first-child {
  border-right: 0px;
}
.product_single_qty a:last-child {
  border-left: 0px;
}
.product_single_qty .form-control {
  display: inline-block;
  width: 50px;
  text-align: center;
  float: left;
  border-radius: 0px;
  margin-left: -1px;
  height: 47px;
  border: 1px solid #dadada;
}
.cart_btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px;
  float: right;
}
.product_action_qty .cart_btn {
  float: right;
  text-align: right;
}
.second_btn {
  min-width: 110px;
  line-height: 48px;
  text-align: center;
  padding: 0px 35px;
  color: #fff !important;
  background-color: #333;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 99;
  border-radius: 50px;
}
.second_btn:hover {
  color: #fff !important;
}
.btn-animated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  color: #fff !important;
}
.btn-animated:hover:before {
  background: #99459a;
  width: 50px;
  left: -20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: -1;
  color: #fff !important;
}
.thread_btn {
  background-color: #99459a;
}
.thread_animated:hover:before {
  background: #333;
  color: #fff !important;
}
.size_color {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 10px;
}
.size_color .size {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.size_color .size span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.size_color .size ul {
  display: inline-block;
}
.size_color .size ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.size_color .size ul li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #dadada;
  display: inline-block;
}
.size_color .size ul li a:hover {
  background-color: #99459a;
  border: 1px solid #99459a;
  color: #fff;
}
.size_color .size ul li .active {
  background-color: #99459a;
  border: 1px solid #99459a;
  color: #fff;
}
.size_color .color {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.size_color .color span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.size_color .color ul {
  display: inline-block;
}
.size_color .color ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.size_color .color ul li a {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
}
.product_media {
  float: right;
  text-align: center;
}
.product_media .shop_social ul {
  margin-bottom: 0px;
}
.product_media .shop_social ul li {
  margin-bottom: 20px;
}
.product_media .shop_social ul li a {
  color: #222529;
  background-color: transparent;
  border: 2px solid #e7e7e7;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 33px;
}
.product_media .shop_social ul li .facebook_shop:hover {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  color: #fff;
}
.product_media .shop_social ul li .twitter_shop:hover {
  background-color: #79c8ed;
  border: 2px solid #79c8ed;
  color: #fff;
}
.product_media .shop_social ul li .instagram_shop:hover {
  background-color: #dd6d9a;
  border: 2px solid #dd6d9a;
  color: #fff;
}
.product_media .shop_social ul li .google_shop:hover {
  background-color: #e66262;
  border: 2px solid #e66262;
  color: #fff;
}
.product_tab {
  margin-top: 50px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.product_tab .nav-tabs {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 20px;
}
.product_tab .nav-tabs>li {
  margin-right: 30px;
  outline: none;
}
.product_tab .nav>li>a {
  padding: 0px 0px 10px 0px;
  color: #222529;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-right: 0px;
  font-family: 'bold';
}
.product_tab .nav>li>a:hover, .product_tab .nav>li>a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #99459a;
}
.product_tab .nav-tabs>li.active>a, .product_tab .nav-tabs>li.active>a:hover, .product_tab .nav-tabs>li.active>a:focus {
  border: 1px solid transparent;
  border-bottom: 2px solid #99459a;
  color: #99459a;
}
.product_desc_content ul {
  margin-top: 15px;
}
.product_desc_content ul li {
  width: 100%;
  /* display: inline-block; */
  vertical-align: top;
  margin-bottom: 15px;
  position: relative;
  list-style-type: circle;
}
.product_desc_content ul li i {
  color: #222529;
  font-size: 16px;
  position: absolute;
  top: 2px;
  z-index: 9;
}
.product_desc_content ul li span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.ads_information .table-bordered>tbody>tr>th {
  font-weight: 500;
  color: #000;
}
.product_review_in li {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.product_review_in li:last-child {
  margin-bottom: 0px;
}
.product_review_in .comment_reply {
  padding-left: 50px;
}
.product_review_in .review_user_img {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
}
.product_review_in .review_user_img img {
  border-radius: 50%;
}
.review_user_info {
  padding-left: 90px;
}
.review_user_info .name {
  color: #222529;
  font-weight: 700;
  font-size: 15px;
}
.review_user_info .review_star a {
  display: inline-block;
  color: #99459a;
  font-size: 13px;
  margin-right: 2px;
  margin: 10px 0px;
}
.review_user_info p {
  margin-bottom: 0px;
}
.related_products {
  margin-top: 50px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.add_review {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}
.add_review h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  font-family: 'semibold';
  margin-bottom: 20px;
  margin-top: 0px;
}
/*product_details_css_end*/
/*blog_css_start*/
.blog_content {
  margin-bottom: 20px;
}
.blog {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.blog_img {
  overflow: hidden;
}
.blog_img img {
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  cursor: pointer;
}
.blog:hover .blog_img img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.post_meta {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.post_meta li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}
.post_meta li a {
  color: #24262b;
}
.post_meta li::after {
  position: absolute;
  content: "/";
  right: calc(0% - 10px);
}
.post_meta li:last-child::after {
  display: none;
}
.post_meta h4 a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.post_meta h4 a:hover {
  color: #99459a;
  /* height: ; */
}
.sem_height {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
.sem_height_in {
  display: flex;
}
.post_meta .read_more {
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
}
.post_meta .read_more i {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.post_meta .read_more:hover {}
.post_meta .read_more:hover i {
  padding-left: 10px;
}
/*blog_css_end*/
/*blog_details_css_start*/
.blog_details_info h3 {
  font-weight: 500;
  color: #000;
  margin: 20px 0px;
}
.blog_details_info blockquote {
  font-size: 17px;
  margin-top: 20px;
  line-height: 30px;
  border-left: 5px solid #99459a;
  padding: 0px 15px;
}
.blog_details_in .product_review_in h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  font-family: 'semibold';
  margin-bottom: 30px;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
}
/*blog_details_css_end*/
/*cart_css_start*/
.cart_in_left {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e7e7e7;
}
.cart_title {
  width: 100%;
  display: inline-block;
  background: #99459a;
  color: #fff;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  text-transform: capitalize;
}
.cart_blog {
  width: 100%;
  display: inline-block;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.cart_in_left .cart_blog:last-child {
  border-bottom: none;
}
.remove_cart {
  position: absolute;
  z-index: 5;
  right: 10px;
  font-size: 20px;
  color: #99459a;
  right: 15px;
}
.remove_cart:hover {
  color: #000;
  right: 15px;
}
.cart_img {
  width: 110px;
  height: 110px;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.cart_img img {
  width: 100%;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.cart_img .product_single_qty {
  margin-top: 20px;
}
.cart_img .product_single_qty a {
  width: 32px;
  height: 35px;
  line-height: 35px;
}
.cart_img .product_single_qty .form-control {
  width: 45px;
  height: 35px;
}
.cart_name_info {
  position: relative;
  display: inline-block;
      padding-left: 130px;
    width: 100%;
}
.cart_name_info .cart_title_name a {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 12px;
}
.cart_name_info .cart_title_name a:hover {
  font-size: 16px;
  color: #99459a;
  font-weight: 500;
}
.cart_title_name span {
  width: 100%;
  display: inline-block;
  margin: 5px 0px;
  font-size: 14px;
}
.cat_subcat {
  display: inline-block;
  width: 100%;
}
.cat_subcat a {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  color: #939faa;
  position: relative;
}
.cat_subcat a:hover {
  color: #000;
}
.cat_subcat a+a {
  padding-left: 15px;
  margin-left: 5px;
}
.cat_subcat a+a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-family: 'semibold';
  font-size: 8px;
  color: #939faa;
  position: absolute;
  top: 4px;
  left: 0;
}
.cart_name_info p {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 5px;
}
.cart_name_info .old_price {
  font-size: 18px;
}
.cart_name_info .product_price {
  margin-left: 5px;
  font-size: 20px;
  color: #99459a;
}
.cart_name_info .price_box {
  margin-top: 10px;
}
.price_details {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e7e7e7;
}
.price_details .cart_title {
  text-transform: uppercase;
}
.place_order_blog {
  float: right;
  text-align: right;
  width: 186px;
  padding: 15px;
  text-align: center;
}
.cart_price_info {
  padding: 20px 15px 0px 15px;
  width: 100%;
  display: inline-block;
}
.cart_price_info>ul>li {
  font-size: 16px;
  /* color: #696969; */
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cart_price_info>ul>li>span {
  font-size: 16px;
  color: #000;
  display: inline-block;
  text-align: right;
  float: right;
  font-weight: bold;
  font-family: 'bold';
}
.cart_price_info ul .discount_price span {
  /* color: #388e3c; */
}
.cart_price_info ul .total_amount {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'bold';
}
.cart_price_btn .cart_btn {
  margin-top: 0px;
  margin-bottom: 20px;
}
.cart_price_btn .second_btn {
  min-width: 110px;
  line-height: 40px;
  padding: 0px 25px;
}
/*cart_css_end*/
/*wishlist_css_start*/
.wishlist_in .cart_img {
  position: relative;
}
.wishlist_in .cart_name_info {
  padding-left: 15px;
  position: absolute;
  width: auto;
}
.wishlist_in .remove_cart:hover {
  color: #f32442;
}
.per_info_bx {
  display: inline-block;
  width: 100%;
  padding: 15px;
  position: relative;
}
.buss_info_left {
  border: 1px solid #f0f1f2;
  margin-bottom: 20px;
  width: 100%;
}
.buss_info_left>h6 {
  margin: 0;
  padding: 25px 10px 25px 20px;
  background-color: #f6f8fa;
  text-transform: uppercase;
}
.buss_info_pro {
  position: relative;
  padding-left: 65px;
  min-height: 50px;
  margin: 10px 0;
}
.buss_info_pro img {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 10px;
}
.buss_info_pro h6 {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-right: 20px;
}
.buss_info_pro p {
  font-size: 14px;
  color: #939faa;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.buss_info_pro a.edit_icon {
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: 0;
}
.icon_text {
  position: relative;
  color: #000;
  padding-left: 30px;
  margin-bottom: 20px;
}
.icon_text_mb0 {
  margin-bottom: 0px;
}
.icon_text i {
  color: #333;
  font-size: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}
.icon_text i.fa-phone {
  transform: rotate(90deg);
}
.per_info_bx .edit_icon {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 20px;
}
.inner_left_menu_list ul {
  border: 1px solid #e7e7e7;
  width: 100%;
  display: inline-block;
}
.inner_left_menu_list ul li a {
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: inline-block;
  padding: 15px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #3e3e3e;
}
.inner_left_menu_list ul li .fa_icon_menu {
  padding-right: 10px;
}
.inner_left_menu_list ul li:last-child a {
  border-bottom: none;
}
.inner_left_menu_list ul li a:hover {
  /* background-color: #333333;*/
  padding-left: 30px;
  color: #3e3e3e;
}
.inner_left_menu_list ul li .active {
  background-color: #99459a;
  color: #fff !important;
}
.header_on_bottom .nav-menu>.rep_link {
  display: none;
}
/*wishlist_css_end*/
/*my_orders_css_start*/
.ctm_table table {
  margin-bottom: 0px;
}
.ctm_table table>tbody>tr>td {
  padding: 15px 10px;
  border-bottom: 1px solid #e7e7e7;
}
/*.ctm_table table > tbody > tr > td:last-child { border-bottom: none; }*/
.ctm_table table>tbody>tr {
  padding: 15px 10px;
  border-bottom: 1px solid #e7e7e7;
}
.ctm_table table>tbody>tr:last-child {
  border-bottom: none;
}
.ctm_table table>thead>tr>th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #99459a;
  font-size: 14px;
  text-transform: uppercase;
}
.ctm_table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.ctm_table table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.ctm_table table tr {
  border: 1px solid transparent;
}
.ctm_table table th, .ctm_table table td {
  text-align: left;
}
.ctm_table table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/*my_orders_css_end*/
/*my_download_css_start*/
.ctm_table_download table>thead>tr>th:first-child {
  width: 270px;
}
/*my_download_css_end*/
/*my_address_css_start*/
.row_ctm {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
.col_ctm {
  display: flex;
}
.my_address {
  margin-top: 30px;
}
.address_box {
  display: inline-block;
  width: 100%;
  border: 3px solid #f1f1f1;
  padding: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.address_box h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  color: #000;
}
.address_box p {
  margin: 15px 0px 10px 0px;
}
.address_box span {
  width: 100%;
  display: inline-block;
}
.address_box .second_btn {
  width: 100%;
  line-height: 45px;
}
.address_pl5 {
  padding-left: 5px;
}
.address_pr5 {
  padding-right: 5px;
}
/*my_address_css_end*/
/*account_settings_css_start*/
.account_settings_main {
  padding-bottom: 20px;
}
.account_settings_main .main_btn_main {
  width: 100%;
}
/*account_settings_css_end*/
/*contact_css_start*/
.contact_main .animate_border {
  text-align: left;
  float: left;
  margin: 10px 0px 15px 5px;
}
.contact_main .main_btn_main {
  width: 100%;
}
.contact_main .my_title h2, .contact_main .my_title h2 span {
  font-size: 22px;
}
.my_title .sub_title {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #484848;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.d_flex_ctm {
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 30px;
}
.contact_info_view .icon {
  font-size: 20px;
  color: #99459a;
  margin-right: 15px;
}
.contact_info_text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact_info_text p {
  margin-bottom: 0px;
}
.d_flex_ctm .fa-phone {
  transform: rotate(90deg);
}
.contact_social .shop_social {
  float: left;
  text-align: center;
}
.map_to_find {
  margin-top: 50px;
  width: 100%;
  display: inline-block;
}
.contact_main .map_to_find .animate_border {
  text-align: center;
  float: none;
  margin: 10px auto 15px auto;
}
.map_img img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
/*contact_css_end*/
/*checkout_css_start*/
.billing_dtl_info {
  margin-top: 20px;
}
.checkout .form-group {
  margin-bottom: 15px;
}
.checkout .cart_price_info ul .total_amount {
  border-bottom: none;
  padding-bottom: 0px;
}
.payment_method_right {
  margin-top: 30px;
}
.payment_method_right .cart_price_info ul li .radio-btn-small input[type="radio"]+label {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.in_box_card {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.in_box_card_full {
  margin-bottom: 10px;
}
.in_box_card_multi {
  width: 100%;
  display: inline-block;
}
.in_box_card_multi .form-control {
  padding-right: 15px;
  padding-left: 15px;
  width: 31.8%;
  display: inline-block;
}
.in_box_card_multi .form-group {
  width: 31.8%;
  display: inline-block;
}
.in_box_card_multi .form-group .form-control {
  width: 100%;
  padding: 0px;
}
.payment_method_right .cart_price_info ul li span {
  float: none;
}
.payment_method_right .cart_price_info ul li .filter-option {
  font-weight: normal;
}
.payment_method_right .second_btn {
  line-height: 40px;
  width: 100%;
}
/*checkout_css_end*/
/*about_css_start*/
.about_main p {
  font-size: 15px;
  line-height: 24px;
}
.top_data_about {
  margin-bottom: 30px;
  display: inline-block;
}
.about_img_left {
  height: 370px;
  width: 100%;
}
.about_main .social_newsletter_bg {
  margin-top: 30px;
}
/*about_css_end*/
/*faq_css_start*/
.panel_group_ctm .panel-default {
  margin-bottom: 20px;
}
.panel_group_ctm .panel-title {
  font-weight: 500;
}
.panel_group_ctm .panel-heading {
  padding: 15px;
}
.panel_group_ctm .panel-default:last-child {
  margin-bottom: 0px;
}
/*faq_css_end*/
/*how_it_work_css_start*/
.how_it_work {
  width: 100%;
  display: table;
  position: relative;
  background-color: #fff;
}
.how_it_work_img {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
.how_it_work_img img {
  width: 100%;
}
.how_it_work_info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 20px;
  text-align: center;
  position: relative;
  padding-top: 0;
}
.how_it_work_info h6 {
  color: #898989;
  position: relative;
  padding-top: 80px;
  font-weight: 500;
}
.how_it_work_info h6:before {
  content: "";
  width: 8px;
  height: 54px;
  background-color: #99459a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.how_it_work_info h2 {
  color: #002249;
  margin: 20px 0px;
  font-weight: 500;
}
/*how_it_work_css_end*/
/*terms_and_conditions_css_start*/
.company_say li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 95px;
  margin-bottom: 20px;
  min-height: 120px;
}
.company_say li .s_num {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  background-color: #ffe79f;
  text-align: center;
  min-width: 55px;
  height: 110px;
  line-height: 110px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.company_say li h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
  color: #222;
}
.company_say li p {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 22px;
}
.terms_title {
  margin-top: 0;
  font-weight: 500;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222;
}
/*terms_and_conditions_css_end*/
/*compare_css_start*/
.compare_table .table {
  margin-top: 20px;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.compare_table .table td {
  width: 20%;
  text-align: center;
  color: #777;
  border-left: 1px solid #dee2e6;
  vertical-align: top;
  padding: 20px 10px;
  position: relative;
  white-space: inherit !important;
}
.compare_table .table tr:first-child td:first-child,
/*.compare_table .table tr:nth-child(2) td:first-child{ width: auto; text-align: left; padding-left: 10px; font-weight: bold; color: #000; }*/
/*.compare_table .table tr:nth-child(1) td:nth-child(2){ background-color: #8a4b8e; color: #FFF; } .compare_table .table tr:nth-child(1) td:nth-child(3){ background-color: #afb978; color: #FFF; } .compare_table .table tr:nth-child(1) td:nth-child(4){ background-color: #dca66e; color: #FFF; } .compare_table .table tr:nth-child(1) td:nth-child(5){ background-color: #ce7a7a; color: #FFF; } .compare_table .table tr:nth-child(1) td:nth-child(6){ background-color: #6671bf; color: #FFF; }*/
.compare_table .price span {
  text-decoration: line-through;
  padding-left: 5px;
}
.compare_table .right_tick img {
  width: auto !important;
}
.compare_table .table td a {
  width: 100%;
  padding: 0px;
  color: #082e6c;
}
.compare_table .table td a span {
  text-decoration: none;
  padding-left: 0;
  color: #082e6c;
  display: inline-block !important;
}
.modal-open .modal {
  padding-right: 0px !important;
}
.compare_table .table td .buy_btn {
  margin-top: 4px;
}
.compare_table .table td .buy_btn a {
  background-color: #333333;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
.compare_table .form-group {
  margin: 0px;
}
.compare_item {
  margin: 10px auto;
  max-height: 100px;
}
.compare_table .table td .compare_title {
  padding: 0px;
  color: #000;
  width: 115px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  font-family: 'bold';
}
.compare_table .table td .price {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.compare_table .table td .no_compare_title {
  display: inline-block;
  margin-top: 10px;
}
.compare_table .table td .remove {
  color: #ff0000;
  font-size: 20px;
}
.compare_table .table td .no_compare_title .compare_title {
  white-space: inherit;
  /*text-align: left;*/
}
.compare_table .table tr .onetilte {
  width: auto;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  color: #000;
  font-family: 'bold';
}
/*compare_css_end*/
.order_details_in .cart_blog {
  min-height: 200px;
}
.cat_subcat ul li {
  display: inline-block;
  margin-right: 5px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.cat_subcat ul li:last-child {
  margin-right: 0px;
}
.cat_subcat ul li span {
  color: #696969;
}
.edit_popup .modal-dialog {
  width: 470px;
}
.modal-header {
  background-color: #99459a;
}
.modal-title {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.modal-header .close {
  margin-top: -22px;
}
.address_box .second_btn:hover, .address_box .second_btn:focus {
  color: #fff;
}
.edit_popup .second_btn {
  line-height: 40px;
}
.shop_social {
  /*float: right;*/
  float: none;
  /*text-align: center;*/
  margin-top: 15px;
  margin-bottom: 0px;
}
.filter_main {
  float: right;
  width: 25%;
  margin-bottom: 20px;
}
.filter_main span {
  display: inline-block;
  color: #222;
}
.filter_main .form-category {
  display: inline-block;
  margin-left: 5px;
  width: 78%;
}
.testimonials_blog {
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 7%);
  box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 7%);
  border-radius: 0px;
  background: #FFF;
  width: 100%;
  display: inline-block;
  position: relative;
}
.cont {
  margin-top: 20px;
}
.cont .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: table-cell;
  position: relative;
}
.cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
}
.cont .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.cont .info h6 {
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  font-family: 'bold';
}
.cont .info span {
  font-size: 14px;
}
.testimonials_blog {
  margin-bottom: 30px;
}
.testimonials_blog p {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  color: #989898;
}
.row_ctm {
  display: flex;
  flex-flow: wrap;
  height: 100%;
}
.col_ctm {
  display: flex;
}
.testimonials_home {
  padding: 70px 0px 60px;
  background-image: url(../../assets/images/testimonials_bg.jpg);
  margin-top: 30px;
}
.testimonials_home .our_brand_in {
  border-bottom: none;
}
.testimonials_home .owl-carousel .owl-stage-outer .owl-item {
  padding: 0px 10px;
}
.testimonials_home .testimonials_blog {
  margin-bottom: 15px;
  margin-left: 9px;
}
.testimonials_home .owl-theme .owl-dots {
  margin-bottom: 0px;
}
.payment_method ul li {
  display: inline-block;
  width: 15%;
}
.payment_method ul li:last-child {
  margin-right: 0px;
}
.payment_method ul li a img {
  border-radius: 5px;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  border-radius: 50px;
}
.header_on_bottom .nav-menu .drop_bg {
  background-color: #000000;
}
.header_on_middle .search_product {
  padding: 16px 0px;
}
.compare_to_cart_in {
     margin-top:10px;
}
.newsletter_right .shop_social_title {
  margin-bottom: 5px;
}
.newsletter_input .form-control {
  background: transparent;
  border-color: #fff;
}
.newsletter_input ::placeholder {
  color: #fff !important;
}
.login_register_sedo {
  border: 1px solid #e5e5e5;
  padding: 0px 30px;
  width: 100%;
  float: left;
}
.login_register_sedo:hover {
  box-shadow: 0 0 10px #ddd;
}
.login_register_main .login_btn_ctm {
  margin-bottom: 15px;
}
.shop_social h3 {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  display: inline-block;
}
/*.new_arrivals_box:hover { border: 1px solid #99459a; }*/
/*.new_arrivals_box:hover .product_content { border-top: 1px solid #99459a; } */
.newsletter_input input.form-control::-webkit-input-placeholder {
  color: #000;
}
.newsletter_input input.form-control::-moz-placeholder {
  color: #000;
}
.newsletter_input input.form-control::-ms-placeholder {
  color: #000;
}
.newsletter_input input.textbox::-ms-input-placeholder {
  color: #000;
}
.newsletter_input input.textbox::-ms-input-placeholder {
  color: #000;
}
.login_register_sedo .shop_social {
  margin-top: 0px;
  margin-bottom: 15px;
}
.login_register_sedo .shop_social ul {
  text-align: center;
  display: block;
}
@-moz-document url-prefix() {
  .search_categories>ul>li:nth-child(1) {
    width: 234px;
  }
}
.pagination>li {
  display: inline-block;
  margin-right: 10px;
}
.pagination_filter .pagination {
  text-align: center;
  display: block;
  margin: 10px 0px 5px;
}
.pagination>li>a, .pagination>li>span {
  width: 40px;
  height: 40px;
  line-height: 27px;
  border-radius: 50px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-radius: 50px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 50px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #99459a;
  border-color: #99459a;
}
.pagination>li>a, .pagination>li>span {
  color: #000;
}
.bootstrap-select>.dropdown-toggle {
  border-radius: 50px;
}
.cart_single_item_new .product_single_qty {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 54px;
}
.cart_single_item_new .product_single_qty .form-control {
  width: 45px;
}
/*card_popup_css_start*/
#some-element {
  display: none;
}
#some-div:hover #some-element {
  display: block;
  position: absolute;
  right: 0;
  left: auto;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  text-align: left;
  border-radius: 5px;
}
.some_in {
  position: relative;
  width: 330px;
}
.some_in .cart_img {
  width: 80px;
  height: 80px;
}
.some_in .cat_subcat {
  font-size: 12px;
}
.some_in .price_box {
  margin-top: 5px;
}
.some_in .price_box .product_price {
  text-align: left;
  margin-left: 0px;
}
.compare_to_cart_in>ul>li .some_in .remove_cart {
  position: absolute;
  top: 12px;
}
.compare_to_cart_in>ul>li .some_in .remove_cart i {
  font-size: 16px;
}
.view_more {
  text-align: center;
  margin: 15px 0px 10px;
}
.view_more a {
  font-size: 16px;
  font-weight: 500;
}
.view_check_btn {
  width: 100%;
  display: inline-block;
  padding: 0px 15px;
}
.view_check_btn a.main_btn {
  width: 100%;
  min-width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  margin-top: 15px;
}
.some_in.cart_list {
  overflow-y: auto;
  max-height: 360px;
}
/*card_popup_css_start_end*/
.filter_top_main {
  width: 100%;
  display: inline-block;
}
textarea.form-control {
  border-radius: 20px;
}
.footer_mdl .shop_social ul li {
  margin: 0px 1px;
  vertical-align: middle;
}
.visa_hig {
  width: 40px;
}
.app_btn {
  margin-top: 5px;
}
label.error_star_rat {
  width: 100% !important;
  display: inherit;
  margin-bottom: 5px;
}
.nav-menu>li>a i {
  color: #39B54A;
}
.nav-menu>li:hover>a i, .nav-menu>.ctm_catg.active>a i, .nav-menu>.ctm_catg.focus>a i {
  color: #111;
}
.wave {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  width: 100%;
}
.banner_search_bar {
  position: relative;
}
.banner_search_bar a {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 48px;
  border-radius: 50px;
  color: #FFF;
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 2px;
  background: linear-gradient(113deg, rgba(162, 0, 176, 0.95) 0%, rgb(29 44 118 / 90%) 100%);
}
.about_sec {
  margin: 40px 0px;
}
.about_data h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #39B54A;
  font-size: 18px;
  font-family: 'bold';
}
.about_data h2 {
  font-weight: bold;
  color: #111;
  font-size: 40px;
  line-height: 55px;
  margin: 10px 0px;
  font-family: 'bold';
}
.about_data p {
  color: #989898;
  font-size: 16px;
  line-height: 30px;
}
:root {
  --smaller: .75;
}
#countdown li {
  display: inline-block;
  font-size: 20px;
  list-style-type: none;
  padding: 0px 40px 15px 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #39B54A;
  text-align: center;
  font-family: 'bold';
}
#countdown li span {
  display: block;
  font-size: 50px;
}
@media all and (max-width: 768px) {
  .countdown_main h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  .countdown_main li {
    font-size: calc(1.125rem * var(--smaller));
  }
  .countdown_main li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}
.about_img_main {
  position: relative;
}
.about_img_main:before, .about_img_main:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
  width: 258px;
  height: 80px;
}
.about_img_main:before {
  top: -50px;
  right: 5px;
  background-image: url(../../assets/images/about_s1.png);
}
.about_img_main:after {
  bottom: -50px;
  left: 5px;
  background-image: url(../../assets/images/about_s2.png);
}
.about_img {
  position: relative;
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../../assets/images/asd.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.sponsor_cart {
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0px 30px;
  width: auto;
  display: inline-block;
  font-family: 'bold';
  height: 70px !important;
}
.sponsor_cart span {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  padding-right: 10px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: 'bold';
}
.sponsor_cart span, .sponsor_cart img {
  vertical-align: bottom;
}
.align_center {
  align-items: center !important;
  display: flex;
  font-family: 'semibold';
}
.new_d_title h4 {
  color: #39B54A;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'bold';
}

.new_d_title h1,h3 {
  color: #111;
  font-weight: bold;
  font-size: 40px;
  font-family: 'semibold';
  color: #39B54A;
text-align: left;
}
.holiday_offers_box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}
.holiday_offers_box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: none;
}
.holiday_offers_img {}
.holiday_offers_data {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  z-index: 1;
}
.holiday_offers_data a {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  /* margin-bottom:5px;*/
  display: inline-block;
  font-family: 'bold';
}
.rating li {
  display: inline-block;
  font-size: 15px;
  color: #ffbc00;
  margin-right: 5px;
}
.rating span {
  font-size: 16px;
  color: #FFF;
}
.price_offers {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  margin-top: 15px;
  padding-top: 12px;
}
.price_offers li {
  color: #FFF;
  display: inline-block;
  width: 49%;
}
.price_offers li:first-child {
  font-weight: 600;
  font-family: 'semibold';
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}
.price_offers li:first-child i {
  padding-right: 5px;
}
.price_offers li:last-child {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  font-family: 'bold';
}
.price_offers li:last-child del {
  /* font-size: 17px; */
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
}
.discount {
  position: absolute;
  top: -23px;
  left: 10px;
  border-radius: 50%;
  padding: 30px 10px 13px;
  background: #39B54A;
  text-align: center;
  z-index: 1;
  width: 78px;
}
.discount span {
  font-size: 13px;
  color: #FFF;
  text-align: center;
}
.discount p {
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: 'bold';
}
.tour_packages {
  position: relative;
  background-color: #f1f1f1;
  display: inline-block;
  width: 100%;
  margin-top: 150px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wave_2 {
  position: absolute;
  top: -160px;
  z-index: 1;
  width: 100%
}
.wave_2 img {
  width: 100%;
}
.top_pick_title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.packages_intro p {
  border-left: 4px solid #39B54A;
  padding-left: 20px;
  font-size: 16px;
  color: #989898;
  line-height: 28px;
}
.pick_sec {
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
}
.pick_sec .pick_img img {
  border-radius: 10px 10px 0px 0px;
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.pick_img {
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  position: relative;
}
.pick_sec:hover .pick_img {
  transition: all ease-in-out 0.5s;
}
.pick_sec:hover .pick_img img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}
.pick_view {
  position: relative;
}
.pick_date {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(-164deg, rgb(87 0 94 / 99%) 0%, rgb(3 14 62 / 99%) 100%);
  color: #ffffff;
  font-size: 15px;
  padding: 12px 25px 10px 20px;
  min-width: 110px;
  color: #FFF;
  font-weight: 500;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  top: -25px;
  right: 15px;
}
.pick_title_info {
  padding: 27px 15px 15px;
}
.pick_title_info h5 {
  font-size: 15px;
  font-weight: bold;
  color: #39B54A;
  text-transform: uppercase;
  font-family: 'bold';
}
.pick_title_info a {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  margin: 5px 0px;
  font-family: 'bold';
}
.pick_rating ul li {
  display: inline-block;
  font-size: 15px;
  color: #ffbc00;
  margin-right: 5px;
}
.pick_rating ul span {
  font-size: 16px;
  color: #989898;
}
.pick_title_info p {
  font-size: 16px;
  color: #989898;
  margin: 5px 0px 0px;
}
.pick_title_price {
  border-top: 1px solid #ebebeb;
  padding: 15px 0px;
}
.pick_title_price h3 {
  padding-left: 15px;
  font-size: 20px;
/*  font-weight: bold;*/
  color: #AA1EF0;

text-align: left;
  display: inline-block;
  font-family: 'bold';
  line-height: 38px;
}
.pick_title_price p {
  display: inline-block;
  font-size: 16px;
  color: #989898;
  margin-bottom: 0px;
}
.pick_title_price p span {
  padding: 0px 5px 0px 10px;
}
.pick_view:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background: #39B54A;
  height: 4px;
  transition: all ease-in-out 0.5s;
  z-index: 2;
}
.pick_sec:hover {
  transition: all ease-in-out 0.5s;
}
.pick_sec:hover .pick_view::before {
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.testimonials_home .new_d_title h4, .testimonials_home .new_d_title h3 {
  color: #FFF;
}
.testimonial_icon {
  width: 50px;
  height: 45px;
  background: #39B54A;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 45px;
  position: absolute;
  top: 37px;
  left: -19px
}
.testimonial_icon:before {
  content: "";
  border-bottom: 16px solid #8a2a80;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonials_blog:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}
.f_part_1 p {
  font-size: 15px;
  color: #FFF;
  margin: 20px 0px;
}
.social_n ul li {
  display: inline-block;
  /* margin-right: 15px; */
}
.social_n ul li:last-child {
  margin-right: 0px;
}
.social_n ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  /* border: 1px solid #FFF; */
  border-radius: 50%;
  /*color: #FFF;*/
  /* font-size: 18px; */
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.social_n ul li a:hover {
  /* background-color: #39B54A; border-color:#39B54A ; */
}
.fmb20 {
  margin-bottom: 20px;
}
.f_title h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  /*color: #FFF;*/
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-family: 'bold';
}
.company_link ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.company_link ul li:last-child {
  margin-bottom: 0px;
}
.company_link ul li a {
  font-size: 16px;
  /*color: #FFF;*/
  display: inline-block;
}
.company_link ul li a:hover {
  color: #8DC63F;
}
.contact_info_f {
  position: relative;
  margin-bottom: 20px;
}
.contact_info_f .icon {
  font-size: 18px;
  color: #39B54A;
  display: block;
  position: absolute;
  left: 0px;
}
.contact_info_f .icon .fa-phone {
  transform: rotate(90deg);
}
.contact_info_f .text {
  padding-left: 35px;
  display: inline-block;
}
.contact_info_f .text p, .contact_info_f .text a {
  font-size: 15px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 0px;
}
.newsletter_view p {
  font-size: 15px;
  color: #FFF;
  line-height: 26px;
  margin-bottom: 10px;
}
.newsletter_form .form-control {
  border-radius: 5px;
  margin-bottom: 10px;
}
.newsletter_form .main_btn {
  width: 100%;
}
.copyright_f {
  border-top: 1px solid #343434;
  padding: 20px 0px;
  /*color: #FFF;*/
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
.cards img{
  height: 40px; 
  margin-right: 12px;
}
.whatsapp-float {
  position: fixed;
  bottom: 80px; /* not too much bottom */
  right: 20px;
  z-index: 999;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  height: 64px;
  width: 64px;
}

/*product_css_start*/
.in_banner .wave {
  bottom: -50px;
}
.in_banner .wave img {
  width: 100%;
}
.new_filter_box {
  position: relative;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 30px 15px 10px;
  margin: 4px 0px 65px;
}
.justify-content-center {
  justify-content: center;
  display: flex;
}
select:focus-visible {
  outline-offset: 0px;
  box-shadow: none;
  outline: none;
}
.new_filter_box .new_btn {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  display: block;
}
/*product_css_end*/
/*wishlist_css_start*/
.like_icon {
  position: absolute;
  top: 10px;
  right: 25px;
}
.like_icon a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #FFF;
  line-height: 48px;
  border-radius: 50px;
  color: #39B54A;
  text-align: center;
  font-size: 20px;
}
/*wishlist_css_end*/
/*travel_list_css_start*/
.travel_list_box {
  padding: 0px;
}
.travel_list_box .product_image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  content: "";
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.travel_list_box:hover .product_image:after {
  opacity: 1;
}
.travel_list_box .product_action {
  background: transparent;
  box-shadow: none;
}
.travel_list_box .product_action a {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: #FFF;
  line-height: 48px;
  border-radius: 50px;
  color: #39B54A;
  text-align: center;
  font-size: 18px;
  padding: 0px;
  margin: 0px 5px;
}
.travel_list_box .product_action i.fa-heart, .travel_list_box .product_action i {
  color: #39B54A;
  font-size: 18px;
}
/*travel_list_css_end*/
/*free_trip_of_the_month_css_start*/
.fa-phone {
  transform: rotate(90deg);
}
.free_trip_sec_one a {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  font-family: 'bold';
}
.free_trip_sec_one h5 {
  font-size: 15px;
  color: #39B54A;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0px;
  font-family: 'bold';
}
.free_trip_sec_one ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'semibold';
  margin-right: 20px;
  color: #111;
}
.free_trip_sec_one ul li span {
  padding-left: 10px;
}
.free_trip_sec_one ul li:last-child {
  margin-right: 0px;
}
.free_trip_sec_one ul li i {
  font-size: 17px;
  color: #39B54A;
  vertical-align: middle;
}
.sponsor_cart_trip {
  padding: 18px 10px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #e7e7e7;
}
.sponsor_cart_trip span {
  font-size: 15px;
  padding-top: 5px;
  display: inline-block;
}
.sponsor_cart_trip img {
  width: 55%;
}
.dtl_in_img {
  margin: 10px 0 20px;
  position: relative;
}
.dtl_in_img img {
  border: 1px solid #e6e6e7;
  border-radius: 10px;
  width: 100%;
}
.free_trip_sec_two p {
  font-size: 15px;
  color: #989898;
  line-height: 28px;
}
.free_trip_sec_two h5 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  font-family: 'semibold';
  margin-top: 20px;
}
.free_trip_sec_two h5 span {
  color: #39B54A;
  padding-right: 5px;
}
.free_trip_sec_two ul h4 {
  font-weight: 600;
  font-family: 'semibold';
  font-size: 20px;
  color: #39B54A;
  margin: 20px 0px;
}
.free_trip_sec_two>ul>li {
  /* display: inline-block; */
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #111111;
  list-style-type: circle;
}
.free_trip_sec_two>ul>li>span {
  color: #39B54A;
  padding-right: 5px;
}
.free_trip_sec_two .new_btn {
  margin-top: 25px;
}
.free_trip_right {
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.free_trip_right h4 {
  font-size: 22px;
  color: #111;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'bold';
}
.free_trip_right_blog {
  border: 1px solid #e7e7e7;
  position: relative;
  border-radius: 10px;
  padding: 5px;
  min-height: 77px;
  margin-bottom: 18px;
}
.free_trip_s_img {
  position: absolute;
  width: 60px;
}
.free_trip_s_img img {
  border-radius: 10px;
  width: 100%;
}
.free_trip_right_data {
  position: relative;
  padding-left: 75px;
}
.free_trip_right_data .pick_rating {
  margin: 5px 0px 8px 0px;
}
.free_trip_right_data a {
  font-size: 17px;
  color: #111;
  font-weight: bold;
  font-family: 'bold';
  margin: 5px 0px 7px;
  display: inline-block;
}
.free_trip_right_data h4 {
  color: #39B54A;
  font-weight: bold;
  font-family: 'bold';
  font-size: 18px;
  margin-bottom: 0px;
}
.travel_ads {
  margin-top: 30px;
}
.travel_ads img {
  width: 100%;
}
/*free_trip_of_the_month_css_end*/
/*featured_holiday_css_start*/
.featured_holiday_main .dtl_in_img {
  margin-top: 0px;
}
.free_trip_sec_two h3 {
  font-weight: bold;
  font-size: 20px;
  color: #111;
  margin-bottom: 10px;
  font-family: 'bold';
}
.featured_holiday_main .main_btn_two {
  margin-left: 10px;
}
.main_btn_two {
  border: 1px solid #39B54A;
  color: #39B54A;
  background: transparent;
  margin-left: 10px;
}
.main_btn_two:hover {
  color: #39B54A;
}
.sale_main #countdown li {
  width: 115px;
  height: 115px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  margin: 0px 15px 15px 0px;
  padding: 0;
}
/*featured_holiday_css_end*/
/*best_channel_css_start*/
.best_channel_right .free_trip_s_img {
  width: 86px;
  height: 70px;
}
.best_channel_right .free_trip_right_blog {
  min-height: 88px;
}
.best_channel_right .free_trip_right_data {
  padding-left: 92px;
}
.best_channel_right .free_trip_right_data a {
  line-height: 27px;
  margin-top: 5px;
  display: inline-block;
  font-size: 16px;
}
.free_trip_right .free_trip_right_blog:last-child {
  margin-bottom: 8px;
}
/*best_channel_css_end*/
.footer_bg_home {
  margin-top: 0px;
}
.app_ss {
  padding: 30px 0px;
  background-image: url(../../assets/images/app_bg_ss.jpg);
  margin-top: 30px;
}
.app_ss_info h2 {
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 48px;
  font-family: 'bold';
}
.app_ss_info p {
  margin: 10px 0px 25px;
  color: #FFF;
  font-size: 14px;
  max-width: 460px;
  display: inline-block;
}
.app_ss_info ul li {
  display: inline-block;
  margin-right: 10px;
}
.app_ss_info ul li:last-child {
  margin-right: 0px;
}
.pw_eye {
  position: absolute;
  top: 42px;
  right: 15px;
  display: block;
}
.shop_social ul li .apple_shop {
  background: #999999;
  border: 1px solid #999999;
}
.shop_social ul li .apple_shop:hover {
  background-color: transparent;
  border: 1px solid #999999;
  color: #999999;
}
.sign_up_modal .modal-header h4 {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
}
.sign_up_modal .modal-header .close {
  color: #FFF;
  opacity: 1;
}
.type_lbl {
  width: auto;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
}
.type_group {
  margin-bottom: 20px;
}
.label.error {
  margin-bottom: 0px !important;
}
.like_icon_all {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.like_icon_all a {
  color: #39B54A;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #FFF;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}
.discount_price {
  background: #39B54A;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 25px 5px;
  border-radius: 10px;
  width: auto;
  display: inline-block;
  font-family: 'semibold';
  margin-bottom: 10px;
}
.price_dtl_view {
  font-family: 'bold';
  font-size: 20px;
  color: #111;
}
.price_dtl_view del {
  color: #cbcbcb;
  font-family: 'semibold';
  padding-right: 5px;
}
.price_dtl_view_color {
  color: #39B54A;
  font-size: 23px;
  line-height: normal;
}
.price_dtl_view p {
  font-size: 16px;
  color: #989898;
  margin-bottom: 0px;
  font-family: 'semibold';
  width: 100%;
  margin-top: 8px;
  line-height: normal
}
.contact_form_line {
  font-size: 16px;
  margin-bottom: 10px;
  color: #111;
}
.help_line {
  color: #111;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'semibold';
}
.contact_main .form-group {
  margin-bottom: 20px;
}
textarea.form-control {
  border-radius: 15px;
}
.contact_main .new_btn {
  margin-bottom: 25px;
}
.banner_text_search {
  color: #fff;
  position: absolute;
  left: 170px;
  right: auto;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  width: 430px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-input-holiday {
  width: 350px;
  display: flex;
  float: right !important;
}
.search-input-holiday-btns {
  height: 43px !important;
  font-size: 16px !important;
}
.social_n ul li .tiktok-icon {
  vertical-align: middle;
}
.social_n ul li .tiktok-icon img {
  width: 30px;
  height: 30px;
}
.nav-menu>.language_hed .dropdown .fa-chevron-down,
.nav-menu>.lange_ac .dropdown .fa-chevron-down {
  margin-left: 5px;
}
.main_btn .ltr_arrow {
  visibility: visible;
}
.main_btn .rtl_arrow {
  visibility: hidden;
  display: none;
}
.local_tours_sec_one_dtl ul {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.free_trip_sec_one h5 i {
  width: 25px;
}
.free_trip_sec_one ul li span {
  padding-left: 10px;
}
.main_btn_two {
  margin-right: 10px;
  margin-left: 0px;
}
.product_list_box_main .product_image img {
  /*height: 200px !important;*/
}
.free_trip_sec_one .fa-phone {
  padding-left: 0px;
  margin-right: 0px;
}
.login_password_grp .form-control {
  padding-right: 40px;
}
.language_hed {
  margin-left: 8px;
}
.cart_in_left_mt20 {
  margin-top: 20px;
}
.btn_filter_new {
  background-color: transparent;
  line-height: 29px;
  color: #99459a;
  border: 1px solid #bdbdbd;
  border-left: none;
  border-radius: 0px 3px 3px 0px
}
.clear_btn {
  line-height: 31px;
  font-size: 15px;
  padding: 5px 25px;
  border-radius: 3px;
  margin-right: 0px;
}
.nav-menu>li>.flag_icon {
  padding: 0px;
}
.flag_icon img {
  width: 30px;
}
.britain_icon {
  display: none !important;
}
.cart_btn .main_btn_two {
  margin-right: 0px;
  margin-left: 10px;
}
.new_btn {
  width: 100%;
  display: inline-block;
  float: left;
}
.banner_search_bar .form-control {
  padding-right: 50px;
}
.product_tab {
  float: left;
}
.main_btn_two:focus {
  color: #39B54A;
}
.trip_of_the_month_main .free_trip_sec_one ul li {
  margin-bottom: 20px;
}
.per_info_bx .icon_text:last-child {
  margin-bottom: 0px;
}
.cart_price_btn_new_cart_page .main_btn {
  width: 100%;
}
.cart_price_btn_new_cart_page .main_btn_two {
  margin-left: 0px;
  margin-top: 15px;
}
.ac_drop_new {
  background: #fbf2ff;
}
.ac_drop_new .fa-user, .ac_drop_new .fa-chevron-down {
  color: #7f3f97;
}
.total_cart_amount_with_shipping {
  display: inline-block;
  margin-bottom: 0px;
}
.cart_in_price_view_left {
  display: inline-block;
}
.cart_in_price_view_right {
  font-size: 16px;
  color: #000;
  display: inline-block;
  text-align: right;
  float: right;
  font-weight: bold;
  font-family: 'bold';
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #99459a !important;
}
.holiday_add_edit_main {
  border: 1px solid #f1f1f1;
  padding: 0px 0px;
  width: 100%;
  float: left;
}
.holiday_add_edit_main .login_registe_title {
  background: #7f3f97;
  margin-top: 0px;
  text-align: left;
  padding: 10px 15px 7px;
  line-height: inherit;
  color: #FFF;
}
.holiday_add_edit_main hr {
  margin-top: 0px !important;
  margin-bottom: 25px;
}
.holiday_add_edit_main .note-editor.note-frame {
  margin-bottom: 0px;
}
.contact_sedo {
  border: 1px solid #f1f1f1;
  width: 100%;
  float: left;
}
.holiday_offers_img {
  height: 360px;
}
.holiday_offers_img img {
  width: 100%;
}
.language_hed .btn {
  background-color: transparent;
  padding: 0;
}
.language_hed .btn .fa-globe {
  font-size: 24px;
  color: #39B54A;
  /* vertical-align: sub; */
  vertical-align: top;
}
.language_hed .btn .fa-chevron-down {
  color: #111;
}
.language_hed .dropdown-menu {
  min-width: 120px;
  padding: 10px 10px;
  margin: 0px;
  margin-top: 15px;
  /* position: relative; */
  left: -25px;
}
.language_hed .dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #d3d3d3;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.language_hed .dropdown-menu li {
  /* display: inline-block; */
  /* margin: 10px 5px; */
  margin-bottom: 10px;
}
.language_hed .dropdown-menu li:last-child {
  margin-bottom: 0px;
}
.language_hed .dropdown-menu>li>a {
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  width: 100%;
  /* background: red; */
  padding: 5px;
  border-radius: 5px;
}
.language_hed .dropdown-menu>li>.active_icon {
  background-color: #e5cee3;
}
.language_hed .dropdown-menu>li>a img {
  border-radius: 50px;
  z-index: 1;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
}
.language_hed .btn .language_name_info {
  font-size: 18px;
  margin-left: 8px;
  font-weight: 500;
  color: #111;
}
.nav-menu>.language_hed .dropdown .fa-chevron-down {
  margin-left: 3px;
}
.new-close-btn {
  margin: 0px 5px -25px 0px;
  color: #39B54A;
}
.pop-up-img-sty {
  width: 400px;
  height: 400px;
  margin: 0px auto;
  position: relative;
}
.local-tours-and-adventures-img {
  height: 350px;
}
.new-close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  color: red;
  opacity: 1;
  text-shadow: none;
}
/* home_new_css_start */
.indoor_activities_main {
  margin-top: 40px;
  min-height: 400px; 

}
.indoor_activities_main .pick_date {
  min-width: auto;
}
.pick_title_price del {
  color: #9C9C9C;
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}
.indoor_activities_main .pick_title_price {
  display: flex;
  align-items: center;
}
.price_off {
  background-color: #F5EEDA;
  color: #C59B41;
  border-radius: 50px;
  padding: 5px 10px;
  margin-left: 10px;
}
.explore_main .pick_title_price h3 {
  margin-right: 10px;
}
.pick_title_price p span {
  padding: 0px 5px 0px 5px;
}
.indoor_activities_main .pick_title_info a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* home_new_css_end */
/* home_new_css_23/02/2024_start */
.header_on_top_right>ul>.web_lang_none{
  display: none;
}
.header_on_top_right>ul>.down_app_btn{
  border: 1px solid #ddd;
  border-radius: 0px 50px 50px 0px;
  padding-right: 7px;
}
.header_on_top_right>ul>.down_app_btn i{
  padding-right: 5px;
}
.header_mdl_part .dropdown{
  display: inline-block;
  border: 1px solid #DDD;
  padding: 5px 10px;
  border-radius: 5px;
}
.form-main-top{
  position: relative;
}
.header_mdl_part{
  display: flex;
  gap: 15px;
}
.search_new_ctm{
  background: #f5f5fa;
  display: flex;
  border-radius: 5px;
}
.search_icon{
  position: absolute;
  color: #AA1EF0;
  top: 12px;
    font-size: 13px;
    left: 12px;
}
.search_new_ctm .form-control, .search_new_ctm .bootstrap-select > .dropdown-toggle{
  background: none;
  line-height: normal;
  height: 35px;
  border: none;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.search_new_ctm .bootstrap-select > .dropdown-toggle{
  padding-left: 0px;
  width: 175px;
}
.search_new_ctm .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  color: #7e7e7e;
    font-size: 14px;
}
.search_new_ctm .bootstrap-select.btn-group .dropdown-toggle .fas{
  color: #7e7e7e;
}
.form-main-top-in-one{
  width: 420px;
  border-right: 1px solid #DDD;
}
.form_search_btn{
  background: #39B54A;
    padding: 3px 6px;
    color: #FFF !important; 
    border-radius: 0px 5px 5px 0px;
    line-height: 23px;
    display: inline-block;
}
.form_search_btn:hover{
  color: #FFF;
}
.banner{
  margin-top: 30px;
}
.banner .owl-carousel .owl-item img{
/*  height: 250px;*/

    object-fit: cover;
    aspect-ratio: 3 / 1;
}
.banner .owl-carousel .owl-item img, .banner .overlay{
  border-radius: 10px;
}
.home_view_all_btn{
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  width: auto;
    display: inline-block;
}
.new_d_title{
  display: flex;
  justify-content: space-between;
  margin: 5px 0px 20px;
  align-items: center;
}
.home_view_all_btn a{
  padding: 5px 20px;
  background: #39B54A;
  background: linear-gradient(to right, #39B54A 20%, #8DC63F 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.home_view_all_btn i{
  padding-left: 5px;
}
.outdoor_blog_main img{
  height: 170px;
  border-radius: 20px;
  
}
.outdoor_blog_main a{
  font-size: 18px;
/*  font-weight: bold;*/
  color: #111;
  margin: 8px 0px 5px;
  font-family: 'bold';
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: normal;
}
.price_rating_main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_rating_main .pick_title_price {
    border-top: none;
    padding: 0;
}
.price_rating_main .pick_title_price h3{
  padding-left: 0;
  
}
.review_comment ul{
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.rating_blog{
  background-color: #8DC63F;
  color: #FFF;
  border-radius: 5px;
  padding: 5px 7px;
  display: inline-block;
  font-size: 12px;
}
.rating_blog i{
  font-size: 10px;
  padding-right: 2px;
}
.price_off_two{
  background-color: #D9ECBF;
  color: #39B54A;
}
.outdoor_main .owl-theme .owl-nav .owl-prev, 
.outdoor_main .owl-theme .owl-nav .owl-next{
  background-color: #c03bb8;
  color: #FFF;
  border: 2px solid #c03bb8;
  height: 35px;
  width: 35px;
  line-height: 32px;
  font-size: 15px;
}
.outdoor_main .owl-theme .owl-nav .owl-prev {
    left: -55px;
}
.outdoor_main .owl-theme .owl-nav .owl-next {
    right: -55px;
}
.about_rewards{
  display: flex;
  gap: 15px;
  align-items: center;
}
.about_rewards h3{
  background: #39B54A;
  background: linear-gradient(to right, #39B54A 0%, #8DC63F 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
}
.about_rewards img{
  width:8%;
}
.seat_left{
      font-size: 15px;
    font-weight: bold;
    color: #111;
}
.tours_option_blog{
      box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}
.tours_option_blog h4{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.tours_option_price h5{
  font-size: 18px;
  font-weight: bold;
  color: #99459a;
  display: inline-block;
}
.tours_option_price h5 del{
  color: #696969;
  font-weight: 600;
    margin-left: 3px;
}
.tours_option_blog .price_off_two{
  display: inline-block;
}
.tours_option_blog .product_single_qty{
  margin-top: 10px;
}
.tours_option_blog .product_single_qty .form-control{
  border: none;
}
.tours_option_blog .product_action_qty{
  margin-top: 0px;
}
.tours_option_blog .product_single_qty a{
  display: inline-block;
    border: 1px solid #99459a;
    height: 40px;
    vertical-align: top;
    line-height: 42px;
    float: left;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    color: #99459a;
}
.tours_option_blog .product_single_qty .form-control{
    height: 38px;
    width: 40px;
    margin-left: 0;
}
.product_single_qty h6{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
  margin-left: 10px;
}
.tours_option_blog_cart .tours_option_blog .product_single_qty{
  position: initial;
}
.tours_option_blog_cart .tours_option_price{
  display: inline-block;
}
.tours_option_blog_cart .tours_option_blog .product_action_qty{
      display: inline-block;
    width: auto;
    margin-top: -15px;
    margin-left: 15px;
}
.tours_option_blog_cart .tours_option_blog h4{
  font-size: 18px;
}
.outdoor_main .container{
  overflow: hidden;
}
.outdoor_main .owl-carousel .owl-stage-outer{
  overflow: inherit;
}
.get_product_attribute_image h4{
  margin-bottom: 10px;
  padding-left: 5px;
}
.product_details_right h3{
  margin-bottom: 10px;
}
.free_trip_sec_one ul li p{
  margin-bottom: 0px;
}
.explore_toure_main .pick_title_info{
  padding: 15px;
}
.explore_toure_main .pick_title_info a{
  font-size: 18px;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  vertical-align: top;
}
.forgot_password_main.form-group{
  margin-bottom: 10px;
}
.login_btn_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_btn_main .new_btn{
  width: auto;
}
.custom_panel{
  padding: 0px 15px;
}
.custom_panel .panel-default > .panel-heading, .custom_panel .panel-default > .panel-heading a{
  position: relative;
}
.custom_panel .panel-heading a:after{
  position: absolute;
  right: 0px;
  top: 0px;
}
.add_more_tours_opt{
  float: right;
  text-align: right;
  margin-bottom:30px;
}
.custom_panel .panel-body{
  padding: 15px 0px;
}
/* home_new_css_23/02/2024_end */

.outdoor_three_box .outdoor_blog_main{
    margin-bottom: 30px;
}
.outdoor_three_box .outdoor_blog_main img{
    width: 100%;
}
.outdoor_three_box .price_off_two{
    display: inline-block;
}
.new_filter_box .form-group .main_btn{
  width: 100%;
}

/*simmer code start*/
@keyframes fullView {
  100% {
    width: 100%;
  }
}
.animate {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}
/*simmer code end*/

.shimmer_img{
      width: 100%;
    height: 170px;
}
.shimmer_radius{
  border-radius: 15px;
}
.shimmer_banner_img{
      width: 100%;
    height: 250px;
}
.shimmer_reward_img{
      width: 100%;
    height: 485px;
}