@font-face {
    font-family: 'icons';
    src: url('../fonts/icons2.eot?81140792');
    src: url('../fonts/icons2.eot?81140792#iefix') format('embedded-opentype'), url('../fonts/icons2.woff2?81140792') format('woff2'), url('../fonts/icons2.woff?81140792') format('woff'), url('../fonts/icons2.ttf?81140792') format('truetype'), url('../fonts/icons2.svg?81140792#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?92377168#icons') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-user:before {
    content: '\e800';
}


/* '' */

.icon-cancel-1:before {
    content: '\e801';
}


/* '' */

.icon-check:before {
    content: '\e802';
}


/* '' */

.icon-heart:before {
    content: '\e803';
}


/* '' */

.icon-cancel:before {
    content: '\e804';
}


/* '' */

.icon-leaf:before {
    content: '\e805';
}


/* '' */

.icon-star-1:before {
    content: '\e806';
}


/* '' */

.icon-heart-empty-1:before {
    content: '\e807';
}


/* '' */

.icon-trash:before {
    content: '\e808';
}


/* '' */

.icon-basket:before {
    content: '\e809';
}


/* '' */

.icon-cart:before {
    content: '\e80a';
}


/* '' */

.icon-basket-alt:before {
    content: '\e80b';
}


/* '' */

.icon-basket-1:before {
    content: '\e80c';
}


/* '' */

.icon-basket-2:before {
    content: '\e80d';
}


/* '' */

.icon-bag:before {
    content: '\e80e';
}


/* '' */

.icon-off:before {
    content: '\e80f';
}


/* '' */

.icon-flight:before {
    content: '\e810';
}


/* '' */

.icon-droplet:before {
    content: '\e811';
}


/* '' */

.icon-money:before {
    content: '\e812';
}


/* '' */

.icon-wallet:before {
    content: '\e813';
}


/* '' */

.icon-headphones:before {
    content: '\e814';
}


/* '' */

.icon-loop-alt:before {
    content: '\e815';
}


/* '' */

.icon-user-1:before {
    content: '\f061';
}


/* '' */

.icon-twitter:before {
    content: '\f099';
}


/* '' */

.icon-facebook:before {
    content: '\f09a';
}


/* '' */

.icon-youtube-squared:before {
    content: '\f166';
}


/* '' */

.icon-instagram:before {
    content: '\f16d';
}


/* '' */

.icon-whatsapp:before {
    content: '\f232';
}


/* '' */

.icon-volume-control-phone:before {
    content: '\f2a0';
}


/* '' */

.icon-snapchat-ghost:before {
    content: '\f2ac';
}


/* '' */

.icon-snapchat-square:before {
    content: '\f2ad';
}


/* '' */

.icon-telegram:before {
    content: '\f2c6';
}


/* '' */

.icon-lock:before {
    content: '\f512';
}


/* '' */

::-moz-selection {
    background: #313131;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}

::selection {
    background: #313131;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font: normal 16px/28px cairo;
    color: #111;
    background-color: #f3f3f3;
}

input:active,
input:focus {
    outline: none
}


/*
h1,h2,h3,h4,h5,h6,b,strong{
  font-weight: normal;
}
*/

.clfx:after,
.cntr:after,
.nav-menu li ul li a:after,
.nav-block .left-head:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    width: 100%;
}

.ul-none,
ul.woocommerce-mini-cart {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #073D60;
    direction: ltr;
}

.page-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 112;
    display: none;
}

#wrap {
    overflow: hidden;
}

.cntr {
    margin: 0px auto;
    max-width: 1170px;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
    margin-bottom: 20px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select {
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: normal;
    /*line-height: 20px;*/
    color: #666
}

select {
    padding: 7px 10px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
    font-size: 15px;
    font-weight: normal;
    border-width: 0px;
    padding: 10px 19px;
    cursor: pointer;
    background-color: #333;
    color: #FFF;
}

input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
input[type=button]:hover {
    opacity: 0.7
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
input,
select,
label,
textarea {
    font-family: 'Cairo', sans-serif;
}


/*=============================*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*=============================*/

.right-headmenu li .woocommerce-mini-cart__buttons a,
.nav-menu li ul,
.nav-menu a,
.woocommerce ul.products li.product .pd-wrap .button,
.side-menu {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/*=============================*/