@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  


/**
* GLightBox
*/
 .glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}



 /*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0.75rem 1.25rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja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');
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}


/* intlTelInput.min.css */
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url('https://cdn.akita.com.tr/public/web/flags.png');background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (min-resolution:192dpi){.iti__flag{background-image:url('https://cdn.akita.com.tr/public/web/flags@2x.png')}}.iti__flag.iti__np{background-color:transparent}

/* select2 */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
:root {
  --white-color: #ffffff;
  --black-color: #353535;
  --body-bg: var(--white-color);
  --body-color: var(--black-color);
  --font-family-global: "Roboto", "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      Arial, sans-serif;
  --font-size-base: 14px;
  --line-height-base: 1.5;
  --font-family-title: "Roboto", "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      Arial, sans-serif;
  --scrollbar-bg: #faa4c0;
  --scrollbar-track-color: #6f7273;
  --main-color-1: #f997b7;
  --main-color-2: #faa4c0;
  --main-color-3: #ad6e83;
  --main-color-4: #6f7273;
  --main-color-transparent: #faa4c026;
  --border-color: hsla(0, 0%, 60%, 0.45);
  --swiper-navigation-color: var(--main-color-1);
  --swiper-theme-color: var(--main-color-1);
  --swiper-preloader-color: var(--main-color-4);
}
:root .text-main-color {
  color: var(--main-color-1);
}
:root .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--main-color-1);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main-color-2);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--main-color-2);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--main-color-1);
  --bs-btn-disabled-border-color: transparent;
}
:root {
  --auth-button-bg: #db86a2;
  --auth-button-color: #fff;
  --auth-button-border: #c57b94;
  --auth-button-hover-bg: #db86a2;
  --auth-button-hover-color: #fff;
  --auth-button-hover-border: transparent;
}
:root .form-custom {
  box-shadow: none;
  background-color: var(--body-bg);
  color: var(--body-color);
  border-color: var(--border-color);
}
:root .form-custom:hover, :root .form-custom:focus {
  border-color: var(--main-color-1);
}
:root .form-range {
  background-color: var(--body-bg);
  color: var(--body-color);
  border-color: var(--border-color);
}
:root .form-select {
  background-color: var(--main-color-1);
  border: none;
  color: var(--body-color);
  box-shadow: none;
}
:root .form-control {
  box-shadow: none;
}
:root .form-control:hover, :root .form-control:focus {
  border-color: var(--main-color-1);
}
:root .tooltip {
  --bs-tooltip-bg: var(--main-color-1);
  opacity: 1;
}
:root [type=checkbox]:checked,
:root [type=radio]:checked {
  background-color: var(--main-color-1);
}
:root {
  --input-text-bg: #181818;
  --input-text-color: #b2b2b7;
  --input-border-color: #383838;
}
:root .pagination {
  --bs-pagination-color: var(--main-color-4);
  --bs-pagination-hover-color: var(--main-color-1);
  --bs-pagination-focus-color: var(--main-color-1);
  --bs-pagination-active-bg: var(--main-color-1);
  --bs-pagination-active-border-color: var(--main-color-2);
  box-shadow: none;
}

.akita-icon {
  display: inline-block;
  background-image: url("https://cdn.akita.com.tr/public/web/icon-set.png");
  background-repeat: no-repeat;
}

.icon-nokta {
  background-color: var(--main-color-4);
  width: 20px;
  height: 22px;
  border-radius: 100%;
  background-image: none;
}

.icon-gulsuyu {
  width: 20px;
  height: 22px;
  background-position: 0px 3px;
  background-size: cover;
}

.icon-lavanta {
  width: 20px;
  height: 22px;
  background-position: 0px -30px;
  background-size: cover;
}

.icon-hidrosol {
  width: 20px;
  height: 22px;
  background-position: 0px -63px;
  background-size: cover;
}

.icon-bebekbakim {
  width: 20px;
  height: 22px;
  background-position: 0px -95px;
  background-size: cover;
}

.icon-yuzbakim {
  width: 20px;
  height: 22px;
  background-position: 0px -127px;
  background-size: cover;
}

.icon-vucutbakim {
  width: 20px;
  height: 22px;
  background-position: 0px -161px;
  background-size: cover;
}

.icon-dudakagizbakim {
  width: 20px;
  height: 22px;
  background-position: 0px -192px;
  background-size: cover;
}

.icon-elbakim {
  width: 20px;
  height: 22px;
  background-position: 0px -224px;
  background-size: cover;
}

.icon-sacbakim {
  width: 20px;
  height: 22px;
  background-position: 0 -256px;
  background-size: cover;
}

.icon-ayakbakim {
  width: 20px;
  height: 22px;
  background-position: 0px -288px;
  background-size: cover;
}

.icon-parfum {
  width: 20px;
  height: 22px;
  background-position: 0px -381px;
  background-size: cover;
}

.icon-gunes {
  width: 20px;
  height: 22px;
  background-position: 0 -354px;
  background-size: cover;
}

.icon-dogalsabunlar {
  width: 20px;
  height: 22px;
  background-position: 0px -386px;
  background-size: cover;
}

.icon-setler {
  width: 20px;
  height: 22px;
  background-position: 0px -419px;
  background-size: cover;
}

.icon-banyo {
  width: 20px;
  height: 22px;
  background-position: 0px -451px;
  background-size: cover;
}

.icon-tonikler {
  width: 20px;
  height: 22px;
  background-position: 0px -478px;
  background-size: cover;
}

.icon-kokusuz {
  width: 20px;
  height: 22px;
  background-position: 0px -503px;
  background-size: cover;
}

.icon-yuksekfrekans {
  width: 20px;
  height: 22px;
  background-position: 0px -524px;
  background-size: cover;
}

@media (prefers-color-scheme: dark) {
  [data-theme=dark] {
    --white-color: #ffffff;
    --black-color: #202020;
    --body-bg: var(--black-color);
    --body-color: var(--white-color);
    --font-family-global: "Roboto", "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    --font-size-base: 14px;
    --line-height-base: 1.5;
    --font-family-title: "Roboto", "Verdana", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    --input-text-bg: #181818;
    --input-text-color: #b2b2b7;
    --input-border-color: #383838;
  }
}
html {
  font-family: var(--font-family-global);
  font-size: var(--font-size-base);
}

body {
  position: relative;
  width: 100%;
  color: var(--body-color);
  line-height: var(--line-height-base) !important;
  background-color: var(--body-bg);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background-color: var(--scrollbar-track-color);
}

::-webkit-scrollbar {
  width: 8px;
  background-color: var(--scrollbar-bg);
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: var(--scrollbar-bg);
}

.container-fluid {
  --bs-gutter-x: 10rem;
}

ul {
  list-style: none;
}

a,
.btn-link {
  text-decoration: none;
  color: var(--body-color);
  transition: all 300ms ease;
}
a:hover, a:focus,
.btn-link:hover,
.btn-link:focus {
  color: var(--main-color-1);
}

.currency-symbol {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}

.form-floating > label {
  color: var(--black-color);
}

.toast .toast-header {
  font-size: 0.8rem;
  padding: 0.5rem 0.7rem;
}
.toast .toast-body {
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
}
.toast .text-primary {
  color: var(--main-color-1) !important;
}

.custom-content-style {
  font-family: verdana, geneva, sans-serif !important;
  font-size: 10pt !important;
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}
.custom-content-style p {
  margin: 0;
}

.navbar-custom {
  background-color: var(--body-bg);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.navbar-custom .topbar {
  padding: 0.5rem;
  width: 100%;
  background-color: var(--main-color-1);
}
.navbar-custom .topbar .block {
  display: flex;
  color: var(--white-color);
  gap: 1.2rem;
  height: 100%;
  align-items: center;
}
.navbar-custom .topbar .block a {
  color: var(--white-color);
}
.navbar-custom .topbar .block a:hover, .navbar-custom .topbar .block a:focus {
  color: var(--main-color-4);
}
.navbar-custom .topbar .block .phone,
.navbar-custom .topbar .block .mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9rem;
}
.navbar-custom .topbar .block .phone .fa-phone,
.navbar-custom .topbar .block .phone .fa-envelope-open-text,
.navbar-custom .topbar .block .mail .fa-phone,
.navbar-custom .topbar .block .mail .fa-envelope-open-text {
  margin-right: 0.5rem;
}
.navbar-custom .topbar .block-right {
  justify-content: flex-end;
}
.navbar-custom .topbar .app-download-links .app-download-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--white-color);
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar-custom .topbar .app-download-links .app-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.7rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.375rem;
  color: var(--white-color);
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.navbar-custom .topbar .app-download-links .app-link i {
  font-size: 1rem;
}
.navbar-custom .topbar .app-download-links .app-link span {
  font-size: 0.75rem;
  font-weight: 500;
}
.navbar-custom .topbar .app-download-links .app-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white-color);
}
.navbar-custom .topbar .app-download-links .app-link.app-link-ios:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar-custom .topbar .app-download-links .app-link.app-link-android:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar-custom .topbar .dropdown-toggle {
  background-color: transparent !important;
  font-size: 0.8rem;
  padding: 0;
}
.navbar-custom .topbar .dropdown .dropdown-menu {
  background-color: var(--body-bg) !important;
}
.navbar-custom .topbar .dropdown .dropdown-menu .dropdown-item {
  color: var(--body-color) !important;
}
.navbar-custom .topbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar-custom .topbar .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: var(--body-bg) !important;
  color: var(--main-color-1) !important;
}
.navbar-custom .topbar .dropdown .dropdown-menu .active {
  background-color: var(--body-bg) !important;
  color: var(--main-color-1) !important;
}
.navbar-custom .topbar .dropstart .dropdown-toggle::before {
  display: none;
}
.navbar-custom .header-menu {
  width: 100%;
  background-color: var(--body-bg);
  padding: 0 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar-custom .header-menu .navbar-nav {
  padding: 0.5rem;
  padding-top: 0;
}
.navbar-custom .header-menu .navbar-nav .active {
  color: var(--main-color-1) !important;
}
.navbar-custom .header-menu .navbar-nav .nav-link {
  color: var(--main-color-4);
}
.navbar-custom .header-menu .navbar-nav .nav-link:hover, .navbar-custom .header-menu .navbar-nav .nav-link:focus {
  color: var(--main-color-1) !important;
}
.navbar-custom .navbar-brand img {
  width: 150px;
  height: auto;
}
.navbar-custom .my-accounts {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
  align-items: flex-start;
}
.navbar-custom .my-accounts .btn {
  font-size: 0.9rem;
  height: 50px;
  border-radius: 0.375rem !important;
}
.navbar-custom .my-accounts .dropdown-menu {
  background-color: var(--body-bg) !important;
  width: 220px;
}
.navbar-custom .my-accounts .dropdown-menu .dropdown-item {
  color: var(--body-color) !important;
}
.navbar-custom .my-accounts .dropdown-menu .dropdown-item:hover, .navbar-custom .my-accounts .dropdown-menu .dropdown-item:focus {
  background-color: var(--body-bg) !important;
  color: var(--main-color-1) !important;
}
.navbar-custom .my-accounts .dropdown-menu .active {
  background-color: var(--body-bg) !important;
  color: var(--main-color-1) !important;
}
.navbar-custom .my-accounts .dropdown-toggle::after {
  display: none;
}
.navbar-custom .my-accounts .content span {
  font-size: 0.9rem;
  font-weight: 600;
}
.navbar-custom .my-accounts .content small {
  font-size: 0.8rem;
  font-weight: 400;
}
.navbar-custom .my-accounts .fa-user {
  font-size: 1.5rem;
  margin: 0 0.2rem;
}
.navbar-custom .orders-button {
  margin: 0 0.5rem;
}
.navbar-custom .orders-button .btn {
  font-size: 0.9rem;
  font-weight: 600;
  height: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-custom .orders-button .fa-basket-shopping {
  font-size: 1.5rem;
  margin: 0 0.2rem;
  margin-right: 0.6rem;
}
.navbar-custom .auth-buttons {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
  align-items: flex-start;
}
.navbar-custom .auth-buttons .dropdown-menu {
  width: 300px;
  background-color: var(--body-bg);
}
.navbar-custom .auth-buttons .dropdown-menu p {
  color: var(--body-color);
}
.navbar-custom .auth-buttons .dropdown-toggle::after {
  display: none;
}
.navbar-custom .auth-buttons .btn-auth {
  justify-content: center;
  border-width: 2px;
  font-size: 0.9rem;
  height: 50px;
}
.navbar-custom .auth-buttons .btn-auth .fa-user {
  font-size: 1.5rem;
  margin: 0 0.2rem;
}
.navbar-custom .auth-buttons .auth-content span {
  font-size: 1rem;
  font-weight: 600;
}
.navbar-custom .auth-buttons .auth-content small {
  font-size: 0.7rem;
  font-weight: 400;
}
.navbar-custom .auth-buttons .auth-login-form {
  text-align: center;
  color: var(--body-color);
}
.navbar-custom .auth-buttons .auth-login-form p {
  font-size: 0.9rem;
  font-weight: 300;
}
.navbar-custom .auth-buttons .auth-login-form .btn {
  width: 100%;
  margin-top: 0.5rem;
}
.navbar-custom .languages,
.navbar-custom .currencies {
  font-size: 0.9rem !important;
  margin-right: 0.5rem;
}
.navbar-custom .languages .dropdown-toggle,
.navbar-custom .currencies .dropdown-toggle {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-custom .languages .dropdown-toggle img,
.navbar-custom .currencies .dropdown-toggle img {
  width: 32px;
  margin-right: 0.5rem;
}
.navbar-custom .languages .dropdown-toggle .fa-chevron-down,
.navbar-custom .currencies .dropdown-toggle .fa-chevron-down {
  font-size: 0.8rem;
}
.navbar-custom .languages .dropdown-menu,
.navbar-custom .currencies .dropdown-menu {
  width: auto !important;
  background-color: var(--body-bg);
  padding: 0;
}
.navbar-custom .languages .dropdown-menu p,
.navbar-custom .currencies .dropdown-menu p {
  color: var(--body-color);
}
.navbar-custom .languages .dropdown-menu li,
.navbar-custom .currencies .dropdown-menu li {
  cursor: pointer;
}
.navbar-custom .languages .dropdown-menu .dropdown-item,
.navbar-custom .currencies .dropdown-menu .dropdown-item {
  font-size: 0.8rem !important;
  color: var(--body-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  padding: 0.5rem 0.7rem;
}
.navbar-custom .languages .dropdown-menu .dropdown-item img,
.navbar-custom .currencies .dropdown-menu .dropdown-item img {
  margin-right: 0.5rem;
  width: 32px;
}
.navbar-custom .languages .dropdown-menu .dropdown-item,
.navbar-custom .currencies .dropdown-menu .dropdown-item {
  transition: all 300ms ease;
}
.navbar-custom .languages .dropdown-menu .dropdown-item:hover, .navbar-custom .languages .dropdown-menu .dropdown-item:focus,
.navbar-custom .currencies .dropdown-menu .dropdown-item:hover,
.navbar-custom .currencies .dropdown-menu .dropdown-item:focus {
  color: var(--body-color);
  background-color: var(--main-color-1);
}
.navbar-custom .languages .dropdown-menu .active,
.navbar-custom .currencies .dropdown-menu .active {
  color: var(--body-color);
  background-color: var(--main-color-1);
}
.navbar-custom .languages .dropdown-toggle::after,
.navbar-custom .currencies .dropdown-toggle::after {
  display: none;
}
.navbar-custom .dark-switch {
  margin: 0;
}
.navbar-custom .dark-switch .btn-check {
  display: none;
}
.navbar-custom .dark-switch .btn {
  padding: 0;
  font-size: 1.5rem;
  background: transparent;
  color: var(--body-color);
  line-height: 0;
}
.navbar-custom .basket-button {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem;
  align-items: flex-start;
}
.navbar-custom .basket-button .btn {
  height: 50px;
  box-shadow: none;
  border-radius: 0.375rem !important;
  font-size: 0.9rem;
}
.navbar-custom .basket-button .fa-cart-plus {
  font-size: 1.5rem;
  margin: 0 0.2rem;
}
.navbar-custom .basket-button .basket-content span {
  font-size: 0.9rem;
  font-weight: 600;
}
.navbar-custom .basket-button .basket-content small {
  font-size: 0.8rem;
  font-weight: 500;
}
.navbar-custom .basket-button .cart-count {
  top: -10px;
}
.navbar-custom .basket-button .dropdown-menu {
  min-width: 300px;
  width: 450px;
  max-width: 500px;
  padding: 0.5rem 0.8rem;
  background-color: var(--body-bg);
  color: var(--body-color);
  font-size: 0.8rem;
}
.navbar-custom .basket-button .dropdown-menu p,
.navbar-custom .basket-button .dropdown-menu ul {
  padding: 0;
  margin: 0;
}
.navbar-custom .basket-button .dropdown-menu #shopping-cart {
  overflow-y: scroll;
  max-height: 400px;
}
.navbar-custom .basket-button .dropdown-menu .product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
  gap: 1rem;
  margin: 0.5rem 0;
  margin-right: 0.5rem;
}
.navbar-custom .basket-button .dropdown-menu .product .image {
  width: 80px;
  height: auto;
  padding: 2px;
  border: 1px solid var(--border-color);
}
.navbar-custom .basket-button .dropdown-menu .product .title {
  font-size: 0.8rem;
  width: 80%;
}
.navbar-custom .basket-button .dropdown-menu .product .price {
  width: 20%;
  text-align: center;
  font-weight: 500;
}
.navbar-custom .basket-button .dropdown-menu .product .remove {
  cursor: pointer;
  transition: all 300ms ease;
}
.navbar-custom .basket-button .dropdown-menu .product .remove:hover, .navbar-custom .basket-button .dropdown-menu .product .remove:focus {
  color: var(--main-color-1);
}
.navbar-custom .basket-button .dropdown-menu .product .remove .fa-trash-can {
  font-size: 0.8rem;
}
.navbar-custom .basket-button .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  min-width: 200px;
}
.navbar-custom .basket-button .buttons .btn {
  min-width: 200px;
  height: auto;
}
.navbar-custom .search-form {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
.navbar-custom .search-form .search-input {
  position: relative;
}
.navbar-custom .search-form .search-input .input-group {
  position: relative;
  border-radius: 0.375rem;
  border: 1px solid var(--border-color);
}
.navbar-custom .search-form .search-input .input-group:hover, .navbar-custom .search-form .search-input .input-group:focus {
  border: 1px solid var(--main-color-1);
}
.navbar-custom .search-form .search-input .input-group .input-group-text {
  border-right: none;
  color: var(--main-color-4);
  background-color: #fff;
  border-color: transparent;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar-custom .search-form .search-input .input-group .input-group-text .fa-magnifying-glass {
  padding: 0.5rem;
  margin: 0;
  padding-right: 0;
  font-weight: 600;
  opacity: 0.8;
  font-size: 1.3rem;
}
.navbar-custom .search-form .search-input .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
  width: 100%;
  background-color: var(--main-color-2);
  z-index: 9;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-custom .search-form .search-input .btn-primary:hover, .navbar-custom .search-form .search-input .btn-primary:focus {
  background-color: var(--main-color-3);
}
.navbar-custom .search-form .search-input .form-control {
  box-shadow: none;
  font-size: 0.9rem;
  border-left: none;
  border-color: transparent;
  border: 0;
}
.navbar-custom .search-form .search-input .form-control::-moz-placeholder {
  opacity: 0.5;
}
.navbar-custom .search-form .search-input .form-control::placeholder {
  opacity: 0.5;
}
.navbar-custom .search-form .search-input .form-control:hover, .navbar-custom .search-form .search-input .form-control:focus {
  border-color: transparent;
}
.navbar-custom .search-form .search-input .form-control:hover + .input-group-text {
  border: 1px solid var(--main-color-1) !important;
}
.navbar-custom .search-form .search-input .btn-search-clear {
  position: absolute;
  top: 11px;
  right: 20px;
  padding: 0;
  margin: 0;
  color: var(--main-color-4);
  opacity: 0.8;
  z-index: 9;
}
.navbar-custom .search-form .search-input .btn-search-clear .fa-xmark {
  font-size: 1.1rem;
  font-weight: 300;
}
.navbar-custom .search-form .search-input .btn-search-clear:hover {
  opacity: 1;
}
.navbar-custom .search-form .result {
  position: absolute;
  width: 100%;
  border: 1px solid var(--main-color-1);
  padding: 0.8rem;
  padding-bottom: 0.2rem;
  border-radius: 6px;
  background-color: var(--body-bg);
  color: var(--body-color);
  max-height: 350px;
  overflow-y: scroll;
  z-index: 9;
}
.navbar-custom .search-form .result .product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px dashed transparent;
  padding: 0.5rem;
  border-radius: 4px;
  color: var(--body-color);
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.navbar-custom .search-form .result .product:hover, .navbar-custom .search-form .result .product:focus {
  border-color: var(--main-color-1);
}
.navbar-custom .search-form .result .product .image {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  margin-right: 0.5rem;
}
.navbar-custom .search-form .result .product .image img {
  width: 45px;
  height: 45px;
}
.navbar-custom .search-form .result .product .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar-custom .search-form .result .product .title .price {
  font-weight: 500;
}
.navbar-custom .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: var(--font-family-title);
  margin: 0 0.3rem;
}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {
  color: var(--main-color-4);
}
.navbar-custom .navbar-nav .active {
  color: var(--main-color-4);
}
.navbar-custom .navbar-nav .dropdown .fa-chevron-down {
  font-size: 0.8rem;
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu {
  width: 300px;
  background-color: var(--main-color-1);
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: var(--white-color);
  font-size: 1.1rem;
  font-weight: 300;
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
.navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--main-color-2);
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu .active {
  background-color: var(--main-color-2);
}
.navbar-custom .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.navbar-custom .languages .dropdown-toggle,
.navbar-custom .currencies .dropdown-toggle {
  background: var(--body-bg);
  color: var(--main-color-4);
}

.sm-navbar-bottom {
  margin-bottom: 245px;
  display: none;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
#list-category {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1rem;
}
#list-category .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main-color-1);
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  position: relative;
}
#list-category .top .title {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--white-color);
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
#list-category .list {
  margin-top: 22px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 100%;
}
#list-category .list::after, #list-category .list::before {
  background-image: url("https://cdn.akita.com.tr/public/web/icon-tit.png");
  content: "";
  height: 32px;
  width: 5px;
  position: absolute;
  top: 35px;
}
#list-category .list::after {
  left: 1rem;
}
#list-category .list::before {
  right: 1rem;
}
#list-category .list .category {
  padding: 0.6rem 1rem;
  text-decoration: none;
  color: var(--main-color-4);
  transition: all 300ms ease;
  width: 100%;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: var(--font-family-title);
}
#list-category .list .category:hover, #list-category .list .category:focus {
  color: var(--main-color-1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
#list-category .list .category:hover .icon, #list-category .list .category:focus .icon {
  fill: var(--main-color-1);
}
#list-category .list .category .icon {
  margin-right: 0.2rem;
  height: 20px;
  width: 22px;
  background-repeat: no-repeat;
}
#list-category .list .category span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 20px;
}
#list-category .list .active {
  color: var(--main-color-1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
#list-category .list .active .icon {
  fill: var(--main-color-1);
}

#list-category-horizontal {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  display: none;
}
#list-category-horizontal .list {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  height: 40px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
#list-category-horizontal .list::-webkit-scrollbar {
  display: none;
}
#list-category-horizontal .list .category {
  padding: 0.5rem;
  text-decoration: none;
  color: var(--main-color-4);
  transition: all 300ms ease;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: var(--font-family-title);
}
#list-category-horizontal .list .category:hover, #list-category-horizontal .list .category:focus {
  color: var(--main-color-1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
#list-category-horizontal .list .active {
  color: var(--main-color-1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.products {
  padding: 1rem 0;
  position: relative;
}
.products .title h1 {
  font-family: var(--font-family-title);
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--body-color);
  border-bottom: 2px solid var(--border-color);
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .title h1:after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 2px;
  background-color: var(--main-color-1);
  bottom: -2px;
  left: 0;
}
.products .title h1 small {
  text-transform: lowercase;
  font-size: 0.9rem;
}
.products .content {
  margin: 1rem 0;
  font-size: 1rem;
}
.products .filters-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .filters-panel .grid-view {
  display: flex;
}
.products .filters-panel .grid-view label {
  margin-right: 0.5rem;
}
.products .filters-panel .other {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.products .filters-panel .other .order,
.products .filters-panel .other .limit {
  display: flex;
}
.products .filters-panel .other .order label,
.products .filters-panel .other .limit label {
  margin-right: 0.5rem;
}
.products .content {
  position: relative;
  padding: 1.5rem 0;
}
.products .content .loading {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .content .loading .spinner-grow {
  margin-top: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.products .content .product-list .product {
  border: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.products .content .product-list .product:hover .menu {
  transform: translateX(5rem);
}
.products .content .product-list .product .menu {
  position: absolute;
  left: -5rem;
  top: 10%;
  -moz-column-count: 1;
       column-count: 1;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  display: flex;
  transition: transform 0.2s linear;
}
.products .content .product-list .product .discount {
  position: absolute;
  right: 5%;
  padding: 0.3rem 0.5rem;
  text-align: center;
  border-radius: 10px;
  background-color: var(--main-color-2);
  font-size: 0.7rem;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3px;
  font-weight: bold;
}
.products .content .product-list .product .new-tag {
  position: absolute;
  top: -10px;
  height: 38px;
  width: 78px;
  left: -30px;
  padding: 0.1rem;
  text-align: center;
  background-color: #cd3737;
  font-size: 0.7rem;
  color: var(--white-color);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  font-weight: bold;
  transform: rotate(-45deg);
}
.products .content .product-list .product .product-link .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products .content .product-list .product .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .content .product-list .product .card-body .card-title {
  font-family: var(--font-family-title);
  font-weight: 400;
  font-size: 0.9rem;
  text-align: center;
  min-height: 50px;
}
.products .content .product-list .product .card-body .stars {
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
.products .content .product-list .product .card-body .stars .fa-star {
  color: var(--main-color-4);
}
.products .content .product-list .product .card-body .price {
  font-size: 1.3rem;
  width: 100%;
  color: var(--main-color-1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .content .product-list .product .card-body .price span {
  margin: 0 0.4rem;
  font-weight: 500;
}
.products .content .product-list .product .card-body .price small {
  font-size: 0.9rem;
  color: var(--body-color);
  text-decoration: line-through;
  opacity: 0.8;
  font-weight: 300;
}

.widget {
  margin: 1rem 0;
}
.widget .title {
  padding: 0.5rem;
  background-color: var(--main-color-1);
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--font-family-title);
  border-radius: 5px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 0.5rem;
  margin: 0.2rem 0;
}
.widget ul li a img {
  height: auto;
  width: 100%;
}

.filter-widget {
  border: 1px solid var(--border-color);
  margin-bottom: 1rem;
}
.filter-widget .title {
  border-bottom: 1px solid var(--border-color);
  text-transform: uppercase;
  padding: 0.7rem;
  background-color: var(--main-color-1);
  color: var(--white-color);
  font-weight: 500;
}
.filter-widget .content {
  font-size: 0.8rem;
  padding: 0.7rem;
}
.filter-widget .content label {
  text-transform: uppercase;
}
.filter-widget .content .input-group-text {
  background-color: var(--body-bg);
  color: var(--body-color);
  border-color: var(--border-color);
}
.filter-widget .content .form-custom {
  font-size: 0.8rem;
}

.marketplaces-widget img {
  transform: scale(1);
  transition: all 400ms ease;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px !important;
  max-height: 50px;
}
.marketplaces-widget img:hover {
  transform: scale(1.1);
}

.sliders {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.sliders .swiper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.sliders .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliders .swiper-slide a {
  width: 100%;
  height: 100%;
}
.sliders .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliders .swiper-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.sliders .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--main-color-4);
}
.sliders .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--main-color-4);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.sliders .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--main-color-1));
}

.slider-other-image {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.slider-other-image .slider-other-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.slider-other-image a {
  display: block;
  overflow: hidden;
  height: 300px;
}
.slider-other-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 400ms ease;
}
.slider-other-image a img:hover {
  transform: scale(1.02);
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .slider-other-image .slider-other-content {
    gap: 0.8rem;
  }
  .slider-other-image a {
    height: 207px;
  }
  .slider-other-image a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.product-tabs .nav-link {
  color: var(--body-color);
  font-weight: 500;
  font-family: var(--font-family-title);
  font-size: 1.1rem;
}
.product-tabs .nav-pills .nav-link.active,
.product-tabs .nav-pills .show > .nav-link {
  color: var(--white-color);
  background-color: var(--main-color-1);
}

.references {
  margin: 1.5rem 0;
}
.references .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: var(--font-family-title);
  margin-bottom: 1.2rem;
}
.references .swiper {
  padding: 3rem;
  border: 1px solid var(--border-color);
}
.references .swiper .swiper-slide {
  height: 100%;
}
.references .swiper .swiper-slide img {
  height: auto;
  width: 100%;
  opacity: 0.6;
  transition: all 400ms ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.references .swiper .swiper-slide img:hover {
  opacity: 1;
}

.subscriptions {
  padding: 3rem;
  background-color: var(--main-color-1);
}
.subscriptions .subscription-form .description {
  color: var(--white-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.subscriptions .subscription-form .description .icon {
  font-size: 1.3rem;
  margin-left: 1rem;
}
.subscriptions .subscription-form .description .text {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  text-align: center;
}
.subscriptions .subscription-form .form {
  display: flex;
  justify-content: center;
}
.subscriptions .subscription-form .form .input-group-text {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.subscriptions .subscription-form .form .btn {
  height: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.subscriptions .socialmedia {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.subscriptions .socialmedia ul {
  display: flex;
  gap: 1.3rem;
  padding: 0;
  margin: 0;
}
.subscriptions .socialmedia ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--white-color);
  transition: all 400ms ease;
  font-size: 0.9rem;
}
.subscriptions .socialmedia ul li a .icon {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
.subscriptions .socialmedia ul li a:hover {
  color: var(--main-color-4);
}

.articles-widget {
  margin: 1.5rem 0;
}
.articles-widget .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: var(--font-family-title);
  margin-bottom: 1.2rem;
  width: 100%;
  margin-top: 1rem;
}
.articles-widget .date,
.articles-widget .comment {
  font-size: 0.8rem;
  color: var(--main-color-4);
}
.articles-widget .swiper {
  padding: 3rem;
  border: 1px solid var(--border-color);
}
.articles-widget .swiper .swiper-slide {
  height: 100%;
}
.articles-widget .swiper .swiper-slide img {
  height: 200px;
  transition: all 400ms ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-list-widget {
  margin: 1.5rem 0;
}
.product-list-widget .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: var(--font-family-title);
  margin-bottom: 1.2rem;
  width: 100%;
  margin-top: 1rem;
}
.product-list-widget .product {
  border: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.product-list-widget .product .product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.product-list-widget .product .product-link .card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 300px;
}
.product-list-widget .product .product-link .product-title {
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  font-family: var(--font-family-title);
  font-weight: 400;
}
.product-list-widget .product .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.product-list-widget .product .card-body .card-title {
  font-family: var(--font-family-title);
  font-weight: 400;
  font-size: 0.8rem !important;
  text-align: left;
  min-height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list-widget .product .card-body .stars {
  text-align: right;
  width: 100%;
  font-size: 0.4rem;
  margin: 0;
}
.product-list-widget .product .card-body .stars .fa-star {
  color: var(--main-color-4);
}
.product-list-widget .product .card-body .price {
  width: 100%;
  color: var(--main-color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.product-list-widget .product .card-body .price span {
  margin: 0 0.4rem;
  font-weight: 500;
  font-size: 0.9rem;
}
.product-list-widget .product .card-body .price small {
  font-size: 0.8rem;
  color: var(--body-color);
  text-decoration: line-through;
  opacity: 0.8;
  font-weight: 300;
}

.footer {
  margin-top: 2rem;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.footer .address {
  font-size: 0.8rem;
}
.footer .address img {
  width: 100%;
  max-width: 150px;
}
.footer .address .fa-map-location-dot,
.footer .address .fa-phone,
.footer .address .fa-envelope-open-text,
.footer .address .fa-clock {
  font-size: 1.5rem;
  color: var(--main-color-4);
}
.footer .address p {
  margin: 0;
}
.footer .block .title {
  font-family: var(--font-family-title);
  color: var(--body-color);
  border-bottom: 2.5px solid var(--main-color-1);
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
}
.footer .block ul li {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.footer .block ul li .fa-circle-dot {
  color: var(--main-color-4);
  font-size: 0.5rem;
}
.footer .block ul li .active {
  color: var(--main-color-1);
}
.footer .border-vertical {
  width: 100%;
  margin: 1rem 0;
  background-color: var(--border-color);
  height: 1px;
}
.footer .links {
  text-align: center;
}
.footer .links ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .links ul li {
  margin-right: 1rem;
}
.footer .links ul li::after {
  margin-left: 0.2rem;
  content: "|";
}
.footer .links ul li:last-child::after {
  content: "";
  margin-left: 0;
}
.footer .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.footer .logos img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .copyright {
  margin-top: 1rem;
  text-align: center;
  padding: 1rem;
  background-color: var(--main-color-1);
  font-size: 0.9rem;
  font-family: var(--font-family-title);
  color: var(--white-color);
}
.footer .copyright p {
  margin: 0;
  padding: 0;
}

.product-vertical-list .title {
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem !important;
  text-align: left !important;
  font-weight: 500 !important;
  margin: 0 0 1rem 0 !important;
  text-transform: uppercase;
}
.product-vertical-list .product {
  border: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.product-vertical-list .product .product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.product-vertical-list .product .product-link .card-img-top {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-vertical-list .product .product-link .product-title {
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  font-family: var(--font-family-title);
  font-weight: 400;
}
.product-vertical-list .product .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.product-vertical-list .product .card-body .card-title {
  font-family: var(--font-family-title);
  font-weight: 400;
  font-size: 0.9rem !important;
  text-align: left;
  min-height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-vertical-list .product .card-body .stars {
  text-align: right;
  width: 100%;
  font-size: 0.6rem;
  margin: 0.3rem 0;
}
.product-vertical-list .product .card-body .stars .fa-star {
  color: var(--main-color-4);
}
.product-vertical-list .product .card-body .price {
  font-size: 0.9rem;
  width: 100%;
  color: var(--main-color-1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.product-vertical-list .product .card-body .price span {
  margin: 0 0.4rem;
  font-weight: 500;
}
.product-vertical-list .product .card-body .price small {
  font-size: 0.8rem;
  color: var(--body-color);
  text-decoration: line-through;
  opacity: 0.8;
  font-weight: 300;
}

.info-blocks {
  border: 1px solid var(--border-color);
  padding: 0.5rem;
  position: relative;
}
.info-blocks .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5rem 0;
  position: relative;
  transition: all 300ms ease;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-color);
  padding: 0.5rem;
}
.info-blocks .block .fa-truck,
.info-blocks .block .fa-shield-halved,
.info-blocks .block .fa-gift,
.info-blocks .block .fa-money-bill-1 {
  font-size: 1.5rem;
  width: 30px;
  transition: all 300ms ease;
}
.info-blocks .block .content {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}
.info-blocks .block .content .title {
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.info-blocks .block .content .text {
  margin: 0;
  color: var(--main-color-4);
  font-size: 0.8rem;
}
.info-blocks .block:hover .title,
.info-blocks .block:hover .fa-truck,
.info-blocks .block:hover .fa-shield-halved,
.info-blocks .block:hover .fa-gift,
.info-blocks .block:hover .fa-money-bill-1 {
  color: var(--main-color-1);
  cursor: default;
}
.info-blocks .block:first-child {
  padding-top: 0;
}
.info-blocks .block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

section.page {
  overflow-x: hidden;
  margin: 2rem 0;
}
section.page .title {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-size: 2rem;
  color: var(--body-color);
  margin: 1rem 0;
  margin-bottom: 2rem;
}
section.page .content {
  margin: 2rem 0;
}

section.page-two {
  overflow-x: hidden;
  margin: 2rem 0;
  position: relative;
}

.lightbox-carousel > .carousel-inner > .carousel-item > .ratio {
  background-color: var(--main-color-4) !important;
}

section.product-page, section.article-page {
  margin: 2rem 0;
}
section.product-page .title-sm, section.article-page .title-sm {
  display: none;
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 0.9rem;
}
section.product-page .gallery .product-image, section.article-page .gallery .product-image {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 1rem;
  width: 100%;
  position: relative;
  display: inline-flex;
}
section.product-page .gallery .product-image img, section.article-page .gallery .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.product-page .gallery .product-image .new-icon, section.article-page .gallery .product-image .new-icon {
  position: absolute;
  right: 1%;
  top: 1%;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.product-page .gallery .image-list, section.article-page .gallery .image-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
section.product-page .gallery .image-list .image-item, section.article-page .gallery .image-list .image-item {
  height: 100%;
  width: 100%;
}
section.product-page .gallery .image-list .image-item img, section.article-page .gallery .image-list .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid transparent;
}
section.product-page .gallery .image-list .image-item .active, section.article-page .gallery .image-list .image-item .active {
  border: 1px solid var(--border-color);
}
section.product-page .specialties, section.article-page .specialties {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  position: relative;
  z-index: 1;
}
section.product-page .specialties .specialties-item img, section.article-page .specialties .specialties-item img {
  height: 40px;
}
section.product-page .options, section.article-page .options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
section.product-page .options .option-item img, section.article-page .options .option-item img {
  height: 70px;
}
section.product-page .detail, section.article-page .detail {
  padding: 0 1rem;
}
section.product-page .detail .title, section.article-page .detail .title {
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 1.3rem;
}
section.product-page .detail .block, section.article-page .detail .block {
  display: flex;
  justify-content: space-evenly;
}
section.product-page .detail .block .price, section.article-page .detail .block .price {
  width: 100%;
  color: var(--main-color-1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.8rem;
}
section.product-page .detail .block .price span, section.article-page .detail .block .price span {
  margin: 0 0.4rem;
  font-weight: 500;
  font-size: 2rem;
}
section.product-page .detail .block .discount-price, section.article-page .detail .block .discount-price {
  width: 100%;
  color: var(--main-color-1);
  margin-right: 0.8rem;
}
section.product-page .detail .block .discount-price .discount-detail, section.article-page .detail .block .discount-price .discount-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.product-page .detail .block .discount-price .discount-detail span, section.article-page .detail .block .discount-price .discount-detail span {
  margin: 0 0.4rem;
  font-weight: 400;
  font-size: 1.7rem;
  text-decoration: line-through;
  color: var(--main-color-4);
}
section.product-page .detail .block .discount-price .discount-detail .discount, section.article-page .detail .block .discount-price .discount-detail .discount {
  font-size: 0.9rem;
  color: var(--main-color-4);
  text-decoration: none;
  font-weight: 300;
  background-color: var(--main-color-1);
  padding: 0 0.5rem;
  border-radius: 5px;
  margin-left: 1rem;
}
section.product-page .detail .block .discount-price .discount-amount span, section.article-page .detail .block .discount-price .discount-amount span {
  margin: 0 0.4rem;
  font-weight: 500;
  font-size: 2rem;
}
section.product-page .detail .block .rating, section.article-page .detail .block .rating {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
section.product-page .detail .block .rating .stars, section.article-page .detail .block .rating .stars {
  width: 100%;
  font-size: 1rem;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.product-page .detail .block .rating .stars .fa-star, section.article-page .detail .block .rating .stars .fa-star {
  color: var(--main-color-4);
}
section.product-page .detail .block .rating .stars span, section.article-page .detail .block .rating .stars span {
  font-size: 1.2rem;
  font-family: var(--font-family-title);
  margin-right: 0.5rem;
}
section.product-page .detail .block .rating small, section.article-page .detail .block .rating small {
  width: 100%;
  text-align: right;
}
section.product-page .detail .info .item, section.article-page .detail .info .item {
  margin: 0.5rem;
  display: flex;
  justify-content: flex-start;
}
section.product-page .detail .info .item .name, section.article-page .detail .info .item .name {
  width: 150px;
}
section.product-page .detail .info ul, section.article-page .detail .info ul {
  margin: 0;
  padding: 0;
  width: 30%;
}
section.product-page .detail .info ul li, section.article-page .detail .info ul li {
  margin: 0.5rem;
}
section.product-page .detail .info ul li span, section.article-page .detail .info ul li span {
  margin-right: 1rem;
}
section.product-page .detail .timer, section.article-page .detail .timer {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
}
section.product-page .detail .timer .block, section.article-page .detail .timer .block {
  padding: 0.5rem 1rem;
  background-color: var(--main-color-4);
  color: var(--white-color);
  margin: 0.5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
}
section.product-page .detail .timer .block span, section.article-page .detail .timer .block span {
  font-weight: 500;
  font-size: 1.3rem;
}
section.product-page .detail .timer .block small, section.article-page .detail .timer .block small {
  font-size: 0.7rem;
}
section.product-page .detail .counter, section.article-page .detail .counter {
  display: flex;
}
section.product-page .detail .counter .input-group, section.article-page .detail .counter .input-group {
  width: auto;
}
section.product-page .detail .counter .input-group .input-group-text, section.article-page .detail .counter .input-group .input-group-text {
  background-color: var(--body-bg);
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
}
section.product-page .detail .counter .input-group .input-group-text input, section.article-page .detail .counter .input-group .input-group-text input {
  text-align: center;
  width: 70px;
}
section.product-page .detail .counter .input-group .input-group-text input::-webkit-outer-spin-button,
section.product-page .detail .counter .input-group .input-group-text input::-webkit-inner-spin-button, section.article-page .detail .counter .input-group .input-group-text input::-webkit-outer-spin-button,
section.article-page .detail .counter .input-group .input-group-text input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.product-page .detail .counter .input-group .input-group-text input[type=number], section.article-page .detail .counter .input-group .input-group-text input[type=number] {
  -moz-appearance: textfield;
}
section.product-page .detail .counter .input-group .input-group-text small, section.article-page .detail .counter .input-group .input-group-text small {
  font-size: 0.7rem;
}
section.product-page .detail .buttons .btn, section.article-page .detail .buttons .btn {
  min-width: 200px;
  margin: 0 0.5rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
section.product-page .detail .buttons-other, section.article-page .detail .buttons-other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}
section.product-page .detail .buttons-other .btn-link, section.article-page .detail .buttons-other .btn-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--main-color-4);
  transition: all 300ms ease;
}
section.product-page .detail .buttons-other .btn-link .fa-heart,
section.product-page .detail .buttons-other .btn-link .fa-bookmark, section.article-page .detail .buttons-other .btn-link .fa-heart,
section.article-page .detail .buttons-other .btn-link .fa-bookmark {
  font-size: 1.2rem;
  margin-right: 0.7rem;
}
section.product-page .detail .buttons-other .btn-link:hover, section.product-page .detail .buttons-other .btn-link:focus, section.article-page .detail .buttons-other .btn-link:hover, section.article-page .detail .buttons-other .btn-link:focus {
  color: var(--main-color-1);
}
section.product-page .detail .share, section.article-page .detail .share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0;
}
section.product-page .detail .share .title, section.article-page .detail .share .title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-right: 1rem;
}
section.product-page .detail .share .box #social-links ul, section.article-page .detail .share .box #social-links ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
section.product-page .detail .share .box #social-links ul a, section.article-page .detail .share .box #social-links ul a {
  display: flex;
}
section.product-page .detail .share .box #social-links ul .fa-linkedin, section.article-page .detail .share .box #social-links ul .fa-linkedin {
  background-color: red;
}
section.product-page .detail .share .box #social-links ul .fa-square-facebook, section.article-page .detail .share .box #social-links ul .fa-square-facebook {
  background-color: #475397;
}
section.product-page .detail .share .box #social-links ul .fa-square-twitter, section.article-page .detail .share .box #social-links ul .fa-square-twitter {
  background-color: #4e9af1;
}
section.product-page .detail .share .box #social-links ul .fa-pinterest, section.article-page .detail .share .box #social-links ul .fa-pinterest {
  background-color: #c5232d;
}
section.product-page .detail .share .box #social-links ul .fa-whatsapp, section.article-page .detail .share .box #social-links ul .fa-whatsapp {
  background-color: green;
}
section.product-page .detail .share .box #social-links ul .fa-square-facebook,
section.product-page .detail .share .box #social-links ul .fa-square-twitter,
section.product-page .detail .share .box #social-links ul .fa-pinterest,
section.product-page .detail .share .box #social-links ul .fa-linkedin,
section.product-page .detail .share .box #social-links ul .fa-whatsapp,
section.product-page .detail .share .box #social-links ul .fa-square-reddit,
section.product-page .detail .share .box #social-links ul .fa-telegram, section.article-page .detail .share .box #social-links ul .fa-square-facebook,
section.article-page .detail .share .box #social-links ul .fa-square-twitter,
section.article-page .detail .share .box #social-links ul .fa-pinterest,
section.article-page .detail .share .box #social-links ul .fa-linkedin,
section.article-page .detail .share .box #social-links ul .fa-whatsapp,
section.article-page .detail .share .box #social-links ul .fa-square-reddit,
section.article-page .detail .share .box #social-links ul .fa-telegram {
  font-size: 1.1rem;
  color: var(--white-color);
  padding: 0.5rem;
  border-radius: 3px;
  width: 20px;
  background-color: var(--main-color-4);
}
section.product-page .content .top-bar, section.article-page .content .top-bar {
  background-color: var(--border-color);
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.product-page .content .top-bar .nav, section.article-page .content .top-bar .nav {
  margin: 0;
  padding: 0;
}
section.product-page .content .top-bar .nav .nav-item .nav-link, section.article-page .content .top-bar .nav .nav-item .nav-link {
  background-color: var(--body-bg);
  color: var(--body-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 0.5rem 1.3rem;
  margin: 0 0.8rem;
  font-size: 1.1rem;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 500;
}
section.product-page .content .top-bar .nav .nav-item .active, section.article-page .content .top-bar .nav .nav-item .active {
  border-color: var(--main-color-1);
}
section.product-page .content .custom-content-style, section.article-page .content .custom-content-style {
  font-family: verdana, geneva, sans-serif !important;
  font-size: 10pt !important;
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}
section.product-page .content .custom-content-style p, section.article-page .content .custom-content-style p {
  margin: 0;
}
section.product-page .comments .comment, section.article-page .comments .comment {
  border: 1px solid var(--border-color);
  margin-bottom: 1rem;
  font-size: 0.9rem;
  border-radius: 5px;
}
section.product-page .comments .comment .head, section.article-page .comments .comment .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding: 0.5rem;
}
section.product-page .comments .comment .head .name, section.article-page .comments .comment .head .name {
  font-weight: 600;
}
section.product-page .comments .comment .head .date, section.article-page .comments .comment .head .date {
  font-size: 0.8rem;
}
section.product-page .comments .comment .comment-wrapper, section.article-page .comments .comment .comment-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
section.product-page .comments .comment .comment-wrapper .other, section.article-page .comments .comment .comment-wrapper .other {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
section.product-page .comments .comment .comment-wrapper .other img, section.article-page .comments .comment .comment-wrapper .other img {
  width: 85px;
}
section.product-page .comments .comment .comment-wrapper .other a, section.article-page .comments .comment .comment-wrapper .other a {
  font-size: 0.9rem;
  font-weight: 100;
}
section.product-page .comments .comment .content, section.article-page .comments .comment .content {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
section.product-page .comments .comment .content p, section.article-page .comments .comment .content p {
  margin: 0;
  padding: 0;
}
section.product-page .comments .comment .content .stars, section.article-page .comments .comment .content .stars {
  width: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.product-page .comments .comment .content .stars .fa-star, section.article-page .comments .comment .content .stars .fa-star {
  color: var(--main-color-4);
  font-size: 0.9rem;
  margin-right: 0.2rem;
}
section.product-page .comments .comment-empty, section.article-page .comments .comment-empty {
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: 500;
}
section.product-page .comments .comment-form, section.article-page .comments .comment-form {
  margin: 1rem 0;
}
section.product-page .comments .comment-form .title, section.article-page .comments .comment-form .title {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: var(--font-family-title);
  font-weight: 600;
}
section.product-page .comments .comment-form label, section.article-page .comments .comment-form label {
  font-weight: 500;
}
section.product-page .comments .comment-form .form-control, section.article-page .comments .comment-form .form-control {
  font-size: 0.9rem;
  background-color: var(--main-color-transparent);
}
section.product-page .comments .comment-form textarea, section.article-page .comments .comment-form textarea {
  height: 80px;
}
section.product-page .comments .comment-form .stars, section.article-page .comments .comment-form .stars {
  width: auto;
  direction: rtl;
  text-align: left;
  display: inline-block;
}
section.product-page .comments .comment-form .stars .fa-star, section.article-page .comments .comment-form .stars .fa-star {
  cursor: pointer;
}
section.product-page .comments .comment-form .stars .fa-star:hover,
section.product-page .comments .comment-form .stars .fa-star.selected,
section.product-page .comments .comment-form .stars .fa-star:hover ~ .fa-star,
section.product-page .comments .comment-form .stars .fa-star.selected ~ .fa-star, section.article-page .comments .comment-form .stars .fa-star:hover,
section.article-page .comments .comment-form .stars .fa-star.selected,
section.article-page .comments .comment-form .stars .fa-star:hover ~ .fa-star,
section.article-page .comments .comment-form .stars .fa-star.selected ~ .fa-star {
  transition: color 0.8s ease;
  color: rgb(255, 193, 7) !important;
}
section.product-page #pills-other table, section.article-page #pills-other table {
  width: 100%;
}

.auth-form {
  margin: 3rem 0;
  padding: 1rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.auth-form .title {
  font-weight: bold;
  font-size: 1.1rem;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
}
.auth-form label {
  color: var(--body-color);
}
.auth-form .form-select,
.auth-form .form-control {
  background-color: var(--body-bg);
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.auth-form a {
  color: var(--body-color);
}
.auth-form a:hover, .auth-form a:focus {
  color: var(--main-color-1);
}

.contact-us {
  margin-bottom: 0 !important;
}
.contact-us ul {
  margin: 0;
  padding: 0;
}
.contact-us ul li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.contact-us .address {
  font-size: 0.8rem;
}
.contact-us .address img {
  width: 100%;
  max-width: 150px;
}
.contact-us .address .fa-map-location-dot,
.contact-us .address .fa-phone,
.contact-us .address .fa-envelope-open-text,
.contact-us .address .fa-clock {
  font-size: 1.5rem;
  color: var(--main-color-4);
}
.contact-us .address p {
  margin: 0;
}
.contact-us .map-iframe-fixed {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.contact-us .map-iframe-fixed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.page-shopping-cart .border-none {
  border: none;
}
.page-shopping-cart .border-top-dashed {
  border-top: 1px dashed var(--border-color);
}
.page-shopping-cart .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-shopping-cart .remove {
  color: var(--main-color-4);
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 1.2rem;
}
.page-shopping-cart .remove:hover, .page-shopping-cart .remove:focus {
  color: var(--main-color-1);
}
.page-shopping-cart table thead th {
  font-family: var(--font-family-title);
  font-weight: 600;
}
.page-shopping-cart table tbody img {
  height: 70px;
}
.page-shopping-cart table tbody td {
  vertical-align: middle;
}
.page-shopping-cart table tbody .counter {
  display: flex;
}
.page-shopping-cart table tbody .counter .input-group {
  width: auto;
}
.page-shopping-cart table tbody .counter .input-group .input-group-text {
  background-color: var(--body-bg);
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
}
.page-shopping-cart table tbody .counter .input-group .input-group-text input {
  text-align: center;
  width: 70px;
}
.page-shopping-cart table tbody .counter .input-group .input-group-text input::-webkit-outer-spin-button,
.page-shopping-cart table tbody .counter .input-group .input-group-text input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-shopping-cart table tbody .counter .input-group .input-group-text input[type=number] {
  -moz-appearance: textfield;
}
.page-shopping-cart table tbody .counter .input-group .input-group-text small {
  font-size: 0.7rem;
}
.page-shopping-cart table tfoot {
  margin-top: 1rem;
}
.page-shopping-cart .block {
  padding: 1rem;
  border: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
  border-radius: 4px;
}
.page-shopping-cart .block .title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: start;
}
.page-shopping-cart .block .content {
  margin: 0;
}
.page-shopping-cart .h-80 {
  height: 85%;
}
.page-shopping-cart .form-select,
.page-shopping-cart .form-control {
  background-color: var(--body-bg);
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.page-shopping-cart .btn-link {
  text-decoration: none;
  color: var(--main-color-1);
  transition: all 300ms ease;
}
.page-shopping-cart .btn-link:hover, .page-shopping-cart .btn-link:focus {
  color: var(--main-color-1);
}
.page-shopping-cart .offcanvas {
  width: 650px;
}
.page-shopping-cart .form-check-input {
  box-shadow: none;
  border: 1px solid var(--main-color-1);
}
.page-shopping-cart .iti--allow-dropdown {
  width: 100%;
}
.page-shopping-cart .coupon .content {
  display: flex;
  justify-content: center;
}
.page-shopping-cart .coupon .content .input-group-text {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
.page-shopping-cart .coupon .content .btn {
  height: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.page-shopping-cart .login {
  font-weight: 400;
  font-family: var(--font-family-title);
}
.page-shopping-cart .login .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-shopping-cart .login .btn-group span {
  width: 100px;
  color: var(--main-color-4);
  font-size: 1.1rem;
}
.page-shopping-cart .login .btn-group .btn-outline-primary {
  --bs-btn-color: var(--main-color-1);
  --bs-btn-border-color: var(--main-color-1);
  --bs-btn-hover-color: var(--main-color-1);
  --bs-btn-hover-bg: var(--main-color-1);
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.page-shopping-cart .login .btn-group .btn-check:checked + .btn,
.page-shopping-cart .login .btn-group .btn.active,
.page-shopping-cart .login .btn-group .btn.show,
.page-shopping-cart .login .btn-group .btn:first-child:active,
.page-shopping-cart .login .btn-group :not(.btn-check) + .btn:active {
  color: var(--white-color);
  background-color: var(--main-color-1);
  border-color: transparent;
}

.announcement .btn-close {
  box-shadow: none;
}
.announcement .static p {
  margin: 0;
  padding: 0;
}
.announcement .red-alert {
  background-color: red;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}

.announcement-slider {
  margin-bottom: 0.5rem;
}
.announcement-slider img {
  max-height: 60px;
  max-width: 100%;
  height: auto;
}

#accordionProducts .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
#accordionProducts .accordion-button:not(.collapsed) {
  color: var(--main-color-1);
  background-color: transparent !important;
  box-shadow: none !important;
}
#accordionProducts .accordion-item {
  border-color: var(--border-color);
}
#accordionProducts .accordion-item:not(:first-of-type) {
  border: var(--bs-accordion-border-width) solid var(--border-color);
}
#accordionProducts .product-body {
  display: flex;
  gap: 2rem;
}
#accordionProducts .product-body .product-detail {
  width: 100%;
}
#accordionProducts .product-body .product-detail .product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#accordionProducts .product-body .product-detail .product-title .product-link {
  font-family: var(--font-family-title);
  font-size: 1rem;
  font-weight: 600;
}
#accordionProducts .product-body .product-detail .product-title .rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#accordionProducts .product-body .product-detail .product-title .rating .stars {
  width: 100%;
  font-size: 1rem;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#accordionProducts .product-body .product-detail .product-title .rating .stars .fa-star {
  color: var(--main-color-4);
}
#accordionProducts .product-body .product-detail .product-title .rating .stars span {
  font-size: 1.2rem;
  font-family: var(--font-family-title);
  margin-right: 0.5rem;
}
#accordionProducts .product-body .product-detail .product-title .rating small {
  width: 100%;
  text-align: right;
}
#accordionProducts .product-body .product-button .btn-link {
  text-decoration: none;
  align-items: center;
  color: var(--main-color-4);
  transition: all 300ms ease;
}
#accordionProducts .product-body .product-button .btn-link .fa-heart,
#accordionProducts .product-body .product-button .btn-link .fa-bookmark {
  font-size: 1.2rem;
  margin-right: 0.7rem;
}
#accordionProducts .product-body .product-button .btn-link:hover, #accordionProducts .product-body .product-button .btn-link:focus {
  color: var(--main-color-1);
}

#profile-tab {
  margin-bottom: 1rem;
}
#profile-tab .nav-link {
  font-weight: 600;
  font-size: 1rem;
  font-family: var(--font-family-title);
  color: var(--main-color-4);
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
}
#profile-tab .nav-item.show .nav-link,
#profile-tab .nav-link.active {
  color: var(--main-color-1);
}

#profileTabContent label {
  font-family: var(--font-family-title);
  font-weight: 600;
  margin-top: 0.5rem;
}
#profileTabContent .photoPreview {
  height: 100px;
  width: 100px;
}
#profileTabContent .photoPreview .photo {
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: contain;
}
#profileTabContent .custom-button {
  font-size: 0.8rem;
  font-weight: 400;
}
#profileTabContent .card-footer .alert {
  padding: 0.5rem 1rem;
  font-weight: 300;
  margin: 0 0.5rem;
}
#profileTabContent .form-select,
#profileTabContent .form-control {
  background-color: var(--body-bg);
  color: var(--body-color);
  border: 1px solid var(--border-color);
}

#accordionQuestions .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
#accordionQuestions .accordion-button:not(.collapsed) {
  color: var(--main-color-1);
  background-color: transparent !important;
  box-shadow: none !important;
}
#accordionQuestions .accordion-item {
  border-color: var(--border-color);
}
#accordionQuestions .accordion-item:not(:first-of-type) {
  border: var(--bs-accordion-border-width) solid var(--border-color);
}
#accordionQuestions .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}
#accordionQuestions .info .type {
  color: var(--main-color-4);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#accordionQuestions .info .other {
  display: flex;
  width: 100%;
  gap: 3rem;
  align-items: center;
}
#accordionQuestions .info .other .item .name {
  font-weight: 500;
}
#accordionQuestions .info .status {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 1rem;
}
#accordionQuestions .info .status .badge {
  font-size: 0.9rem;
}
#accordionQuestions .product-link {
  display: flex;
}
#accordionQuestions .product-link .detail .name {
  font-size: 1rem;
}
#accordionQuestions .product-link .detail .price {
  font-size: 1.1rem;
  font-weight: 600;
}
#accordionQuestions .question-detail {
  margin: 1rem 0;
  color: var(--main-color-4);
}
#accordionQuestions .question-detail .name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#accordionQuestions .question-detail .item {
  margin-bottom: 0.5rem;
}
#accordionQuestions .question-detail .item .item-title {
  font-size: 0.9rem;
  font-weight: 500;
}
#accordionQuestions .question-detail .answers .answer {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
#accordionQuestions .question-detail .answers .answer img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#accordionQuestions .question-detail .answers .answer .text {
  padding: 0.5rem 0;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
#accordionQuestions .question-detail .answers .answer .text .date {
  font-weight: 300;
  font-size: 0.8rem;
}

#canvasQuestion .form-select,
#canvasQuestion .form-control {
  background-color: var(--body-bg);
  color: var(--body-color);
  border: 1px solid var(--border-color);
}

#accordionOrders .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
#accordionOrders .accordion-button:not(.collapsed) {
  color: var(--main-color-1);
  background-color: transparent !important;
  box-shadow: none !important;
}
#accordionOrders .accordion-item {
  border-color: var(--border-color);
}
#accordionOrders .accordion-item:not(:first-of-type) {
  border: var(--bs-accordion-border-width) solid var(--border-color);
}
#accordionOrders .order-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
#accordionOrders .order-head .item .item-no small {
  margin-right: 0.5rem;
  color: var(--main-color-4);
}
#accordionOrders .order-head .item .item-date {
  margin: 0.5rem 0;
  color: var(--main-color-4);
}
#accordionOrders .order-head .status {
  margin: 0 1rem;
}
#accordionOrders .order-head .price {
  margin: 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
#accordionOrders .order-body .products .product {
  width: 100%;
  display: flex;
  font-size: 0.9rem;
}
#accordionOrders .order-body .products .product a {
  display: flex;
}
#accordionOrders .order-body .products .product .image {
  margin-right: 1rem;
  width: 100px;
  height: 100px;
}
#accordionOrders .order-body .products .product .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#accordionOrders .order-body .products .product .name {
  margin-bottom: 0.5rem;
}
#accordionOrders .order-body .products .product .price {
  font-weight: 500;
}
#accordionOrders .order-body .other-detail {
  margin-bottom: 1rem;
}
#accordionOrders .order-body .other-detail .status {
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}
#accordionOrders .order-body .other-detail .status .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#accordionOrders .order-body .other-detail .status .name {
  font-weight: 600;
  font-size: 0.9rem;
}
#accordionOrders .order-body .other-detail .status .date {
  color: var(--main-color-4);
}
#accordionOrders .order-body .action-buttons {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  /* gap: 0.5rem; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem;
}
#accordionOrders .order-body .action-buttons .btn {
  flex: 1 1 50%;
  font-size: 1rem;
  text-align: start;
  color: var(--main-color-4);
  margin: 0.5rem 0;
}
#accordionOrders .order-body .action-buttons .btn .fa-truck,
#accordionOrders .order-body .action-buttons .btn .fa-file-lines,
#accordionOrders .order-body .action-buttons .btn .fa-truck-arrow-right,
#accordionOrders .order-body .action-buttons .btn .fa-clipboard-question {
  font-size: 0.9rem;
  width: 20px;
}
#accordionOrders .order-body .action-buttons .btn .fa-truck-arrow-right {
  transform: scaleX(-1);
}
#accordionOrders .order-body .action-buttons .btn:hover {
  background-color: var(--main-color-transparent);
}
#accordionOrders .order-body .addresses {
  font-size: 0.8rem;
}
#accordionOrders .order-body .addresses .address-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#accordionOrders .order-body .addresses .address {
  margin-bottom: 1rem;
}
#accordionOrders .order-body .addresses .address .address-name {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
#accordionOrders .order-body .addresses .address p {
  margin: 0;
  padding: 0;
}
#accordionOrders .order-body .payment-detail {
  font-size: 0.8rem;
}
#accordionOrders .order-body .payment-detail .payment-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#accordionOrders .order-body .payment-detail .block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--main-color-transparent);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin-bottom: 1rem;
}
#accordionOrders .order-body .payment-detail .block .price {
  font-size: 1rem;
  font-weight: bold;
}
#accordionOrders .order-body .payment-detail .block .method {
  font-size: 0.9rem;
}
#accordionOrders .order-body .payment-detail .totals {
  width: 100%;
}
#accordionOrders .order-body .payment-detail .totals .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--main-color-4);
  padding: 0.2rem;
}
#accordionOrders .order-body .payment-detail .totals .total .name {
  font-weight: 600;
}
#accordionOrders .order-body .payment-detail .totals .total .price {
  font-size: 0.9rem;
  font-weight: 600;
}

#invoice-show iframe {
  width: 100%;
  height: 1000px;
}

.auth-menu {
  display: flex;
  flex-direction: column;
}
.auth-menu .user {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.auth-menu .user .image {
  width: 50px;
  height: 50px;
}
.auth-menu .user .image img {
  border: 1px solid var(--border-color);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.auth-menu .user .name {
  font-size: 0.9rem;
  font-weight: 600;
}
.auth-menu .menu {
  margin: 0;
  padding: 0;
}
.auth-menu .menu li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.auth-menu .menu li a,
.auth-menu .menu li button {
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--body-color);
  transition: all 300ms ease;
}
.auth-menu .menu li a .fa-basket-shopping,
.auth-menu .menu li a .fa-list-check,
.auth-menu .menu li a .fa-heart,
.auth-menu .menu li a .fa-clipboard-question,
.auth-menu .menu li a .fa-star-half-stroke,
.auth-menu .menu li a .fa-user-gear,
.auth-menu .menu li a .fa-right-from-bracket,
.auth-menu .menu li button .fa-basket-shopping,
.auth-menu .menu li button .fa-list-check,
.auth-menu .menu li button .fa-heart,
.auth-menu .menu li button .fa-clipboard-question,
.auth-menu .menu li button .fa-star-half-stroke,
.auth-menu .menu li button .fa-user-gear,
.auth-menu .menu li button .fa-right-from-bracket {
  font-size: 1.5rem;
  width: 25px;
}
.auth-menu .menu li a:hover, .auth-menu .menu li a:focus,
.auth-menu .menu li button:hover,
.auth-menu .menu li button:focus {
  color: var(--main-color-1);
}
.auth-menu .menu li .active {
  color: var(--main-color-1);
}

#my-assessments {
  height: 100vh;
}
#my-assessments .nav-tabs {
  margin-top: 1rem;
  border: none;
}
#my-assessments .nav-tabs .nav-link {
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1.2rem;
  border: none;
  color: var(--main-color-4);
  background-color: var(--body-bg);
}
#my-assessments .nav-tabs .nav-link small {
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.5rem;
  border-radius: 50%;
}
#my-assessments .nav-tabs .nav-link:hover, #my-assessments .nav-tabs .nav-link:focus {
  color: var(--body-color);
}
#my-assessments .nav-tabs .nav-item.show .nav-link,
#my-assessments .nav-tabs .nav-link.active {
  color: var(--body-color);
  border-bottom: 3px solid var(--main-color-1);
}
#my-assessments .block {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 1.2rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
#my-assessments .block .fa-thumbs-up,
#my-assessments .block .fa-comment-dots {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--main-color-4);
}
#my-assessments .block .block-title {
  font-size: 1.2rem;
  font-weight: 600;
}
#my-assessments .block .rating {
  font-family: var(--font-family-title);
}
#my-assessments .block .rating strong {
  color: var(--main-color-1);
  font-size: 1.5rem;
}
#my-assessments #nav-waiting .product-list {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
#my-assessments #nav-waiting .product-list .product {
  width: 33%;
  margin-bottom: 0.5rem;
  height: 350px;
  position: relative;
}
#my-assessments #nav-waiting .product-list .product:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
#my-assessments #nav-waiting .product-list .product .image {
  height: 70%;
}
#my-assessments #nav-waiting .product-list .product .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#my-assessments #nav-waiting .product-list .product .detail {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  right: 0.8rem;
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
}
#my-assessments #nav-waiting .product-list .product .detail .name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--main-color-4);
}
#my-assessments #nav-waiting .product-list .product .detail .stars {
  direction: rtl;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin: 0.5rem 0;
}
#my-assessments #nav-waiting .product-list .product .detail .stars .fa-star {
  color: var(--main-color-4);
  opacity: 0.8;
  cursor: pointer;
}
#my-assessments #nav-waiting .product-list .product .detail .stars .fa-star:hover,
#my-assessments #nav-waiting .product-list .product .detail .stars .fa-star.selected,
#my-assessments #nav-waiting .product-list .product .detail .stars .fa-star:hover ~ .fa-star,
#my-assessments #nav-waiting .product-list .product .detail .stars .fa-star.selected ~ .fa-star {
  transition: color 0.8s ease;
  color: rgb(255, 193, 7) !important;
  opacity: 1;
}
#my-assessments #nav-waiting .product-list .product .detail .rating-detail {
  font-size: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#my-assessments #nav-waiting .product-list .product .detail .rating-detail .ratio-detail {
  display: flex;
  align-items: center;
}
#my-assessments #nav-waiting .product-list .product .detail .rating-detail .ratio-detail .fa-star {
  display: block;
  font-size: 1rem;
  color: rgb(255, 193, 7);
  margin-right: 0.3rem;
}
#my-assessments #nav-waiting .product-list .product .detail .rating-count strong {
  margin-right: 0.3rem;
}
#my-assessments #nav-success .product-list {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  flex-direction: column;
}
#my-assessments #nav-success .product-list .product {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rems;
}
#my-assessments #nav-success .product-list .product .image {
  height: 100px;
  width: 100px;
}
#my-assessments #nav-success .product-list .product .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  border: 1px solid var(--border-color);
}
#my-assessments #nav-success .product-list .product .detail .name {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-family-title);
  margin-bottom: 0.2rem;
}
#my-assessments #nav-success .product-list .product .detail .stars {
  width: 100%;
  font-size: 1rem;
  margin: 0.2rem 0;
}
#my-assessments #nav-success .product-list .product .detail .stars .fa-star {
  color: var(--main-color-4);
}
#my-assessments #nav-success .product-list .product .detail .date-and-name {
  color: var(--main-color-4);
  font-size: 0.8rem;
}

#canvasAssessment .product .product-image {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#canvasAssessment .product .product-name {
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 1.1rem;
}
#canvasAssessment .product .form-label {
  font-family: var(--font-family-title);
  color: var(--main-color-4);
  font-size: 1.1rem;
  font-weight: 300;
}
#canvasAssessment .product .rating {
  margin: 1.5rem 0;
}
#canvasAssessment .product .rating .rating-title {
  font-family: var(--font-family-title);
  color: var(--main-color-4);
  font-size: 1.1rem;
  font-weight: 300;
}
#canvasAssessment .product .rating .stars {
  direction: rtl;
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  text-align: left;
  margin: 0.5rem 0;
}
#canvasAssessment .product .rating .stars .fa-star {
  cursor: pointer;
  opacity: 0.8;
  color: var(--main-color-4);
}
#canvasAssessment .product .rating .stars .fa-star:hover,
#canvasAssessment .product .rating .stars .fa-star.selected,
#canvasAssessment .product .rating .stars .fa-star:hover ~ .fa-star,
#canvasAssessment .product .rating .stars .fa-star.selected ~ .fa-star {
  opacity: 1;
  transition: color 0.8s ease;
  color: rgb(255, 193, 7) !important;
}

.error-message {
  font-size: 0.9rem;
  font-family: var(--font-family-title);
}
.error-message div {
  font-weight: 600;
}
.error-message ul {
  padding: 0;
  margin: 0;
}
.error-message ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.error-message ul li .fa-circle {
  opacity: 0.8;
  font-size: 0.5rem;
}

#address-container .container-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#address-container .block {
  margin: 1rem 0;
  padding: 0.7rem;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  font-size: 0.8rem;
  min-height: 150px;
  max-height: 200px;
  position: relative;
}
#address-container .block p {
  margin: 0;
  padding: 0;
}
#address-container .block .name {
  font-size: 0.9rem;
}
#address-container .block .buttons {
  position: absolute;
  right: 15px;
  top: 15px;
}
#address-container .block .buttons .fa-ellipsis-vertical {
  font-size: 1.1rem;
}
#address-container .block .buttons .dropdown-menu button {
  font-size: 0.9rem;
  transition: all 300ms ease;
}
#address-container .block .buttons .dropdown-menu button:hover, #address-container .block .buttons .dropdown-menu button:focus {
  color: var(--main-color-1);
}

#canvasInvoices label,
#canvasInvoices .form-control,
#canvasShippings label,
#canvasShippings .form-control {
  font-size: 0.8rem;
}

#sidebar-left.stick {
  position: fixed;
  top: 240px;
  width: 14%;
}
#sidebar-left.stick #list-category .list {
  height: 35vh;
  overflow-y: scroll;
}

.order-success .message {
  font-family: var(--font-family-title);
  font-size: 1.3rem;
  padding: 1rem 0;
  color: var(--main-color-4);
  font-style: italic;
}
.order-success .note {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: var(--main-color-transparent);
  border-radius: 5px;
}
.order-success .products {
  padding: 0;
}
.order-success .products .product-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.order-success .products .product {
  width: 100%;
  display: flex;
  font-size: 0.9rem;
  align-items: center;
}
.order-success .products .product a {
  display: flex;
}
.order-success .products .product .image {
  margin-right: 1rem;
  width: 100px;
  height: 100px;
}
.order-success .products .product .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.order-success .products .product .name {
  margin-bottom: 0.5rem;
}
.order-success .products .product .price {
  font-weight: 500;
}
.order-success .other-detail {
  margin-bottom: 1rem;
}
.order-success .other-detail .status {
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}
.order-success .other-detail .status .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-success .other-detail .status .name {
  font-weight: 600;
  font-size: 0.9rem;
}
.order-success .other-detail .status .date {
  color: var(--main-color-4);
}
.order-success .addresses {
  font-size: 0.8rem;
}
.order-success .addresses .address-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.order-success .addresses .address {
  margin-bottom: 1rem;
}
.order-success .addresses .address .address-name {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: var(--main-color-4);
}
.order-success .addresses .address p {
  margin: 0;
  padding: 0;
}
.order-success .payment-detail {
  font-size: 0.8rem;
}
.order-success .payment-detail .payment-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.order-success .payment-detail .block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: var(--main-color-transparent);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin-bottom: 1rem;
}
.order-success .payment-detail .block .price {
  font-size: 1rem;
  font-weight: bold;
}
.order-success .payment-detail .block .method {
  font-size: 0.9rem;
}
.order-success .payment-detail .totals {
  width: 100%;
}
.order-success .payment-detail .totals .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--main-color-4);
  padding: 0.2rem;
}
.order-success .payment-detail .totals .total .name {
  font-weight: 600;
}
.order-success .payment-detail .totals .total .price {
  font-size: 0.9rem;
  font-weight: 600;
}

.page .bank-accounts {
  margin: 2rem 0;
}
.page .bank-accounts .selected {
  background: var(--main-color-transparent);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
}
.page .bank-accounts .bank-info {
  padding: 0.8rem;
  font-size: 0.8rem;
}
.page .bank-accounts .bank-info .logo img {
  height: 50px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
.page .bank-accounts .bank-info .name {
  margin-bottom: 5px;
}

#homepage {
  margin-top: 1rem;
}

.slider-content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
}
.slider-content .left {
  flex: 0 1 75%;
  min-width: 0;
  max-width: 75%;
  box-sizing: border-box;
}
.slider-content .left #homepage-slider {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.slider-content .right {
  flex: 0 1 25%;
  min-width: 0;
  max-width: 25%;
  box-sizing: border-box;
}

#homepage-slider {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#homepage-slider .sliders,
#homepage-slider .swiper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.shopping-cart-table .sm-d-block {
  display: none;
}
.shopping-cart-table .input-group {
  background-color: transparent !important;
}
.shopping-cart-table .input-group .input-group-text {
  background-color: transparent !important;
}

.gslide-image img.zoomable {
  background-color: var(--body-bg);
}

#form-request textarea {
  height: 100px !important;
}
#form-request .form-select,
#form-request .form-control {
  background-color: var(--body-bg);
  color: var(--body-color);
  border: 1px solid var(--border-color);
  height: 35px;
  font-size: 0.8rem;
}
#form-request .iti--allow-dropdown {
  width: 100%;
}

.gallery-images .image {
  border: 2px solid var(--border-color);
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 420px;
  position: relative;
}
.gallery-images .image:hover {
  border-color: var(--main-color-1);
}
.gallery-images .image a {
  transition: all 500ms ease;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.gallery-images .image a:hover {
  transition: all 500ms ease;
}
.gallery-images .image a:hover .image-description {
  display: block;
}
.gallery-images .image a img {
  max-height: 370px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-images .image a .image-description {
  color: var(--white-color);
  padding: 0.3rem;
  display: none;
  background-color: var(--main-color-2);
  position: absolute;
  bottom: 0;
  transition: all 500ms ease;
  width: 100%;
  max-height: 30%;
  overflow-y: auto;
}
.gallery-images .image .image-title {
  color: var(--main-color-4);
  padding: 0.7rem;
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-images .image .block {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: var(--main-color-transparent);
  justify-content: center;
  align-items: center;
}
.gallery-images .image .block a {
  color: var(--black-color);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 100%;
  width: 100%;
}

.widgets {
  margin: 0 1rem;
  position: relative;
}
.widgets .widget-wrapper {
  position: relative;
}
.widgets .widget-wrapper .widget-action {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.widgets .widget-wrapper .widget-action .widget-image {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.widgets .widget-wrapper .widget-action .widget-image img {
  width: 100%;
  position: relative;
  transition: transform 1s ease;
}
.widgets .widget-wrapper .widget-action .widget-summary {
  background-color: var(--main-color-4);
  font-size: 0.9rem;
  padding: 0.5rem;
  color: var(--white-color);
  display: flex;
  overflow: hidden;
  transition: all 1s ease;
}
.widgets .widget-wrapper .widget-action .widget-summary .name {
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.widgets .widget-wrapper .widget-action .widget-summary .hover {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  text-align: right;
  transition: all 1s ease;
}
.widgets .widget-wrapper .widget-action:hover .widget-image img {
  transform: scale(1.02);
}
.widgets .widget-wrapper .widget-action:hover .widget-summary {
  background-color: var(--main-color-1);
}
.widgets .widget-wrapper .widget-action:hover .widget-summary .hover {
  display: block;
}

.article-wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
}
.article-wrapper .article-image {
  width: 20%;
}
.article-wrapper .article-image img {
  width: 100%;
}
.article-wrapper .article-detail {
  width: 80%;
  padding: 0rem 0.8rem;
}
.article-wrapper .article-detail .article-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.article-wrapper .article-detail .date,
.article-wrapper .article-detail .comment {
  font-size: 0.8rem;
  color: var(--main-color-4);
}
.article-wrapper .article-detail .article-content {
  margin-top: 0.5rem;
}

.pagination {
  justify-content: center;
}

.cookiealert {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background: rgba(250, 164, 192, 0.8);
  color: #313131;
}
.cookiealert button {
  font-size: 0.8rem;
}

.iti__country-list li {
  margin: 0 !important;
}

.iti--allow-dropdown {
  width: 100%;
}

.store-locator {
  margin-bottom: 1rem;
}
.store-locator #map {
  height: 100%;
  width: 100%;
}
.store-locator .search-container {
  width: 100%;
  background-color: #8d8d96;
  position: relative;
  border-radius: 30px;
}
.store-locator .search-container .search {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.store-locator .search-container .search input {
  width: 100%;
  font-size: 0.9rem;
  border: none;
  background-color: transparent;
  color: var(--white-color);
  font-weight: 400;
  padding: 0.7rem 0;
}
.store-locator .search-container .search input:focus {
  outline: none;
}
.store-locator .search-container .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.store-locator .search-container .search input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.store-locator .search-container .search .fa-magnifying-glass {
  color: var(--white-color);
  font-size: 1.3em;
}
.store-locator .stores-list-container {
  margin-top: 1rem;
  width: 100%;
  min-height: 400px;
  height: 500px;
  max-height: 500px;
  background-color: var(--body-bg);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.store-locator .stores-list-container .stores-list {
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 100%;
}
.store-locator .stores-list-container .stores-list .store-container {
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  margin: 1rem 0;
  transition: ease-in-out 0.2s;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  width: 100%;
  padding: 0.7rem;
}
.store-locator .stores-list-container .stores-list .store-container:hover, .store-locator .stores-list-container .stores-list .store-container:focus, .store-locator .stores-list-container .stores-list .store-container:active {
  border-radius: 0.7rem;
  background-color: rgba(111, 111, 137, 0.2117647059);
}
.store-locator .stores-list-container .stores-list .store-container .store-info-container {
  flex-grow: 1;
}
.store-locator .stores-list-container .stores-list .store-container .store-info-container .store-container-name {
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--body-color);
}
.store-locator .stores-list-container .stores-list .store-container .store-info-container .store-address {
  font-size: 0.8rem;
  color: var(--main-color-4);
}
.store-locator .stores-list-container .stores-list .store-container .store-info-container .store-address span {
  display: block;
}
.store-locator .stores-list-container .stores-list .store-container-active {
  border-radius: 0.7rem;
  background-color: rgba(111, 111, 137, 0.2117647059);
}
.store-locator .stores-list-container .stores-list .not-found-store {
  margin: 1rem 0;
  font-weight: 300;
  font-size: 1rem;
}
.store-locator .stores-list-container .loading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  background: var(--main-color-transparent);
}
.store-locator .store-info-window {
  min-width: 250px;
  width: 320px;
  font-size: 0.85rem;
  padding: 0.7rem;
  overflow: hidden;
}
.store-locator .store-info-window .store-info-name {
  font-size: 1rem;
  font-weight: bold;
  color: var(--main-color-1);
}
.store-locator .store-info-window .store-info-address {
  margin-top: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.store-locator .store-info-window .store-info-address a {
  color: var(--main-color-4);
  transition: all 300ms ease;
}
.store-locator .store-info-window .store-info-address a:hover, .store-locator .store-info-window .store-info-address a:focus {
  color: var(--main-color-1);
}
.store-locator .store-info-window .store-info-address .circle {
  font-size: 1rem;
  background-color: white;
  color: #514c4c;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 8px;
}
.store-locator .filter-container {
  width: 100%;
  background-color: #8d8d96;
  position: relative;
  border-radius: 30px;
  margin-top: 0.5rem;
}
.store-locator .filter-container .filter {
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.store-locator .filter-container .filter select {
  width: 100%;
  font-size: 0.9rem;
  border: none;
  background-color: #8d8d96;
  color: var(--white-color);
  font-weight: 400;
  padding: 0.7rem 0;
  border-radius: 30px;
}
.store-locator .filter-container .filter select:focus {
  outline: none;
}
.store-locator .filter-container .filter select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.store-locator .filter-container .filter select::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 2rem;
  flex-direction: column;
  gap: 1rem;
}
.loading .loading-grow {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.loading .loading-grow .grow-item {
  width: 12px;
  height: 12px;
  background-color: var(--main-color-1);
  border-radius: 50%;
  animation: loading-grow 1.4s ease-in-out infinite;
}
.loading .loading-grow .grow-item:nth-child(1) {
  animation-delay: 0s;
}
.loading .loading-grow .grow-item:nth-child(2) {
  animation-delay: 0.2s;
}
.loading .loading-grow .grow-item:nth-child(3) {
  animation-delay: 0.4s;
}
.loading .loading-text {
  color: var(--main-color-4);
  font-size: 0.7rem;
  font-weight: 400;
}

@keyframes loading-grow {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.shimmer {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-slider {
  width: 100%;
  position: relative;
  background-color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.skeleton-slider .skeleton-slider-container {
  width: 100%;
}
.skeleton-slider .skeleton-slide {
  width: 100%;
  background-color: #f0f0f0;
  height: 261px;
}
@media (min-width: 768px) {
  .skeleton-slider .skeleton-slide {
    height: 415px;
  }
}
@media (min-width: 992px) {
  .skeleton-slider .skeleton-slide {
    height: 610px;
  }
}

.skeleton-announcement {
  width: 100%;
  margin-bottom: 1rem;
}
.skeleton-announcement .skeleton-announcement-bar {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
  height: 32px;
}
@media (min-width: 768px) {
  .skeleton-announcement .skeleton-announcement-bar {
    height: 43px;
  }
}
@media (min-width: 992px) {
  .skeleton-announcement .skeleton-announcement-bar {
    height: 60px;
  }
}

.skeleton-slider-other {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.skeleton-slider-other .skeleton-slider-other-item {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.skeleton-sidebar .skeleton-sidebar-item {
  margin-bottom: 1rem;
}
.skeleton-sidebar .skeleton-sidebar-line {
  background-color: #e0e0e0;
  border-radius: 4px;
  display: block;
}

.skeleton-widget .skeleton-line {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.skeleton-widget .skeleton-product-card {
  padding: 1rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: #fafafa;
}
.skeleton-widget .skeleton-product-image {
  background-color: #e0e0e0;
}
.skeleton-widget .skeleton-product-title {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.skeleton-widget .skeleton-product-price {
  background-color: #e0e0e0;
  border-radius: 4px;
}

.skeleton-references {
  margin: 1.5rem 0;
}
.skeleton-references .skeleton-line {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.skeleton-references .skeleton-reference-item {
  background-color: #e0e0e0;
}

.skeleton-sidebar-widget {
  margin-bottom: 1.5rem;
}
.skeleton-sidebar-widget .skeleton-widget-title {
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.skeleton-sidebar-widget .skeleton-widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skeleton-sidebar-widget .skeleton-widget-item {
  margin-bottom: 0.5rem;
}
.skeleton-sidebar-widget .skeleton-widget-image {
  height: 80px;
  background-color: #e0e0e0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

[data-bs-theme=dark] .skeleton-slider {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-slider .skeleton-slide {
  background-color: #1a1a1a;
}
[data-bs-theme=dark] .skeleton-announcement .skeleton-announcement-bar {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-slider-other .skeleton-slider-other-item {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-sidebar .skeleton-sidebar-line {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-widget .skeleton-line,
[data-bs-theme=dark] .skeleton-widget .skeleton-product-image,
[data-bs-theme=dark] .skeleton-widget .skeleton-product-title,
[data-bs-theme=dark] .skeleton-widget .skeleton-product-price {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-widget .skeleton-product-card {
  background-color: #1a1a1a;
  border-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-references .skeleton-line,
[data-bs-theme=dark] .skeleton-references .skeleton-reference-item {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .skeleton-sidebar-widget .skeleton-widget-title,
[data-bs-theme=dark] .skeleton-sidebar-widget .skeleton-widget-image {
  background-color: #2a2a2a;
}
[data-bs-theme=dark] .shimmer {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0));
  background-size: 200% 100%;
}

.gm-ui-hover-effect > span {
  background-color: var(--main-color-4);
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  margin-top: 5px !important;
  margin-left: -5px !important;
}

.page-bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.page-bottom-links a {
  background: var(--main-color-1);
  color: var(--white-color);
  padding: 0.5rem;
  text-align: center;
  font-size: 0.9rem;
  transition: all 500ms ease;
}
.page-bottom-links a::after, .page-bottom-links a::before {
  font-size: 1rem;
  font-weight: bold;
}
.page-bottom-links a:hover {
  color: var(--main-color-4);
}
.page-bottom-links a:first-child {
  min-width: 200px;
}
.page-bottom-links a:last-child {
  min-width: 200px;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 34px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: var(--main-color-4);
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid var(--border-color);
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: var(--main-color-1);
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
  color: var(--body-color);
  border: 1px solid var(--border-color);
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid var(--border-color);
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--main-color-1);
}

#canvasShippings,
#canvasInvoices {
  width: 650px;
}

.mega-menu-wrapper {
  position: relative;
  transition: all 0.5s;
}
.mega-menu-wrapper:hover .mega-menu {
  display: flex;
}
.mega-menu-wrapper .mega-menu {
  position: fixed;
  display: none;
  width: 100%;
  height: auto;
  padding: 2rem;
  background: var(--body-bg);
  transition: all 0.5s;
  left: 0;
  z-index: 10;
}
.mega-menu-wrapper .mega-menu .container-sm {
  max-width: 860px !important;
}
.mega-menu-wrapper .mega-menu .mega-menu-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mega-menu-wrapper .mega-menu .mega-menu-content .title {
  font-size: 1.1rem;
  font-weight: 300;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid var(--main-color-2);
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1rem;
  font-family: var(--font-family-title);
  text-transform: uppercase;
}
.mega-menu-wrapper .mega-menu .mega-menu-content ul.list {
  -moz-column-count: 2;
       column-count: 2;
  padding: 0;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.mega-menu-wrapper .mega-menu .mega-menu-content ul.list li {
  margin-bottom: 0.5rem;
}
.mega-menu-wrapper .mega-menu .mega-menu-content ul.list li .mega-menu-item {
  font-size: 0.9rem;
  font-weight: 100;
}

#mobileMenuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  height: 100%;
  right: 5px;
}
#mobileMenuToggle input {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  position: absolute;
}
#mobileMenuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -15px);
  background: var(--main-color-4);
}
#mobileMenuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#mobileMenuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 10px);
}
#mobileMenuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color-4);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#mobileMenuToggle span:first-child {
  transform-origin: 0% 0%;
}
#mobileMenuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#mobile-menu {
  z-index: 99;
  position: fixed;
  width: 85%;
  height: 100%;
  box-shadow: 0 0 10px rgba(139, 139, 139, 0.15);
  background-color: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translate(-114%, 0);
  padding: 1rem;
}
#mobile-menu .logo-brand {
  /* width: 100%; */
  position: relative;
  display: flex;
  justify-content: center;
}
#mobile-menu .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 90%;
}
#mobile-menu nav {
  margin: 1rem 0;
  overflow-y: scroll;
  scrollbar-width: none;
}
#mobile-menu nav ul {
  padding: 0;
}
#mobile-menu nav ul li {
  transition-delay: 1s;
}
#mobile-menu nav ul li .nav-link {
  color: var(--body-color);
}
#mobile-menu nav ul li .active {
  color: var(--main-color-1);
}
#mobile-menu nav .mobile-dropdown-menu .nav-item {
  margin-left: 1rem;
}
#mobile-menu nav .mobile-dropdown-menu .mobile-dropdown-menu-list {
  margin: 0;
  display: none;
  transition: all 300ms ease;
}
#mobile-menu .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
#mobile-menu .bottom .info-block {
  display: flex;
  color: var(--body-color);
  gap: 0.5rem;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
#mobile-menu .bottom .info-block a {
  color: var(--body-color);
}
#mobile-menu .bottom .info-block a:hover, #mobile-menu .bottom .info-block a:focus {
  color: var(--main-color-1);
}
#mobile-menu .bottom .info-block .phone,
#mobile-menu .bottom .info-block .mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8rem;
}
#mobile-menu .bottom .info-block .phone .fa-phone,
#mobile-menu .bottom .info-block .phone .fa-envelope-open-text,
#mobile-menu .bottom .info-block .mail .fa-phone,
#mobile-menu .bottom .info-block .mail .fa-envelope-open-text {
  margin-right: 0.5rem;
  color: var(--main-color-1);
}
#mobile-menu .bottom .social-block {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color-1);
  gap: 1rem;
}
#mobile-menu .bottom .social-block a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--main-color-4);
  transition: all 400ms ease;
}
#mobile-menu .bottom .social-block a .icon {
  font-size: 1.5rem;
}
#mobile-menu .bottom .social-block a:hover {
  color: var(--main-color-1);
}

.shopping-cart-table-mobile tbody .product-item {
  padding: 0.5rem;
  position: relative;
  display: flex;
  width: 22rem;
  align-items: center;
  padding-right: 1rem;
}
.shopping-cart-table-mobile tbody {
  display: block;
  overflow: hidden;
  width: 98%;
  border-bottom: 2px dashed rgba(49, 49, 49, 0.0901960784);
}
.shopping-cart-table-mobile tfoot {
  padding-top: 0.5rem;
  margin-top: 0 !important;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.2rem;
}
.shopping-cart-table-mobile tfoot tr {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
}
.shopping-cart-table-mobile tfoot tr .price {
  width: 5rem;
  font-weight: 500;
}
.shopping-cart-table-mobile .product-image {
  width: 75px;
  height: 75px;
}
.shopping-cart-table-mobile .product-image a {
  display: block;
  width: 75px;
  height: 75px;
}
.shopping-cart-table-mobile .product-image img {
  width: 100%;
  height: 100%;
}
.shopping-cart-table-mobile .product-info .btn {
  padding: 0 0.1rem;
}
.shopping-cart-table-mobile .product-info .input-group-text input {
  padding: 0 0.1rem;
  width: 40px !important;
}
.shopping-cart-table-mobile .product-info .product-code {
  font-size: 0.8rem;
  font-weight: 100;
}
.shopping-cart-table-mobile .product-price {
  vertical-align: bottom;
  font-size: 0.95rem;
  font-weight: 500;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: 11px;
}

.widget-lazy-load {
  min-height: 300px;
  position: relative;
}
.widget-lazy-load .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  html,
  body {
    width: auto !important;
    overflow-x: hidden !important;
  }
  .container-fluid {
    --bs-gutter-x: 1rem;
  }
  .sm-navbar-bottom {
    margin-bottom: 245px;
    display: block;
  }
  .navbar-custom .container-fluid {
    --bs-gutter-x: 1rem;
  }
  .navbar-custom .topbar {
    padding: 0.2rem;
  }
  .navbar-custom .topbar .block {
    justify-content: start;
    align-items: flex-start;
    gap: 0.2rem;
    flex-direction: column;
  }
  .navbar-custom .topbar .block .phone,
  .navbar-custom .topbar .block .mail {
    font-size: 0.8rem;
  }
  .navbar-custom .topbar .block-right {
    justify-content: end;
    flex-direction: row;
    gap: 0rem;
    align-items: center;
  }
  .navbar-custom .topbar .block-right .navbar-nav {
    margin: 0 0.3rem !important;
  }
  .navbar-custom .topbar .dropstart .dropdown-toggle::before {
    display: none;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu {
    position: absolute;
  }
  .navbar-custom .search-form {
    width: 100%;
  }
  .navbar-custom .search-form .input-group .input-group-text {
    padding: 0.1rem;
    height: 35px;
  }
  .navbar-custom .search-form .form-control {
    padding: 0.1rem 0.5rem;
    font-size: 0.8rem;
    height: 35px;
  }
  .navbar-custom .navbar-brand {
    padding: 0;
    margin: 0;
  }
  .navbar-custom .navbar-brand img {
    height: auto;
    width: 60%;
  }
  .navbar-custom .navbar-toggler {
    border: none;
    box-shadow: none;
  }
  .navbar-custom .orders-button .btn {
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
  }
  .navbar-custom .orders-button .btn .fa-basket-shopping {
    font-size: 0.9rem;
    margin: 0 0.2rem;
    margin-right: 0.3rem;
  }
  .navbar-custom .basket-button .basket-content span {
    font-size: 0.8rem;
  }
  .navbar-custom .basket-button .basket-content .fa-cart-plus {
    font-size: 1rem;
    margin: 0 0.2rem;
  }
  .navbar-custom .orders-button .sm-button,
  .navbar-custom .basket-button .sm-button,
  .navbar-custom .my-accounts .sm-button,
  .navbar-custom .auth-buttons .sm-button {
    height: 35px;
    font-size: 0.8rem;
    padding: 0 0.3rem;
    border: none;
    box-shadow: none;
  }
  .navbar-custom .orders-button .sm-button .rounded-pill,
  .navbar-custom .basket-button .sm-button .rounded-pill,
  .navbar-custom .my-accounts .sm-button .rounded-pill,
  .navbar-custom .auth-buttons .sm-button .rounded-pill {
    font-size: 0.5rem !important;
    left: 80% !important;
  }
  .navbar-custom .orders-button .sm-button span,
  .navbar-custom .basket-button .sm-button span,
  .navbar-custom .my-accounts .sm-button span,
  .navbar-custom .auth-buttons .sm-button span {
    font-size: 0.8rem;
  }
  .navbar-custom .orders-button .sm-button .fa-basket-shopping,
  .navbar-custom .orders-button .sm-button .fa-cart-plus,
  .navbar-custom .orders-button .sm-button .fa-user,
  .navbar-custom .basket-button .sm-button .fa-basket-shopping,
  .navbar-custom .basket-button .sm-button .fa-cart-plus,
  .navbar-custom .basket-button .sm-button .fa-user,
  .navbar-custom .my-accounts .sm-button .fa-basket-shopping,
  .navbar-custom .my-accounts .sm-button .fa-cart-plus,
  .navbar-custom .my-accounts .sm-button .fa-user,
  .navbar-custom .auth-buttons .sm-button .fa-basket-shopping,
  .navbar-custom .auth-buttons .sm-button .fa-cart-plus,
  .navbar-custom .auth-buttons .sm-button .fa-user {
    font-size: 0.9rem;
    margin: 0 0.2rem;
    margin-right: 0.3rem;
  }
  .navbar-custom .orders-button .sm-button .basket-content,
  .navbar-custom .orders-button .sm-button .content,
  .navbar-custom .basket-button .sm-button .basket-content,
  .navbar-custom .basket-button .sm-button .content,
  .navbar-custom .my-accounts .sm-button .basket-content,
  .navbar-custom .my-accounts .sm-button .content,
  .navbar-custom .auth-buttons .sm-button .basket-content,
  .navbar-custom .auth-buttons .sm-button .content {
    margin: 0 0.2rem !important;
  }
  .navbar-custom .basket-button .dropdown-menu,
  .navbar-custom .auth-buttons .dropdown-menu {
    width: 100%;
    left: 0;
    position: fixed;
    top: 230px;
    z-index: 10;
  }
  .navbar-custom .basket-button .buttons,
  .navbar-custom .auth-buttons .buttons {
    display: flex;
    gap: 5px;
  }
  .navbar-custom .basket-button .buttons .btn,
  .navbar-custom .auth-buttons .buttons .btn {
    width: 100%;
    min-width: auto;
    height: auto;
    font-size: 0.85rem;
    padding: 0.3rem;
  }
  .navbar-custom .my-accounts .content small {
    font-size: 0.7rem;
  }
  .navbar-custom .my-accounts .dropdown-menu {
    padding: 0.5rem 0;
  }
  .navbar-custom .my-accounts .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
  }
  .navbar-custom .header-menu {
    padding: 0rem;
  }
  .navbar-custom .orders-button,
  .navbar-custom .my-accounts,
  .navbar-custom .basket-button,
  .navbar-custom .auth-buttons {
    margin: 0 0.2rem;
  }
  .navbar-custom .header-menu .navbar-nav {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0.5rem;
  }
  .navbar-custom .auth-buttons .dropdown-menu {
    width: 100%;
  }
  .sm-other-button {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin: 0.3rem 0;
  }
  .navbar-custom .navbar-nav .nav-link {
    font-size: 0.9rem;
    margin: 0;
  }
  .navbar-custom .search-form .result {
    padding: 0.2rem;
  }
  .navbar-custom .search-form .result .product {
    padding: 0.3rem;
  }
  .navbar-custom .search-form .result .product .title {
    font-size: 0.8rem;
  }
  .navbar-custom .search-form .result .product .title .price {
    width: 45%;
    text-align: end;
  }
  #left-sidebar {
    display: none;
  }
  .sm-d-none {
    display: none;
  }
  .sm-d-block {
    display: block;
  }
  .sm-mt-5-none {
    margin-top: 2rem !important;
  }
  .sm-mt-02 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  .sm-mt-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .announcement-slider {
    margin-bottom: 0.2rem !important;
  }
  .slider-other-image {
    display: none;
  }
  .slider-content {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .slider-content .left {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .slider-content .right {
    display: none;
  }
  .product-tabs .nav-pills {
    justify-content: center;
  }
  .product-tabs .nav-link {
    font-size: 0.9rem;
  }
  .products .content .product-list .product .discount {
    padding: 0.1rem 0.3rem;
    font-size: 0.5rem;
  }
  .products .content .product-list .product .product-link .card-img-top {
    height: 150px;
  }
  .products .content .product-list .product {
    width: 50%;
  }
  .products .content .product-list .product .card-body .card-title {
    font-size: 0.9rem;
  }
  .products .content .product-list .product .card-body .stars {
    margin: 0;
  }
  .products .content .product-list .product .card-body .price {
    font-size: 0.8rem;
  }
  .products .content .product-list .product .card-body .price span {
    margin: 0 0.2rem;
  }
  .products .content .product-list .product .card-body {
    padding: 0.5rem;
  }
  .products .content .product-list .product .card-body .price small {
    font-size: 0.7rem;
  }
  .products {
    padding: 0;
    margin-bottom: 1rem;
  }
  .products .content {
    padding: 0;
    margin: 0.5rem;
    font-size: 0.85rem;
    padding-bottom: 1rem;
  }
  .products .content .loading .spinner-grow {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 2rem;
  }
  .articles-widget .swiper {
    padding: 0;
  }
  .articles-widget .swiper .swiper-slide img {
    height: 150px;
  }
  .articles-widget .title {
    font-size: 0.9rem;
    margin: 0;
  }
  .references .swiper {
    padding: 1rem;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1rem;
  }
  .subscriptions {
    padding: 1rem;
    font-size: 1rem !important;
  }
  .subscriptions .subscription-form .description .icon {
    font-size: 1.2rem;
  }
  .subscriptions .subscription-form .description .text {
    margin-bottom: 0.5rem;
  }
  .subscriptions .subscription-form .description .text small {
    font-size: 0.75rem;
  }
  .subscriptions .subscription-form .description .text strong {
    font-size: 0.8rem;
  }
  .subscriptions .subscription-form .form .form-floating > label {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .subscriptions .subscription-form .form .btn {
    font-size: 0.9rem;
  }
  .subscriptions .subscription-form .form .form-control {
    padding: 0;
    margin: 0;
    line-height: 0;
    height: 40px;
  }
  .subscriptions .socialmedia {
    margin-top: 0.5rem;
  }
  .subscriptions .socialmedia ul li a {
    font-size: 0.7rem;
  }
  .footer {
    margin-top: 0.5rem;
  }
  .footer .address img {
    height: 100%;
    width: 100px;
  }
  .footer ul li {
    margin-bottom: 0.5rem;
  }
  .footer .block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .block ul li {
    margin: 0.2rem;
    gap: 10px;
  }
  .footer .address .fa-map-location-dot,
  .footer .address .fa-phone,
  .footer .address .fa-envelope-open-text,
  .footer .address .fa-clock {
    font-size: 1rem;
  }
  .footer .block {
    margin: 0.5rem 0;
  }
  .footer .block ul li {
    margin-top: 0.5rem;
  }
  .footer .links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5px;
  }
  .footer .links ul li {
    margin: 0;
  }
  .footer .links ul li a {
    font-size: 0.75rem;
  }
  .footer .links ul li::after {
    margin-left: 0rem;
    content: "";
  }
  section.page {
    margin: 1rem 0;
    padding: 0 0.5rem;
  }
  section.page .title {
    margin: 0;
    font-size: 1.3rem;
  }
  section.page .content {
    margin: 1rem 0;
  }
  #list-category {
    display: none;
  }
  #list-category-horizontal {
    top: 199px;
    position: fixed;
    display: block;
    margin-bottom: 0.5rem;
    background: var(--body-bg);
    z-index: 9;
  }
  #list-category-horizontal .list {
    padding: 0 0.5rem;
    height: auto;
  }
  #list-category-horizontal .list .category {
    font-size: 0.8rem;
  }
  section.product-page {
    margin: 0;
  }
  section.product-page #pills-content {
    width: 100%;
    white-space: normal;
    overflow-x: scroll;
    padding: 0;
  }
  section.product-page .title-sm {
    display: block;
    margin-bottom: 0.5rem;
  }
  section.product-page .gallery .product-image .new-icon {
    width: 60px;
    height: 60px;
  }
  section.product-page .gallery .image-list .image-item {
    height: 100%;
  }
  section.product-page .gallery .image-list .image-item img {
    height: 100%;
  }
  .sticky-top {
    top: 0;
    position: fixed;
    margin-bottom: 203px;
  }
  section.product-page .detail .title {
    font-size: 1rem;
    margin: 0rem;
  }
  section.product-page .detail .block .price span {
    font-size: 1.2rem;
  }
  section.product-page .detail .block .discount-price .discount-detail span {
    font-size: 1rem;
  }
  section.product-page .detail {
    padding: 0 0.5rem;
  }
  section.product-page .detail .buttons {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.product-page .detail .buttons .btn {
    font-size: 1rem;
    padding: 0.3rem;
    width: 150px;
    min-width: auto;
  }
  section.product-page .detail .buttons-other {
    margin: 0.2rem 0;
  }
  section.product-page .detail .buttons-other .btn-link {
    font-size: 0.8rem;
  }
  section.product-page .content {
    margin-top: 0.5rem;
  }
  section.product-page .tab-content {
    padding: 0.5rem;
  }
  section.product-page .content .top-bar .nav {
    display: flex;
    gap: 5px;
  }
  section.product-page .content .top-bar {
    margin: 0;
    padding: 0.5rem;
  }
  section.product-page .content .top-bar .nav .nav-item .nav-link {
    font-size: 0.8rem;
    margin: 0;
    padding: 0.4rem;
  }
  section.product-page .detail .share .box #social-links ul .fa-square-facebook,
  section.product-page .detail .share .box #social-links ul .fa-square-twitter,
  section.product-page .detail .share .box #social-links ul .fa-pinterest,
  section.product-page .detail .share .box #social-links ul .fa-linkedin,
  section.product-page .detail .share .box #social-links ul .fa-whatsapp,
  section.product-page .detail .share .box #social-links ul .fa-square-reddit,
  section.product-page .detail .share .box #social-links ul .fa-telegram {
    padding: 0.2rem;
  }
  .products .title h1 {
    font-size: 1.2rem;
  }
  .products .filters-panel {
    display: block;
    font-size: 0.75rem;
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
  .products .filters-panel .form-select {
    font-size: 0.75rem;
  }
  .products .filters-panel .other {
    display: flex;
    justify-content: space-between;
    gap: 0.3rem;
    margin: 0.3rem 0;
  }
  .auth-form {
    margin: 0;
    margin-bottom: 1rem;
  }
  .auth-form .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .auth-form .mt-4 {
    margin-top: 0.5rem !important;
  }
  .auth-form label {
    font-size: 0.85rem;
  }
  .auth-form .buttons {
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem;
  }
  .auth-form .buttons .btn,
  .auth-form .buttons a {
    font-size: 0.85rem;
    padding: 0.3rem;
  }
  .auth-form .form-control {
    font-size: 0.85rem;
    padding: 0.3rem;
  }
  .shopping-cart-table {
    font-size: 0.75rem;
  }
  .shopping-cart-table .sm-d-block {
    display: block;
  }
  .shopping-cart-table tbody td .input-group-text {
    padding: 0 !important;
  }
  .shopping-cart-table .input-group {
    background-color: transparent !important;
  }
  .shopping-cart-table .input-group .input-group-text {
    background-color: transparent !important;
  }
  .shopping-cart-table .input-group .input-group-text .btn {
    font-size: 0.85rem;
    padding: 0.1rem;
  }
  .shopping-cart-table .input-group .input-group-text input {
    width: 20px !important;
    font-size: 0.85rem;
    padding: 0.1rem;
  }
  .page-shopping-cart {
    font-size: 0.85rem;
  }
  .page-shopping-cart .btn,
  .page-shopping-cart .form-control,
  .page-shopping-cart .form-select {
    font-size: 0.85rem;
    padding: 0.3rem;
  }
  .page-shopping-cart .sm-block {
    margin: 0 -1rem;
  }
  .page-shopping-cart .block {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .page-shopping-cart .block .title {
    font-size: 0.9rem;
  }
  .page-shopping-cart .buttons {
    gap: 0.5rem;
    flex-direction: column;
  }
  .page-shopping-cart .buttons .btn {
    width: 100%;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
  }
  .page-shopping-cart .form-check-reverse {
    text-align: center;
  }
  .sliders .autoplay-progress {
    width: 24px;
    height: 24px;
  }
  .sliders .autoplay-progress span {
    font-size: 0.8rem;
  }
  section.product-page .detail .block .discount-price .discount-detail .discount {
    margin: 0;
  }
  section.product-page .detail .block .discount-price .discount-amount span {
    font-size: 1.3rem;
  }
  section.product-page .detail .block .discount-price {
    margin-top: 1rem;
  }
  .iti--allow-dropdown {
    width: 100%;
  }
  input[type=phone] {
    padding-left: 50px !important;
  }
  .widgets .widget-wrapper .widget-action .widget-summary {
    font-size: 0.7rem;
  }
  .widgets .widget-wrapper .widget-action .widget-summary .name {
    width: 100%;
  }
  .widgets .widget-wrapper .widget-action:hover .widget-summary .hover {
    display: none;
  }
  .navbar-custom .header-menu {
    background: var(--main-color-transparent);
  }
  .navbar-custom .header-menu .navbar-nav {
    padding: 0 1rem;
    flex-direction: column;
  }
  .navbar-custom .header-menu .navbar-nav .nav-link {
    padding: 0.3rem 0;
    font-weight: 500;
  }
  .page-bottom-links {
    flex-direction: column;
  }
  .page-bottom-links a {
    width: 100%;
  }
  .page-bottom-links a:first-child {
    text-align: left;
  }
  .page-bottom-links a:last-child {
    text-align: right;
  }
}
