@charset "UTF-8";
/*
*	Theme Name: GT-Theme-2.0
*	Owner: Getshop Today
*	URL: https://getshop.today/
*	Description: This Template Created By Getshop Team
*/
/*
=================================
	Load Plugins
=================================
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;800&display=swap");
@import '../css/plugins.css';
@import '../css/partical-icon.css';
@import '../admin/css/icofont.min.css';
/*
=================================
	Load All Variables
=================================
*/
/*
=======================================
| ----@ Variables For Font Family
=======================================
*/
/*
=======================================
| ----@ Variables For Body Text
=======================================
*/
/*
=======================================
| ----@ Variables For Button Color
=======================================
*/
/*
=================================
	Base Style Load
=================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 14px !important;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  font-size: 14px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 17.5px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12.5px;
}

h6 {
  font-size: 10px;
}

p {
  color: #212121;
  font-size: 14px;
  line-height: 28px;
}

ul {
  list-style: none;
  font-size: 14px;
}

ol {
  font-size: 14px;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

.table img {
  max-width: 50px;
}

/*
=========================
    Global Background Class
=========================
*/
.p_bg {
  background: #212121;
}

.h_bg {
  background: #333333;
}

.primary_bg {
  background: #ff5722;
}

.secondary_bg {
  background: #6c757d;
}

.success_bg {
  background: #1e7e34;
}

.danger_bg {
  background: #dc3545;
}

.warning_bg {
  background: #ffc107;
}

.info_bg {
  background: #17a2b8;
}

.light_bg {
  background: #f8f9fa;
}

.dark_bg {
  background: #343a40;
}

.link_bg {
  background: #0056b3;
}

/*
=========================
    Global Color Class
=========================
*/
.p_color {
  color: #212121;
}

.h_color {
  color: #333333;
}

.primary_color {
  color: #ff5722;
}

.secondary_color {
  color: #6c757d;
}

.success_color {
  color: #1e7e34;
}

.danger_color {
  color: #dc3545;
}

.warning_color {
  color: #ffc107;
}

.info_color {
  color: #17a2b8;
}

.light_color {
  color: #f8f9fa;
}

.dark_color {
  color: #343a40;
}

.link_color {
  color: #0056b3;
}

.right_pos {
  text-align: right;
}

.center_pos {
  text-align: center;
}

.left_pos {
  text-align: left;
}

/*
=========================
    Global Class
=========================
*/
.clearfix {
  clear: both;
}

.gt_overlay_default {
  position: relative;
}
.gt_overlay_default:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.min-h-auto {
  min-height: auto !important;
}

.max-h-auto {
  max-height: unset !important;
}

.hide {
  display: none !important;
}

input:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.line-height-1 {
  line-height: 1;
}

/*----------------------------
      PRICE SLIDER
------------------------------*/
.tooltip {
  opacity: 1;
}

.noUi-horizontal {
  height: 9px;
}

.noUi-connect {
  background: #a2a7a9;
}

.tooltip-inner {
  background-color: #ACACAC;
  border-radius: 4px;
  color: #FFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  top: -5px;
  right: 0;
}

.tooltip-inner {
  background-color: #ACACAC;
  border-radius: 4px;
  color: #FFF;
  max-width: 200px;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}

.tooltip.top {
  margin-top: -26px;
  margin-left: 0px;
  padding: 5px 0;
}

/*----------------------------
    Menu on top of content
------------------------------*/
.menu_on_top_of_content {
  position: absolute;
  z-index: 11;
  width: 100%;
}

/*----------------------------
      Mobile Filter Roted
------------------------------*/
.filters-menu-mobile {
  position: fixed;
  right: -5px;
  text-align: right;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .filters-menu-mobile {
    display: none;
  }
}
.filters-menu-mobile__trigger {
  display: none;
  background-color: #5A5A5A;
  border-radius: 4px;
  color: #FFF;
  font-size: 18px;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 35px;
  z-index: 1;
}

.filters-menu-mobile__elements-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.filters-menu-mobile .btn-filter-outer {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters-menu-mobile .btn--filter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -15px;
}

.filters-menu-mobile .btn--filter .fa {
  margin-right: 5px;
}

.filters-menu-mobile .btn-sort-outer {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.filters-menu-mobile .btn--sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filters-menu-mobile .btn--sort .fa {
  margin-left: 5px;
}

.filters-menu-mobile .btn-sort__select {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.filters-menu-mobile .filters-row__view {
  font-size: 18px;
  margin: 0;
  display: none !important;
}

.filters-menu-mobile__checkbox {
  display: none;
}

.filters-menu-mobile__checkbox:checked ~ .filters-menu-mobile__elements-holder {
  bottom: -210px;
  opacity: 1;
}

.gt_container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .mobile_right_area_filter_hide {
    display: none;
  }

  .mobile_right_area_filter_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*----------------------------
      PROGRESS BAR
------------------------------*/
.progress-bar-text {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.progress-bar-text span {
  float: right;
}

.progress-bar {
  background: #6c757d none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  height: 3px;
  margin: 0 0 1rem;
  position: relative;
  width: 100%;
}

.progress-bar > span {
  background: #ff5722 none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 5px;
  left: 0;
  position: absolute;
}

.gt_main_title {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  font-weight: 800;
}
.gt_main_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ff5722;
}
.gt_main_title span {
  color: #ff5722;
}

/*
===================================================================
    Control Global Space
===================================================================
*/
.gt_product_area,
.gt_featured_categories,
.gt_subscription_area,
.gt_contact_area,
.gt_login_area,
.gt_blog {
  padding-top: 0px;
}

.area_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.area_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    line-height: 1.8;
  }
}
/*Remove container fluid*/
.full_area .text_box {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .full_area {
    overflow: hidden;
  }
}
/*Spetial module control*/
.special_module_row .row {
  margin-left: 0;
  margin-right: 0;
}
.special_module_row > [class^=col] {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.load-more {
  margin-bottom: 25px;
}

.error {
  color: #f00;
}

@media (max-width: 1199.98px) {
  .gt_product_area,
.gt_featured_categories,
.gt_subscription_area,
.carousel_module,
.gt_contact_area,
.gt_login_area,
.gt_shop_area,
.gt_blog_area,
.gt_cart_area,
.gt_checkout_area,
.gt_blog {
    padding-top: 0px;
  }

  .gt_main_title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .gt_checkout_area .gt_main_title,
.gt_cart_area .gt_main_title,
.gt_blog_area .gt_main_title,
.gt_contact_area .gt_main_title,
.gt_shop_area .gt_main_title {
    margin: 0 0 30px !important;
  }

  .gt_footer {
    margin-top: 30px;
  }
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
  left: 30px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
  right: 30px;
}

#errormessage {
  text-align: center;
  background: #f8f8f8;
  padding: 50px 0;
  margin-top: -15px;
  display: none;
}

#errormessage p {
  margin-bottom: 25px;
  color: #b50e0e;
  font-size: 22px;
}

#errormessage a {
  display: inline-block;
  background: #674ea7;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

#clear_item_data {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.checkout_v2 .bill-to .checkout_display_none,
.checkout_v2 .bill-to > div.checkout_display_none {
  display: none;
}

.ui-state-disabled {
  pointer-events: none;
  opacity: 0.7;
  display: block;
}

.carousel_slider_module:hover .caroController {
  opacity: 1;
}
.carousel_slider_module .caroController {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 1;
  padding: 10px 15px;
}

.radius .caroController {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lg-icon {
  font-family: lg !important;
}

.is-sticky {
  z-index: 99;
}

.getlax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.bindy_menu {
  z-index: 12;
}

.reservation_card .card-body p, .reservation_card .card-body h1, .reservation_card .card-body h2, .reservation_card .card-body h3, .reservation_card .card-body h4, .reservation_card .card-body h5, .reservation_card .card-body h6 {
  color: inherit;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Partical Style
========================= */
.topleft,
.topright,
.bottomleft,
.bottomright,
.centercenter {
  position: absolute;
  z-index: 10;
}

.topleft {
  top: 0;
  left: 0;
}

.topright {
  top: 0;
  right: 0;
}

.bottomleft {
  bottom: 0;
  left: 0;
}

.bottomright {
  bottom: 0;
  right: 0;
}

.centercenter {
  left: 50%;
  top: 50%;
}

.right_con_spf {
  margin-left: 15px;
}

/* Module External Background
======================================== */
.module_bg_color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.canvas_close a,
.canvas_close_right a {
  position: absolute;
  right: -20px;
  top: -45px;
}

.ecom_menu ul li a {
  margin: 0 3px !important;
}

body .gt_default_nav .menu_items li:last-child a {
  padding-right: 5px !important;
}

/*
=================================
	Button Style Load
=================================
*/
.gt_btn {
  border-radius: 0;
  font-size: 14px;
  padding: 5px 25px;
}
.gt_btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: 0;
}

.gt_btn_transparent {
  border-radius: 0;
  font-size: 14px;
  padding: 5px 25px;
}
.gt_btn_transparent:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: 0;
}

/*
=======================================
|----@ Global Button Class
=======================================
*/
.gt_primary {
  background: #ff5722;
  border-color: #ff5722;
  color: #fff;
}

.gt_secondary {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.gt_success {
  background: #1e7e34;
  border-color: #1e7e34;
  color: #fff;
}

.gt_danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.gt_warning {
  background: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.gt_info {
  background: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}

.gt_light {
  background: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}

.gt_dark {
  background: #343a40;
  border-color: #343a40;
  color: #fff;
}

.gt_link {
  background: transparent;
  border-color: transparent;
  color: #ff5722;
}

.btn.gt_btn {
  position: relative;
  overflow: hidden;
}
.btn.gt_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.btn.gt_btn:hover {
  color: #fff;
}
.btn.gt_btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*
===========================
    Button Outline Color
===========================
*/
.gt_outline_primary {
  background: transparent;
  border-color: #ff5722;
  color: #ff5722;
}
.gt_outline_primary:hover {
  color: #fff;
  background: #ff5722;
  border-color: #ff5722;
}

.gt_outline_secondary {
  background: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.gt_outline_secondary:hover {
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
}

.gt_outline_success {
  background: transparent;
  border-color: #1e7e34;
  color: #1e7e34;
}
.gt_outline_success:hover {
  color: #fff;
  background: #1e7e34;
  border-color: #1e7e34;
}

.gt_outline_danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.gt_outline_danger:hover {
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}

.gt_outline_warning {
  background: transparent;
  border-color: #ffc107;
  color: #ffc107;
}
.gt_outline_warning:hover {
  color: #fff;
  background: #ffc107;
  border-color: #ffc107;
}

.gt_outline_info {
  background: transparent;
  border-color: #17a2b8;
  color: #17a2b8;
}
.gt_outline_info:hover {
  color: #fff;
  background: #17a2b8;
  border-color: #17a2b8;
}

.gt_outline_light {
  background: transparent;
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.gt_outline_dark {
  background: transparent;
  border-color: #343a40;
  color: #343a40;
}
.gt_outline_dark:hover {
  color: #fff;
  background: #343a40;
  border-color: #343a40;
}

/*
===========================
    Button Small
===========================
*/
.gt_btn_sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/*
===========================
    Radio Button
===========================
*/
.gt_control-input:checked ~ .gt_control-label::before {
  border-color: #ff5722;
  background-color: #ff5722;
}

/*
===========================
    Cart Button
===========================
*/
.gt_header_btn_style {
  padding: 0 9px !important;
  background-color: #ddd;
  border: 0;
  display: inline-block;
}
.gt_header_btn_style:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.gt_header_btn_style .card_value {
  right: -50px !important;
  top: 2px !important;
  background: #aaa !important;
}
.gt_header_btn_style .card_icon_area {
  margin: 0 !important;
}
.gt_header_btn_style i {
  margin-left: 0 !important;
  margin-right: 5px;
}

.header_top_bar .ecom_menu .gt_header_btn_cart {
  padding-right: 26px !important;
}
.header_top_bar .ecom_menu .gt_header_btn_cart .card_value {
  top: 0px !important;
}

.gt_header_btn_cart {
  padding: 0 23px 0 5px !important;
}

.gt_header_btn_wishlist {
  padding: 0 26px 0 5px !important;
}
.gt_header_btn_wishlist .card_value {
  right: -75px !important;
}

.gt_header_btn_border_active {
  border: 1px solid;
  border-color: #ddd;
}

.login_cart_button_bg_color {
  background: #ddd;
}

.gt_secondary_menu .card_value,
.cart_btn_text_color {
  color: #000 !important;
}

.cart_btn_active_or_hover_color:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.cart_btn_active_or_hover_color:hover .card_value {
  color: #fff !important;
}

.only_icon_btn {
  padding: 0 5px !important;
}

.only_icon_btn i {
  margin-right: 0;
}

.only_icon_btn .card_value {
  right: -8px !important;
  top: -10px !important;
}

.sidebar_menu_cart .card_value {
  left: 57px !important;
}

.button_height_fix {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 2px;
  line-height: 1.5 !important;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .btn.gt_btn {
    margin-bottom: 10px;
  }
}
.btnhvr-slide-left,
.btnhvr-slide-right,
.btnhvr-slide-down,
.btnhvr-slide-up {
  position: relative;
}
.btnhvr-slide-left:before,
.btnhvr-slide-right:before,
.btnhvr-slide-down:before,
.btnhvr-slide-up:before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}
.btnhvr-slide-left i, .btnhvr-slide-left span,
.btnhvr-slide-right i,
.btnhvr-slide-right span,
.btnhvr-slide-down i,
.btnhvr-slide-down span,
.btnhvr-slide-up i,
.btnhvr-slide-up span {
  position: relative;
  z-index: 10;
}

.btnhvr-slide-left:before {
  left: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.btnhvr-slide-left:hover:before {
  left: 0% !important;
  width: 100% !important;
  height: 100% !important;
}

.btnhvr-slide-right:before {
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
}
.btnhvr-slide-right:hover:before {
  left: 0% !important;
  width: 100% !important;
  height: 100% !important;
}

.btnhvr-slide-down:before {
  top: -100% !important;
  width: 100% !important;
  height: 100% !important;
}
.btnhvr-slide-down:hover:before {
  top: 0% !important;
  width: 100% !important;
  height: 100% !important;
}

.btnhvr-slide-up:before {
  bottom: -100% !important;
  width: 100% !important;
  height: 100% !important;
  top: auto !important;
}
.btnhvr-slide-up:hover:before {
  bottom: 0% !important;
  width: 100% !important;
  height: 100% !important;
  top: auto !important;
}

/*
=================================
	Button Style Load
=================================
*/
.gt_form label {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
}
.gt_form input {
  font-size: 14px;
}
.gt_form textarea {
  resize: none;
}
.gt_form input,
.gt_form textarea,
.gt_form select {
  border-radius: 0;
}
.gt_form input:focus,
.gt_form textarea:focus,
.gt_form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff5722;
}

.forgot_form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ced4da;
}

/*
=================================
	Button Style Load
=================================
*/
/*
=======================================
|----@ Product Box 1
=======================================
*/
.single-products-box {
  margin-bottom: 30px;
}
.single-products-box .content,
.single-products-box .box_title a,
.single-products-box .new-price,
.single-products-box .old-price {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-products-box:hover .image .buttons-list ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.single-products-box:hover .content {
  background: #ff5722;
}
.single-products-box:hover .content .box_title a,
.single-products-box:hover .content .new-price {
  color: #fff;
}
.single-products-box:hover .content .old-price {
  color: #000;
}
.single-products-box .box_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.single-products-box .image {
  position: relative;
  overflow: hidden;
  background: #ececec;
  min-height: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-products-box .image a {
  max-height: 250px;
}
.single-products-box .image .buttons-list {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
}
.single-products-box .image .buttons-list i {
  font-size: 18px;
  -webkit-transform: translate(-1px, -3px);
          transform: translate(-1px, -3px);
}
.single-products-box .image .buttons-list ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}
.single-products-box .image .buttons-list ul li:first-child {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-products-box .image .buttons-list ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-products-box .image .buttons-list ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.single-products-box .image .buttons-list ul li a {
  display: inline-block;
  font-size: 22px;
  color: #000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.single-products-box .image .buttons-list ul li a:hover {
  background-color: #ff5722;
  color: #fff;
}
.single-products-box .image .buttons-list ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}
.single-products-box .image .buttons-list ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  color: #fff;
}
.single-products-box .image .buttons-list ul li a .tooltip-label:before {
  content: "\f0d7";
  color: #000;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: -16px;
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.single-products-box .image .top_left_tag {
  position: absolute;
  top: 12px;
  padding: 1px 12px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  left: 12px;
  color: #fff;
  background-color: #ff5722;
}
.single-products-box .image .top_right_tag {
  position: absolute;
  top: 12px;
  color: #fff;
  padding: 1px 12px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  right: 12px;
  background-color: #6c757d;
}
.single-products-box .content {
  padding: 15px;
  background: #fff;
}
.single-products-box .content a {
  color: #000;
  font-size: inherit;
}
.single-products-box .price .old-price,
.single-products-box .price .new-price {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.single-products-box .price .old-price {
  color: #212121;
  text-decoration: line-through;
  margin-right: 10px;
}
.single-products-box .price .new-price {
  color: #ff5722;
}

.gt_product_details_area .product_tabs .gt_details_btn {
  border: 0;
}

/*
=======================================
|-@ Text Content Style
=======================================
*/
.content_bg .content {
  background: #ff5722;
}
.content_bg .content .old-price {
  color: #000;
}
.content_bg .content .new-price,
.content_bg .content a {
  color: #fff;
}

/*
=======================================
|-@ Overlay Button Style
=======================================
*/
.overlay_btn_center .buttons-list {
  left: 0;
  top: 50%;
  bottom: inherit;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

/*
=======================================
|-@ Overlay Style
=======================================
*/
.overlay_default:hover .image:before {
  opacity: 0.4;
}
.overlay_default .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff5722;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*
=======================================
|-@ Box Shadow Style
=======================================
*/
.gt_box_shadow {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .product-box .product-imgbox .product-icon.icon-inline {
    padding-top: 10px !important;
  }
}
/*
=======================================
|-@ Product Popup Box
=======================================
*/
.product_box_landscape .gt_slide_popup {
  max-width: 300px;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
}
.product_box_landscape .gt_slide_popup .header_area_sl {
  padding: 5px 20px 5px 5px;
}
.product_box_landscape .gt_slide_popup .header_area_sl h4 {
  text-align: left;
  font-size: 16px;
}
.product_box_landscape .gt_slide_popup .sl_popup_body {
  padding: 10px;
}
.product_box_landscape .gt_slide_popup .sl_popup_body img {
  max-width: 100px;
  margin: 0;
}
.product_box_landscape .gt_slide_popup .product_box_content {
  padding-left: 15px;
  width: 100%;
}
.product_box_landscape .gt_slide_popup .sl_popup_body {
  text-align: left;
}
.product_box_landscape .gt_slide_popup .sl_popup_body p {
  text-align: left;
  margin: 0 0 10px;
}
.product_box_landscape .gt_slide_popup .gt_slide_popup_close {
  margin: 5px 11px;
}

.product_img_bg_portrait {
  width: 150px;
  height: 190px;
  margin: 8px auto 0;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.product_img_bg_landscape {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.portrait_popup_box_left .gt_slide_popup_close {
  right: 0 !important;
  left: auto !important;
  line-height: 0 !important;
  margin: 8px 8px 0 0 !important;
}

.portrait_popup_box_right .gt_slide_popup_close {
  left: 0 !important;
  right: auto !important;
  line-height: 1 !important;
  margin: 8px 0 0 8px !important;
}

/*
=================================
	Button Style Load
=================================
*/
/* 
==============================
	Pagination
============================== 
*/
.gt_shop_area .gt_main_title {
  margin: 100px 0;
}

.gt_sidebar {
  padding: 30px;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.gt_sidebar .gt_title {
  font-size: 14px;
  margin: 0 0 23px;
  font-weight: 800;
  text-transform: uppercase;
}

/* 
==============================
	Sidebar Search
============================== 
*/
.sidebar_search {
  border: 1px solid #e8e8e8;
}
.sidebar_search input {
  border: 0;
  border-right: 0;
  font-size: 14px;
  height: auto;
  padding: 5px 10px;
  background: #f7f8f9;
}
.sidebar_search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar_search button {
  background: #f7f8f9;
  border-color: #f7f8f9;
  color: #000;
  border: 0;
  border-left: 0;
  font-size: 14px;
}

/* 
==============================
	Category
============================== 
*/
.sidebar_category ul li {
  margin: 10px 0;
}

/* 
==============================
	Filter
============================== 
*/
.gt_filter {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 8px 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}
.gt_filter .result {
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
.gt_filter .filter-btn-area p {
  font-size: 12px;
  width: 100px;
}
.gt_filter .filter-btn {
  padding: 6px 10px;
  border-radius: 0;
  margin-left: 10px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  color: #000;
  font-size: 12px;
}
.gt_filter .filter-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 
==============================
	Pagination
============================== 
*/
.gt_pagination .page-link {
  font-size: 14px;
  color: #ff5722;
}
.gt_pagination .active .page-link {
  color: #fff !important;
  background-color: #ff5722;
  border-color: #ff5722;
}

#product-view-model .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
}
#product-view-model .owl-nav .owl-next {
  float: right;
}
#product-view-model .owl-nav button {
  font-size: 30px;
}
#product-view-model .owl-nav button:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.product-details-gallery {
  padding: 25px 0;
}
.product-details-gallery .list-group {
  margin-bottom: 20px;
}
.product-details-gallery .gt_price {
  color: #ff5722;
  font-weight: 700;
  font-size: 30px;
}
.product-details-gallery .product_main_page a {
  color: #6c757d;
}
.product-details-gallery .product_main_page a:hover {
  color: #ff5722;
}
.product-details-gallery input {
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  line-height: 1;
  color: #555;
  border-radius: 18px;
  width: 80px;
  height: 33px;
  margin-right: 10px;
}

/* 
==============================================
	All Product Filter For Mobile
==============================================
*/
.get_filter_mobile {
  background: transparent;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}
.get_filter_mobile button {
  font-size: 14px;
}
.get_filter_mobile button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get_filter_mobile select {
  background: transparent;
  border: 0;
}
.get_filter_mobile select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.get_filter_mobile select:active {
  background: transparent;
}

/*
=================================
	Button Style Load
=================================
*/
.gt_product_details_area .product_title,
.gt_product_details_area .price_and_cart_area,
.gt_product_details_area .wishlist_and_share,
.gt_product_details_area .product_description {
  margin-bottom: 15px;
}
.gt_product_details_area .product_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.gt_product_details_area .product_meta {
  margin-bottom: 10px;
  position: relative;
  margin: 0 0 10px 14px;
  border-radius: 0 5px 5px 0;
  padding: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  background-color: #ff5722;
}
.gt_product_details_area .product_meta i {
  padding-left: 5px;
  margin-right: 9px;
}
.gt_product_details_area .product_meta:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
  left: -15px;
}
.gt_product_details_area .gt_rating li {
  margin: 0 2px;
}
.gt_product_details_area .gt_rating li i {
  font-size: 18px;
  line-height: 1;
  color: #ffc107;
}
.gt_product_details_area .gt_stock_and_others span {
  display: inline-block;
  color: #ff5722;
  font-weight: 600;
}
.gt_product_details_area .cart_product_area {
  border-bottom: 1px solid #ddd;
}
.gt_product_details_area .cart_product_area:last-child {
  border: 0;
}
.gt_product_details_area .product_cart input {
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  line-height: 1;
  color: #555;
  border-radius: 18px;
  width: 80px;
  height: 33px;
  margin-right: 10px;
}
.gt_product_details_area .product_price {
  font-size: 18px;
  font-weight: 700;
}
.gt_product_details_area .price_and_cart_area {
  background: #f7f8f9;
  padding: 15px;
}
.gt_product_details_area .product_image .lSSlideOuter .lSPager li.active {
  border: 1px solid #ff5722;
}
.gt_product_details_area .product_image .gallery_image {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.gt_product_details_area .wishlist_and_share .gt_wishlist a:hover .gt_wishlist_icon {
  background: #ff5722;
  color: #fff;
}
.gt_product_details_area .wishlist_and_share .gt_wishlist .gt_wishlist_icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ff5722;
  border-radius: 100%;
  color: #ff5722;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gt_product_details_area .wishlist_and_share .share_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
.gt_product_details_area .wishlist_and_share .share_area img {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  height: 21px;
  max-width: 85px;
}
.gt_product_details_area .wishlist_and_share .share_area.hide_area {
  opacity: 0;
  top: -1000%;
  z-index: -9999;
  position: absolute;
}
.gt_product_details_area .product_tabs {
  position: relative;
}
.gt_product_details_area .product_tabs .product_tabs_btns_area {
  background: #6c757d;
}
.gt_product_details_area .product_tabs .product_tab_section {
  display: none;
}
.gt_product_details_area .product_tabs .gt_active_tabs {
  display: block;
}
.gt_product_details_area .product_tabs .gt_secondary:hover {
  border-color: #fff;
  border-bottom: 2px solid #ff5722;
}
.gt_product_details_area .product_tabs a.active {
  background: #fff;
  border-color: #fff;
  color: #6c757d;
  border-bottom: 0px solid #ff5722;
}
.gt_product_details_area .product_tabs .product_tab_content {
  background: #f7f8f9;
  padding: 20px;
  overflow: hidden;
}
.gt_product_details_area .product_tabs .product_tab_content p {
  margin-bottom: 10px;
}
.gt_product_details_area .product_tabs .product_tab_content .pd-text {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.gt_product_details_area .product_tabs .product_tab_content .pd-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
}
.gt_product_details_area .product_tabs .product_tab_content .pd-text.active:before {
  background: transparent;
}
.gt_product_details_area .product_tabs .product_tab_content .pd-readmore {
  padding: 6px 15px;
  background: #ff5722;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
}
.gt_product_details_area .product_tabs .product_rating_icon li {
  margin-right: 1ps solid #ff5722;
}
.gt_product_details_area .product_tabs .product_rating_icon i {
  margin-left: 5px;
}
.gt_product_details_area .product_tabs .review_form li {
  margin-right: 5px;
  color: #6c757d;
  font-size: 16px;
}

.product_cart_modal .modal-title {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.product_cart_modal .table td {
  border-top: 1px solid #f3f3f3;
}
.product_cart_modal .table th {
  border-top: 1px solid #f3f3f3;
}

.gt_product_details_area .left-area-image .ct-thumb-img img {
  max-width: 80px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.details_filter {
  position: relative;
}
.details_filter .thumb-img .slick-current {
  border: 1px solid #333;
}
.details_filter .thumb-img {
  width: 60px;
  background: rgba(255, 255, 255, 0.8235294118);
  position: absolute;
  z-index: 10;
  height: 100%;
  margin: 0;
}
.details_filter .thumb-img img {
  max-width: 57px;
}

.add_scroll {
  height: 230px;
  padding-right: 10px;
  overflow-y: scroll;
}
.add_scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.add_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.add_scroll::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #cc9966;
  color: #fff;
  border-color: #cc9966;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.details-layout-one .lSSlideOuter {
  padding-right: 0 !important;
  padding-left: 115px !important;
}
.details-layout-one .lSSlideOuter img {
  max-width: 100%;
}
.details-layout-one .lSSlideOuter .lSGallery {
  right: auto !important;
  left: 0 !important;
  margin: 0 15px 0 0 !important;
}

.site_area .details-layout .lSSlideOuter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.site_area .details-layout .lSGallery {
  right: auto !important;
  left: 0 !important;
  margin: 15px 0 !important;
}

.left-area-image img {
  max-width: 100%;
}

.xzoom-thumbs {
  text-align: left;
  margin: 10px 0;
}
.xzoom-thumbs img {
  margin-left: 0;
  margin-right: 10px;
}
.xzoom-thumbs .xactive {
  -webkit-box-shadow: 0px 0px 3px 0px #ededed;
          box-shadow: 0px 0px 3px 0px #ededed;
  border: 1px solid #ededed;
}

html body div.gallery_image .owl-carousel .xzoom-thumbs {
  position: relative;
}
html body div.gallery_image .owl-carousel .owl-nav button {
  background: #ededed;
  line-height: 1 !important;
  padding: 10px 15px !important;
  border-radius: 100px !important;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body div.gallery_image .owl-carousel .owl-prev {
  left: -15px;
}
html body div.gallery_image .owl-carousel .owl-next {
  right: -15px;
}

/*
	Mobile add to cart sticky
===================================================*/
.stick_addto_cart_mobile {
  background-color: #fff;
  -webkit-box-shadow: -5px -2px 8px 8px rgba(165, 165, 165, 0.2901960784);
          box-shadow: -5px -2px 8px 8px rgba(165, 165, 165, 0.2901960784);
  padding: 15px;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: none;
}

.stick_price p {
  line-height: 1;
  margin: 0;
  font-size: 18px;
}

.stick_oldprice {
  opacity: 0.5;
  text-decoration: line-through;
}

.stick_addto_cart_mobile .flex_waper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add_to_cart_stick_btn i {
  margin-right: 5px;
}

.sticky_cart_top {
  bottom: auto;
  -webkit-box-shadow: 0px 4px 9px 2px rgba(165, 165, 165, 0.2901960784);
          box-shadow: 0px 4px 9px 2px rgba(165, 165, 165, 0.2901960784);
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 1024px) {
  .gt_product_details_area .product_tabs .product_tabs_btns_area li .gt_btn {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 767px) {
  .stick_addto_cart_mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lSSlideOuter {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .gt_product_details_area .product_tabs .product_tabs_btns_area li {
    width: 100%;
  }
  .gt_product_details_area .product_tabs .product_tabs_btns_area li a {
    display: block;
  }
}
.gt_product_details_area .product_tabs a.active {
  border: 0 !important;
}

.featured_categories_module ul.nav .active, .featured_categories_module ul.nav .nav-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sd_left_ss {
  margin-right: 15px;
  min-width: 50px;
}

.sd_left_ss .slickAngle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  color: #FFF;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto 0 18px;
}

.sd_left_ss .slick-list {
  width: 62px;
}

/*
=================================
	Button Style Load
=================================
*/
.gt_cart_area .gt_main_title {
  margin: 100px 0;
}

.cart_product_area {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
          box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
}
.cart_product_area .cart_product_top {
  border-bottom: 1px solid #e6e4df;
  font-weight: 700;
}
.cart_product_area .cart_product_content {
  border-bottom: 1px solid #e6e4df;
}
.cart_product_area .cart_product_content:last-child {
  border-bottom: 0;
}
.cart_product_area .cart_prd_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  color: #ff5722;
}
.cart_product_area .sub_content {
  font-size: 12px;
  color: #6c757d;
}
.cart_product_area .cart_price {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.cart_product_area .cart_quantity_up,
.cart_product_area .cart_quantity_down {
  background: #ff5722;
  color: #fff;
  border-radius: 100%;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart_product_area .cart_quantity_input {
  text-align: center;
  border: 0;
}
.cart_product_area .cart_quantity_delete {
  color: #dc3545;
}

.pormo_product_show {
  margin-bottom: 20px;
}
.pormo_product_show a {
  color: #333;
}
.pormo_product_show .product_name a {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.pormo_product_show .card {
  height: 135px;
  overflow: hidden;
}
.pormo_product_show .card img {
  max-width: 60px;
}
.pormo_product_show .pormo_product_show_top {
  margin-bottom: 20px;
}
.pormo_product_show .pormo_product_show_top .promo_product_title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.gt_cart_block {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  padding: 15px;
}
.gt_cart_block ul {
  background: #ededed;
  padding: 7px 15px;
}
.gt_cart_block ul li {
  font-weight: 700;
  color: #6c757d;
}
.gt_cart_block ul li span {
  float: right;
}

.pro_product {
  padding: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -1px 1px 7px 1px #e6e6e6;
          box-shadow: -1px 1px 7px 1px #e6e6e6;
}
.pro_product:hover {
  -webkit-box-shadow: -1px 1px 20px 1px #e6e6e6;
          box-shadow: -1px 1px 20px 1px #e6e6e6;
}
.pro_product .gt_promo_img {
  margin-right: 15px;
}
.pro_product .gt_promo_img img {
  max-width: 60px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .cart_product_area li {
    margin-bottom: 15px;
  }

  .gt_cart_block {
    margin-bottom: 20px;
  }
}
/*
=================================
	Button Style Load
=================================
*/
.gt_checkout_area .gt_main_title {
  margin: 100px 0;
}
.gt_checkout_area .gt_accordion .card-header {
  background-color: #fff;
}
.gt_checkout_area .gt_accordion .card-header span {
  color: #ff5722;
  font-weight: 600;
}
.gt_checkout_area .gt_accordion .card-header .btn-link {
  color: #ff5722;
  padding: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gt_checkout_area .gt_accordion .card-header .btn-link:hover {
  text-decoration: none;
}
.gt_checkout_area .gt_accordion .card-header .btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gt_checkout_area .gt_accordion .card-header .collapsed {
  color: #6c757d;
}
.gt_checkout_area .gt_accordion .card-header .collapsed:hover {
  text-decoration: none;
  color: #ff5722;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.gt_checkout_area .gt_accordion .card-header .collapsed:hover .gt_close_icon {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.gt_checkout_area .gt_accordion .card-header .collapsed .gt_close_icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.gt_checkout_area .gt_accordion .card-header .gt_close_icon {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gt_checkout_area .gt_accordion .card-body {
  font-size: 14px;
  color: #212121;
}
.gt_checkout_area .gt_accordion .card-body .payment_method span,
.gt_checkout_area .gt_accordion .card-body .shipping_method span,
.gt_checkout_area .gt_accordion .card-body .parsonal_info span {
  font-weight: 600;
}
.gt_checkout_area .gt_accordion .card-body .payment_method li,
.gt_checkout_area .gt_accordion .card-body .shipping_method li,
.gt_checkout_area .gt_accordion .card-body .parsonal_info li {
  margin: 5px 0;
}
.gt_checkout_area .gt_accordion .card-body .review_cart .cart_product_area .cart_product_content:last-child {
  border-bottom: 1px solid #e6e4df;
}
.gt_checkout_area .gt_accordion .card-body .cart_details_price li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e4df;
}
.gt_checkout_area .gt_accordion .card-body .cart_details_price li:last-child {
  border-bottom: 0;
  color: #000;
}
.gt_checkout_area .gt_accordion .card-body .cart_details_price li span {
  font-weight: 700;
  float: right;
}
.gt_checkout_area .gt_accordion .gt_active_write_address {
  display: none;
}
.gt_checkout_area .gt_accordion .gt_write_address,
.gt_checkout_area .gt_accordion .shipping_address_area {
  display: none;
}

/*
==========================================
	Check Out
==========================================
*/
.checkout_v2 .gt_main_title {
  margin-top: 60px;
  margin-bottom: 50px;
}
.checkout_v2 .panel-title {
  margin-bottom: 0;
}
.checkout_v2 .panel-collapse {
  background-color: #FFF;
  border: 1px solid #F0F0F0;
}
.checkout_v2 .panel-default > .panel-heading, .checkout_v2 .panel-checkout > .panel-heading {
  color: #333;
  background-color: #F4F4F4;
  border-color: #F0F0F0;
}
.checkout_v2 .step-one .heading {
  background: none;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  padding: 16px 25px;
}
.checkout_v2 .panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 20px 20px;
}
.checkout_v2 .checkout-options p {
  margin-right: 20px;
  display: inline-block;
  color: #434343;
}
.checkout_v2 .checkout-title {
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 3px !important;
}
.checkout_v2 .checkout-text {
  font-size: 14px;
  margin-bottom: 10px !important;
}
.checkout_v2 .panel a.btn.btn-primary {
  margin: 10px 0 0 0;
  padding: 6px 33px;
  background: #674ea7;
  border: 0 none;
  border-radius: 0;
  color: #FFF;
}
.checkout_v2 .btn:hover, .checkout_v2 .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout_v2 .bill-to input, .checkout_v2 .form-one input, .checkout_v2 .form-two input, .checkout_v2 .form-two select, .checkout_v2 .shopper-info input {
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 12px 15px;
  width: 100%;
  font-weight: 300;
  font-size: 14px !important;
  margin: 5px 10px 5px 0;
  display: inline-block;
  float: left;
  border-radius: 0;
  line-height: 1;
}
.checkout_v2 .bill-to input:focus, .checkout_v2 .form-one input:focus, .checkout_v2 .form-two input:focus, .checkout_v2 .form-two select:focus, .checkout_v2 .shopper-info input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.checkout_v2 .get_postcode_address {
  display: inline-block;
  width: 100%;
  position: relative;
}
.checkout_v2 .get_postcode_address input {
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.checkout_v2 .bill-to select {
  background: transparent;
  border: 1px solid #e5e5e3;
  font-size: 14px !important;
  margin: 5px 10px 5px 0;
  width: 32%;
  width: 100%;
  display: inline-block;
  float: left;
  color: #000 !important;
  font-weight: 300;
  padding: 10px;
}
.checkout_v2 .checkout_input_fields {
  width: 32%;
  display: -ms-inline-grid;
  display: inline-grid;
  margin-right: 15px;
}
.checkout_v2 .checkout_input_fields:last-child {
  margin-right: 0;
}
.checkout_v2 .checkout_input_fields select {
  width: 100%;
}
.checkout_v2 .order-message {
  margin-top: 20px;
}
.checkout_v2 .shopper-informations .checkout-title {
  margin-bottom: 10px !important;
  font-weight: 600 !important;
  font-size: 15px;
  color: #696763;
}
.checkout_v2 .order-message textarea {
  height: 150px;
  width: 97.75%;
  margin: 0 0 10px;
  background: transparent;
  border: 1px solid #e5e5e3;
  font-size: 14px !important;
  padding: 15px 20px;
  border-radius: 0;
  resize: none;
  color: #696763;
}
.checkout_v2 .order-message textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.checkout_v2 .shipping_address {
  padding-top: 20px;
}
.checkout_v2 .shipping_address input {
  display: inline-block;
  margin: 5px 10px 5px 0;
}
.checkout_v2 .shipping_address .badhon_width {
  width: initial !important;
}
.checkout_v2 #cart_items .cart_info .cart_menu {
  background: #f4f4f4 !important;
  color: #595858;
  font-size: 14px;
}
.checkout_v2 #cart_items .cart_info .cart_menu {
  background: #f4f4f4 !important;
  color: #595858;
  font-size: 14px;
}
.checkout_v2 .cart_info .cart_description h5 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.checkout_v2 .cart_info .cart_description p {
  margin: 0;
  font-size: 13px;
}
.checkout_v2 #cart_items .cart_info .cart_price p,
.checkout_v2 #cart_items .cart_info .cart_total p,
.checkout_v2 #cart_items .cart_info .cart_quantity p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.checkout_v2 #cart_items .cart_info .table.table-condensed.total-result {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout_v2 #cart_items .cart_info .table.table-condensed.total-result tr:first-child td {
  border-top: 0;
}
.checkout_v2 #cart_items .cart_info .table.table-condensed.total-result span {
  font-size: 14px;
}
.checkout_v2 .table {
  margin: 0;
}
.checkout_v2 #cart_items .cart_info {
  margin-bottom: 0;
}
.checkout_v2 .ct-d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout_v2 .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.checkout_v2 .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.checkout_v2 .we_accept img {
  max-width: 400px;
  width: 100%;
}
.checkout_v2 .place_order {
  margin: 0px 0 30px;
}
.checkout_v2 .place_order .btn.btn-primary {
  background: #674ea7;
  border: 0 none;
  border-radius: 0;
  margin-left: 20px;
  color: #FFF;
}
.checkout_v2 .ct_mb_tag {
  display: none;
}

.ct_guest_email {
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 12px 15px;
  width: 100%;
  font-weight: 300;
  font-size: 14px !important;
  margin: 5px 10px 5px 0;
  display: inline-block;
  float: left;
  border-radius: 0;
  line-height: 1;
}

#display_cod_getway {
  background: #f4f4f4;
  padding: 15px;
  display: none;
}

@media (max-width: 768px) {
  .checkout_v2 .bill-to select {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .checkout_v2 .bill-to select {
    width: 100%;
  }
  .checkout_v2 .cart_info thead {
    display: none;
  }
  .checkout_v2 .cart_info .table > tbody > tr > td {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .checkout_v2 .total-result {
    width: 100%;
    max-width: 100%;
  }
  .checkout_v2 .total-result td {
    width: 50% !important;
    float: left;
  }
  .checkout_v2 .ct_mb_tag {
    display: inline-block;
  }
}
.register-req p {
  font-size: 12px;
  margin: 9px 0;
  color: #7d7d7d;
}

/*
=================================
	Button Style Load
=================================
*/
.gt_profile_area {
  background: #f7f8f9;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  padding: 15px;
}
.gt_profile_area .user_tabs {
  position: relative;
  background: #f7f8f9;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
          box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
}
.gt_profile_area .user_tabs .product_tabs_btns_area {
  background: #6c757d;
}
.gt_profile_area .user_tabs .product_tab_section {
  display: none;
}
.gt_profile_area .user_tabs .gt_active_tabs {
  display: block;
}
.gt_profile_area .user_tabs .gt_secondary {
  border: 0;
}
.gt_profile_area .user_tabs .gt_secondary:hover {
  border-color: #fff;
  border-bottom: 2px solid;
}
.gt_profile_area .user_tabs a.active {
  background: #fff;
  border-color: #fff;
  color: #6c757d;
  border-bottom: 2px solid;
}
.gt_profile_area .user_tabs .product_tab_content {
  background: #f7f8f9;
  padding: 20px;
}
.gt_profile_area .user_tabs .product_rating_icon li {
  margin-right: 1ps solid #ff5722;
}
.gt_profile_area .user_tabs .product_rating_icon i {
  margin-left: 5px;
}
.gt_profile_area .user_tabs .review_form li {
  margin-right: 5px;
  color: #6c757d;
  font-size: 16px;
}

/*
============================================
	Order type
============================================
*/
.order_address_types {
  display: inline-block;
  width: 100%;
  padding: 15px 0 5px;
}
.order_address_types ul {
  padding: 0;
}
.order_address_types .nav-tabs li a.active {
  background-color: #ececec !important;
  color: #363432 !important;
}
.order_address_types .nav-tabs li a.active:focus, .order_address_types .nav-tabs li a.active:hover {
  background-color: #f4f4f4 !important;
  color: #363432 !important;
}
.order_address_types li a {
  padding: 5px 15px;
}
.order_address_types .tab-pane {
  padding: 15px 0;
}
.order_address_types input {
  background: #F0F0E9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.order_address_types li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363432;
}
.order_address_types li a i {
  margin-right: 5px;
}
.order_address_types li a.active .check_icon .fa-check-square-o {
  display: block;
}
.order_address_types li a.active .check_icon .fa-square-o {
  display: none;
}
.order_address_types li .check_icon .fa-check-square-o {
  display: none;
}

@media screen and (max-width: 1024px) {
  .gt_profile_area .user_tabs .product_tabs_btns_area li .gt_btn {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 768px) {
  .gt_profile_area .user_tabs .product_tabs_btns_area li {
    width: 100%;
  }
  .gt_profile_area .user_tabs .product_tabs_btns_area li a {
    display: block;
  }
}
/*
=================================
	Button Style Load
=================================
*/
.gt_auth_area {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
          box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
}
.gt_auth_area .form_title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.gt_auth_area img {
  max-width: 150px;
}
.gt_auth_area .auth_login,
.gt_auth_area .auth_reg {
  width: 50%;
}

@media (max-width: 575.98px) {
  .gt_auth_area .auth_login,
.gt_auth_area .auth_reg {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .gt_auth_area .gt_forgort {
    padding: 0;
    display: block;
    text-align: left;
    margin-top: 15px;
  }
}
/*
=================================
	Button Style Load
=================================
*/
/*----------------------------------
*----|@ Default Nav Style
----------------------------------*/
.gt_default_nav {
  background: #d5d5d5;
  z-index: 11 !important;
  position: relative;
}
.gt_default_nav .nav_block {
  min-height: 75px;
}
.gt_default_nav .menu_items a {
  font-size: 14px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1.5rem 0.8rem;
}
.gt_default_nav .menu_items a:hover {
  color: #ff5722;
}
.gt_default_nav .menu_items li:last-child a {
  padding-right: 0 !important;
}
.gt_default_nav .ecom_menu {
  margin-left: 20px;
}
.gt_default_nav .ecom_menu a {
  position: relative;
  padding: 0;
  margin: 0 8px;
  font-size: 14px;
}
.gt_default_nav .ecom_menu i {
  font-size: 14px;
}
.gt_default_nav .card_icon_area {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.gt_default_nav .card_value {
  background: #000;
  color: #fff;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gt_default_nav .card_value a {
  position: relative;
}
.gt_default_nav .nav_item_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gt_default_nav .nav-link i {
  margin-left: 5px;
}
.gt_default_nav img {
  width: 100%;
}
.gt_default_nav .dropdown_menu:hover .dropdown_items {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.gt_default_nav .dropdown_items {
  background: #dcdcdc;
  position: absolute;
  top: 130%;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
}
.gt_default_nav .dropdown_items ul li:last-child {
  border-bottom: 0;
}
.gt_default_nav .dropdown_items ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1;
}
.gt_default_nav .dropdown_items ul li a:hover {
  background: #d5d5d5;
}
.gt_default_nav .maga_menu:hover .maga_menu_ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.gt_default_nav .maga_menu:hover .maga_menu_ul li {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gt_default_nav .maga_menu .maga_menu_ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #d5d5d5;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
}
.gt_default_nav .maga_menu .maga_menu_ul::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.gt_default_nav .maga_menu .maga_menu_ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.gt_default_nav .maga_menu .maga_menu_ul::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.gt_default_nav .maga_menu .maga_menu_ul li {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gt_default_nav .maga_menu .magamenu_block {
  margin: 15px 0;
}
.gt_default_nav .maga_menu .magamenu_block a {
  color: #000;
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.gt_default_nav .maga_menu .magamenu_block a:hover {
  color: #ff5722;
}

.left_side_menu {
  background: #fff;
  width: 260px;
  z-index: 11;
  background: #313a46;
  bottom: 0;
  position: fixed;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
          box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.left_side_menu .card_value {
  background: #000;
  color: #fff;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.left_side_menu .card_value a {
  position: relative;
}
.left_side_menu .sidebar_content .main_menu_items a {
  color: #fff;
  display: block;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.left_side_menu .sidebar_content .main_menu_items a:hover {
  color: #ff5722;
}
.left_side_menu .sidebar_content .main_menu_items a i {
  margin-left: 5px;
}
.left_side_menu .sidebar_content .sub_menu_items {
  position: relative;
  margin-top: 50px;
}
.left_side_menu .sidebar_content .sub_menu_items a {
  font-size: 14px;
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.left_side_menu .sidebar_content .sub_menu_items a:hover {
  color: #ff5722;
}
.left_side_menu .sidebar_content .sub_menu_items a:hover .card_value {
  background: #ff5722;
}
.left_side_menu .sidebar_content .sub_menu_items i {
  margin-right: 5px;
}
.left_side_menu .sidebar_content .sub_menu_items .card_value {
  left: 32px;
  top: -13px;
}
.left_side_menu .dropdown_menu {
  position: relative;
}
.left_side_menu .dropdown_menu:hover .dropdown_items {
  opacity: 1;
  top: 0px;
  visibility: visible;
}
.left_side_menu .dropdown_items {
  background: #b5b2b2;
  position: absolute;
  top: -20px;
  right: -200px;
  left: auto;
  min-width: 200px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
.left_side_menu .dropdown_items ul li {
  border-bottom: 1px solid #ddd;
}
.left_side_menu .dropdown_items ul li:last-child {
  border-bottom: 0;
}
.left_side_menu .dropdown_items ul li a {
  display: block;
  padding: 10px 15px;
}
.left_side_menu .dropdown_items ul li a:hover {
  background: #d5d5d5;
}
.left_side_menu .sidebar_search {
  position: relative;
  border: 0;
}
.left_side_menu .sidebar_search button {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 0 15px !important;
  margin-top: 6px;
  color: #fff;
}
.left_side_menu .sidebar_search button:hover {
  color: #ff5722;
}
.left_side_menu .sidebar_search input {
  border-bottom: 1px solid #fff;
}

.sticky_sidebar_menu .dropdown_magamenu {
  background: #313a46;
  right: 0;
  left: 260px;
  width: 1050px;
  text-align: left;
  padding: 15px;
  max-height: 55vh;
  overflow-y: scroll;
}
.sticky_sidebar_menu .dropdown_magamenu::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.sticky_sidebar_menu .dropdown_magamenu::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.sticky_sidebar_menu .dropdown_magamenu::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.sticky_sidebar_menu .dropdown_magamenu .magamenu_block li {
  border-color: #505761;
}
.sticky_sidebar_menu .dropdown_magamenu .magamenu_block a:hover {
  background: transparent;
}

.gt_secondary_menu {
  background: #977f7f;
  padding: 10px 0;
}
.gt_secondary_menu .social_data {
  text-align: center;
}
.gt_secondary_menu .social_data i {
  font-size: 20px;
}
.gt_secondary_menu .social_data a {
  display: inline-block;
  line-height: 1;
}
.gt_secondary_menu .ecom_menu {
  margin-left: 20px;
}
.gt_secondary_menu .ecom_menu a {
  position: relative;
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
}
.gt_secondary_menu .ecom_menu i {
  font-size: 14px;
}
.gt_secondary_menu .card_icon_area {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.gt_secondary_menu .card_value {
  background: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  font-size: 10px;
  position: absolute;
  right: -10px;
  top: -7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gt_secondary_menu .card_value a {
  position: relative;
}
.gt_secondary_menu .nav_item_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gt_secondary_menu .nav-link i {
  margin-left: 5px;
}

.full_screen_menu_content {
  background: #b5b5b5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 12;
  overflow-y: scroll;
}
.full_screen_menu_content::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.full_screen_menu_content::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.full_screen_menu_content::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.full_screen_menu_content .remove_menu {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px;
}
.full_screen_menu_content .remove_menu a {
  color: #fff;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.full_screen_menu_content .remove_menu a:hover {
  color: #ff5722;
}
.full_screen_menu_content .remove_menu i {
  font-size: 25px;
}
.full_screen_menu_content li {
  padding: 0 15px;
}
.full_screen_menu_content a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
  font-weight: 700;
}
.full_screen_menu_content a:hover {
  color: #ff5722;
}
.full_screen_menu_content .maga_menu:hover .maga_menu_ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.full_screen_menu_content .maga_menu .maga_menu_ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #d5d5d5;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 70vh;
  overflow-y: scroll;
}
.full_screen_menu_content .maga_menu .maga_menu_ul::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.full_screen_menu_content .maga_menu .maga_menu_ul::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.full_screen_menu_content .maga_menu .maga_menu_ul::-webkit-scrollbar-thumb {
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.full_screen_menu_content .maga_menu .magamenu_block {
  margin: 15px 0;
}
.full_screen_menu_content .maga_menu .magamenu_block a {
  color: #000;
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.full_screen_menu_content .maga_menu .magamenu_block a:hover {
  color: #ff5722;
}
.full_screen_menu_content .logo_area img {
  margin-bottom: 50px;
}
.full_screen_menu_content .ecom_menu {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.full_screen_menu_content .ecom_menu a {
  position: relative;
  padding: 0;
  margin: 0 8px;
  font-size: 14px;
}
.full_screen_menu_content .ecom_menu i {
  font-size: 14px;
}
.full_screen_menu_content .line_height_1 {
  line-height: 1;
}
.full_screen_menu_content .card_icon_area {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.full_screen_menu_content .card_value {
  background: #000;
  color: #fff;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.full_screen_menu_content .card_value a {
  position: relative;
}
.full_screen_menu_content .sidebar_search {
  position: relative;
  border: 0;
  margin: 50px auto 0;
  max-width: 300px;
}
.full_screen_menu_content .sidebar_search button {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0 15px !important;
  margin-top: 0;
  color: #fff;
}
.full_screen_menu_content .sidebar_search button:hover {
  color: #ff5722;
}
.full_screen_menu_content .sidebar_search input {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 10px;
  line-height: 1;
}
.full_screen_menu_content .sidebar_search input:focus {
  border-color: #ff5722;
}

.full_screen_vr .logo_area a {
  display: block;
  text-align: center;
}
.full_screen_vr .logo_area img {
  margin-bottom: 50px;
}
.full_screen_vr a {
  font-size: 18px;
}
.full_screen_vr .maga_menu:hover ul {
  top: 48px !important;
}
.full_screen_vr .maga_menu li {
  margin: 0;
}
.full_screen_vr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.full_screen_vr ul li {
  margin: 5px 0;
  position: relative;
}
.full_screen_vr .maga_menu_ul {
  z-index: 10;
}

.active_fullscreen_menu {
  visibility: visible;
  opacity: 1;
}

.menu_icon a {
  color: #000;
}

.mobile_menu {
  display: none;
}

.mobile_menu_area {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  z-index: 9;
}
.mobile_menu_area .menu_overlay {
  background: rgba(46, 46, 46, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.mobile_menu_area .mobile_menu_container {
  padding: 15px 0;
  position: relative;
  z-index: 999999;
  background: #2e2e2e;
  max-width: 280px;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile_menu_area .mobile_menu_container .menu_closebtn {
  color: #fff;
  border-radius: 100%;
  border: 1px solid #484848;
  line-height: 1;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2e2e2e;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile_menu_area .mobile_menu_container .menu_closebtn:hover {
  background: #3a3838;
}
.mobile_menu_area .mobile_menu_container .mb_dropdown_icon {
  position: relative;
}
.mobile_menu_area .mobile_menu_container .mb_ul_area {
  margin-top: 50px;
}
.mobile_menu_area .mobile_menu_container .mb_ul_area .mb_nav_item {
  border-top: 1px solid rgba(70, 70, 70, 0.6509803922);
}
.mobile_menu_area .mobile_menu_container .mb_ul_area .mb_nav_item .mb_nav_a {
  padding: 15px 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile_menu_area .mobile_menu_container .mb_ul_area .mb_nav_item .mb_nav_a:hover {
  background: #3a3838;
}
.mobile_menu_area .mobile_menu_container .mb_submenu_items {
  padding-left: 20px;
  display: none;
}
.mobile_menu_area .mobile_menu_container .mb_submenu_items .mb_submenu_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}
.mobile_menu_area .mobile_menu_container .mb_submenu_items .mb_submenu_a:hover {
  background: #3a3838;
}
.mobile_menu_area .mobile_menu_container .change_icon_position i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu_area .mobile_menu_container .mb_mg_dropdown_items {
  padding-left: 20px;
  display: none;
}
.mobile_menu_area .mobile_menu_container .mb_mg_dropdown_items .mb_submenu_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}
.mobile_menu_area .mobile_menu_container .mb_mg_dropdown_items .mb_submenu_a:hover {
  background: #3a3838;
}

.active_mobile_menu {
  visibility: visible;
  opacity: 1;
}
.active_mobile_menu .mobile_menu_container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: auto;
  overflow-x: hidden;
}

.rebon_menu {
  position: absolute;
  bottom: auto;
  height: calc(100% - 10em);
  padding-top: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow-y: scroll;
}
.rebon_menu .sidebar_content .sub_menu_items {
  margin-top: 25px;
}
.rebon_menu .dropdown_menu:hover .dropdown_items {
  top: 35px;
}
.rebon_menu .dropdown_items {
  opacity: 0;
  visibility: hidden;
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.rebon_menu_center::-webkit-scrollbar,
.rebon_menu::-webkit-scrollbar {
  width: 0px;
}

.rebon_menu_center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow-y: scroll;
  padding: 40px 0;
}
.rebon_menu_center .dropdown_menu:hover .dropdown_items {
  top: 35px;
}
.rebon_menu_center .dropdown_items {
  opacity: 0;
  visibility: hidden;
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.gt_main_mobile_menu .Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}
.gt_main_mobile_menu .Offcanvas_menu_wrapper .Offcavas_top {
  padding: 0 0 40px 0;
}
.gt_main_mobile_menu .Offcanvas_menu_wrapper::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.gt_main_mobile_menu .Offcanvas_menu_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.gt_main_mobile_menu .Offcanvas_menu_wrapper::-webkit-scrollbar-thumb {
  background-color: #ff5722;
}
.gt_main_mobile_menu .canvas_close,
.gt_main_mobile_menu .canvas_close_right {
  position: absolute;
  top: 7px;
  right: 13px;
}
.gt_main_mobile_menu .canvas_close a,
.gt_main_mobile_menu .canvas_close_right a {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border-radius: 50%;
  color: #000;
  border: 1px solid #f0f0f0;
}
.gt_main_mobile_menu .canvas_close a i,
.gt_main_mobile_menu .canvas_close_right a i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.gt_main_mobile_menu .off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}
.gt_main_mobile_menu .off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.gt_main_mobile_menu .Offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.gt_main_mobile_menu .offcanvas_main_menu li.menu-item-has-children.menu-open > span.menu-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gt_main_mobile_menu .offcanvas_main_menu li ul li.menu-item-has-children.menu-open span.menu-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gt_main_mobile_menu .offcanvas_main_menu li {
  position: relative;
}
.gt_main_mobile_menu .offcanvas_main_menu li:last-child {
  margin: 0;
}
.gt_main_mobile_menu .offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.gt_main_mobile_menu .offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  color: #000;
}
.gt_main_mobile_menu .offcanvas_main_menu li a:hover {
  color: #ff5722;
}
.gt_main_mobile_menu .offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.gt_main_mobile_menu .Offcanvas_menu_right {
  left: auto;
  right: 0;
  margin-right: -300px;
}
.gt_main_mobile_menu .active_right {
  margin-right: 0;
}
.gt_main_mobile_menu .ecom_menu {
  display: block;
  margin-top: 40px;
}
.gt_main_mobile_menu .ecom_menu a {
  position: relative;
  padding: 0;
  margin: 0 0px;
  font-size: 14px;
  color: #333;
}
.gt_main_mobile_menu .line_height_1 {
  line-height: 1;
}
.gt_main_mobile_menu .card_icon_area {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.gt_main_mobile_menu .card_value {
  background: #000;
  color: #fff;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gt_main_mobile_menu .card_value a {
  position: relative;
}
.gt_main_mobile_menu .sidebar_search {
  position: relative;
  border: 0;
  margin-top: 50px;
}
.gt_main_mobile_menu .sidebar_search button {
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0 15px !important;
  margin-top: 0;
  color: #333;
}
.gt_main_mobile_menu .sidebar_search button:hover {
  color: #ff5722;
}
.gt_main_mobile_menu .sidebar_search input {
  color: #333;
  border-bottom: 1px solid #333;
  padding: 10px 10px;
  line-height: 1;
}
.gt_main_mobile_menu .gt_header_btn_style {
  display: inline-block !important;
  border-radius: 5px;
  margin-bottom: 10px !important;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ecom_menu .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
}
.ecom_menu .dropdown-menu .dropdown-item {
  margin: 0;
  padding: 5px 15px !important;
  line-height: 1.5;
}

.rebon_menu_center .ecom_menu .dropdown-menu,
.rebon_menu .ecom_menu .dropdown-menu {
  width: 60%;
}

.left_side_menu .ecom_menu .dropdown-menu {
  width: 60%;
}

.keep-nav-links-horizontal-align-center {
  text-align: center;
}
.keep-nav-links-horizontal-align-center .dropdown {
  display: inline-block;
}

.keep-nav-links-horizontal-align-right {
  text-align: right;
}
.keep-nav-links-horizontal-align-right a.menu-expand {
  padding-right: 15px;
}
.keep-nav-links-horizontal-align-right ul.sub-menu {
  padding-left: 0 !important;
  padding-right: 20px;
}
.keep-nav-links-horizontal-align-right .dropdown {
  display: inline-block;
}

.gt_header_btn_style {
  margin: 0 15px;
}

.magamenu_block .drowdown_item {
  position: relative;
}
.magamenu_block .drowdown_item .get_sub_menu_dropdown {
  display: none;
  border-radius: 3px;
}
.magamenu_block .drowdown_item .get_sub_menu_dropdown a {
  padding: 10px 15px;
  line-height: 1;
}

.drop_down_arrow {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  position: relative;
}
.drop_down_arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .gt_default_nav .menu_items a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .gt_right_container {
    margin-left: 260px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .full_screen_menu_content ul.text-center li {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .full_screen_menu_content ul.text-center {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.gt_main_logo {
  max-width: 270px;
}

.left_sticky {
  padding: 0 15px;
}

.ecom_menu li a {
  line-height: 1;
  padding: 5px 10px !important;
}

.sidebar_footer,
.gt_sidebar_logo {
  padding-left: 15px;
  padding-right: 15px;
}

.mega_menu_image {
  padding-top: 55px;
}

.rebon_menu_center .gt_main_logo {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .gt_default_nav .ecom_menu {
    margin-right: 0;
    margin-left: 50px;
  }
  .gt_default_nav .ecom_menu a {
    margin: 0;
  }

  .hide_default_menus {
    display: none;
  }
}
/*--------------------------------------------------
*----|@ Menu with Cats
--------------------------------------------------*/
.menu_with_group {
  background: #2d2d2d;
}
.menu_with_group .logo_area {
  max-width: 270px;
  margin-right: 15px;
}
.menu_with_group .group_menu_area li {
  border-left: 1px solid;
  border-color: #525050;
}
.menu_with_group .group_menu_area li a {
  display: block;
  padding: 26px 20px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_with_group .group_menu_area li a:hover {
  background: #474747;
}
.menu_with_group .group_menu_area li:last-child {
  border-right: 1px solid #525050;
  margin-right: 20px;
}
.menu_with_group .search_by_item {
  position: relative;
}
.menu_with_group .search_by_item input {
  border-radius: 19px/50%;
  padding-left: 16px;
  padding-right: 70px;
  color: #2d2d2d;
  background: #fff;
  font-size: 14px;
  height: 38px;
  border-color: transparent;
}
.menu_with_group .search_by_item input:focus, .menu_with_group .search_by_item input:active {
  border-color: transparent;
}
.menu_with_group .search_by_item button.search_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu_with_group .search_by_item button.search_icon:focus, .menu_with_group .search_by_item button.search_icon:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu_with_group .menu_right .ecom_menu {
  margin-left: 20px;
}
.menu_with_group .menu_right .ecom_menu a {
  position: relative;
  padding: 0;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
}
.menu_with_group .menu_right .ecom_menu .card_icon_area {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.menu_with_group .menu_right .ecom_menu li:last-child a {
  padding-right: 0 !important;
}
.menu_with_group .card_icon_area .card_value {
  background: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  font-size: 10px;
  position: absolute;
  right: -10px;
  top: -14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.full_screen_menu_content .ecom_menu ul li .dropdown-menu a,
.gt_default_nav .ecom_menu ul li .dropdown-menu a {
  margin: 0 !important;
}

.left_side_menu .sidebar_search input {
  padding: 10px 10px;
}

/*--------------------------------------------------
*----|@ Mobile Menu bar
--------------------------------------------------*/
.mobile_bar_ecom_menu_item .ecom_menu li a {
  line-height: unset;
  padding: 5px 3px !important;
}
.mobile_bar_ecom_menu_item .ecom_menu .card_value {
  top: -3px;
}
.mobile_bar_ecom_menu_item .ecom_menu .dropdown-toggle {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.mobile_bar_ecom_menu_item .ecom_menu .card_icon_area {
  margin-right: 0;
}
.mobile_bar_ecom_menu_item .ecom_menu .dropdown-menu {
  left: auto !important;
  right: 0;
}

/*--------------------------------------------------
*----|@ Mobile Menu control
--------------------------------------------------*/
@media (max-width: 992px) {
  .mobile_menu_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .left_stick_mobile_wrap .gt_main_logo {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .mobile_bar_ecom_menu_item .ecom_menu li a {
    line-height: normal;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile_bar_ecom_menu_item .ecom_menu li i {
    margin-right: 0;
    padding: 0 5px;
  }

  .mobile_topbar_border .card_value {
    right: 0;
  }
  .mobile_topbar_border .ecom_menu .card_icon_area {
    border-style: solid;
    padding: 3px;
  }
  .mobile_topbar_border .ecom_menu .card_icon_area i {
    margin: 0;
  }
  .mobile_topbar_border .card_icon_area {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile_topbar_border .card_icon_area i {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .menu_items_area {
    width: 100%;
  }

  .slide_menu_bind {
    width: 100%;
  }
}
.rebon_mobile_menu {
  z-index: 10;
}

.control_item_padding_h li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.control_item_padding_v li:first-child a {
  padding-left: 0 !important;
}
.control_item_padding_v li:last-child a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 992px) {
  .mobile-text-left {
    text-align: left;
  }

  .mobile-text-center {
    text-align: center;
  }

  .mobile-text-right {
    text-align: right;
  }
}
/*
=================================
	Button Style Load
=================================
*/
/*----------------------------------
*----|@ Footer Style
----------------------------------*/
.gt_footer {
  background: #1f1e1e;
  padding: 20px 0;
}
.gt_footer .footer_block {
  padding: 15px 0;
}
.gt_footer .footer_block img {
  width: 100%;
}
.gt_footer .footer_block .footer_title {
  font-size: 16px;
  margin-bottom: 20px;
  color: #bbb;
}
.gt_footer .footer_block p, .gt_footer .footer_block a {
  color: #bbb;
  font-size: 14px;
  line-height: 1.5;
}
.gt_footer .footer_block a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gt_footer .footer_block ul li a {
  font-size: 14px;
  line-height: 1.5;
}
.gt_footer .footer_block .recent_post a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.gt_footer .footer_block .footer_menu_link li {
  margin: 0 0;
}

.footer_middle {
  background-color: #ddd;
  padding: 20px 0;
}
.footer_middle ul.gs-social-media-list {
  text-align: right;
}
.footer_middle ul li {
  display: inline-block;
}
.footer_middle ul li a {
  font-size: 20px;
  margin-left: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_middle ul li a:hover {
  color: #ff5722;
}

.gt_subscription {
  padding: 25px 0;
  background: #ececec;
}
.gt_subscription .subscriptionbtn {
  font-size: 14px;
  background: #ececec;
}

.copyright {
  padding: 10px 0;
}
.copyright p {
  font-size: 13px;
}

@media only screen and (min-width: 900px) {
  .sd-form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .sd_error label {
    position: absolute;
    bottom: -23px;
  }
}
@media (max-width: 768px) {
  .footer_sub {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer_middle ul.gs-social-media-list {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer_menu_area {
    width: 100%;
    border-bottom-color: rgba(187, 194, 198, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .footer_menu_area .footer_title {
    margin-bottom: 0 !important;
  }
  .footer_menu_area .footer_block {
    padding: 10px 15px;
  }
  .footer_menu_area .footer_menu_link {
    display: none;
    margin-top: 10px;
  }

  .footer_menu_open .footer_menu_link {
    display: block;
  }
  .footer_menu_open .footer_title {
    font-weight: 700;
  }
}
/*
=================================
	Button Style Load
=================================
*/
.gt_order_detail {
  background: #f7f8f9;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
          box-shadow: 0px 0px 6px 1px rgba(206, 206, 206, 0.7019607843);
  margin-top: 20px;
}
.gt_order_detail .product_delivary_info li span {
  font-weight: 700;
}
.gt_order_detail .customer_info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.gt_order_detail .cart_product_area .cart_product_content:last-child {
  border-bottom: 1px solid #e6e4df;
}
.gt_order_detail .order_total .cart_details_price li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e4df;
}
.gt_order_detail .order_total .cart_details_price li:last-child {
  border-bottom: 0;
  color: #000;
}
.gt_order_detail .order_total .cart_details_price li span {
  font-weight: 700;
  float: right;
  margin-left: 20px;
}

/*
=================================
	Builder Module Loader
=================================
*/
/*
=================================
	Toggle Module
=================================
*/
.toggle_module .card {
  border: 0;
  margin-bottom: 30px;
}
.toggle_module .card-header .btn {
  line-height: 1;
}
.toggle_module .card-header span {
  color: #ff5722;
  font-weight: 600;
}
.toggle_module .card-header .btn-link {
  color: #ff5722;
  padding: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.toggle_module .card-header .btn-link:hover {
  text-decoration: none;
}
.toggle_module .card-header .btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.toggle_module .card-header .collapsed {
  color: #6c757d;
}
.toggle_module .card-header .collapsed:hover {
  text-decoration: none;
  color: #ff5722;
}
.toggle_module .card-header .collapsed .gt_close_icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.toggle_module .card-header .gt_close_icon {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
=================================
	Testimonial Module
=================================
*/
#testimonial_module .t_center {
  text-align: center;
}
#testimonial_module .t_center .t_image {
  margin: 0 auto;
}
#testimonial_module .gt_slide_item {
  text-align: center;
  padding: 40px 20%;
  border-radius: 5px;
}
#testimonial_module .t_content {
  color: #BCBCBC;
}
#testimonial_module .t_image {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#testimonial_module .t_title {
  padding-top: 10px;
}
#testimonial_module .t_sub_title {
  margin-top: 10px;
  padding-bottom: 10px;
}
#testimonial_module .t_description {
  margin: 0 auto;
}
#testimonial_module .lSPager {
  padding: 10px !important;
}
#testimonial_module .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
#testimonial_module .owl-nav button {
  border-radius: 0;
  padding: 5px 15px !important;
  background: #6c757d;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#testimonial_module .owl-nav button:hover {
  background: #ff5722;
}
#testimonial_module .owl-nav button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#testimonial_module .owl-nav button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#testimonial_module .owl-nav i {
  line-height: 1;
}
#testimonial_module .owl-nav .owl-next {
  float: right;
}

@media (max-width: 575.98px) {
  #testimonial_module .owl-nav {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
/*
=================================
	Testimonial Module
=================================
*/
.gallery_module .gt_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery_module .gt_overlay:hover {
  opacity: 1;
}
.gallery_module .gt_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff5722;
  opacity: 0.7;
}
.gallery_module .gt_overlay i {
  position: relative;
  z-index: 999px;
}
.gallery_module .gt_image_box {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.gallery_module .gt_image_box img {
  width: 100%;
}
.gallery_module .gt_image_box .gt_overlay_container {
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
  padding: 20px;
}
.gallery_module .gt_image_box .gt_image_push_left {
  left: -100%;
}
.gallery_module .gt_image_box .gt_image_push_right {
  right: -100%;
}
.gallery_module .gt_image_box .gt_image_push_top {
  top: -100%;
}
.gallery_module .gt_image_box .gt_image_push_bottom {
  bottom: -100%;
}
.gallery_module .gt_image_box p, .gallery_module .gt_image_box h1, .gallery_module .gt_image_box h2, .gallery_module .gt_image_box h3, .gallery_module .gt_image_box h4, .gallery_module .gt_image_box h5, .gallery_module .gt_image_box h6 {
  color: unset;
}
.gallery_module .gt_image_box:hover .gt_image_push_left {
  left: 0;
}
.gallery_module .gt_image_box:hover .gt_image_push_right {
  right: 0;
}
.gallery_module .gt_image_box:hover .gt_image_push_top {
  top: 0;
}
.gallery_module .gt_image_box:hover .gt_image_push_bottom {
  bottom: 0;
}
.gallery_module .gt_image_box:hover .gt_inner_icon {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.gallery_module .gt_inner_icon {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img_inner_btn_area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3411764706);
}

.img_inner_btn_effect {
  padding: 0;
  position: absolute;
}

.img_inner_btn_effect_top {
  top: 0;
}

.img_inner_btn_effect_center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.img_inner_btn_effect_bottom {
  top: auto;
  bottom: 0;
}

.button_text_position_h_left {
  left: 5%;
}

.button_text_position_h_center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.button_text_position_h_center.img_inner_btn_effect_top {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.button_text_position_h_center.img_inner_btn_effect_bottom {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.button_text_position_h_right {
  right: 5%;
}

.shine_layers {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(40% + 100px);
  height: 100%;
  background-color: #FFF;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 575.98px) {
  .img_inner_btn_effect_bottom {
    top: auto;
    bottom: 0;
  }
}
.product_image .gallery_image .sd_left_ss img {
  margin-left: 0;
}

/*
=================================
	Testimonial Module
=================================
*/
.featured_categories_module ul.nav {
  background: #6c757d;
}
.featured_categories_module ul.nav .nav-link {
  border-radius: 0;
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.featured_categories_module ul.nav .nav-link:hover {
  background: #fff;
  color: #6c757d;
}
.featured_categories_module ul.nav .active {
  background: #fff;
  color: #6c757d;
}

@media (max-width: 575.98px) {
  .featured_categories_module li {
    width: 100%;
  }
}
/*
=================================
	Testimonial Module
=================================
*/
.recommended_item_module {
  position: relative;
}
.recommended_item_module #recommended_item {
  padding-top: 50px;
}
.recommended_item_module #recommended_item .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.recommended_item_module #recommended_item .owl-nav button {
  border-radius: 0;
  padding: 5px 15px !important;
  background: #6c757d;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.recommended_item_module #recommended_item .owl-nav button:hover {
  opacity: 0.7;
}
.recommended_item_module #recommended_item .owl-nav button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.recommended_item_module #recommended_item .owl-nav button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.recommended_item_module #recommended_item .owl-nav i {
  line-height: 1;
}

.recom_arrow_pos_left .owl-nav {
  left: 0;
  right: auto !important;
}

.recom_arrow_pos_center .owl-nav {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto !important;
}

.recom_arrow_pos_right .owl-nav {
  right: 0;
  left: auto !important;
}

.recom_arrow_pos_circle .owl-nav button {
  margin: 0 5px;
  border-radius: 100% !important;
}

.recom_arrow_pos_square .owl-nav button {
  border-radius: 0% !important;
}

.recommended_item_module #recommended_item .owl-nav button {
  padding: 0 0 !important;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

/*
=================================
	Testimonial Module
=================================
*/
.pricing_module {
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.pricing_module .plan_title {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 0;
}
.pricing_module .plan_cost {
  border-radius: 100%;
  color: #ff5722;
  font-weight: 700;
  padding: 12px 0;
}
.pricing_module .plan_price {
  font-size: 35px;
}
.pricing_module .plan_type {
  font-size: 13px;
}
.pricing_module .plan_features li {
  font-size: 14px;
  border-bottom: 1px solid #e6e4df;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
}
.pricing_module .plan_features li:last-child {
  border-bottom: 0;
}
.pricing_module .plan_features li i {
  margin-right: 5px;
}

.pricing_module_active {
  background: #ff5722;
}
.pricing_module_active .plan_type,
.pricing_module_active .plan_price,
.pricing_module_active .primary_color,
.pricing_module_active .plan_features li,
.pricing_module_active .plan_title {
  color: #fff;
}
.pricing_module_active .gt_primary {
  border-color: #fff;
}

@media (min-width: 1200px) {
  .pricing_module_active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    position: relative;
    z-index: 10;
  }
}
/*
=================================
	Testimonial Module
=================================
*/
.newsletter_subscription_module .news_sub_title h4 {
  font-weight: 300;
}

@media (max-width: 1199.98px) {
  .newsletter_subscription_module {
    padding: 20px;
  }
}
/*
=================================
	Testimonial Module
=================================
*/
.blog_details_waper img {
  width: 100%;
}
.blog_details_waper .blog_title h1 {
  font-size: 22px;
  font-weight: normal;
}
.blog_details_waper .blog_content p {
  line-height: 28px;
}

.single-blog-comment-form {
  margin-bottom: 30px;
}

.single-blog-comment-list .comment_area {
  border: 1px solid #f7f8f9;
}

.single-products-box:hover .read-more-btn {
  color: #fff;
}

/*
=================================
	Testimonial Module
=================================
*/
/*----------------------------
      Jarallax Image
------------------------------*/
.jarallax {
  position: relative;
  z-index: 0;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarallax .container {
  height: 100%;
  position: relative;
  z-index: 10;
}
.jarallax .container .row {
  height: 100%;
}
.jarallax .container .align-items-center-paralax {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarallax .full_area {
  height: 100%;
  width: 100%;
}
.jarallax .full_area .row {
  height: 100%;
}
.jarallax .full_area .align-items-center-paralax {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarallax p, .jarallax h1, .jarallax h2, .jarallax h3, .jarallax h4, .jarallax h5, .jarallax h6 {
  color: #fff;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.arallax-window-v100 {
  height: 100vh;
}

.arallax-window-v50 {
  height: 50vh;
}

.arallax-window-v25 {
  height: 25vh;
}

/*
=================================
	_slider Module
=================================
*/
.slider-area .slider-main-title,
.slider-area .slider-sub-title,
.slider-area .slider_constent {
  color: #fff;
}

.vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.vimeo-wrapper iframe,
.vimeo-wrapper object,
.vimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pogoSlider {
  position: relative;
}
.pogoSlider .slider-text {
  position: relative;
  z-index: 10;
}
.pogoSlider .slider-text h1, .pogoSlider .slider-text h2, .pogoSlider .slider-text h3,
.pogoSlider .slider-text h4, .pogoSlider .slider-text h5, .pogoSlider .slider-text h6, .pogoSlider .slider-text p, .pogoSlider .slider-text span {
  color: inherit;
}
.pogoSlider .slider-sub-title h1, .pogoSlider .slider-sub-title h2, .pogoSlider .slider-sub-title h3,
.pogoSlider .slider-sub-title h4, .pogoSlider .slider-sub-title h5, .pogoSlider .slider-sub-title h6, .pogoSlider .slider-sub-title p, .pogoSlider .slider-sub-title span {
  color: inherit;
}
.pogoSlider .shine_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.s0 {
  background: #000;
  opacity: 0.6;
}

.s1 {
  width: calc(40% + 100px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  background: #000;
  opacity: 0.6;
}

.s2 {
  width: calc(40% + 100px);
  -webkit-clip-path: polygon(0 0, 56% 0, 100% 100%, 44% 100%);
          clip-path: polygon(0 0, 56% 0, 100% 100%, 44% 100%);
  background: #000;
  opacity: 0.6;
}

.s3 {
  background: #000;
  opacity: 0.6;
  width: calc(40% + 100px);
  -webkit-clip-path: polygon(0 0, 56% 0, 100% 100%, 44% 100%);
          clip-path: polygon(0 0, 56% 0, 100% 100%, 44% 100%);
}

.s4 {
  background: #000;
  opacity: 0.6;
  width: calc(40% + 100px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 50%, 0% 100%);
}

.s5 {
  background: #000;
  opacity: 0.6;
  width: 100% !important;
}

.video_content .slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.youtube_ct_video {
  position: absolute;
}

@media (max-width: 575.98px) {
  .pogoSlider {
    padding-bottom: 55% !important;
  }
}
@media (max-width: 768px) {
  .pogoSlider {
    padding-bottom: 50% !important;
  }
}
/*
=================================
	_slider Module
=================================
*/
.carousel_module .owl-dots {
  text-align: center;
  padding: 20px 0;
}
.carousel_module .owl-dots button {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #6c757d;
}
.carousel_module .active {
  background: #ff5722 !important;
}

/*
=================================
	_List item Module
=================================
*/
.listmodule .bplist {
  margin-top: 25px;
}
.listmodule .bplist .bpitems {
  margin-bottom: 20px;
}
.listmodule .bplist .bpitems:last-child {
  margin-bottom: 0;
}
.listmodule .bplist .bpitems p {
  margin-bottom: 0;
}
.listmodule .bplist .bpitems i {
  margin-right: 15px;
}
.listmodule .bplist .bpitems.no-bg {
  margin-bottom: 10px;
}
.listmodule .bplist .bpitems.no-bg i {
  margin-right: 10px;
}
.listmodule .bplist .bpitems .pulselist {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 3px;
  font-size: 12px;
}
.listmodule .bplist .bpitems .pulselist:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0.3;
  z-index: -1;
  -webkit-animation: gtpulse 1s infinite alternate;
          animation: gtpulse 1s infinite alternate;
}
.listmodule .bplist .bpitems .list-with-bg {
  color: #ffffff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 3px;
  font-size: 12px;
}
.listmodule .bplist .bpitems .list-with-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0.3;
  z-index: -1;
}
.listmodule .hover-list {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listmodule .hover-list:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.listmodule .hover-list-icon i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listmodule .hover-list-icon:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@-webkit-keyframes gtpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes gtpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/*
=================================
	Builder Module Loader
=================================
*/
.gt_contact_area #map {
  margin-bottom: 45px;
  width: 100%;
  height: 450px;
}
.gt_contact_area .contact-us-content {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(206, 212, 218, 0.431372549);
}
.gt_contact_area .contact-address i {
  font-size: 26px;
}
.gt_contact_area .gt_main_title {
  margin-bottom: 100px;
}

.contact-from img {
  max-width: 150px;
}

.social-networks i {
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*
=================================
	Scroll To Top
=================================
*/
#back-to-top {
  position: fixed;
  z-index: 9999;
  width: 45px;
  height: 45px;
  line-height: 40px;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background-color: #ff5722;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  font-size: 26px;
}

#back-to-top.show {
  opacity: 1;
}

.down_arrow_builder {
  background: #f00;
  padding: 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 60%;
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*
=================================
	Filter Sidebar area
=================================
*/
.sliding_sidebar {
  background: #F7F8F9;
  overflow: auto;
  position: fixed;
  left: -290px;
  top: 0;
  width: 290px;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100vh;
}
.sliding_sidebar.active {
  left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sliding_sidebar .sliding_sidebar_content {
  padding: 30px;
}
.sliding_sidebar .sliding_sidebar_content .gt_sidebar {
  padding: 0;
  margin: 0 0 30px 0;
  background: transparent;
}
.sliding_sidebar .sliding_area_cross {
  background: #ff5722;
  border-radius: 24px;
  color: #fff;
  height: 26px;
  line-height: 25px;
  text-align: center;
  width: 26px;
  float: right;
  margin: 5px 5px 5px 0px;
  cursor: pointer;
}

.gt_sidebar .form-check .form-check-label {
  cursor: pointer;
  max-width: 160px;
}
.gt_sidebar .dropdown_cat_item {
  display: none;
}

.sub_display_cat_item,
.display_cat_item {
  display: block !important;
}

.sub_display_cat_item {
  padding-left: 1.25rem;
}

/*---------------
    Mobile Filter
  -----------------*/
.newmbfilter {
  display: none;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 157px;
  border-radius: 50px;
  padding: 5px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9;
  left: 50%;
  bottom: -10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.newmbfilter.active {
  opacity: 1;
  visibility: visible;
  bottom: 7.3%;
}
.newmbfilter a {
  color: #fff;
}

.sortByarea {
  background: #fff;
  padding: 29px;
  border-radius: 25px 25px 0 0;
  position: fixed;
  width: 100%;
  z-index: 12;
  bottom: -20%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.sortByarea.active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.sortByarea .form-check {
  padding-top: 2px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}
.sortByarea label {
  font-weight: bold;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 16px;
}

@media (max-width: 767px) {
  .newmbfilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*
=================================
	All in one header
=================================
*/
.item_all_top {
  max-height: 316px;
}

.all_in_one_header .content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.all_in_one_header .slider_left {
  background: #d5d5d5;
  position: relative;
  width: 20%;
}

.all_in_one_header .slider_left ul li label, .all_in_one_header .slider_left ul li i {
  color: #000;
}

.all_in_one_header .slider_left ul li label {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid rgba(213, 213, 213, 0.3803921569);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: normal;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.all_in_one_header .slider_left ul li label i {
  float: right;
}

.all_in_one_header .slider_left .drowdown_item {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.all_in_one_search {
  display: none;
}

.all_in_one_header .slider_left .drowdown_item:hover .cat_sub_menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.all_in_one_header .slider_left .drowdown_item .cat_sub_menu {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  background: #efefef;
  width: 300px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}

.all_in_one_header .slider_center {
  width: 60%;
  padding: 0 15px;
}

.all_in_one_header .slider_center .slider_top {
  position: relative;
}

.all_in_one_header .slider_center .slider_top .slider_top_img {
  width: 100%;
}

.all_in_one_header .slider_center .slider_top .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.all_in_one_header .slider_center .slider_top .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 5px;
  border-radius: 100px;
}

.all_in_one_header .slider_center .slider_top .owl-dot span {
  display: none;
}

.all_in_one_header .slider_center .slider_top .owl-dot:focus {
  outline: none;
}

.all_in_one_header .slider_center .slider_top .active {
  background: #f44;
}

.all_in_one_header .slider_center .slider_bottom_img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  float: left;
}

.all_in_one_header .slider_bottom {
  padding-right: 10px;
  margin-top: 15px;
}

.all_in_one_header .slider_bottom .product_bottom_slider {
  margin-top: 10px;
}

.all_in_one_header .slider_bottom .product_bottom_slider img {
  width: 100px;
}

.all_in_one_header .slider_bottom .product_bottom_slider h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.all_in_one_header .slider_bottom .product_bottom_slider p {
  font-size: 14px;
}

.all_in_one_header .slider_bottom .product_bottom_slider a {
  padding: 0;
  font-size: 12px;
}

.all_in_one_header .slider_bottom .product_bottom_slider a:hover {
  color: #ff5722;
}

.all_in_one_header .slider_bottom .product_bottom_slider a:before {
  display: none;
}

.all_in_one_header .slider_right {
  position: relative;
  width: 20%;
  background-color: #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.all_in_one_ads {
  padding: 15px;
  text-align: center;
}

.all_in_one_ads h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.btn_getoffer {
  color: #fff;
  background: #8571b9;
  padding: 6px 20px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 20px;
}

.display_slider_left {
  display: block !important;
  position: absolute !important;
  z-index: 2;
}

.slider_cat_mobile {
  display: none;
}

.cat_sub_menu_three {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 300px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}

.gt_cat_area .drowdown_item .cat_sub_menu li.drowdown_item:hover .cat_sub_menu_three {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/*================================
	All in one header Mobile
==================================*/
@media screen and (max-width: 768px) {
  .cat_sub_menu_three,
.all_in_one_header .slider_left .drowdown_item .cat_sub_menu {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .all_in_one_header .slider_left,
.all_in_one_header .slider_right,
.all_in_one_header .slider_bottom {
    display: none;
  }

  .all_in_one_header .slider_center {
    width: 100%;
    padding: 0;
  }

  .slider_cat_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }

  .slider_cat_mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    text-align: center;
  }

  .slider_cat_mobile li {
    display: inline-block;
    width: 20%;
    margin: 20px 0 0 0;
  }

  .slider_cat_mobile li .mb_ico {
    width: 32px;
    height: 32px;
    background: #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #000;
    margin-bottom: 5px;
  }

  .slider_cat_mobile li a span {
    text-align: center;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000000;
    width: 100%;
  }

  .shop-details-tab {
    margin-left: 0;
    margin-right: 0;
  }
}
/*
=================================
	Newsletter 
=================================
*/
.newsletter_area {
  padding: 15px;
}
.newsletter_area form {
  margin-top: 30px;
}
.newsletter_area img {
  max-width: 250px;
}
.newsletter_area .newsletter_input {
  background-color: #ddd;
  border: 0;
  padding: 13px 110px 13px 30px;
  width: 100%;
  height: auto;
  line-height: 1.3;
  color: #000;
}
.newsletter_area .newsletter_input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newsletter_area .newsletter_btn {
  border: 0;
  padding: 6px 12px;
  width: 100%;
  border-radius: 0.25rem;
}

/*
=================================
	Reservation 
=================================
*/
.reservation_form {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.reservation_form input {
  padding: 16px 20px;
  border-radius: 0;
  color: #2B2B2B;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  font-size: 14px;
  line-height: 1;
}
.reservation_form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reservation_card {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reservation_card:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.reservation_card .search_ar_title h2 {
  font-weight: 400;
}
.reservation_card .card-title {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 24px;
  font-weight: 300;
}
.reservation_card .img_wrp {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.reservation_card .ct_price p {
  font-weight: 900;
  font-size: 20px;
}
.reservation_card .table_des p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .reservation_form .form-group {
    width: 40%;
  }
}
@media (max-width: 575.98px) {
  .reservation_form .form-group {
    width: 100%;
  }
}
/*
=================================
	Recruitly 
=================================
*/
.recruitly_form {
  padding: 30px 15px;
  background-color: #ddd;
}
.recruitly_form input,
.recruitly_form select {
  border-radius: 0;
}
.recruitly_form input:focus,
.recruitly_form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

/*
=================================
	Search 
=================================
*/
.search_form form {
  margin-top: 30px;
}
.search_form .search_input {
  background-color: transparent;
  border: 0;
  padding: 13px 110px 13px 30px;
  width: 100%;
  height: auto;
  line-height: 1.3;
  color: #000;
}
.search_form .search_input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_form .search_btn {
  font-size: 14px;
  padding: 8px 30px;
  text-decoration: none;
  font-weight: bold;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  border-color: transparent;
  background: rgb(221, 221, 221);
  color: #000;
  border-radius: 30px;
}
.search_form .search_btn:hover {
  background: #d8bcbc !important;
}
.search_form .search_btn:active, .search_form .search_btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
=================================
	Search 
=================================
*/
.booing_product_area {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.booing_product_area:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.booing_product_area:hover .card_img img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.booing_product_area .card-title {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 24px;
  font-weight: 300;
}
.booing_product_area .ct_price p {
  font-weight: 900;
  font-size: 20px;
}
.booing_product_area .card_img {
  overflow: hidden;
}
.booing_product_area .card_img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.booing_product_area .card-body {
  position: relative;
  z-index: 10;
  background: #fff;
}

/*
=================================
	Search 
=================================
*/
.special_offer_area .special_offer_top {
  background: #e0013f;
  padding: 8px 25px;
  font-weight: 700;
}
.special_offer_area .special_offer_bottom {
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 15px;
}
.special_offer_area .special_offer_bottom .special_box .left_img_sp {
  position: relative;
}
.special_offer_area .special_offer_bottom .special_box .left_img_sp img {
  width: 100%;
}
.special_offer_area .special_offer_bottom .special_box .left_img_sp .offer_tag_spf {
  background: #f44336;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
}
.special_offer_area .special_offer_bottom .special_box .right_con_spf h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
}
.special_offer_area .special_offer_bottom .special_box .right_con_spf .price_spf {
  margin: 15px 0;
}
.special_offer_area .special_offer_bottom .special_box .right_con_spf p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.special_offer_area .special_offer_bottom .special_box .right_con_spf .buynow {
  margin: 30px 0;
}
.special_offer_area .special_offer_bottom .special_box .right_con_spf .buynow a {
  background: #e0013f;
  color: #fff;
  padding: 8px 20px;
}
.special_offer_area .special_offer_bottom .count_down {
  border-top: 1px dashed #ddd;
  padding: 15px 0 0px 0;
}
.special_offer_area .special_offer_bottom .count_down h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 15px 0 0;
}
.special_offer_area .special_offer_bottom .count_down span {
  font-weight: bold;
}
.special_offer_area .owl-nav {
  position: absolute;
  top: -46px;
  right: 0;
}
.special_offer_area .owl-nav button {
  font-size: 30px !important;
  width: 30px;
  height: 30px;
  border: 0px solid #ddd !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.special_offer_area .owl-nav button span {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
}
.special_offer_area .owl-nav button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.special_offer_area .owl-nav button:hover {
  opacity: 0.5;
}

.best_seller_area .best_seller_top {
  color: #fff;
  padding: 8px 25px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin-bottom: 15px;
}
.best_seller_area .inner_item {
  border: 1px solid #ddd;
}
.best_seller_area .inner_item .card-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}
.best_seller_area .inner_item .best_sell_caro {
  max-width: 90px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.best_seller_area .inner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.best_seller_area .display_img {
  width: 116px;
  height: 120px;
  background: #ddd;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.best_seller_area .owl-nav {
  position: absolute;
  top: -55px;
  right: 15px;
}
.best_seller_area .owl-nav button {
  font-size: 30px !important;
  width: 30px;
  height: 30px;
  border: 0px solid #ddd !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.best_seller_area .owl-nav button span {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.best_seller_area .owl-nav button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.best_seller_area .owl-nav button:hover {
  opacity: 0.5;
}

/*===================================================
	Responsive
===================================================*/
@media (max-width: 1024px) {
  .best_seller_area .display_img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .best_seller_area .inner_item {
    text-align: center;
  }
  .best_seller_area .inner_content {
    display: block;
  }
  .best_seller_area .display_img {
    width: 100%;
  }
}
@media (max-width: 586px) {
  .best_seller_area .display_img {
    height: 250px;
  }
}
/*
=================================
	Search 
=================================
*/
.booking_left_content .modal_title {
  font-size: 24px;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.booking_left_content .booking_left_dec p {
  margin-bottom: 15px;
}

.ui-timepicker-standard {
  z-index: 99999999 !important;
}

.multiple_img .thum_img {
  width: 120px;
  height: 120px;
  background: #ddd;
  margin: 10px 0 0;
  cursor: pointer;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.multiple_img .owl-nav button {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #cc9966 !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1 !important;
}
.multiple_img .owl-nav .owl-prev {
  left: -20px;
}
.multiple_img .owl-nav .owl-next {
  right: -20px;
  left: auto;
}

@media (max-width: 768px) {
  .multiple_img .thum_img {
    width: 100px;
    height: 100px;
  }
}
/*
=================================
	Product Layout
=================================
*/
/*
=======================================
| ----@ Product box layout One
=======================================
*/
.product-layout-one {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  margin-bottom: 25px;
  border: 1px solid #e8e8e8;
}
.product-layout-one .product-media {
  position: relative;
  display: block;
  margin: 0 0 1rem;
  overflow: hidden;
}
.product-layout-one .product-media img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  margin: 0 auto;
}
.product-layout-one .product-media img:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.product-layout-one .product-media .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.product-layout-one .product-media a {
  display: block;
}
.product-layout-one .product-action-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 2rem;
  top: 1rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.product-layout-one .product-action-vertical.fade-left {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.product-layout-one .product-action-vertical .wcwl-add-to-wishlist {
  position: relative;
  margin-bottom: 5px;
}
.product-layout-one .product-action-vertical .wcwl-add-to-wishlist a {
  color: #333;
  border: 1px solid #ebebeb;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.product-layout-one .product-action-vertical .wcwl-add-to-wishlist:hover a {
  background-color: #ff5722;
  color: #fff;
}
.product-layout-one .product-action-vertical .btn-quickview {
  color: #333;
  border: 1px solid #ebebeb;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.product-layout-one .product-action-vertical .btn-quickview:hover {
  background-color: #ff5722;
  color: #fff;
}
.product-layout-one .product-body {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background-color: #fff;
  text-align: center;
}
.product-layout-one .product-body h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
}
.product-layout-one .product-body h3 a {
  color: #333;
}
.product-layout-one .product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
  bottom: 2rem;
  margin: 1.5rem 2rem;
}
.product-layout-one .product-action .btn-cart {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 2px 0;
  color: #3c3c3c;
}
.product-layout-one .product-action .btn-cart:hover {
  background-color: #ff5722;
  color: #fff;
}
.product-layout-one:hover {
  -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.0784313725);
}
.product-layout-one:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
}
.product-layout-one:hover .product-action-vertical.fade-left {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.product-layout-one:hover .product-action {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.product-layout-one:hover .hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

/*
=======================================
| ----@ Product box layout Two
=======================================
*/
.product-layout-two {
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
}
.product-layout-two .product-media {
  position: relative;
}
.product-layout-two .product-media img {
  width: 100%;
}
.product-layout-two .product-media .product-layout-two-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  visibility: hidden;
  opacity: 0;
}
.product-layout-two .product-media .product-layout-two-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.product-layout-two .product-media .product-layout-two-overlay a {
  font-size: 18px;
  color: #1E1E1C;
}
.product-layout-two .product-footer {
  margin-top: 15px;
  padding: 0 10px 10px 10px;
}
.product-layout-two .product-footer .title-style-two {
  margin-right: 15px;
}
.product-layout-two .product-footer .title-style-two a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  color: #333;
  line-height: 1;
}
.product-layout-two .product-footer .title-style-two a:hover {
  color: #ff5722;
}
.product-layout-two .product-footer .title-style-two .layout-two-btn-add-to-cart {
  margin-top: 10px;
}
.product-layout-two:hover {
  -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.0784313725);
}
.product-layout-two:hover .product-layout-two-overlay {
  opacity: 1;
  visibility: visible;
}
.product-layout-two:hover .product-media .product-layout-two-hover-image {
  opacity: 1;
  visibility: visible;
}

/*
=======================================
| ----@ Product box layout Three
=======================================
*/
.product-layout-three {
  background-color: #fff;
  padding: 15px;
  border: 2px solid;
  border-color: transparent;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
}
.product-layout-three .product-media {
  overflow: hidden;
  position: relative;
}
.product-layout-three .product-media img {
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-layout-three .product-media .product-layout-three-hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}
.product-layout-three .product-footer a {
  font-weight: 600;
  color: #333;
  line-height: 20px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-layout-three .product-footer p {
  font-weight: 700;
  color: #ff5722;
  font-size: 16px;
}
.product-layout-three .layout-three-cart {
  margin: 15px 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.product-layout-three .layout-three-cart a {
  color: #000;
  line-height: 1;
  border: 2px solid #ddd;
  border-radius: 7px;
  padding: 6px 12px;
  margin-right: 10px;
  background-color: #fff;
}
.product-layout-three .layout-three-cart a:last-child {
  margin-right: 0px;
}
.product-layout-three .layout-three-cart a:hover {
  color: #fff;
  border: 2px solid #ff5722;
  background-color: #ff5722;
}
.product-layout-three:hover {
  -webkit-box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 1px 1px 13px 1px rgba(0, 0, 0, 0.0784313725);
  border-color: #ff5722;
}
.product-layout-three:hover .product-media img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.product-layout-three:hover .product-media .product-layout-three-hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.product-layout-three:hover .layout-three-cart {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  visibility: visible;
  opacity: 1;
}

/*
=======================================
| ----@ Shop Page design
=======================================
*/
/*
=======================================
| ----@ Details page one
=======================================
*/
.details-layout-one .right-product-details h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #797979;
}
.details-layout-one .right-product-details .details-layout-one-price p {
  font-style: italic;
  font-size: 18px;
  margin: 20px 0;
}
.details-layout-one .right-product-details .details-layout-one-availability {
  font-weight: bold;
  margin: 15px 0 10px 0;
}
.details-layout-one .right-product-details .details-layout-one-availability span {
  color: #ff5722;
}
.details-layout-one .right-product-details .details-layout-one-product-variation-area label {
  font-weight: bold;
  color: #797979;
}
.details-layout-one .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ced4da;
}
.details-layout-one hr {
  border-top: 1px solid #ededed;
  margin: 30px 0;
}
.details-layout-one .shop_details_one_add_to_cart .product_cart {
  margin-top: 30px;
  margin-bottom: 35px;
}
.details-layout-one .shop_details_one_add_to_cart .cart_quantity {
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  line-height: 1;
  color: #555;
  border-radius: 3px;
  width: 80px;
  height: 35px;
  margin-right: 10px;
}
.details-layout-one .shop_details_one_add_to_cart .wix-type-btn {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}
.details-layout-one .shop_details_one_add_to_cart .gt-buy-now {
  background: #000;
  color: #fff;
}

/*====================
	Accrodian
=====================*/
#shop-accrodion #shop-details-accordion {
  margin-top: 30px;
}
#shop-accrodion #shop-details-accordion .card {
  margin-bottom: 0px;
  border-bottom: 1px solid #F6F3EF;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: transparent !important;
}
#shop-accrodion #shop-details-accordion .card .card-body {
  padding: 0 0 15px 0;
}
#shop-accrodion #shop-details-accordion .card .card-header {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
#shop-accrodion #shop-details-accordion .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  padding: 15px 0px;
  text-transform: uppercase;
}
#shop-accrodion #shop-details-accordion .card .card-header .btn-header-link:after {
  content: "—";
  float: right;
  font-size: 17px;
}
#shop-accrodion #shop-details-accordion .card .card-header .btn-header-link.collapsed:after {
  content: "+";
  font-size: 17px;
}
#shop-accrodion #shop-details-accordion .card .card-header .btn-header-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#shop-accrodion #shop-details-accordion .card .collapsing {
  background: transparent;
  line-height: 30px;
}
#shop-accrodion #shop-details-accordion .card .collapse {
  border: 0;
}
#shop-accrodion #shop-details-accordion .card .collapse.show {
  background: transparent;
  line-height: 30px;
}

.pro_details.previewtext {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.pro_details.previewtext:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 105px;
  cursor: pointer;
}

.short_details {
  border-top: 1px solid #F6F3EF;
  padding-top: 10px;
  margin-top: 21px;
  display: block;
  word-wrap: break-word;
}

.socail_share .twitter-share-button img {
  margin-left: 10px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  height: 21px;
  max-width: 85px;
}

/*======================
	Responsive CSS
=======================*/
@media (max-width: 768px) {
  .bottom_image img {
    margin: 0 0 50px !important;
  }
}
/*
=======================================
| ----@ Details page Two
=======================================
*/
.gt-current-box {
  padding-bottom: 25px;
}

.product-preview {
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.thumb_img_current {
  position: relative;
  overflow: hidden;
}
.thumb_img_current img {
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  margin: 0 auto;
  display: block;
}
.thumb_img_current .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.text-center {
  text-align: center !important;
}

.border_title {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.border_title .border_line {
  display: block;
  background: #ececec;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.border_title .title {
  margin: 0;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.current_box {
  border-top-color: #dfdfdf;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 30px 30px 12px 30px;
  width: 100%;
}

.current_box__btns {
  height: 0;
  overflow: hidden;
  margin: 0 -30px;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.current_box__btns:hover a {
  color: #fff;
}
.current_box__btns .btn-product {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 250ms ease-out 250ms;
  transition: all 250ms ease-out 250ms;
}
.current_box__btns .btn-product:first-child {
  left: -50%;
}
.current_box__btns .btn-product:last-child {
  right: -50%;
}

.sd-btn-current {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  line-height: 51px;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: box-shadow 300ms 0s ease;
  -webkit-transition: -webkit-box-shadow 300ms 0s ease;
  transition: -webkit-box-shadow 300ms 0s ease;
  transition: box-shadow 300ms 0s ease;
  transition: box-shadow 300ms 0s ease, -webkit-box-shadow 300ms 0s ease;
  background-color: #ff5722;
  color: #fff;
}

.btn-product {
  display: inline-block;
}

.current_box_title p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 20px;
}
.current_box_title a {
  color: #222;
}

.price-box {
  margin: 0 0 10px 0;
  font-size: 1.231em;
  line-height: 1em;
}

.current_box__description {
  display: none;
}

.current_box__link {
  color: #adadad;
  color: #adadad;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.846em;
  overflow: hidden;
  position: relative;
  height: 0;
  opacity: 0;
  margin: 0 -30px;
  -webkit-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.current_box__link a {
  color: #adadad;
  text-decoration: none;
  white-space: nowrap;
}
.current_box__link a .icon {
  color: #d3d3d3;
  color: #d3d3d3;
}
.current_box__link .icon {
  padding: 0 5px;
  vertical-align: baseline;
}
.current_box__link .buy-link {
  display: none;
}
.current_box__link:after {
  border-top-color: #dfdfdf;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out 350ms, -webkit-transform 350ms ease-out 350ms;
  transition: opacity 350ms ease-out 350ms, -webkit-transform 350ms ease-out 350ms;
  transition: opacity 350ms ease-out 350ms, transform 350ms ease-out 350ms;
  transition: opacity 350ms ease-out 350ms, transform 350ms ease-out 350ms, -webkit-transform 350ms ease-out 350ms;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.sd-btn-current.focus {
  background-color: #ff5722;
}

.sd-btn-current-dark {
  background: #374850 !important;
  color: #ffffff !important;
}

.product-preview {
  min-height: 392px;
}
.product-preview:hover .hover-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (min-width: 768px) {
  .product-preview:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .product-preview:hover .current_box__btns {
    height: 70px;
    margin-top: -65px;
  }
  .product-preview:hover .current_box__btns .btn-product {
    opacity: 1;
  }
  .product-preview:hover .current_box__btns .btn-product:first-child {
    left: 0;
  }
  .product-preview:hover .current_box__btns .btn-product:last-child {
    right: 0;
  }
  .product-preview:hover .current_box__link {
    height: auto;
    padding-top: 12px;
    opacity: 1;
  }
  .product-preview:hover .current_box__link:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .product-preview .current_box__btns {
    height: 70px;
    margin-top: -65px;
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
  }
  .product-preview .current_box__btns .btn-product {
    opacity: 1;
  }
  .product-preview .current_box__btns .btn-product:first-child {
    left: 0;
  }
  .product-preview .current_box__btns .btn-product:last-child {
    right: 0;
  }
  .product-preview .current_box__link {
    height: auto;
    padding-top: 12px;
    opacity: 1;
  }
  .product-preview .current_box__link:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .product-preview .sd-btn-current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.gs-product-box-two {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.gs-product-box-two .gs-product-img {
  overflow: hidden;
  height: 250px;
}
.gs-product-box-two .gs-product-img img {
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.gs-product-box-two .gs-product-img img:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.gs-product-box-two .gs-product-text {
  height: 56px;
}
.gs-product-box-two .gs-product-text a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 15px;
  color: #222;
}
.gs-product-box-two .gs-product-price {
  padding: 12px 0 5px;
}
.gs-product-box-two .gs-product-price strong {
  font-size: 18px;
  color: #ff5722;
}
.gs-product-box-two .gs-product-price .old_price {
  font-size: 18px;
}
.gs-product-box-two .gs-product-btn {
  font-size: 14px;
  background: #F5F5ED;
  border-color: #F5F5ED;
  color: #242424;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gs-product-box-two:hover .gs-product-btn {
  background: #ff5722;
  border-color: #ff5722;
  color: white;
}

.sliding_search {
  background: #ddd;
  overflow: auto;
  position: fixed;
  right: -290px;
  top: 0;
  width: 290px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100vh;
}
.sliding_search.active {
  right: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sliding_search .sliding_search_content {
  padding: 30px;
}
.sliding_search .sidebar_search_slide h6 {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 25px;
}
.sliding_search .sidebar_search_slide .form-control {
  background: transparent;
  border: 1px solid #fff;
}
.sliding_search .sidebar_search_slide button {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  border: 0;
  border-left: 0;
  font-size: 14px;
  outline: 0;
  padding: 0px 12px;
}
.sliding_search .float_search_product img {
  width: 100%;
}
.sliding_search .float_search_product a.title__product {
  color: #333;
  margin-top: 15px;
  display: block;
}
.sliding_search .float_search_product a.buynow {
  background: #fff;
  color: #333;
  padding: 6px 12px;
  margin-top: 15px;
  display: inline-block;
}
.sliding_search .float_search_product p {
  font-weight: bold;
  margin-top: 10px;
}
.sliding_search .sliding_search_cross {
  background: #ff5722;
  border-radius: 24px;
  color: #fff;
  height: 26px;
  line-height: 25px;
  text-align: center;
  width: 26px;
  float: right;
  margin: 5px 5px 5px 0px;
  cursor: pointer;
}

/*
=======================================
| ----@ Product box style 1
=======================================
*/
@-webkit-keyframes "fadeInUp" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes "fadeInUp" {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.product-box {
  margin-bottom: 20px;
  background: #f7f8f9;
}
.product-box .product-imgbox {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
.product-box .product-imgbox .product-front {
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-box .product-imgbox .product-front img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.product-box .product-imgbox .product-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-box .product-imgbox .product-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.product-box .product-imgbox .product-icon button {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 10px;
  color: #777777;
  margin: 0 7px;
}
.product-box .product-imgbox .product-icon button:hover {
  background-color: #ff5722;
  border: 1px solid #ff5722;
  padding: 10px;
  color: #fff;
  margin: 0 7px;
}
.product-box .product-imgbox .product-icon.icon-inline {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  background: #FFF;
  padding-top: 20px;
}
.product-box .product-imgbox .product-icon.icon-inline a {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 10px;
  color: #777777;
  margin: 0 7px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 1;
}
.product-box .product-imgbox .product-icon.icon-inline a:hover {
  background-color: #ff5722;
  border: 1px solid #ff5722;
  padding: 10px;
  color: #fff;
  margin: 0 7px;
}
.product-box .product-imgbox .on-sale1 {
  color: #2690E4;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: -10px;
  padding: 0 6px;
  font-size: calc(11px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-box .product-imgbox .new-label1 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #252525;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  text-align: center;
}
.product-box:hover .product-imgbox .product-back {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-box:hover .product-icon.icon-inline {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product-box:hover .product-icon.icon-inline button {
  -webkit-animation: fadeInUp 300ms ease-in-out;
          animation: fadeInUp 300ms ease-in-out;
}
.product-box:hover .product-icon.icon-inline a:nth-child(2) {
  -webkit-animation: fadeInUp 500ms ease-in-out;
          animation: fadeInUp 500ms ease-in-out;
}
.product-box:hover .product-icon.icon-inline a:nth-child(3) {
  -webkit-animation: fadeInUp 700ms ease-in-out;
          animation: fadeInUp 700ms ease-in-out;
}
.product-box:hover .product-icon.icon-inline a:nth-child(4) {
  -webkit-animation: fadeInUp 1000ms ease-in-out;
          animation: fadeInUp 1000ms ease-in-out;
}
.product-box .product-detail.detail-inline {
  background-color: #FFFFFF;
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  overflow: auto;
}
.product-box .product-detail .detail-title .detail-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.product-box .product-detail .detail-title .detail-right div {
  margin-right: 10px;
}
.product-box .product-detail .detail-title .detail-right .check-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #777;
}
.product-box .product-detail .detail-title .detail-right .price {
  color: #ff5722;
  font-size: 14px;
  font-weight: 700;
  padding: 0 !important;
}
.product-box .product-detail .detail-title .detail-left .rating-star i {
  color: #FFA800;
  font-size: 14px;
}
.product-box .product-detail .detail-title .detail-left .rating-star i:last-child {
  color: #AAAAAA;
}
.product-box .product-detail .detail-title .detail-left .price-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  color: #777;
  font-size: 14px;
  height: 45px;
  padding: 0;
}

.ct-img-fluid {
  width: 100%;
  height: auto;
}

.product .product-box .product-imgbox .new-label1 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #252525;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#social-links-sticky img {
  width: initial !important;
}

.sticky-container {
  padding: 0;
  margin: 0;
  position: fixed;
  right: -170px;
  top: 40%;
  width: 200px;
  z-index: 99999;
}

.sticky li {
  border-radius: 4px;
  list-style-type: none;
  height: 36px;
  padding: 0;
  margin: 0 0 1px 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.sticky li:hover {
  margin-left: -10px;
}
.sticky li p {
  color: #F7F7F9;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 43px;
}

ul.sticky li i {
  float: left;
  margin: 4px 0 5px 4px;
}

.sticky-container.left {
  padding: 0;
  margin: 0;
  position: fixed;
  left: -170px;
  top: 130px;
  width: 200px;
  z-index: 99999;
}

.left > ul.sticky li i {
  float: right !important;
  margin: 4px 4px 5px 0;
}
.left > .sticky li:hover {
  margin-right: -10px;
}

@media (max-width: 767px) {
  .hide_social {
    display: none;
  }
}
.qucik_view .image_left img {
  width: 100%;
}
.qucik_view .pro_info_quick .pro_q_head h5 {
  color: #253237;
  margin: 0;
}
.qucik_view .pro_info_quick .pro_q_head p {
  margin-top: 15px;
}
.qucik_view .pro_info_quick .pro_q_head p.quick_short_details {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qucik_view .pro_info_quick .pro_q_head p.pro_q_price {
  color: #ff5722;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.qucik_view .pro_info_quick .pro_q_head p.pro_q_availability span {
  color: #ff5722;
  font-weight: bold;
}
.qucik_view .pro_info_quick hr {
  border-top: 1px dashed #ddd;
  margin: 20px 0;
}
.qucik_view .pro_info_quick .pro_q_footer .qucik_view_btn {
  background: #ff5722;
  color: #fff;
  border-color: #ff5722;
  border: 0;
  padding: 4px 25px;
  border-radius: 4px;
}
.qucik_view .pro_info_quick .pro_q_footer .qucik_view_btn:hover {
  border-color: #e24614;
  background: #e24614;
}
.qucik_view .pro_info_quick .pro_q_footer .pro_q_wish_list {
  margin-top: 15px;
}
.qucik_view .pro_info_quick .pro_q_footer .pro_q_wish_list a {
  color: #253237;
  opacity: 0.5;
}
.qucik_view .pro_info_quick .pro_q_footer .pro_q_wish_list a:hover {
  opacity: 1;
}

.box_slider_area_fix {
  padding: 0 40px;
}
.box_slider_area_fix .content_ar_box h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 !important;
}
.box_slider_area_fix .content_ar_box h2 {
  font-size: 45px;
  font-weight: 600;
  color: #253237;
  line-height: 1;
  margin: 10px 0 30px 0 !important;
}
.box_slider_area_fix .content_ar_box p {
  font-size: 19px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #555;
}
.box_slider_area_fix .img_ar_box img {
  width: 100%;
}
.box_slider_area_fix .pogoSlider-nav-btn {
  background: #333 !important;
  width: 5px !important;
  height: 12px !important;
}
.box_slider_area_fix .pogoSlider-dir-btn {
  border-color: #ff5722 !important;
}
.box_slider_area_fix .pogoSlider-nav-btn--selected {
  background: #ff5722 !important;
}
@media (max-width: 768px) {
  .box_slider_area_fix {
    padding: 0 40px;
  }
  .box_slider_area_fix .content_ar_box h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 !important;
  }
  .box_slider_area_fix .content_ar_box h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px 0 !important;
  }
  .box_slider_area_fix .content_ar_box p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .box_slider_area_fix {
    padding: 0;
    height: 70vh;
  }
  .box_slider_area_fix .content_ar_box h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 !important;
  }
  .box_slider_area_fix .content_ar_box h2 {
    font-size: 16px;
    margin: 10px 0 9px 0 !important;
  }
  .box_slider_area_fix .content_ar_box p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .box_slider_area_fix .pogoSlider-slide {
    width: initial !important;
  }
}
@media screen and (max-width: 600px) {
  .hide_in_mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1224px) {
  .hide_in_desktop {
    display: none;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .hide_in_ipad {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hide_in_desktop {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hide_in_tablet {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile_menu_hide {
    display: none !important;
  }

  .respons_mobile_logo {
    padding-right: 0px;
  }

  .rebon_menu .respons_mobile_logo {
    padding-right: 0;
  }
}
#notfound {
  padding: 15px;
  height: calc(100vh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 30px;
}
#notfound .notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
#notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}
#notfound .notfound-404 .border_area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px dashed #000;
  border-radius: 5px;
}
#notfound .notfound-404 h1 {
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
#notfound h2 {
  font-size: 33px;
  padding: 30px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}
#notfound a {
  display: inline-block;
  padding: 10px 25px;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin-top: 30px;
}

#empty_page {
  min-height: 50vh;
}

#wish_alert {
  background: #e0013f;
  display: none;
  padding: 7px 15px;
  border-radius: 5px;
  position: fixed;
  top: 12%;
  right: 10px;
  color: #fff;
}

.ct_product_rating {
  padding: 10px 0;
}
.ct_product_rating .ct-fa-star {
  font-size: 22px;
  cursor: pointer;
}
.ct_product_rating .ct-fa-star.active_rating {
  color: #EABE12;
}
.ct_product_rating .ct-fa-star:hover {
  color: #EABE12;
}
.ct_product_rating #rate_error {
  font-size: 12px;
  color: #f00;
  display: none;
}

.rating_star .active_rating {
  color: #EABE12;
}

.row.review-fields {
  margin-bottom: 15px;
}

.social_icons_module {
  margin: 15px 0;
}

/* =========Ajax loader======*/
.ajax_load {
  display: none;
}
.ajax_load img {
  max-width: 80px;
  width: 100%;
  margin-bottom: 25px;
}

.google_map iframe {
  width: 100%;
}

.text_box {
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.full_area .text_box {
  z-index: 10;
}

.product_tab_content img {
  width: initial;
}

.full_area .img_inner_btn_effect {
  padding: 15px 30px;
}

.full_screen_menu_content {
  z-index: 100;
}

.carousel_module .col-md-12 {
  padding: 0;
}

@media (max-width: 575.98px) {
  .full_area .img_inner_btn_effect {
    padding: 0;
  }
  .full_area .gt_image_box {
    width: auto;
  }
}
.gt_sidebar .sidebar_price_slider {
  padding: 0 17px;
}

.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.datepicker.dropdown-menu {
  background-color: #fff;
}

#table_booking_error_modal,
#table_booking_error {
  display: none;
}

form span.req {
  color: #f00;
}

.gt_default_nav .ecom_menu .dropdown-menu {
  -webkit-transform: translate3d(8px, 57px, 0px) !important;
          transform: translate3d(8px, 57px, 0px) !important;
  border-radius: 0;
}

.gt_secondary_menu .ecom_menu li a {
  margin: 0;
  padding: 5px !important;
}

#cart_items {
  margin-bottom: 50px;
}

.gt_pagination {
  margin-bottom: 25px;
}

.image-pointer {
  cursor: pointer;
}

.old_price {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-weight: 400;
  color: #aaa;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .old_price {
    margin-right: 0px;
  }

  .breadcrumb-item.active {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.blog_top_area {
  padding: 0 10px 10px;
}

.container-semi {
  max-width: 1700px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sd_gap_fix_filter {
  margin-bottom: 34px;
}

.sidebar_category .form-check-input {
  margin-top: 0.39rem;
}

.modal_waper_main .reg_left {
  padding-top: 30px;
}
.modal_waper_main .reg-right {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.modal_waper_main .reg-right:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -300px;
  bottom: -500px;
}
.modal_waper_main .reg-right .cap_main {
  margin: 25px 0 18px 0;
  display: block;
  text-align: center;
}
.modal_waper_main .reg-right .cap_main img {
  border-radius: 15px;
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}
.modal_waper_main .reg-right .cap_main .cap_inputs {
  text-align: left;
  max-width: 220px;
  margin: 0 auto;
}
.modal_waper_main .reg-right .cap_main .cap_inputs h6 {
  font-size: 14px;
}
.modal_waper_main .continue {
  margin-bottom: 25px;
}

.modal_close {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 9;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  cursor: pointer;
}
.modal_close i {
  color: #fff;
}

.bg_right_modal {
  background-color: #EBE1F9;
}

.reg_form {
  padding: 0 15px 0px 0px;
  margin-top: 25px;
}
.reg_form .cap_main_reg h6 {
  margin-bottom: 25px;
}
.reg_form .cap_main_reg .cap_img img {
  max-width: 150px;
  width: 100%;
  margin-right: 25px;
}
.reg_form .lets_get_started {
  margin-top: 25px;
}
.reg_form .lets_get_started .btn_now_purple {
  width: initial;
  border: 0;
  margin: 0 auto;
  display: block;
}

.modal_tnc .modal_header {
  padding: 60px 0;
  text-align: center;
}
.modal_tnc .modal_header i {
  font-size: 50px;
  border: 2px solid #722ED1;
  border-radius: 50px;
  padding: 15px;
  width: 92px;
  height: 92px;
  color: #722ED1;
  margin-bottom: 30px;
}
.modal_tnc .modal_header p {
  color: #BBBBBB;
}
.modal_tnc .tnc_content {
  background: #722ED1;
  padding: 30px 50px;
  position: relative;
}
.modal_tnc .tnc_content .top_carret {
  position: absolute;
  top: -25px;
  right: 50%;
}
.modal_tnc .tnc_content .top_carret i {
  font-size: 60px;
  color: #fff;
}
.modal_tnc .tnc_listing {
  margin: 40px 0;
}
.modal_tnc .tnc_listing ul li {
  color: #fff;
  list-style: initial;
  margin-bottom: 15px;
}

.image_for_left img {
  width: 100%;
  margin-top: 50px;
}

.tree_img {
  position: absolute;
  right: -46px;
  top: 60%;
}
#add_to_list .top_carret {
  top: auto;
  bottom: -35px;
}
#add_to_list .top_carret i {
  color: #722ED1;
}

.btn_now_purple {
  color: #fff;
  padding: 9px 17px;
  display: inline-block;
  width: 150px;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn_now_purple:hover {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.right_title,
.left_title {
  line-height: 1.2;
}

.right_title {
  font-size: 20px;
}

.q_text {
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .continue a {
    max-width: 200px;
    margin: 0 auto;
  }

  .reg_form {
    padding: 0 15px 0px 15px;
  }

  .cap_img {
    margin-bottom: 25px;
  }

  .tree_img {
    display: none;
  }
}
.promotional_ticker {
  width: 100%;
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 0;
}

.ticker_top {
  position: absolute;
  top: 0;
  bottom: initial;
}

.promotional_ticker h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.promotional_ticker .alert {
  padding: 15px 0;
  margin-bottom: 0;
}
.promotional_ticker .alert-dismissible {
  padding-right: 35px;
}
.promotional_ticker .alert-dismissible .close {
  position: absolute;
  top: 50%;
  right: -6%;
  -webkit-transform: translate(-82%, -50%);
          transform: translate(-82%, -50%);
  opacity: 1;
  text-shadow: none;
}
.promotional_ticker .main_promot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.promotional_ticker .promotion_timer {
  text-align: center;
}
.promotional_ticker .promotion_timer p {
  font-size: 16px;
  letter-spacing: 2px;
}
.promotional_ticker .timer_saz {
  padding: 6px 12px;
  font-weight: bold;
  margin-top: 10px;
}
.promotional_ticker .pro_dis_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 100%;
}
.promotional_ticker .pro_dis_flex span {
  padding: 6px 10px;
  border-radius: 0 10px 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .promotional_ticker .main_promot {
    display: block;
    text-align: center;
  }

  .promotional_ticker .promo_discount {
    display: none;
  }

  .promotional_ticker .alert-dismissible .close {
    position: absolute;
    top: -10px;
    right: -25px;
    -webkit-transform: unset;
            transform: unset;
  }

  .promotional_ticker .alert-dismissible {
    padding-right: 0px;
  }

  .promotional_ticker .promotion_timer p {
    margin: 5px 0;
  }
}
.gt_slide_popup {
  background-color: #FFF;
  max-width: 250px;
  border-radius: 6px 6px 0 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9;
  -webkit-box-shadow: 0 0 2px 0 #ddd;
          box-shadow: 0 0 2px 0 #ddd;
}
.gt_slide_popup .header_area_sl {
  background-color: #68B9F8;
  border-radius: 6px 6px 0 0;
  padding: 15px;
}
.gt_slide_popup .header_area_sl h4 {
  color: #FFF;
  margin: 0;
  text-align: center;
  font-size: 16px;
  padding: inherit !important;
  font-weight: inherit;
}
.gt_slide_popup .sl_popup_body {
  text-align: center;
  padding-bottom: 25px;
}
.gt_slide_popup .sl_popup_body img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  padding: 0 0;
}
.gt_slide_popup .sl_popup_body p {
  text-align: center;
  color: #404040;
  margin-bottom: 25px;
}
.gt_slide_popup .sl_popup_body .btn-sl-area {
  background-color: #68B9F8;
  color: #FFF;
  text-align: center;
  padding: 6px 20px;
  border-radius: 15px;
  -webkit-box-shadow: -1px 2px 6px 0 #D8D8D8;
          box-shadow: -1px 2px 6px 0 #D8D8D8;
}
.gt_slide_popup .gt_slide_popup_close {
  position: absolute;
  margin: 2px 5px;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
.gt_slide_popup .gt_slide_popup_close:hover {
  color: #DDD;
}

.sd_gdpr_wapper {
  background-color: rgba(63, 65, 69, 0.7607843137);
  padding: 25px;
  overflow: hidden;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  color: #fff;
  z-index: 99;
  width: 100%;
}
.sd_gdpr_wapper p {
  color: #fff;
}
.sd_gdpr_wapper b {
  color: #fff;
}
.sd_gdpr_wapper .bccs-options {
  margin-top: 15px;
}
.sd_gdpr_wapper .gdpr_left {
  max-width: 1500px;
  width: 100%;
}
.sd_gdpr_wapper .grp_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 400px;
  margin-left: 15px;
}
.sd_gdpr_wapper .grp_right .cookies_btn_outline {
  border: 1px solid #fff;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
}
.sd_gdpr_wapper .grp_right .cookies_btn {
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
}
.sd_gdpr_wapper .grp_right .cookies_btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

@media (max-width: 1600px) {
  .sd_gdpr_wapper .grp_right {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .sd_gdpr_wapper .grp_right {
    width: unset;
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
/*===================
	All animation 
=====================*/
.banner3Shake {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
          animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bubbleMover {
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.shapeMover {
  -webkit-animation-name: shapeMover;
          animation-name: shapeMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.ImgBounce {
  -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
          animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.rotate {
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

.bounce {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
            transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
            transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.countdown {
  padding: 15px;
}

.countdown_head h5 {
  font-weight: 600;
}

.countdown-item {
  padding: 15px;
}
.countdown-item .countdown-seconds,
.countdown-item .countdown-minutes,
.countdown-item .countdown-hours,
.countdown-item .countdown-days {
  font-size: 28px;
}
.countdown-item span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

/*=======================================================
*	Style 1
=======================================================*/
.team_area header {
  position: relative;
}
.team_area header:hover .right_y_center,
.team_area header:hover .left_y_center,
.team_area header:hover .bottom_x_center,
.team_area header:hover .top_x_center {
  opacity: 1;
}
.team_area header:hover .top_x_center {
  top: 10px;
}
.team_area header:hover .bottom_x_center {
  bottom: 45px;
}
.team_area header:hover .left_y_center {
  left: 10px;
}
.team_area header:hover .right_y_center {
  right: 10px;
}
.team_area header .meta_area {
  position: relative;
  padding: 20px;
}
.team_area header .member_position,
.team_area header .member_name {
  font-weight: 600;
  line-height: 1.2;
}
.team_area header .member_name {
  margin-bottom: 5px;
}
.team_area header .social_links {
  position: absolute;
}
.team_area header .social_links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.team_area header .social_links li {
  display: inline-block;
}
.team_area header .social_links a {
  border-radius: 50%;
  color: #000;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ddd;
}
.team_area header .right_y_center,
.team_area header .left_y_center,
.team_area header .bottom_x_center,
.team_area header .top_x_center {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.team_area header .top_x_center {
  top: 0px;
  left: 0;
  text-align: center;
  width: 100%;
}
.team_area header .bottom_x_center {
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
}
.team_area header .left_y_center {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.team_area header .left_y_center li {
  display: block;
}
.team_area header .left_y_center li a {
  margin: 5px 0;
}
.team_area header .right_y_center {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.team_area header .right_y_center li {
  display: block;
}
.team_area header .right_y_center li a {
  margin: 5px 0;
}

/*=======================================================
*	Style 2
=======================================================*/
.team-card {
  overflow: hidden;
  position: relative;
}
.team-card img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.1, 1.1) translateX(0);
          transform: scale(1.1, 1.1) translateX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-card .team-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.team-card .team-content h3 {
  margin: 0 0 10px;
  font-size: 25px;
}
.team-card .team-content p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 24px;
}
.team-card .team-content ul {
  margin: 0 0 15px;
  padding: 0;
}
.team-card .team-content ul li {
  display: inline-block;
  list-style: none;
  margin: 0 7px;
}
.team-card .team-content ul li a {
  display: block;
  color: #333;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.team-card .team-content ul li a:hover {
  text-decoration: none;
  color: #808080;
}

.top_x_center:hover img {
  -webkit-transform: scale(1.1, 1.1) translateY(-15px);
          transform: scale(1.1, 1.1) translateY(-15px);
}
.top_x_center:hover .team-content {
  opacity: 1;
  -webkit-transform: scale(0.9, 0.9) translateY(0);
          transform: scale(0.9, 0.9) translateY(0);
}
.top_x_center .team-content {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9) translateY(-30%);
          transform: scale(0.9, 0.9) translateY(-30%);
}

.bottom_x_center:hover img {
  -webkit-transform: scale(1.1, 1.1) translateY(-15px);
          transform: scale(1.1, 1.1) translateY(-15px);
}
.bottom_x_center:hover .team-content {
  -webkit-transform: scale(0.9, 0.9) translateY(0);
          transform: scale(0.9, 0.9) translateY(0);
}
.bottom_x_center .team-content {
  -webkit-transform: scale(0.9, 0.9) translateY(106%);
          transform: scale(0.9, 0.9) translateY(106%);
}

.left_y_center:hover img {
  -webkit-transform: scale(1.1, 1.1) translate(-15px, 0%);
          transform: scale(1.1, 1.1) translate(-15px, 0%);
}
.left_y_center:hover .team-content {
  -webkit-transform: scale(0.9, 0.9) translateY(0);
          transform: scale(0.9, 0.9) translateY(0);
}
.left_y_center .team-content {
  -webkit-transform: scale(0.9, 0.9) translate(-107%, 0%);
          transform: scale(0.9, 0.9) translate(-107%, 0%);
}

.right_y_center:hover img {
  -webkit-transform: scale(1.1, 1.1) translate(15px, 0%);
          transform: scale(1.1, 1.1) translate(15px, 0%);
}
.right_y_center:hover .team-content {
  -webkit-transform: scale(0.9, 0.9) translateY(0);
          transform: scale(0.9, 0.9) translateY(0);
}
.right_y_center .team-content {
  -webkit-transform: scale(0.9, 0.9) translate(107%, 0%);
          transform: scale(0.9, 0.9) translate(107%, 0%);
}

/*=======================================================
*	Style 3
=======================================================*/
.three .transition {
  -webkit-transition: 0.7s cubic-bezier(0.3, 0, 0, 1.3);
  transition: 0.7s cubic-bezier(0.3, 0, 0, 1.3);
}

.three {
  list-style: none;
  padding: 0;
  margin: 0px 0;
}

.three > div {
  background: #FFFFFF;
  width: 250px;
  height: 430px;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}

.three > div img {
  margin-top: 60px;
}

.three > div:hover img {
  margin-top: 30px;
}

.three > div:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: -452px;
}

.three > div:hover .team_name {
  color: rgb(255, 255, 255);
  margin-top: 25px;
}

.three > div .wrapper {
  overflow: hidden;
  position: absolute;
  width: 250px;
  height: 430px;
}

.three > div span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 550px;
  width: 500px;
  background: #ECD16B;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -125px;
}

.three > div span img {
  margin-top: 10px;
  width: 50px;
}

.three > div span:hover {
  background: #ECD16B;
}

.three > div span .mamber_more_text {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  font-style: normal;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

.three > div span .mamber-img {
  width: 120px;
  margin-top: 0px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.three > div span .mamber-img + .team_name {
  margin-top: 20px;
}

.three > div .team_name {
  line-height: 1;
  margin-top: 40px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.three > div .team_name em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
}

.three .social {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.three .social li {
  opacity: 0;
  display: inline-block;
  padding: 5px;
}

.three > div:hover .social li {
  opacity: 0.8;
}

.three .social li a {
  cursor: pointer;
  display: block;
}

.three .social li a:hover {
  opacity: 0.5;
}

.three .social li img {
  width: 24px;
}

.three .social li a {
  font-size: 25px;
  margin: 0 4px;
}

div.transition {
  margin: 0;
  width: 100%;
  position: relative;
}

.three > div .wrapper {
  width: 100%;
  background: #fff;
}

.three > div span {
  width: 100%;
  left: 0;
  border-radius: 0;
}

.three > div:hover .team_name {
  color: #fff;
  margin: 19px 0;
}

.three .image_area {
  width: 120px;
  height: 120px;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 100%;
}

.image_area_front {
  width: 120px;
  height: 120px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 100%;
}
.image_area_front img {
  margin: 0;
}

.three > div img,
.three > div:hover img {
  margin: 0;
}