/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.portfolio-ajax-modal,
.shop-quick-view-ajax {
  width: auto !important;
  max-width: 1000px !important;
}
.scw-switcher-wrap,
.scw-trigger-icon {
  position: fixed;
  left: auto;
  background-color: #fff;
}
.scw-trigger-icon {
  width: 44px;
  height: 44px;
  top: 121px;
  right: 26px;
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
.scw-trigger-icon i {
  font-size: 18px;
}
.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1),
.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2) {
  display: none;
}
.scw-switcher-wrap {
  top: 120px;
  right: 25px;
  padding: 23px;
  width: 0;
  height: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.scw-switcher-wrap.scw-switcher-open {
  width: 300px;
  height: 70%;
  padding: 35px 25px;
  overflow-y: scroll;
}
.scw-switcher-wrap .widget {
  margin: 0;
}
.scw-switcher-wrap .line,
.scw-switcher-wrap .widget {
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  -o-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.scw-switcher-wrap.scw-switcher-open .line,
.scw-switcher-wrap.scw-switcher-open .widget {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.4s ease;
  -o-transition: opacity 0.3s 0.4s ease;
  transition: opacity 0.3s 0.4s ease;
}
.scw-switcher-wrap .widget h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.scw-switcher-wrap .btn-container {
  margin: 0 -5px -5px 0;
}
.scw-switcher-wrap .btn {
  margin: 0 5px 5px 0;
}
.scw-switcher-wrap .row {
  margin: 0 -5px;
}
.scw-switcher-wrap .col-6 {
  padding: 5px;
}



#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 1001;
}

#loader img {
  width: 300px;
  margin-left: -80px;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);

  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
