/** Shopify CDN: Minification failed

Line 35:2 Expected identifier but found "*"
Line 972:17 Expected ":"

**/
/************************** Common Section **************************/
.shopify-challenge__container {
  margin: 30px auto 50px auto !important;
}
.shopify-challenge__container .shopify-challenge__button {
  margin-top: 15px !important;
}
.btn {
  display: inline-block;
  padding: 10px 40px;
  background: #ebb932;
  border-radius: 50px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.cart .cart-checkout input[name="checkout"] {
  background: #ebb932;
  color: #000;
}
.btn:hover {
  color: #fff;
  background: #000;
}

.box-wrapper {
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.wide-wrapper {
  margin: 0 40px;
}

section {
  padding: 40px 0;
}
.section-header {
  padding-bottom: 40px;
  text-align: center;
}
.section-title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 5px;
}
.i {  
  color: #e41937;
  position: relative;
}
.i:before {
  content: "ı";
  position: absolute; 
  color: #000;
}
.section-subtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #5e5e5e;
}
.section-subtitle a {
  color: #5e5e5e;
  text-decoration: underline;
}
.section-subtitle svg {
  max-width: 15px;
  max-height: 15px;
  margin-left: 5px;
}
.section-subtitle svg path {
  fill: #e41937 !important;
}

@media only screen and (max-width: 700px) {
  .wide-wrapper {
    margin: 0 15px;
  }
  .box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/************************** Header Section **************************/
.header section {
  padding: 0;
}
.header-wrapper {
  padding: 15px 0;
}
.header-wrapper .grid {
  display: flex;
  align-items: center;
}
.header-wrapper .grid .grid__item {
  margin-bottom: 0;
}
.header-wrapper .site-logo.has-image {
  margin: 10px 10px 10px 0!important;
  text-align: left;
}
.offer-email-search form {
  margin-bottom: 0;
}
.header-search-bar {
  position: relative;
}
.header-search-bar input[type="search"] {
  border-radius: 23px;
  padding: 8px 50px 8px 20px;
  width: 100%;
}
.header-search-bar input[type="search"]:focus {
  outline: none;
}
.header-search-bar button {
  position: absolute;
  top: 4px;
  right: 15px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  padding: 6px;
  height: auto;
}
.header-search-bar button:hover {
  background-color: transparent;
  color: #e41937;
}
.header-wrapper a {
  text-decoration: none;
}
.header-wrapper a.user-account {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  margin: 0 20px;
  font-weight: 600;
}
.header-wrapper a.user-account .label {
  display: block;
}
.header-wrapper a.cart-icon {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.header-wrapper a.cart-icon #CartCount {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e11c30;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  font-size: 12px;
}
.header-wrapper a.cart-icon .label {
  display: block;
}
.header-wrapper .header-cart-and-login {
  display: flex;
  align-items: center;
  justify-content: right;
}
.header-wrapper a.contact-button {
  display: inline-block;
  padding: 8px 25px 8px 50px;
  background: url('/cdn/shop/files/icon-call-white_15x_a3bd4fd5-774f-4a2a-bd55-4b4d42b5c54b.png?v=1673467244') left 20px center no-repeat #ebb932;
  border-radius: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin-left: 20px;
}
.header-wrapper a.contact-button:hover {
  background: url('/cdn/shop/files/icon-call-white_15x.png?v=2640031188278300001') left 20px center no-repeat #000;
  color: #fff;
}
nav.nav-bar {
  background-color: #231f20;
  padding: 0 40px;
  position: relative;
}  
.main-site-nav {
  display: flex;
  justify-content: space-between;
}
.main-site-nav > li > a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
}
.main-site-nav > li > a:hover {
  color: #b7b7b7;
}
.main-site-nav > li > a > img {
  margin-right: 10px;
}
.main-site-nav .dropdown-wrapper {
  position: absolute;
  top: 200px;
  visibility: hidden;
  left: 0;
  width: 380px;
  background: #fff;
  z-index: 5;
  font-size: 14px;
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
.main-site-nav .dropdown-wrapper.active {
  top: 100%;
  visibility: visible;
}
.main-site-nav .dropdown-wrapper .dropdown-inner {
  padding: 40px 20px 60px 40px;
  position: relative;
}

.main-site-nav .dropdown-wrapper ul a {
  text-transform: none;
}
.main-site-nav .dropdown-wrapper ul.first-child .has-grand-dropdown > a {
  font-weight: 900;
  text-transform: uppercase;
}
.main-site-nav .dropdown-wrapper .dropdown-inner .menu-drop-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-site-nav .dropdown-wrapper .menu-drop-contact-inner {
  display: block;
  padding: 15px 40px;
  border-top: 1px solid #c7c6c7;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 14px;
}
.main-site-nav .dropdown-wrapper .menu-drop-contact-inner a {
  display: inline-block;
  font-weight: 600;
  border-left: 1px solid #c7c6c7;
  padding: 0 0 0 15px;
  margin-left: 15px;
}

.header .navigation {
  margin-bottom: 0;
}

.main-site-nav .dropdown-wrapper .dropdown-inner .first-child {
  max-height: 500px;
  overflow-x: auto;
}
.main-site-nav .dropdown-wrapper .dropdown-inner .first-child {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.main-site-nav .dropdown-wrapper .dropdown-inner .first-child::-webkit-scrollbar {
  display: none;
}

/*----------------- carousel-hero Section -------------------*/
section.carousel-hero-wrapper {
  padding: 0;
}
.carousel-hero-wrapper .wide-wrapper {
  margin: 0 0 20px;
}
.carousel-hero-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.carousel-hero-text {
  padding-left: 40px;
  padding-right: 30px;
}
.carousel-hero-image img {
  width: 100%;
  display: block
}
.carousel-hero .flickity-prev-next-button.previous {
  left: 5px!important;
}
.carousel-hero .flickity-prev-next-button.next {
  right: 5px!important;
}
.carousel-hero-item h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
}
.carousel-hero-content {
  margin-bottom: 20px;
}

.main_hero_video_button .watch_video {
  display: inline-block;
  padding: 8px 25px 8px 55px;
  background: url('/cdn/shop/files/icon-play-white_20x_53a9ee81-a0ef-46a7-9e0c-e516717d2377.png?v=1673467358') left 25px center no-repeat #ebb932;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
}
.main_hero_video_button .watch_video:hover {
  color: #fff;
  background: url('/cdn/shop/files/icon-play-white_20x.png?v=1663615222') left 25px center no-repeat #000;
}

/*----------------- carousel-items Section -------------------*/
.carousel-inner-wrapper .flickity-viewport {
  background: transparent;
}
.carousel-inner-wrapper .carousel-cell {
  margin-right: 20px;
  margin-bottom: 20px;
}
.carousel-item {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.carousel-item img {
  display: block;
  margin-bottom: 20px;
}
.carousel-item h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.carousel-item h2.carousel-product-title {
  font-size: 16px;
  line-height: 22px;
}
.carousel-item h2 a {
  font-weight: 700;
}
.carousel-item h2.carousel-product-title a {
  font-weight: 400;
}
.carousel-content {
  margin-bottom: 20px;
  height: 86px;
  overflow: hidden;
}
.carousel-product-price {
  font-weight: 700;
}
.carousel-item a {
  text-decoration: none;
}
.carousel-item a.carousel-link {
  font-weight: bold;
}
.flickity-prev-next-button.previous {
  left: -45px !important;
}
.flickity-prev-next-button.next {
  right: -45px !important;
}
.flickity-prev-next-button {
  width: 60px;
  height: 85px;
  background: transparent;
}
.flickity-prev-next-button .arrow {
  fill: #e31937 !important;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
.carousel-bottom-btn {
  text-align: center;
}
.carousel-item img.second-image {
  display: none;
}
.carousel-item:hover img.second-image {
  display: block;
}
.carousel-item:hover img.first-image{
  display: none;
}

.home_collection_carousel .carousel-inner-wrapper {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 20px;
}
.home_collection_carousel .carousel-link {
  font-size: .9em;
}
.home_collection_best_sell .carousel-item h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  min-height: 44px;
}
.home_collection_best_sell .carousel-content {
  min-height: 44px;
  height: auto;
  margin-bottom: 10px;
}
.home_collection_best_sell .carousel-link {
  display: inline-block;
  padding: 5px 30px;
  background: #ebb932;
  color: #000;
  border-radius: 30px;
}
.home_collection_best_sell .carousel-link:hover {
  background: #000;
  color: #fff !important;
}
.home_collection_best_sell .carousel-link span {
  display: none;
}

.carousel-wrapper.home_blog_section .section-header {
  max-width: 900px;
  margin: 0 auto;
}

/*---------------------- newsletter Section -----------------------*/
.newsletter {
  background: #231f20;
}
.newsletter-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.newsletter-wrapper .newsletter-image img {
  display: block;
}
.newsletter-wrapper .newsletter__subheading {
  padding-bottom: 30px;
}
.newsletter-text-left,
.newsletter-form-right {
  width: calc(50% - 15px);
}
.newsletter-image {
  margin-right: -40px;
}
.newsletter-text-left {
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.newsletter-text-left h2 {
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.newsletter-form__field-wrapper {
  width: 100%;
}
.newsletter-form__field-wrapper .field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.newsletter-form__field-wrapper .field__input {
  border: none;
  z-index: 0;
  background: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  width: calc(50% - 90px);
  height: 40px;
}
.newsletter-form__field-wrapper .field__input:focus {
  outline: none;
}
.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}
.newsletter-form__message--success {
  margin-top: 20px;
  color: #fff;
}
.newsletter-form__button {
  margin: 0;
  top: 0;
  z-index: 2;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.newsletter-form__button:hover {
  background: #c7c6c7;
  color: #000;
}
body:not(.template-index) .newsletter-form__button:hover {
  background: #000;
  color: #fff;
}
.newsletter__button {
  margin-top: 0;
  width: fit-content;
}

/*---------------------------- Section ----------------------------*/
/*---------------------------- Section ----------------------------*/

/************************** Footer Section **************************/
footer.site-footer {
  text-align: left;
  background-color: #231f20;
  color: #fff;
}
footer.site-footer h4, footer.site-footer .h4 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
footer.site-footer a {
  color: #fff;
}
footer.site-footer ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
footer.site-footer .declaration {
  font-size: 9px;
  line-height: 14px;
  max-width: 600px;
}
.footer-contact {
  margin-top: 10px;
}
.footer-contact a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-contact a img {
  vertical-align: middle;
  max-width: 15px;
}
.footer-contact a span {
  display: inline-block;
  padding-left: 10px;
}
footer.site-footer p.copyright {
  color: #fff;
  font-size: 16px;
}
footer.site-footer .connect-media {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer.site-footer .connect-media .social-icons {
  display: inline-block;
  margin-left: 30px;
}
footer.site-footer ul.social-icons li a:hover, footer.site-footer ul.social-icons li a:focus {
  color: #fff;
}
footer.site-footer ul.social-icons .icon {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  footer.site-footer {
    padding: 40px 20px 10px;
  }
  .footer-contact {
    display: flex;
    justify-content: space-around;
    max-width: 320px;
    margin: 20px auto 5px;
  }
  .footer-contact a img {
    max-width: 20px;
  }
  .footer-contact a span {
    display: none;
  }
  .flickity-prev-next-button.previous {
    left: -35px !important;
  }
  .flickity-prev-next-button.next {
    right: -35px !important;
  }
  .flickity-prev-next-button {
    width: 35px;
    height: 70px;
    background: transparent;
  }

}


/*********************** Contact Page Section ***********************/

/**************************  Page Section ***************************/
/*----------------------- Magnifile banner --------------------------*/
.magnifile-template main.main-content {
    margin-top: 0 !important;
}
.magnifile-banner-wrapper {
  margin-bottom: 30px;
}
.magnifile-banner-wrapper .grid {
  display: flex;
  align-items: center;
}
.magnifile-banner-wrapper .grid .grid__item {
  margin-bottom: 0;
}
.magnifile-banner-wrapper .banner-images img {
  float: left;
  width: 100%;
}

.magnifile-banner-wrapper .banner-content h5 {
  font-size: 22px;
  line-height: 28px;
  color: #4b494a;
}
.magnifile-banner-wrapper .banner-content h2 {
  font-size: 48px;
  line-height: 55px;
}
.magnifile-banner-wrapper .banner-content p {
  font-size: 18px;
  line-height: 24px;
}
.magnifile-banner-wrapper .banner-content .download-btn:focus {
  color: #fff;
}
.image-slider img {
  float: left;
  transition: opacity .5s ease-in;
}
.image-slider img + img {
  opacity: 0; 
  height: 0;
}
.pf-slider img {
  float: left;
  transition: opacity .5s ease-in;
}
.pf-slider img + img {
  opacity: 0; 
  height: 0;
}
.magnifile-template .banner-content {
  padding: 15px 0;
}
.magnifile-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.magnifile-form .field__input {
  border: none;
  z-index: 0;
  background: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  width: calc(50% - 120px);
  max-width: 170px;
  height: 40px;
}
.magnifile-form .field__input:focus {
  outline: none;
}
.magnifile-form .magnifile-form__button {
  min-width: 120px;
  margin: 0;
  top: 0;
  z-index: 2;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}
.magnifile-form-sub-text {
  display: inline-block;
  margin-top: 10px;
  color: #000;
}
.magnifile-hero-right {
  margin-top: auto;
}
.magnifile-hero-slide {
  vertical-align: middle;
}
.magnifile-template .carousel-bottom-btn {
  margin-top: 20px;
}
.magnifile-template .newsletter {
  background: #c7c6c7;
}
.newsletter.home_email_signup {
  background: #aeaeae;
}
.magnifile-template .newsletter-text-left,
.magnifile-template .newsletter-text-left h2 {
  color: #231f20;
}

.newsletter.home_email_signup h2 {
  color: #231f20;
}
.newsletter.home_email_signup .newsletter__subheading {
  padding-bottom: 15px;
  color: #231f20;
}
.newsletter.home_email_signup .newsletter-form__button:hover {
  background: #231f20;
  color: #fff;
}
.magnifile-other-template-text {
  margin-top: -15px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
  text-align: center;
}


/*---------------------------- Mobile navigation ----------------------------*/
.mobile-site-nav {
  padding: 20px;
}
.mobile-site-nav a {
  padding: 5px 0;
  display: block;
  line-height: 1.3em;
}
.mobile-site-nav .first-child {
  padding-left: 15px;
  margin-bottom: 15px;
}
.mobile-site-nav .has-grand-dropdown > a {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
#menu.panel .account {
  padding: 10px;
  border-top: 1px solid #ddd;  
}
#menu.panel .menu-drop-contact {
  border-top: 1px solid #ddd;  
  border-bottom: 1px solid #ddd;  
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}
#menu.panel .menu-drop-contact a {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

/*---------------------------- Section ----------------------------*/

/************************ Responsive Section ************************/
@media only screen and (max-width: 1279px) {
  .header-wrapper .site-logo.has-image {
    max-width: 280px;
  }
  .header-wrapper a.user-account,
  .header-wrapper a.cart-icon {
    margin: 0 10px;
  }
  .header-wrapper a.user-account span.label,
  .header-wrapper a.cart-icon span.label {
    display: none;
  }
  .navigation ul li a {
    padding: 3px 8px!important;
  }
  .main-site-nav > li > a {
    font-size: 12px;
  }
  .main-site-nav .has-dropdown > a >img {
    vertical-align: middle;
    position: relative;
    top: -2px;    
  }
  .carousel-hero-item h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  .section-title {
    font-size: 30px;
    line-height: 40px;
  }
  .carousel-item h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .section-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .newsletter-text-left h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  /******** magnifile page ******/
  .magnifile-form {
    display: inherit;
  }
  .magnifile-form .field__input {
    width: calc(50% - 10px);
    height: 40px;
    margin-right: 10px;
  }
  .magnifile-form .magnifile-form__button {
    margin-top: 10px;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-wrapper .site-logo.has-image {
    max-width: 220px;
  }
  .header-wrapper a.user-account,
  .header-wrapper a.cart-icon {
    margin: 0 8px;
  }
  .header-wrapper a.contact-button {
    padding: 8px 20px 8px 30px;
    background: url('/cdn/shop/files/icon-call-white_15x.png?v=2640031188278300001') left 11px center no-repeat #e41937;
    font-size: 12px;
    line-height: 16px;
    margin-left: 8px;
  }
  .navigation ul li a {
    padding: 6px 6px!important;
  }
  .main-site-nav > li > a {
    font-size: 9px;
    line-height: 16px;
  }
  .main-site-nav .has-dropdown > a >img {
    top: 0;    
  }
  .carousel-hero-item h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .carousel-hero-content {
    margin-bottom: 10px;
  }
  .carousel-hero-text {
    padding-right: 15px;
  }
  .newsletter-form__field-wrapper .field {
    display: inherit;
  }
  .newsletter-form__field-wrapper .field__input {
    width: 100%;
    margin-bottom: 10px;
  }

  /******** magnifile page ******/
  .magnifile-banner-wrapper .banner-content h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .magnifile-banner-wrapper .banner-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .magnifile-banner-wrapper .banner-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 801px) {
  .header_hide_on_big_screen {
    display: none!important;;
  }
}
@media only screen and (max-width: 800px) {
  .header_hide_on_small_screen {
    display: none!important;;
  }
  .floating-search-bar {
    position: absolute;
    left: 0;
    top: -300px;
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    z-index: 10;
    border-top: 1px solid #dcdcdc;
    transition: top 0.2s ease-out;
  }
  .floating-search-bar.active {
    top: 100%;
  }
  .header-wrapper {
    padding: 10px 0 0 0;
    position: relative;
  }
  .header-cart-and-login > a {
    padding: 0 10px;
  }
  .header-wrapper a.cart-icon #CartCount {
    top: -8px;css transitio
    right: -2px;
  }
  .newsletter-wrapper {
    display: inherit;
  }
  .newsletter-text-left, .newsletter-form-right {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .newsletter-form-right {
    padding-bottom: 0;
  }
  .newsletter-image {
    margin-right: -40px;
    margin-left: -40px;
  }
    /******** magnifile page ******/
  .magnifile-banner-wrapper .grid {
    display: inherit;
  }
  .magnifile-banner-wrapper .medium-down--one-whole {
    width: 100%;
  }
  .magnifile-banner-wrapper .banner-content {
    padding: 30px 0;
    text-align: center;
  }
  .magnifile-banner-wrapper .image-slider {
    padding-top: 10px;
  }
  .magnifile-template .newsletter-wrapper .newsletter__subheading {
    padding-bottom: 0;
  }
  .magnifile-template .newsletter-text-left {
    padding: 15px 0;
  }
  .magnifile-template .newsletter-form-right {
    padding-bottom: 15px;
  }
  
}
@media only screen and (max-width: 767px) {
  .carousel-hero-item h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .carousel-hero-content {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .btn {
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  /******** magnifile page ******/
  .magnifile-form .field__input {
    width: calc(50% - 10px);
    max-width: 200px;
    height: 35px;
    margin-right: 10px;
  }
  .magnifile-banner-wrapper .image-slider {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .header-cart-and-login > a {
    padding: 0 6px;
  }
  .carousel-hero-item h2 {
    font-size: 40px;
    line-height: 52px;
  }
  footer.site-footer .grid_item {
    margin-bottom: 15px;
  }
  .menu-accordion h4 {
    position: relative;
  }
  .menu-accordion h4:after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 6px;
  }
  .menu-accordion h4.active:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 10px;
  }
  .menu-accordion ul {
    display: none;
  }
  footer.site-footer .connect-media .social-icons {
    float: right;
  }

  .newsletter-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .magnifile-form .field__input {
    width: 100%;
    max-width: 300px;
    display: table;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .magnifile-form .field__input[type='text'] {
    margin-bottom: 10px;
  }
}
.testimonial-stars {
  max-width: 200px;
  margin: 0 auto 30px auto;
}
.semgeeks-section-spacer {
  height: 20px;
}
.template-index .mfp-content {
  max-width: 1000px;
  margin: 0 auto;
}
.template-index .mfp-content .mfp-close {
  color: #fff;
}

.collection aside .nav-container {
  padding: 15px;
}

.collection aside nav li.active > div a {
  color: #E51937;
}

.collection aside nav li.has-dropdown a {
  display: inline;
}
.collection aside .nav-container li {
  width: auto !important;
}

.collection aside .nav-container .semgeeks-menu-dropdown-icon {
    width: 15px;
    height: auto;
	padding: 3px;
    margin-left: 3px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.collection aside .nav-container .semgeeks-menu-dropdown-icon-flipped i {
    transform: rotate(180deg);
}

.collection aside .nav-container .dropdown {
	display: none;	
}

.collection aside .nav-container .semgeeks-dropdown-open > .dropdown {
    display: block !important;
}

.collection aside .nav-container .sub-menu li .semgeeks-has-dropdown-wrap a {
	display: inline-block;
}

.oc_ref-orr {
    display: flex;
}
.oc_ref-orr h3, .oc_ref-orr h2, .oc_ref-orr h1,
.oc_adjust-orr h3, .oc_adjust-orr h2, .oc_adjust-orr h1 {
    color: #ebb934;
}
.oc_ref-orr ul, .oc_adjust-orr ul {
    margin: 0px;
}
.oc_ref-orr .description.rte, .oc_adjust-orr .description.rte {
    background: #4b4b4b;
    color: #fff;
}
.oc_orr .description li {
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: bold;
}
header.collection-header .oc_ref-orr .description.rte {
    width: 40% !important;
    padding: 10px;
    padding-left: 15px !important;
    padding-top: 12px;
}
header.collection-header .oc_ref-orr .collection-image {
    width: 60% !important;
}
header.collection-header .oc_ref-orr .collection-image img {
    width: 100%;
    max-height: 150.667px;
    object-fit: cover;
    height: 100%;
}

.oc_adjust-orr {
    display: flex;
    flex-wrap: wrap;
}
header.collection-header .oc_adjust-orr .description.rte {
    width: 60%;
    padding: 10px;
    padding-left: 15px !important;
    padding-top: 12px;
}
.oc_video_block {
    width: 40%;
      display: flex;
}

.oc_orr ul {
  list-style: none;
}

.oc_orr ul li::before {
  content: "• ";
  position: absolute;
  left: 0;
}

.oc_orr ul li {
  position: relative;
  padding-left: 1em;
      list-style: none;
}
.product-fullwidth-images {
    text-align: center;
}
ul.social-share {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.product-video-wrapper {
    margin-top: 20px;
}
.product-fullwidth-images img {
    display: block;
    text-align: center;
    margin: auto;
}
.heading_adjusta {
    max-width: 590px;
    padding: 10px;
    margin: auto;
    text-align: center;
    color: red;
    margin-top: 20px;
}
.heading_adjusta h2 {
    color: #e51027;
    font-weight: bold;
    font-size: 40px;
    text-shadow: 0px 2px black;
}
header.content-util ul.social-icons {
    display: none;
}
.product-fullwidth-images img {
    margin-bottom: 20px;
}
.oc_orr li.li1 {
    margin-bottom: 16px;
    line-height: 1.4;
}
.collection .grid .collection-container {
    width: 100%;
}
.collection .grid .aside-container {
    display: none;
}
.product-template .simple-collection h4 {
    font-size: 22px !important;
    text-align: left;
    color: rgb(0, 0, 0);
}
@media (min-width: 1200px){
  .oc_orr li.li1 {
      font-size: 20px;
  }
  .oc_orr h3, .oc_orr h2, .oc_orr h1 {
      font-size: 34px;
  }
}
@media (min-width: 769px){
  
   header.collection-header .oc_ref-orr .description.rte,
   header.collection-header .oc_orr .description.rte{
      display: flex;
      align-items: start;
      flex-wrap: wrap;
      gap: 0px;
      justify-content: center;
      flex-direction: column;
  }
}

@media (max-width: 768px){
  .oc_ref-orr {
    display: flex;
      flex-direction: column;
  }
  header.collection-header .oc_ref-orr .description.rte,
  header.collection-header .oc_adjust-orr .description.rte {
      width: 100% !important;
  }
  header.collection-header .oc_ref-orr .collection-image,
  .oc_video_block {
      width: 100% !important;
  }
}