/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 17px;
    font-weight: 300;
}


[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
    padding: .7rem 1.6rem;
    
    border-radius: 5px;
    
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 5px;
    
}


.is-btn, .btn{
    border-radius: 5px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:300;
}

label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: 'EB Garamond';
}

/* || HEADER || */
.is-wrapper .is-header, .is-header {
    background-color: #FFFFFF;
    color:#303030;
    border-bottom:1px solid #E9ECEF;
    height: auto;
    min-height:0;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
}

header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

header a:not(.button) {
    color: #303030;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #000000;
}

header .icon, 
header i {
    color: #303030;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #000000;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #000000;
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

header .cta .icon {
    padding-right: 5px;
    color: #303030
}

header .text-muted {
    color: #303030 !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #E9ECEF;
}

header .border-top {
    border-top:1px solid #E9ECEF;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#000000
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#303030;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#000000;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #2568B3;
    
}


.header-search-input{
    padding-right:25px;
    color:#000000;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#000000;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#000000
}


header .ps-cart-text-container {
    color:#FFFFFF;
    background:#303030;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#000000;
}

/* || MENU || */
header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background-color: #2568B3;
}

header .dropdown.menu li ul.submenu {
     background: #FFFFFF;
     border:1px solid #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #2568B3;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #2568B3;
    background: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #FFFFFF;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFFFFF transparent transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #FFFFFF transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #2568B3 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent #2568B3 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #2568B3;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent #2568B3
}


/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
    font-size: 2.5rem;
}

.light-bg-section h3 {
    color:#5F8FBB;
    font-size: 1.75rem;
    font-weight:500;
}

.text-primary {
     color:#9B151B;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
    font-size: 2rem;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:#6CAAE4;
    color:#FFFFFF;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}


/* || FOOTER || */
.is-footer, .is-wrapper .is-footer {
    background-color: #2568B3;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button), .is-footer a {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #FFFFFF;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #FFFFFF;
}

footer .menu li a {
    font-weight:bold;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

li.float-left.margin-bottom-1 {
    display: flex;
}

form.settings input[type="text"], form.settings input[type="password"], form.settings input[type="number"], form.settings input[type="file"], form.settings input[type="url"], form.settings input[type="email"], form.settings input[type="tel"], form.settings select, form.settings textarea {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .9em;
    padding: 0.5em;
    margin-bottom: 0.3em;
    height: 2.5em;
    width: 100%;
}
.ps-login-page .ps-login-form-wrap, .ps-login-page .ps-registration-form-wrap {
    width: 100%;
    text-align: left;
}

.ps-login-page .button {
    width: 100%;
    text-transform: uppercase;
}

/*form start*/
.cls-form div.form-container .submit_wrap {
    text-align: center;
}
.cls-form   input#first_name {
    margin-bottom: 1.5em!important;
     background: #fff;
     min-height: 50px;
}
.cls-form   input#email{
     background: #fff;
     margin-right: 5%;
    width: 95%;
    min-height: 50px;
}
.cls-form  .ww-form-container form, .form-map-layout.map p{
        box-shadow: none;
    padding:  0;
    }
    
    .cls-form .cell.medium-6 {
        width:100%;
        }
  .cls-form fieldset {
    display: flex;
    flex-wrap: wrap;
    border:none !important;
    
        }
  .cls-form  .ww-form-container form fieldset>div {
    width:24.33%;
    }
    .cls-form .ww-form-container form fieldset>div {
   
    padding: 0 10px;
    }
    .cls-form .large-6
    {
        width:100%;
    }
     .cls-form div.form-container .submit_wrap
     {
         text-align:center;
     }
      .cls-form
      {
        background:linear-gradient(139.46deg, #7FC9E4 -5.51%, #4B90CC 34.08%, #2568B3 70.76%) !important;
          background-size:cover !important;
          padding-top:40px!important;
          padding-bottom:40px!important;
          border-bottom:1px solid #fff !important;
        
     }
     .cls-form p,
      .cls-form h2,
       .cls-form label
     {
         color:#fff !important;
         
     }
     .para-pad
     {
         padding:20px;
         margin-bottom: -25px !important;
     }
     .cls-form  #mob_phone_phone_number_tel ,
      .cls-form  select{
    margin-top: 0rem !important;
    margin-bottom: 0px !important;
    border: 1px solid #BDC3C7;
    border-radius: 0px;
        height: 2.4375rem!important;
    padding: 0.5rem !important;
    background:#fff;
}
.ww-form-container form fieldset legend {
    display: none;
}
.cls-form  #mob_phone_phone_number_tel{
 padding: 0.5rem 0.5rem 0.5rem 3rem!important;
min-height: 44px !important;
max-width:95% !important;
}

.cls-form .error,
.cls-form .errorMargin,
.cls-form .required {
    color: #ff7a65!important;
    
}
/*.cls-form textarea#field_20471 {
    min-height: 2.4375rem!important;
}*/
.cls-form  .iti__selected-flag {
   
    height: 70%;
    padding-top:10px !important;
}
.cls-form #first_name {
   
    width: 100%;
    }
  .cls-form .error, .cls-form .errorMargin, .cls-form .required {
    font-size: 1em;
}  
.cls-form textarea  {
    color: #555555 !important;
     font-size: 1em !important;
}
  .cls-form [type='tel'] {
    color: #555555 !important;
     font-size: 1em !important;
}  
  .cls-form [type='email'] {
    color: #555555 !important;
     font-size: 1em !important;
} 
.cls-form [type='text'] {
    color: #555555 !important;
    font-size: 1em !important;
} 
  .cls-form #first_name::placeholder,
.cls-form #email::placeholder,
.cls-form #mob_phone_phone_number_tel::placeholder,
.cls-form #field_20402::placeholder{
    font-weight: 400 !important;
     font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #C9C9C9;
}
.frm-mrgggnn
{
 padding: 10px;
margin-bottom: -24px;
}
.cls-form #field_20402
{
   margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    min-height: 44px !important;
    width:95% !important;
    padding: 6px 25px;
}

.thank-text
{
    font-weight: 700;
    background: #BC0411;
    padding: 15px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}
#mob_phone_phone_number_valid {
    font-size: 11px;
    top: -4px;
    position: absolute !important;
    bottom: -30px !important;
    margin-top: 60px !important;
    font-weight: 700 !important;
}
/* form ends*/

.normal-text
{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    font-weight:700;
}
.blue-sect
{
     background:linear-gradient(139.46deg, #7FC9E4 -5.51%, #4B90CC 34.08%, #2568B3 70.76%) !important;
          background-size:cover !important;
          color:#fff !important;
}
.clr-white
{
    color:#fff !important;
}
.txt-lft
{
    text-align:left;
}

@media only screen and (max-width:1024px){
    
}
@media only screen and (max-width:768px){
    .cls-form #field_20402 {
    width: 100% !important;
}
.txt-lft
{
    text-align:center;
}
}
@media only screen and (max-width:667px){
}

@media only screen and (max-width:480px){
    .wdth
{
    margin-left: 75px !important;
}
}
@media only screen and (max-width:375px){
        .wdth {
        margin-left: 23px !important;
    }
}
}
@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        padding-left: 2px;
        padding-right: 2px;
        margin-bottom:2px;
    }
    .cls-form #field_20402 {
    width: 100% !important;
}
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFFFF;
    color:#303030;
}

aside.sidenav .featured-section i {
    color:#303030;
}


aside.sidenav input[type=search] {
    color:#000000;
    background:#FFFFFF;
}

aside.sidenav input[type=search]::placeholder {
    color:#000000;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#000000
}


aside.sidenav .menu.simple {
    background:#2568B3;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#303030;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#000000;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #FFFFFF;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#2568B3;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#2568B3;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {
  footer .border-bottom-small {
      border-bottom:1px solid #FFFFFF;
    }

    header .border-top-small  {
        border-top:1px solid #E9ECEF;
    }

    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

