/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
a {
  color: inherit;
}

.dms-listing-button {
  transition: .1s;
}

.listing-main-image-container .dms-hover-indicators {
  bottom: 45px;
  z-index: 99;
  padding-left: 25px;
  padding-right: 25px;
}

.listing-main-image-container .dms-hover-indicators .dms-hover-indicator {
  height: 7px;
  margin-right: 0;
}

.ts-wrapper .ts-dropdown .ts-dropdown-content .option, 
.ts-wrapper.single .ts-dropdown .ts-dropdown-content .option {
  justify-content: center;
}

body .ts-wrapper .ts-dropdown, 
body .ts-wrapper.single .ts-dropdown {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ts-wrapper .ts-dropdown, .ts-wrapper.single .ts-dropdown {
  overflow: hidden;
}

.ts-wrapper .ts-dropdown .ts-dropdown-content .option .term-count, 
.ts-wrapper.single .ts-dropdown .ts-dropdown-content .option .term-count {
  display: none;
}

.dms-checkbox label::after { 
  top: 13px;
}

body .dms_feature-checkbox-tab-content li::before {
  background-image: url(assets/images/checkmark-circle.svg);
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

body .dms_feature-checkbox-tab-content li {
  position: relative;
  padding-left: 30px;
}

body .swiper-wrapper img {
  display:flex;
}

body .dms-image-category-slider .swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;  
  bottom: 40px;
}

body .dms-image-category-slider .swiper-pagination .swiper-pagination-bullet {
  flex: 1 1 auto;
  height: 12px;
  margin: 0;
  border-radius: 0;
  background: #FFF;
  opacity: 1;
}

body .dms-image-category-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var( --e-global-color-accent );
}

body .dms-boat-secondary-slider img {
  border-radius: 12px;
}

body .dms-boat-secondary-slider .dms-image-category-slider .swiper-pagination {
  position: relative;
  bottom: initial;
  padding-left: 40px;
  padding-right: 160px;
  margin-top: 35px;
}

body .dms-single-image-category-navigation-prev svg,
body .dms-single-image-category-navigation-next svg {
  color: #FFF;
  fill: #FFF;
  width: 100px;
}


body .dms-boat-secondary-slider .dms-image-category-slider {
  position: relative;
  padding-bottom: 15px;
}

body .dms-boat-secondary-slider .dms-image-category-slider .dms-single-image-category-navigation {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: -3px;
  display: flex;
  justify-content: space-around;
  z-index: 999;
}

body .dms-boat-secondary-slider .dms-image-category-slider .dms-single-image-category-navigation svg {
  height: 40px;
  width: 40px;
}


.dms-boat-breadcrumbs {
  padding-left: 0;
  margin-left: 0;
}

.dms-boat-breadcrumbs a {
  color: #FFF;
}

.dms-boat-breadcrumbs li {
  display: inline-block;
}

.dms-boat-breadcrumbs li + li::before {
    content: " / ";
    padding: 0 6px;
    color: #FFF;
}

.dms-price-range-widget {
  position: relative;
}

.dms-price-range-widget .dms-price-toggle {
    padding: 8px 40px 8px 14px;
    cursor: pointer;
    display: inline-block;

    background-color: #FFFFFF;
    color: rgba(137, 137, 137, 0.5);
    border-radius: 25px;
    border: 1px solid rgba(0,0,0,.09);
    transition: none;
}

.dms-price-range-widget .dms-price-toggle:hover { 
  background-color: #F7F7F7;
  color: rgba(137, 137, 137, 0.5);
}

.dms-price-range-widget .dms-price-slider-wrapper {
    margin-top: 10px;
    max-width: 400px;

    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #FFFFFF;
    color: rgba(137, 137, 137, 0.5);
}

.dms-price-range-widget .dms-price-values {
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}

.dms-price-range-widget .dms-price-left,
.dms-price-range-widget .dms-price-right {
    display: inline-block;
}

.dms-price-range-widget .dms-price-slider {
    height: 2px;
    border: 0;
    background-color: #898989;
}

.dms-price-range-widget .dms-price-slider .ui-widget-header {
  background-color: var( --e-global-color-accent );
}

.dms-price-toggle:after {
  border-style: solid;
  content: " ";
  display: block;
  height: 0;
  margin-top: -2px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0;
  border-color: #000000 rgba(0,0,0,0) rgba(0,0,0,0);
  border-width: 4px 4px 0;
  right: 12px;
}

/* jQuery UI overrides for a nicer handle look */
.dms-price-range-widget .ui-slider .ui-slider-handle {
    width: 8px;
    height: 8px;
    top: -3px;
    border-radius: 50%;
    border: 0;
    background: #000;
    box-shadow: none;
    margin-left: -4px;
}


.dms-price-range-widget.is-shown .dms-price-toggle {
  border-radius: 16px 16px 16px 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.dms-price-range-widget.is-shown .dms-price-slider-wrapper {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 2px 3px 4px rgba(0,0,0,.1);
  border: 1px solid #d0d0d0;
  border-top: 0;
}

.dms-price-values {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.dms-price-sep {
  font-size: 10px;
}

.ts-wrapper .ts-dropdown {
  box-shadow: 2px 3px 4px rgba(0,0,0,.1);
}


[type="button"], [type="submit"], button {
  border-radius: 100px;
  background-color: var( --e-global-color-accent );
  color: #000;
  border: 0;
  font-weight: bold;
  transition: none;
}

[type="button"]:hover, [type="submit"]:hover, button:hover {
  background-color: #FFF;
  color: #000;
}

body .dms-modal .dms-modal__header {
  border-bottom: 0;
  align-items: start;
}

body .dms-modal .dms-modal__header h2 {
  font-family: 'BakBak One';
  text-transform: uppercase;
  font-size: 48px;
}

body .dms-modal .dms-modal__container {
  max-width: 1060px;
  width: 90%;
  border-radius: 20px;
}

body .dms-modal .dms-modal__container form .input {
  height: auto;
}


body:not(.elementor-editor-active) .dms-boat-shop-boat-info-row {
  display: none;
}

body .select:not(.is-multiple):not(.is-loading)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #000000;
  border-right: 0;
  transform: none;
  top: 50%;
  margin-top: 0px;
}



body header .elementor-sticky--active {
  z-index: 999 !important;
}

body .erinyen .sr7-bullet {
  background-image: none !important;
  background-color: #FFF !important;
  border: 1px solid #FFF !important;
  width: 20px !important;
}

body .erinyen .sr7-bullet.selected {
  background-color: var( --e-global-color-accent ) !important;
  background-image: none !important;
  border-color: var( --e-global-color-accent ) !important;
}

body .erinyen.sr7-bullets::before { 
  border-radius: 45px !important; 
}

main#content, body.elementor-editor-active .elementor-edit-area,
#dms-vdp-listing-container{
  margin-top: 190px;
}

.home main#content {
  margin-top: 110px;
}



@media(max-width: 768px){
  .dms-boat-breadcrumbs {
    font-size: 12px;
  }
  
  body main#content, body.elementor-editor-active .elementor-edit-area, body #dms-vdp-listing-container {
    margin-top: 90px;
  }

  body .dms-modal .dms-modal__header h2 {
    font-size: 36px;
  }

  body .dms_feature-checkbox-tab-content {
    columns: 1;
  }

  body #dms-vdp-listing-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  body .dms_feature-checkbox-tab-content li {
    font-size: 11px;
  }

 body .dms-boat-main-image .dms-single-image-category-gallery  {
  margin-bottom: 20px;
 }

  body .dms-boat-main-image .swiper-pagination {
    display: none;
  }

  body .dms-boat-secondary-slider img {
    border-radius: 3px;
  }

  body .dms-boat-secondary-slider .dms-image-category-slider .swiper-pagination {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 70px;
  }

  body .dms-image-category-slider .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
  }

  body .dms-boat-secondary-slider .dms-image-category-slider .dms-single-image-category-navigation svg {
    height: 15px;
    width: 15px;
  }

  body .dms-boat-secondary-slider .dms-image-category-slider .dms-single-image-category-navigation {
    width: 40px;
    bottom: 23px;
  }
}

@media(min-width: 768px){
  .dms-boat-fit-width {
    width: fit-content;
  }
}

@media(max-width: 400px){
  body #dms-vdp-listing-container {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.dms-boat-additional-search-row {
  display: none;
}