/*MAIN.CSS*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this theme*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: Main.css */

/* Version: 1.0 Initial Release */

/* Build Date: May 2018 */

/* Author: Quadnotion */

/* Website: https://quad.quadnotion.com/ */

/* Copyright: (C) 2018 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/* A - SPACING */

/* B - FONTS */

/* B1 - FONT WEIGHTS */

/* C - TEXT TRANSFORMS */

/* D - COLORS */

/* 02 -  HEADER & NAVIGATION */

/* 03 - PAGES & SECTIONS SETUP*/

/* A - SPLASH SLIDER STYLES */

/* B - CONTACT ICON BOX */

/* 05 - FOOTER*/

body {
  
  font-weight: 400;
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: 'Work Sans', sans-serif;
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input:focus {
  outline: none;
}

/* p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: #404040;
  font-weight: 300;
} */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.initial-load-content-wrap h1, .initial-load-content-wrap h1 + h2, .initial-load-content-wrap h3, .initial-load-content-wrap h4, .initial-load-content-wrap h5, .initial-load-content-wrap h6 {
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.initial-load-content-wrap h2{
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 0px;
}

.comment-content-wrap h1, .comment-content-wrap h1 + h2, .comment-content-wrap h3, .comment-content-wrap h4, .comment-content-wrap h5, .comment-content-wrap h6{
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #1F1F1F;
}

.comment-content-wrap h2{
  -webkit-margin-before: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #1F1F1F;
}

h1{
  font-size: 35px;
  line-height: 42px;
}

h2{
  font-size: 28px;
  line-height: 38px;
}

h3{
  font-size: 24px;
  line-height: 31px;
}

h4{
  font-size: 21px;
  line-height: 28px;
}

h5{
  font-size: 18px;
  line-height: 25px;
}

h6{
  font-size: 14px;
  line-height: 21px;
}

.initial-load-content-wrap b, .initial-load-content-wrap strong {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}
.comment-content-wrap b, .comment-content-wrap strong {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  color: #404040
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background-color: #EE3224;
}

::selection {
  color: white;
  background-color: #EE3224;
    
}

/*---------------------------------------------------------------------------------------------------------------*/

/* 01 - COMMON ELEMENTS */

/*---------------------------------------------------------------------------------------------------------------*/


.mastwrap {
  z-index: 1;
  border-bottom: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.dummy {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
}

.dummy div {
  width: 100%;
  height: 2px;
}

.mastwrap.no-pad-top {
  padding-top: 0px !important;
}

.full-height {
  height: 100vh;
}

.full-width {
  width: 100%;
}

.half-height {
  height: 50vh;
}

.transparent-bg{
  background: transparent !important;
}

.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.visibility-hide, .hide-block {
  visibility: hidden !important;
  opacity: 0 !important;
}

.item-fade {
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.no-pad {
  padding: 0 !important;
}

.pos-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.pos-center-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.v-center > * {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.quad-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.ease {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.parallax-ease {
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.img-center-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.col-no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.quad-text-block {
  height: auto;
}

.quad-text-block dfn {
  font-style: inherit;
}

.quad-text-block span {
  display: inline-block;
  width: auto;
  float: none;
}

.quad-text-block .text-block-element {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

.quad-page-content-wrap p, .quad-post-content-wrap p {
  margin-bottom: 20px;
}

.disable-click {
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel button.owl-dot:focus {
  outline: none;
}

.kc_text_block {
  position: relative;
  z-index: 2;
}
.position-relative {
  position: relative;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: inherit;
}
.kc_text_block p {
  margin-bottom: 0;
}
.kc_text_block h1, .kc_text_block h2, .kc_text_block h3, .kc_text_block h4, .kc_text_block h5, .kc_text_block h6 {
  font-size: inherit;
  line-height: inherit;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
  -ms-touch-action: auto;
      touch-action: auto;
}
.qd-disply-ib {
  display: inline-block;
}
.only-for-mob-999, .image-one-text-mob, .only-for-600 {
  display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* A - SPACING */

/*----------------------------------------------------------------------------------------------------------------*/

.pad-top {
  padding-top: 140px;
}

.pad-top-half {
  padding-top: 70px;
}

.pad-min-top {
  padding-top: 35px;
}

.pad-min-top-half {
  padding-top: 20px;
}

.pad-bottom {
  padding-bottom: 140px;
}

.pad-bottom-half {
  padding-bottom: 70px;
}

.pad-min-bottom {
  padding-bottom: 35px;
}

.pad-min-bottom-half {
  padding-bottom: 20px;
}

.add-top {
  margin-top: 140px;
}

.add-top-half {
  margin-top: 70px;
}

.add-min-top {
  margin-top: 35px;
}

.add-min-top-half {
  margin-top: 20px;
}

.add-bottom {
  margin-bottom: 140px;
}

.add-bottom-half {
  margin-bottom: 70px;
}

.add-min-bottom {
  margin-bottom: 35px;
}

.add-min-bottom-half {
  margin-bottom: 20px;
}

.pad-top-110 {
  padding-top: 110px;
}

.move-to-top {
  margin-top: -250px;
}

.move-to-top-half {
  margin-top: -125px;
}

.move-to-top-quarter {
  margin-top: -60px;
}

.move-to-top-200{
  margin-top: -200px;
}

.move-to-top-175{
  margin-top: -175px;
}
.font-italic {
  font-style: italic;
}
.font-normal {
  font-style: normal;
}
/*---------------------------------------------------------------------------------------------------------------*/

/* B - FONTS */

/*---------------------------------------------------------------------------------------------------------------*/

.font-oloiya-montserrat {
  font-family: 'Work Sans', sans-serif;
}

.font-oloiya-work-sans {
  font-family: 'Work Sans', sans-serif;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* B1 - FONT WEIGHTS */

/*----------------------------------------------------------------------------------------------------------------*/

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/*----------------------------------------------------------------------------------------------------------------*/

/* C - TEXT TRANSFORMS */

/*----------------------------------------------------------------------------------------------------------------*/

.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline !important;
}

/*----------------------------------------------------------------------------------------------------------------*/

/* D - COLORS */

/*----------------------------------------------------------------------------------------------------------------*/

.black {
  color: #000000;
}
.black-bg {
  background-color: #000000;
}
.white {
  color: #FFFFFF;
}
.white-bg {
  background-color: #FFFFFF;
}
.red {
  color: #EE3225;
}
.red-bg {
  background-color: #EE3225;
}
.yellow {
  color: #FFD419;
}
.yellow-bg {
  background-color: #FFD419;
}


/*----------------------------------------------------------------------------------------------------------------*/

/* E - Font Size */

/*----------------------------------------------------------------------------------------------------------------*/

.font-size-12 {
  font-size: 12px;
  line-height: 19px;
}
.font-size-13 {
  font-size: 13px;
  line-height: 20px;
}
.font-size-14 {
  font-size: 14px;
  line-height: 22px;
}
.font-size-15 {
  font-size: 15px;
  line-height: 22px;
}
.font-size-16 {
  font-size: 16px;
  line-height: 23px;
}
.font-size-18 {
  font-size: 18px;
  line-height: 25px;
}
.font-size-21 {
  font-size: 21px;
  line-height: 28px;
}
.font-size-23 {
  font-size: 23px;
  line-height: 30px;
}
.font-size-30 {
  font-size: 30px;
  line-height: 37px;
}




/*----------------------------------------------------------------------------------------------------------------*/

/* F - Margin */

/*----------------------------------------------------------------------------------------------------------------*/

.margin-bottom-15 {
  margin-bottom: 15px;
}


/*-------------------------------*/
	/*Preloader Style*/
/*-------------------------------*/


body.elementor-editor-active div#preloader {
  display: none !important;
}
body.preloader-running {
  overflow: hidden;
}
body:not(.elementor-editor-active) div#preloader {
  background: #EE3224;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

body:not(.elementor-editor-active) #status  {
   width: 200px;
   height: 200px;
   position: fixed;
   left: 50%;
   top: 50%;
   /* background-image: url(../images/roofco-logo.png); */
   background-repeat: no-repeat;
   background-position: center;
   margin: -100px 0 0 -100px;
   /* background-size: 105px auto; */
   background-size: 150px auto;
}

body:not(.elementor-editor-active) #status:before{
  /* content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/loading-eclipse.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform-origin: center; */
}


/*---------------------------------------------------------------------------------------------------------------*/

/* 02 -  Container */

/*---------------------------------------------------------------------------------------------------------------*/

.container {
  max-width: 1200px;
}

/*---------------------------------------------------------------------------------------------------------------*/

/* 02 -  HEADER & NAVIGATION */

/*---------------------------------------------------------------------------------------------------------------*/

/* === HEADER === */

body.admin-bar header {
  top: 32px;
}
body .mastwrap {
  /* margin-top: 139px; */
}
/* Header */
header {
  /* position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; */
  /* transition: all 0.3s ease-in-out; */
  
  /* box-shadow: 0 3px 45px rgba(0,0,0,0.50) !important; */
}
header .pre-header {
  padding: 0;
  padding-top: 2px;
  position: relative;
  z-index: 10;
}
header .pre-header a {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  color: #FFD419 !important;
}
header .pre-header a i {
  margin-right: 5px;
}
header .pre-header a:last-child {
  margin-right: 0;
}
header .pre-header a:hover {
  color: #FFF !important;
}

header .main-header {
  padding: 20px 0;
  position: relative;
  z-index: 9;
  box-shadow: 0 3px 45px rgba(0,0,0,0.50);
  -moz-box-shadow: 0 3px 45px rgba(0,0,0,0.50);
  -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.50);
}
header .main-header .header-logo {
  height: 60px;
  width: auto;
}
header .main-header .menu ul {
  padding: 0;
  margin: 0;
}
header .main-header .menu ul  li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 0 10px;
}
header .main-header .menu ul  li a {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  color: #EE3225;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
header .main-header .menu ul  li a:hover, header .main-header .menu ul  li.current-menu-item a{
  color: #000000;
}

header.make-nav-sticky{
  padding-bottom: 100px;
}
header.make-nav-sticky .main-header{
  position: fixed;
  top: 0;
  z-index: 997;
  width: 100%;
}
.header_main-nav {
  width: calc(100% - 30px);
  display: inline-block;
  padding-right: 10px;
}
.header-cart {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 27px;
  
}
.desktop-header .header-cart{
  transform: translateY(-3px);
}
.mobile-header .header-cart{
  transform: translateY(4px);
}
.header-cart svg {
  width: 22px;
  height: 21px;
}
.header-cart svg path { 
  stroke-width: 0.5px;
  transition: all .4s ease-in-out; 
}
.header-cart svg path { 
  fill: #EE3225; 
  stroke: #EE3225; 
}
.header-cart:hover svg path { 
  fill: #000; 
  stroke: #000; 
}
.header-cart_item-count {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #EE3225;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: 'Work Sans', sans-serif;
  border-radius: 30px;
  top: -6px;
  right: -10px;
  display: inline-block;
  transform: scale(0.9);
  box-shadow: 0px 5px 12px rgba(0,0,0,0.20);
}




/* Single Product Page */
.single-product .content-area {
  margin-top: 45px;
}
.quad-single-product form.cart .single_add_to_cart_button {
  /* float: unset !important; */
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #ea222d !important;
  margin-right: 15px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}
.quad-single-product form.cart .single_add_to_cart_button:hover {
  background-color: #ea222d;
  color: #FFD419;
}
.quad-single-product form.cart .added_to_cart {
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #FFD419;
  color: #ea222d;
  font-family: 'Work Sans', sans-serif;
  display: flex;
  flex-wrap: wrap;
  width: 130px;
  align-content: center;
  font-weight: 700;
  border-radius: 3px;
}
.quad-single-product form.cart .added_to_cart {
  color: #000000;
}
.quad-single-product .quantity input::-webkit-outer-spin-button,
.quad-single-product .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.quad-single-product form.cart {
  position: relative;
}

.quad-single-product div.woocommerce-variation-add-to-cart{
  position: relative;
}
.quad-single-product .quantity input {
  width: 40px !important;
  height: 40px;
  margin-right: 50px;
  margin-left: 30px;
  border: 1px solid #e2e2e2;
  border-right: 0;
  border-left: 0;
  pointer-events: none;
}
.quad-single-product form.cart button.plus, .quad-single-product form.cart button.minus {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  outline: none;
}
.quad-single-product form.cart button.minus {
  left: 0px;
}
.quad-single-product form.cart button.plus{
  left: 70px;
}

.quad-single-product .woocommerce-tabs ul.tabs {
  display: none;
}
.quad-single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
}


.quad-single-product .entry-summary .product_title {
  color: #212121;
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.quad-single-product .entry-summary .price, .quad-single-product .entry-summary .price * {
  color: #212121 !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 28px !important;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 20px;
  /* display: inline-block; */
}
.quad-single-product .entry-summary .price ins bdi {
  text-decoration: none;
  display: inline-block;
}
.woocommerce-variation-price{
  padding-bottom: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
  background: #ffb900;
  color: #E63224;
}
.woocommerce div.product form.cart .reset_variations{
  color: #E63224;
  display: inline-block;
  margin-left: 20px;
  border-bottom: #E63224 dashed 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 21px;
}
.quad-single-product .woocommerce-product-gallery .flex-viewport {
  pointer-events: none;
}
.quad-single-product .woocommerce-product-gallery .flex-control-nav li {
  width: 60px !important;
  height: 60px;
  margin: 0 5px !important;
}
.quad-single-product .woocommerce-product-gallery .flex-control-nav li img {
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  opacity: 1 !important;
}
.quad-single-product .woocommerce-product-gallery .flex-control-nav li img.flex-active, .quad-single-product .woocommerce-product-gallery .flex-control-nav li img:hover {
  border: 1px solid #d7d8d9;
}
.quad-single-product .entry-summary .woocommerce-tabs p, .quad-single-product .entry-summary .single-product-note {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  line-height: 23px;
}
.quad-single-product .entry-summary .single-product-note {
  color: #EE3225;
}



.woocommerce-loop-product__link .badges {
  color: #fff;
  background: #EE3225;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  transform: scale(0.75);
  right: 0;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  box-align: center;
  font-size: 10px;
  line-height: 17px;
  padding: 5px 16px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}


.quad-single-product .related.products {
  clear: both;
  padding-top: 30px;
}
.quad-single-product .related.products > h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 28px !important;
  line-height: 35px;
  color: #212121 !important;
  margin-bottom: 50px;
}
.quad-single-product ul.products li.product {
  text-align: center;
}
.quad-single-product ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: #212121 !important;
}
.quad-single-product ul.products li.product .price, .quad-single-product ul.products li.product .price ins {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #EE3225 !important;
  text-decoration: none;
}
.quad-single-product ul.products li.product .price del {
  display: none;
}
.quad-single-product ul.products li.product .button {
  background-color: transparent;
  color: #212121;
}
.quad-single-product ul.products li.product a, .quad-single-product ul.products li.product button {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.quad-single-product .giftbox-section {
  background-color: #EE3225;
  text-align: center;
  color: #FFF;
}
.product-description{
  padding: 60px 0px;
  border-bottom: 1px solid #FFD400;
}
.giftbox-section_title {
  margin-top: 40px;
}
.giftbox-section_block-one {
  padding: 40px 0;
  border-bottom: 1px solid #FFD419;
}
.giftbox-section_block-one p {
  padding: 0 145px;
}
.giftbox-section_block-two {
  padding: 50px 0;
  border-bottom: 1px solid #FFD419;
  /* width: 100%; */
}
.giftbox-section_block-two .image-wrap {
  width: 160px;
  height: 160px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border: 1px solid #FFD419; */
  border-radius: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.giftbox-section_block-two h4 br + br {
  display: flex;
  margin-bottom: 5px;
}
.giftbox-section_block-three {
  padding-top: 50px;
}
.giftbox-section_block-three p cod {
  display: block;
  font-size: 12px;
}
.giftbox-section_block-three p {
  padding: 0 100px;
}


body.page .corporate-gift-common .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.corporate-gift-common p {
  margin-bottom: 0;
}
.border-bottom-for-row > .elementor-container {
  border-bottom: 1px solid #FFFFFF;
}
.corporate-gift-common .svg-convert svg {
  overflow: visible;
}
.corporate-gift-form input, .corporate-gift-form textarea {
  background-color: transparent;
  width: 100%;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
  color: #FFFFFF;
}
.corporate-gift-form textarea {
  margin-bottom: 30px;
}
.corporate-gift-form input::placeholder, .corporate-gift-form textarea::placeholder {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 26px;
  opacity: 1;
}
.corporate-gift-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 2px;
  font-size: 12px;
  width: 30%;
}
.corporate-gift-form .wpcf7-submit {
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #FFD419;
  color: #E63224;
  font-family: 'Work Sans', sans-serif;
  flex-wrap: wrap;
  width: 130px;
  align-content: center;
  font-weight: 700;
  border-radius: 3px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
}
.corporate-gift-form .wpcf7-submit:focus {
  outline: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff;
  border-color: #ffb900;
}


.image-carousel-wrap .owl-stage {
  position: relative;
}
.image-carousel-wrap .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  height: 40px;
}
.image-carousel-wrap .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
}
.image-carousel-wrap .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -25px;
}
.image-carousel-wrap .owl-controls .owl-nav div, .image-carousel-wrap .owl-controls .owl-nav div:hover {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.image-carousel-wrap .owl-controls .owl-nav div img {
  width: 20px;
}
.image-carousel-wrap .owl-controls .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
}
.image-carousel-wrap .owl-controls .owl-dots .owl-dot.active span, .image-carousel-wrap .owl-controls .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
}

.quad-paroller{
  transition: unset !important;
}


.product-list-wrap{
  padding: 70px 0px 38px 0px;
}

.product-list-item{
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.10);
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.product-list-item:hover{
  box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.20);
}

.out-of-stock.product-list-item{
  pointer-events: none;
  opacity: 0.5;
}

.main-font{
  font-family: 'Work Sans', sans-serif;
}

.product-list-item .product-title{
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.product-list-item .product-listing-image-holder{
  position: relative;
}
.product-list-item .product-image{
  width: 75%;
}
.product-list-item .product-image.product-roll-over-image{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.product-list-item:hover .product-image.product-roll-over-image{
  opacity: 1;
}
.product-list-item .product-price{
  font-weight: 700;
  font-size: 16px;
  color: #EE3224;
}
.product-list-item .product-price del{
  font-weight: 400;
}
.product-list-item .product-price ins{
  text-decoration: none;
}
a.product-list-top-block{
  display: inline-block;
  position: relative;

}
.product-title-block{
  /* margin-top: 72px; */
  margin-bottom: 10px;
  min-height: 55px;
  padding: 0px 45px;
  position: relative;
  z-index: 2;
}

.product-list-item a.added_to_cart{
  display: none;
}
.product-list-item div.quad-add-to-cart{
  position: relative;
  width: 100%;
}

.product-list-item div.quad-add-to-cart::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.80);
  background-image: url(../images/loading.gif);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.5s ease-in-out;
}

.product-list-item div.quad-add-to-cart.loading::after{
  opacity: 1;
  visibility: visible;
}
.product-list-item div.quad-add-to-cart.added .addtocart-btn-wrap .add-to-cart-btn::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}


.product-quantity{
  /* padding-bottom: 60px; */
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.product-quantity img{
  width: auto;
  height: 15px !important;
}

.product-quantity span{
  padding-left: 5px;
  display: inline-block;
  transform: translateY(2px);
}

.addtocart-btn-wrap{
  background: #FFD400;
  padding: 17px 15px;
  transition: all 0.4s ease-in-out;
}
.addtocart-btn-wrap:hover{
  background: #EE3224;
  
}

.addtocart-btn-wrap .add-to-cart-btn{
  color: #000;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}

.addtocart-btn-wrap:hover .add-to-cart-btn{
  color: #FFF;
}

.name-engraving-label-wrap{
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 5;
}

footer{
  background: #FFD400;
}

.footer-top-row{
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.footer-widget-title{
  color: #DB4C3C;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 14px;
}
.footer-logo{
  width: 310px;
  height: auto;
  max-width: 100%;
}

.footer-nav-wrap ul{
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

.footer-nav-wrap a{
  font-size: 14px;
  font-family: 'Work Sans';
  font-weight: 500;
  color: #2E2E2E;
  transition: all 0.4s ease-in-out;
}

.footer-nav-wrap a:hover{
  color: #DB4C3C;
}
.social-icons-wrap{
  padding-top: 10px;
}
.social-icons-wrap span{
  display: inline-block;
  transform: translateY(3px);
  font-size: 16px;
  font-weight: 700;
  color: #DB4C3C;
  padding-left: 10px;
}

.footer-middle-row{
  border: #DB4C3C solid 1px;
  border-left: 0px;
  border-right: 0px;
  padding: 20px 0px;
  display: flex;
}

.footer-middle-row a{
  font-size: 18px;
  font-weight: 500;
  color: #2E2E2E;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-middle-row a:hover{
  color: #E63224;
  
}
.footer-middle-row a path{
  transition: all 0.4s ease-in-out;
}
.footer-middle-row a:hover path{
  fill: #E63224
}

.footer-middle-row .contact-medium{
  border-right: #DB4C3C solid 1px;

}

.footer-middle-row .contact-medium img, .contact-medium svg{
  height: 25px;
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
}

.footer-middle-row .col-md-4:last-child .contact-medium{
  border-right: 0px;
}

.footer-bottom-row {
  padding: 20px 0px;
  display: flex;
}

.footer-bottom-row h6{
  font-size: 12px;
  font-weight: 500;
  color: #DB4C3C;
}



.quad-sliding-mini-cart{
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.09);
  position: fixed;
  height: 100%;
  width: 370px;
  right: 0;
  top: 0;
  z-index: 100000;
  -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
  -moz-transition: all .7s cubic-bezier(0.25,1,.2,1);
  -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
  transition: all .7s cubic-bezier(0.25,1,.2,1);
  -ms-transform: translateX(107%);
  transform: translateX(107%);
  -webkit-transform: translateX(107%);
}

.quad-sliding-mini-cart.open{
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.mini-cart-inner-wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.mini-cart-content-wrap{
  height: calc(100% - 170px);
  width: 100%;
  padding: 35px;
  padding-bottom: 0px;
}
.mini-cart-footer{
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.10);
}

.mini-cart-footer .subtotal{
  
  padding: 20px;
}

.subtotal .row{
  /* border-top: #2e2e2e solid 1px; */
  /* padding-top: 35px; */
}

.mini-cart-footer .subtotal h4{
  font-weight: 700;
  font-size: 16px;
  color: #2E2E2E;
}

.mini-cart-footer a.view-cart-btn-min-cart{
  display: inline-block;
  width: 100%;
  padding: 15px 40px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  background: #EE3224;
  text-align: center;
  text-transform: uppercase;
  /* margin-bottom: 35px; */
  transition: all 0.4s ease-in-out;
}
.mini-cart-footer a.view-cart-btn-min-cart:hover{
  background: #FFD419;
  color: #EE3224;
}
.mini-cart-product-item{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #eee solid 1px;
}
.mini-cart-product-item::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0,0,0,0.80);
  background-image: url(../images/loading.gif);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.mini-cart-product-item.removing::after{
  opacity: 1;
  visibility: visible;
}
/* .mini-cart-product-item-image-block{
  width: 75px;
  float: left;
}



.mini-cart-product-item-data{
  width: calc(100% - 75px);
  float: left;
  padding-left: 15px;
} */

.mini-cart-product-item-image-block img{
  width: 100%;
  height: auto;
}

.mini-cart-product-item-data h4{
  font-size: 14px;
  line-height: 19px;
  color: #EE3224;
  font-weight: 600;


}

.mini-cart-product-item-data h6{
  font-size: 12px;
  color: #000;
  font-weight: 700;
  

}


.remove-btn-wrap{
  padding-top: 10px;
}
.mini-cart-product-item-remove-btn{
  font-size: 10px;
  color: #FFD419;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: dashed 1px #FFD419;
  transition: all 0.4s ease-in-out;
}

.mini-cart-product-item-remove-btn:hover{
  color: #EE3224;
  border-bottom: dashed 1px #EE3224;
}


.oloiya-main-cart .cart-collaterals > h2, .oloiya-main-cart .cart-collaterals .cart_totals{
  display: none;
}


.cart .woocommerce table.cart td.quad-cart-actions{
  padding: 0px 30px !important;
}

.addtocart-btn-wrap {
  position: relative;
  overflow: hidden;
}

.addtocart-btn-wrap .choose-quantity{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  background: #EE3224;
  color: #FFF;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Work Sans';
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.quad-add-to-cart.show-quantity-picker .addtocart-btn-wrap .choose-quantity{
  transform: translateY(0);
}

.quad-add-to-cart:not(.show-quantity-picker) .addtocart-btn-wrap{
  cursor: pointer;
}

.addtocart-btn-wrap .choose-quantity span.qty{
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  display: inline-block;
  height: 33px;
  line-height: 33px;
}
.addtocart-btn-wrap .choose-quantity span:not(.qty){
  cursor: pointer;
}

.addtocart-btn-wrap .choose-quantity .quantity-setter{
  border: solid 1px #FFF;
  padding: 0px 10px;
  /* background: #0f0; */
}

.addtocart-btn-wrap .proceed-to-cart{
  display: inline-block;
  margin-left: 30px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
}

.freeze-link{
  pointer-events: none;
}


button.update-cart-button{
  display: inline-block !important;
  margin-top: 30px !important;
  margin-right: 35px !important;
  color: #ffb900 !important;
  background-color: #dc3232 !important;
  border-color: #dc3232 !important;
  width: 190px !important;
  font-size: 14px !important;
  font-weight: 600 !important;

  line-height: 20px !important;
  text-align: left !important;
  padding: 8px !important;
  text-align: center !important;
}
.cart .woocommerce table.shop_table th{
  padding-left: 0px !important;
}
.cart .woocommerce table.cart td.product-quantity .qty{
  height: 40px !important;
  width: 40px;
  border-right: 0px !important;
  border-left: 0px !important;
  pointer-events: none;
}
.cart-prdt-qty{
  display: inline-block; 
  position: relative;
}

.cart-prdt-qty .quantity{
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  
}

.cart-prdt-qty button{
  position: absolute;
  top: 0px;
  width: 30px;
  height: 40px;
  cursor: pointer;
  background: #FFF;
}

.cart-prdt-qty button.plus{
  right: 0;
}
.cart-prdt-qty button.minus{
  left: 0;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
  margin-top: 0px;
}

html .woocommerce .woocommerce-message, html .woocommerce .woocommerce-error, html .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message{
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  border-radius: 0px;
  padding-left: 15px !important;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none !important;
  background-color: #E63224;
  color: #fff !important;
  border: none!important;
  text-shadow: none!important;
  -moz-text-shadow: none!important;
  -webkit-text-shadow: none!important;
  -o-text-shadow: none!important;
  text-align: left !important;
  justify-content: flex-start;
  width: calc(100% - 60px);
  margin: 0 auto;
  margin-top: 30px;
}


html .woocommerce .woocommerce-message::before, html .woocommerce .woocommerce-error::before, html .woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-message::before{
  position: static !important;
  display: inline-block;
  color: #FFF !important;
  margin-right: 10px;
  align-self: flex-start;
}

html .woocommerce .woocommerce-message a, html .woocommerce .woocommerce-error a, html .woocommerce .woocommerce-info a, .woocommerce-page .woocommerce-message a{
  color: #ffb900;
  display: inline-block;
  margin-left: 5px;
  padding-bottom: 3px;
  border-bottom: dashed 1px #ffb900;
  transform: translateY(2px);
}

.select-shipping-type{
  padding: 0px 30px;
  display: flex;
}

.select-shipping-type label{
  font-size: 16px;
  font-weight: 700;
  color: #ea222d;
  display: inline-block;
  margin-right: 30px;
  width: auto;
  float: left;
  align-self: center;
}

.select-shipping-type a.shipping-option{
  border: #2e2e2e solid 1px;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 700;
  background: #FFF;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  margin-right: 20px;
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

.select-shipping-type a.shipping-option:hover, .select-shipping-type a.shipping-option.active{
  background: #FFD419;
  border-color: #FFD419;
  opacity: 1;
}  


.select-shipping-type a.shipping-option span{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}

.select-shipping-type a.shipping-option img{
  display: inline-block;
  width: 40px !important;
  height: auto;
}

.store-picker-wrap{
  display: inline-block;
  align-self: center;
}

.store-picker-inner-wrap{
  display: none;
  width: 210px;
}


.pickup-location-info-wrap.active{
  margin-top: 12px;
  padding: 0px 30px;
  padding-top: 30px;
  min-height: 200px;
  position: relative;
  border-top: rgba(0,0,0,.1) solid 1px;
}

.pickup-location-info-wrap::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.pickup-location-info-wrap.loading::after{
  opacity: 1;
  visibility: visible;
}
.pickup-location-info-wrap h4{
  color: #dc3232;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pickup-location-info-wrap .store-info:not(.last){
  margin-bottom: 10px;
}
.pickup-location-info-wrap .store-info a{
  color: #dc3232 !important;
  text-decoration: underline;
}

.pickup-location-info-wrap b{
  font-weight: 700;
}

.store-info-wrap{
  border-right: solid 1px rgba(0,0,0,.1);
}
.pickup-date-wrap {
  padding-left: 15px;
}

.pickup-date-wrap h5{
  font-size: 16px;
  font-weight: 700;
  color: #ea222d;
  padding-bottom: 10px;
}
input.pickup-date{
  line-height: 35px !important;
  padding-left: 22px;
  color: #000;
  border: 1px solid rgb(170, 170, 170) !important;
  background: #fff;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.category-header-block{
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-header-block::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  z-index: 1;
}

.category-header-block.overlay-off::before{
  display: none;
}

.category-header-block.overlay-off{
  min-height: 0px;
}

.category-header-block .category-banner{
  width: 100%;
  height: auto;
}
.category-header-block.no-title .content-block{
  display: none;
}
.category-header-block.no-title::before{
  display: none;
}
.category-header-block .content-block{
  position: relative;
  z-index: 2;
}

.category-header-block .content-block h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #FFF;
}


.quad-product-listing-main{
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.product-category-nav{
  /* position: -webkit-sticky;
  position: sticky;*/
  top: 100px; 
  left: 0px;
  text-align: center;
  padding: 15px 0px;
  width: 100%;
  background: #EE3224;
  z-index: 500;
}
.category-slide-item{
  width: auto !important;
  /* min-width: 200px; */
  padding: 0 40px;
}
.category-slide-item:first-child{
  padding-left: 80px;
}
.category-slide-item:last-child{
  padding-right: 80px;
}

.product-category-nav a h5{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #FAD033;
  transition: all 0.4s ease-in-out;
}
.product-category-nav a.active h5{
  color: #000000;
}
.quad-product-listing-main.make-category-nav-sticky{
  padding-top: 66px;
}
.quad-product-listing-main.make-category-nav-sticky .product-category-nav{
  position: fixed;
}

.coupon input#coupon_code{
  border: 1px solid rgb(170, 170, 170) !important;
  color: #000 !important;
  border-radius: 5px;
}


.wcmp-myaccount-template .user-image{
  border-radius: 50%;
}

#my-account-menu .user-profile {
  
  border-right: none !important;
  background: #EE3225;
  padding: 30px 0px;
  border-radius: 5px;
}
#my-account-menu .user-profile .username{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
#my-account-menu .logout a, #my-account-menu-tab .logout a{
  background: #ffb900;
  color: #EE3225;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
#my-account-menu .logout a:hover, #my-account-menu-tab .logout a:hover{
  background: #000 ;
}

#my-account-menu ~ .woocommerce-MyAccount-content{
  padding-left: 30px;
}

.woocommerce-MyAccount-content .woocommerce-message{
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 30px !important;
}


input.char_check{
  border: 0px !important;
  color: #000 !important;
  line-height: 35px !important;
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
  box-shadow: none !important;
}


.woocommerce-checkout-review-order #place_order{
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  background: #EE3224;
  padding: 25px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.woocommerce-checkout-review-order #place_order:hover{
  opacity: 0.75;
}

.order-thank-you-wrap{
  padding: 50px 0px;
}

p.woocommerce-thankyou-order-received{
  text-align: center;
  font-size: 20px;
  color: #EE3224;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details{
  padding: 0;
  display: inline-block;
  text-align: left;
}
.woocommerce ul.order_details li:last-of-type{
  padding-right: 0px;
  margin-right: 0px;
}

.thankyou-page-payment-method{
  padding: 25px;
  background: #EE3224;
  margin-bottom: 50px;
}
.thankyou-page-payment-method p{
  color: #ffb900;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.thankyou-page-order-details .woocommerce-order-details__title{
  font-size: 16px;
  font-weight: 700;
  color: #ea222d;
}

.thankyou-page-order-details .woocommerce-table--order-details a{
  color: #ea222d;
}

.xoo-aff-cont-checkbox_single a{
  color: #ea222d;
}
.xoo-el-header{
  text-transform: uppercase;
}


#asl-storelocator.asl-p-cont .Filter_section.row{
  background: #EE3224 !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .search_filter > p:first-child{
  color: #fff !important;
  font-size: 16px !important;
}

#asl-storelocator.asl-p-cont.container .asl-advance-filters label.asl-cntrl-lbl{
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.asl-p-cont#asl-storelocator .asl-advance-filters .categories_filter .btn-group .multiselect.adropdown-toggle.style-btn.btn.btn-default{
  width: 300px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group > span, #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span{
  background: #ffb900 !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group > span i, #asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span i{
  color: #EE3224 !important;
}
#asl-storelocator.asl-p-cont.storelocator-main .Filter_section .col-xs-12.search_filter .sl-search-group > span, #asl-storelocator.asl-p-cont.storelocator-main .Filter_section .col-xs-12.search_filter .asl-store-search > span{
  border-radius: 5px !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store{
  padding: 20px !important;
  background: #ffb900 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  position: static !important;
  width: 100% !important;
  display: inline-block;
}
#asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel #asl-list.storelocator-panel{
  position: static !important;
  width: 100% !important;
  overflow-y: scroll;
  height: calc(100% - 57px) !important;
  margin: 0 !important;
}
#asl-storelocator.asl-p-cont .select2-container{
  display: none;
}

#asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont .asl-panel{
  background: #FFF;
}

.sl-item .item-thumb{
  display: none;
}

.sl-item .p-title{
  color:  #EE3224 !important;
  font-weight: 700 !important;
}

#asl-storelocator.asl-p-cont .sl-item{
  padding: 20px !important;
  padding-bottom: 30px !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .panel-cont button, #asl-storelocator.asl-p-cont.asl-bg-0 .panel-cont .btn.btn-asl{
  background:  #EE3224 !important;
  text-transform: uppercase;
  color: #ffb900 !important;
  font-weight: 600;
}

#asl-storelocator.asl-p-cont.asl-bg-0 div.sl-item:nth-child(2n){
  background: #FFF !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .store-locator h4{
  color:  #EE3224 !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #asl-geolocation-agile-modal .btn.btn-default{
  background: #ffb900 !important;
  color:  #EE3224 !important;
  font-weight: 600 !important;
}

#asl-storelocator.asl-p-cont.container .asl-advance-filters .categories_filter .adropdown-menu{
  width: 300px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a, #asl-storelocator.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a:hover, #asl-storelocator.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a:focus{
  background:  #EE3224 !important;
  font-weight: 600;
  color: #ffb900 !important;
}

.asl-p-cont .adropdown-menu > li > a:hover, .asl-p-cont .adropdown-menu > li > a:focus{
  background: #ffb900 !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #style_2.infoWindow h3{
  background:  #EE3224 !important;
  font-weight: 600;
  color: #ffb900 !important;
  padding: 10px !important;
}

#asl-storelocator.asl-p-cont #style_0.infoWindow .asl-buttons a.action, #asl-storelocator.asl-p-cont #style_1.infoWindow .asl-buttons a.action, #asl-storelocator.asl-p-cont #style_2.infoWindow .asl-buttons a.action{
  background:  #EE3224 !important;
  font-weight: 600;
  color: #ffb900 !important;
  text-transform: uppercase;
  outline: none !important;
  border: none !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .infoWindow .infowindowContent{
  padding: 10px !important;
  background: #ffb900 !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 div.arrow-down{
  border-top-color: #ffb900 !important;
}


#my-account-menu .myaccount-menu li a{
  transition: all 0.4s ease-in-out;
}

.woocommerce-MyAccount-orders.shop_table a{
  color: #EE3224;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

.woocommerce-MyAccount-orders.shop_table .woocommerce-button{
  background: #ffb900 !important;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
}

.woocommerce-MyAccount-orders.shop_table .woocommerce-button:hover{
  background: #000 !important;
  color: #FFF;
}
.woocommerce-MyAccount-content .woocommerce-message{
  width: 100% !important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error{
  margin: 0;
  width: 100% !important;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error li{
  width: calc(100% - 30px);
  float: right;
}
.woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content form h3{
  font-size: 16px;
  font-weight: 700;
  color: #EE3224;
}

.woo-col-1.woocommerce-Address{
  border-bottom: rgb(170, 170, 170) solid 1px;
  margin-bottom: 10px;
}

.woocommerce-account .addresses .title .edit{
  background: #EE3224;
  color: #ffb900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  border: none;
}

.woocommerce-account .addresses .title .edit:hover{
  background: #000;
  color: #ffb900;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper input{
  padding: 6px 6px 5px 22px;
  line-height: 35px !important;
  border-radius: 5px;
  color: #000;
  box-shadow: none;
  border: 1px solid rgb(170,170,170);
}

.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"]{
  background: #EE3224;
  color: #ffb900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"]:hover{
  background: #000;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single{
  height: 48px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered{
  padding-top: 10px;
  padding-left: 21px;
  color: #000;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 46px;
}
.woocommerce-EditAccountForm input{
  padding: 6px 6px 5px 22px;
  line-height: 35px !important;
  border-radius: 5px;
  color: #000;
  box-shadow: none;
  border: 1px solid rgb(170,170,170);
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
  font-family: "Font Awesome 5 Free";
  content: '\f06e';
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after{
  content: '\f070';
}

.woocommerce-EditAccountForm button[type="submit"]{
  background: #EE3224;
  color: #ffb900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
}

.woocommerce-EditAccountForm button[type="submit"]:hover{
  background: #000;
}

.woocommerce-MyAccount-content a{
  color: #E63224;
  display: inline-block;
  border-bottom: 1px dashed #E63224;
  transition: all 0.4s ease-in-out;
}

.woocommerce-MyAccount-content a:hover{
  color: #ffb900;
  border-color: #ffb900;
}

.woocommerce-MyAccount-content h2{
  font-size: 16px;
  font-weight: 700;
  color: #EE3224;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address{
  padding: 0;
  border: none;
}


.banner-moving-bg{
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-size: cover;
  animation: animatedBackground 20s linear infinite;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100vw 0;
  }
}

.desktop .home-page-banner-master{
  animation: animatedBackgroundAlt 20s linear infinite;
}
@keyframes animatedBackgroundAlt {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(100vw - 15px) 0;
  }
}

svg{
  overflow: visible !important;
}

.bs-wizard2{
  padding-left: 0px;
  margin-left: 0px;
}

.wpgs-nav .slick-slide{
  outline: none !important;
}
.wpgs-nav .slick-slide img{
  transition: all 0.4s ease-in-out;
  
}

.wpgs-nav .slick-slide.slick-current img{
  transform-origin: center center;
/*  transform: scale(1.5);*/
  
}

.wpgs-nav .slick-arrow{
  
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,.1);
  background: rgba(255,255,255,0.9);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: center center;
}

.wpgs-nav .slick-prev{
  margin-left: -6px;
  background-image: url(../images/left-arrow.svg);
  

}

.wpgs-nav .slick-next{
  margin-right: -6px;
  background-image: url(../images/right-arrow.svg);
}
.wpgs-nav .slick-arrow::before{
  display: none !important;
}

.wpgs-for .slick-arrow{
  display: none !important;
}

.woocommerce img.attachment-shop_single, .woocommerce-page img.attachment-shop_single{
  max-width: 500px !important;
  margin: 0 auto;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  width: 100% !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 100% !important;
}


.woocommerce form .form-row label{
  text-transform: uppercase;
  display: inline-block !important;
}

.woocommerce form .form-row label span{
  font-size: 14px;
}

/* .woocommerce form .form-row.create-account{
  margin-bottom: 30px;
} */
/* 
Sample */

#order_review table.shop_table th{
  padding-left: 15px !important;
}

.love-gifts-left-item{
  transform: translateX(-50vw);
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.love-gifts-right-item{
  transform: translateX(50vw);
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.love-gifts-left-item.jump-in, .love-gifts-right-item.jump-in{
  transform: translateX(0);
}


.product-description a{
  color: #FFF;
  display: inline-block;
  position: relative;
  padding-bottom:  3px;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.product-description a:hover{
  color: #ffb900;
}
.product-description a::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-top: 1px dashed #FFF;
  transition: all 0.4s ease-in-out;
}

.product-description a:hover::after{
  border-color: #ffb900;
}
.product-description p{
  text-shadow: 1px 1px 1px #a0554d;
}

.product-description table{
  border: #FFF solid 1px;
  margin: 0 auto;
  text-align: left;
}

.product-description table td{
  padding: 10px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}

.product-description table tr td:last-child{
  border-right: 0px;
}

.product-description table tr:last-child td{
  border-bottom: 0px;
}


/* Other Pages Tables */
.elementor-widget table{
  border: #FFF solid 1px;
  text-align: left;
}

.elementor-widget table td, .elementor-widget table th{
  padding: 10px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}

.elementor-widget table tr td:last-child, .elementor-widget table tr th:last-child{
  border-right: 0px;
}

.elementor-widget table tr:last-child td, .elementor-widget table tr:last-child th{
  border-bottom: 0px;
}


.news-update-scroll{
  padding-right: 15px;
  transform: translateY(3px);
}
.news-update-scroll li{
  height: 20px;
}
.news-update-scroll p{
  margin: 0px;
  width: auto;
  /* display: inline-block; */
  /* float: left; */
  /* position: relative; */
  color: #FFF;
  padding-right: 15px;
  border-right: #FFF solid 1px;
  /* margin-right: 10px; */
}




.quad-video-block-wrap{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.quad-video-block-wrap .video-section{
  position: relative;
  margin-bottom: -6px;
}

.quad-video-block-wrap .video-section .video-section-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(238, 50, 36, 0.7);
  transition: all 0.4s ease-in-out;
}

.quad-video-block-wrap .video-section .video-title{
  color: #FFD419;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 25px;
  transition: all 0.4s ease-in-out;
}
.quad-video-block-wrap .video-section.palying .video-section-overlay{
  background: transparent;
}
.quad-video-block-wrap .video-section img, .quad-video-block-wrap .video-section svg{
  width: 80px;
  height: 80px;
  transition: all 0.4s ease-in-out;
}
.quad-video-block-wrap .video-section.palying img, .quad-video-block-wrap .video-section.palying svg{
  opacity: 0;
}
.quad-video-block-wrap:hover .video-section.palying img, .quad-video-block-wrap:hover .video-section.palying svg{
  opacity: 0.5;
}
.quad-video-block-wrap .video-section svg .play{
  
}
.quad-video-block-wrap .video-section svg .pause{
  transform: translate(21px,21px) scale(0.12);
  opacity: 0;
  
}
.quad-video-block-wrap .video-section.palying .video-title{
  opacity: 0;
}
.video-section-overlay-content{
  width: 220px;
  cursor: pointer;
  
}

.quad-video-block-wrap .video-section.palying svg .pause{
  opacity: 1;
}
.quad-video-block-wrap .video-section.palying svg .play{
  /* transition: all 0.4s ease-in-out; */
  opacity: 0;
}

.kc_accordion_section > .kc_accordion_header{
  border-radius: 5px !important;
}
.kc_accordion_header.ui-accordion-header span{
  position: relative;
  z-index: 10;
  color: #FFF;
}
.kc_accordion_header.ui-accordion-header a{
  margin-bottom: 0px !important;
  font-family: 'Work Sans';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
.kc_accordion_header.ui-accordion-header a::after{
  display: none;
}
.kc_accordion_header > span.ui-accordion-header-icon::before{
  content: "" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
  transform-origin: center center;
  margin-top: -3px;
}
.kc_accordion_header.ui-accordion-header.ui-state-active, .kc_accordion_header:hover{
  border-color: #FFD419 !important;
}
.kc_accordion_header.ui-accordion-header.ui-state-active > a, .kc_accordion_header > a:hover{
  background: #FFD419;
  
  color: #E63224;
}

.kc_accordion_content{
  border-left: 0px !important;
  border-right: 0px !important;
  border-radius: 5px;
}

.kc_accordion_header.ui-accordion-header.ui-state-active > span:before, .kc_accordion_header.ui-accordion-header:hover > span:before{
  border-color: #E63224;
}


.oloiya-paroller{
  transition: all 0.5s cubic-bezier(0,0,.58,1) !important;
}


.about-block-text-wrap p{
  margin-bottom: 20px;
}
.about-block-text-wrap p:last-child{
  margin-bottom: 0px;
}
.about-image-item{
  position: relative;
  margin-top: -80px;
  display: inline-block;
}
.about-image-collage-wrap .about-image-item:first-child{
  margin-top: 0px;
}

.about-block-image{
  width: 60%;
  height: auto;
  box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.20) !important;
  
}

.milestone-image-slider-wrap{
  box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.20) !important;
}

ul.milestone-block-text-wrap{
  padding-left: 0px;
  list-style: none;
}

ul.milestone-block-text-wrap li{
  margin-bottom: 50vh;
}
ul.milestone-block-text-wrap li:last-child{
  margin-bottom: 0px;
}

.milestone-year{
  font-size: 24px;
  color: #FFD419;
}
.milestone-heading{
  font-size: 20px;
  color: #FFD419;
  padding-bottom: 20px;
}

.milestone-block-item p{
  color: #FFF;
  margin-bottom: 0px;
}


.app-promo-bar{
  width: 100%;
  position: fixed;
  bottom: 0;
  transform: translateY(110%);
  background: #FFF;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  transition: all 0.5s ease-in-out;
}
.show-app-promo-bar .app-promo-bar{
  transform: translateY(0%);
}
.app-promo-bar .close-app-promo-bar{
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  cursor: pointer;
}
.app-promo-bar .close-app-promo-bar::after{
  content: '';
  display: inline-block;
  background: #E63224;
  height: 1px;
  width: 100%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  right: 0;
}
.app-promo-bar .close-app-promo-bar::before{
  content: '';
  display: inline-block;
  background: #E63224;
  height: 1px;
  width: 100%;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0;
}
.app-promo-bar .app-promo-image-holder{
  width: 70px;
  float: left;
}
.app-promo-bar .app-promo-image-holder img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.app-promo-desc-text-holder {
  width: calc( 100% - 160px);
  float: left;
}

.app-promo-desc-text-holder h6{
  font-size: 9px;
  line-height: 12px;
  padding-left: 10px;
}

.app-promo-bar .app-promo-link-holder{
  width: 70px;
  float: left;
  text-align: center;
}
.app-promo-bar .app-promo-link-holder a{
  font-size: 10px;
  background: #fcc208;
  color: #bc1c18;
  font-weight: 600;
  white-space: nowrap;
  padding: 3px 5px;
}

/* .mobile-header #nav-icon{
  transform-origin: left center;
  transform: scale(0.8);
} */

.mini-cart-close{
  /* display: inline-block; */
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 9999;
  float: right;
  margin-right: 10px;
  top: 5px;
}

.mini-cart-close::after{
  content: '';
  display: inline-block;
  background: #E63224;
  height: 1px;
  width: 100%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  right: 0;
}
.mini-cart-close::before{
  content: '';
  display: inline-block;
  background: #E63224;
  height: 1px;
  width: 100%;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0;
}


.woocommerce-terms-and-conditions-link {
  color: #E63224;
}
#order_review img {
  width: auto !important;
}

.menu-wrap.unlock li {
  transition-delay: 0ms !important;
}

.select2-container--default .select2-results__option .select2-results__option{
  font-size: 12px !important;
}


#open-popup {
  cursor: pointer;
}

.oloiya-shipping-note-wrap{
  margin-top: 35px;
}

.oloiya-shipping-note-wrap .oloiya-shipping-note{
  font-size: 14px;
  color: #E63224;
  line-height: 20px;
  font-weight: 600;
}
.thankyou-page-quick-links{
  padding: 20px;
  padding-bottom: 25px;
  color: #FFF;
  background: #E63224;
}

.thankyou-page-quick-links h4{
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.thankyou-page-quick-links ul{
  margin-bottom: 0px;
}
.thankyou-page-quick-links a{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  border-bottom: #FFF dashed 1px;
  padding-bottom: 3px;
}
.thankyou-page-quick-links a:hover{
  color: #fff;
}


.panel span.xoo-sl-icon-facebook2{
  font-family: 'Social-Login' !important;
}

.oloiya-last-tabs .woocommerce-form-login-toggle{
  display: none;
}

.oloiya-last-tabs .checkout_coupon.woocommerce-form-coupon{
  margin: 30px !important;
}

.postcode-error{
  font-size: 12px !important;
  font-weight: 600;
  line-height: 18px !important;
  padding-top: 4px;
  color: #E63224;
  display: inline-block;
}

.footer-credits a{
  color: #DB4C3C !important; 
}

.single-product-note span{
  color: #E63224;
}


.app-promo-close-wrap{
  padding: 0px 10px;
  cursor: pointer;
}

.cart-prdt-qty input[type="hidden"] ~ button{
  display: none !important;
}
.shop_table.shop_table_responsive.cart th.product-quantity, .shop_table.shop_table_responsive.cart td.product-quantity{
  text-align: center;
}

.row {
    display: flex;
}

img#LogoImage {
    max-width: 100%;
	height: 60px;
}

.text-right {
    text-align: right!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-729884b9.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background-color: #E71B2E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 0px 80px 0px;
}

.elementor-container.elementor-column-gap-default {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.elementor-widget-container h2 {
    text-align: center;
    color: #060606;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

span.elementor-button-text {
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    fill: #030303;
    color: #030303;
    background-color: #02010100;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
    padding: 0px 0px 10px 0px;
}

span.elementor-button-content-wrapper {
    text-align: center;
}

a#open-popup {
    /* margin: 0 auto; */
    display: block;
    text-align: center;
    margin-top: 10px;
}

h2.elementor-heading-title.elementor-size-default {}

.elementor-widget-container h2 {
    color: #060606;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.elementor-element.elementor-element-776c44ed.quad-text-shadow.elementor-widget.elementor-widget-heading {
    color: #060606;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}