/*********************** GLOBAL ***********************/

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    color: #000;
}

body.no-scroll {
    overflow: hidden;
}

html,
body {
    height: 100%;
}

section,
header,
footer {
    position: relative;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbce;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
}

/*********************** TYPOGRAPHY ***********************/

a {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    color: #266dae;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #266dae;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}

h1 {
    font-size: 28px;
    line-height: 34px
}

h2 {
    font-size: 24px;
    line-height: 30px
}

h3 {
    font-size: 20px;
    line-height: 26px
}

h4 {
    font-size: 16px;
    line-height: 22px
}

h5 {
    font-size: 12px;
    line-height: 18px
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #000;
}


/*********************** HELPER CLASS ***********************/
.cl:before,
.cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

.section-center {
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%
}

.section-center .section-center-1 {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}


hr {
    margin: 20px 0px;
    border: 0;
    border-top: 1px solid #EBECED;

}

.hide {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

.color-white {
    color: #fff;
}

.color-red {
    color: #f05821;
}

.color-orange {
    color: #ffc001;
}

.color-green {
    color: #8ac546;
}

.bg-blue {
    background-color: #266dae;
}

.bg-dark {
    background-color: #0e3e6b;
}



::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #161616;
    font-weight: 300;
    opacity: 0.6;
}

::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #161616;
    font-weight: 300;
    opacity: 0.6;
}

:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #161616;
    font-weight: 300;
    opacity: 0.6;
}

:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #161616;
    font-weight: 300;
    opacity: 0.6;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}


.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}


.padded-20 {
    padding: 20px 0px;
}

.padded40 {
    padding: 40px 0px;
}

.padded-60 {
    padding: 60px 0px;
}

.padded-80 {
    padding: 80px 0px;
}

.padded-100 {
    padding: 100px 0px;
}

.font100 {
    font-weight: 100;
}

.font200 {
    font-weight: 200;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.font800 {
    font-weight: 800;
}

.font900 {
    font-weight: 900;
}


@media(max-width:767px) {
    .mb-20-xs {
        margin-bottom: 20px;
    }

    .mb-40-xs {
        margin-bottom: 40px;
    }

    .mb-60-xs {
        margin-bottom: 60px;
    }

    .text-left-xs {
        text-align: left;
    }
}

/*********************** UI Components ***********************/

/*List like and dislike*/
.list-like {
    position: relative;
    text-align: center;
}

.list-like > li {
    display: inline-block;
    position: relative;
    margin: 0px 2px;

}

.list-like > li > a {
    display: block;
    position: relative;
    background-color: #ececec;
    padding: 6px 44px 6px 20px;
    color: #000;
    font-weight: 600;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.list-like > li > a:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.list-like > li > a.like:after {
    background-image: url(../images/icons/icn-like.png);
}

.list-like > li > a.dislike:after {
    background-image: url(../images/icons/icn-dislike.png);
}

.list-like > li > a:hover {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.list-like > li > a.like:hover {
    color: #8ac546;
}

.list-like > li > a.dislike:hover {
    color: #f05821;
}

.list-like > li > a:hover:after {
    transform: rotate(10deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}



/*Copy code*/
.copy-code-form {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-weight: 600;
    width: 320px;
    margin: 40px auto 10px auto;
    cursor: pointer;
    font-size: 22px;

    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    border-radius: 7px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.copy-code-form:hover {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


@media(max-width:380px) {
    .copy-code-form {
        width: auto;
        font-size: 16px;
        padding: 10px;
    }
}


/*Modal*/
.modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(38, 109, 174, 0.9);
    z-index: 100;
    display: none;
}

.modal .modal-content {
    background-color: #fff;
    display: block;
    width: 640px;
    margin: 80px auto;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 7px;


}

.modal .modal-content .modal-close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.modal .modal-content .modal-close:after,
.modal .modal-content .modal-close:before {
    content: "";
    background-color: #000;
    width: 24px;
    height: 3px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    border-radius: 9px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.modal .modal-content .modal-close:after {
    transform: rotate(45deg);
}

.modal .modal-content .modal-close:before {
    transform: rotate(-45deg);
}

.modal .modal-content .modal-close:hover {
    transform: rotate(90deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.modal .modal-content .modal-body {
    padding: 30px 20px;
    position: relative;
}

.modal .modal-content .modal-footer {
    padding: 30px 20px;
    background-color: #f8f8f8;
    position: relative;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

@media(max-width:767px) {
    .modal .modal-content {
        width: auto;
        margin: 20px;
    }

    .modal .modal-content .modal-body {
        padding: 15px;

    }

    .modal .modal-content .modal-footer {
        padding: 15px;
    }
}



/*OWL Carousel with items 4*/

.owl-items4 .owl-stage-outer {
    overflow: initial;
}

.owl-items4 .owl-item {
    opacity: 0;
}

.owl-items4 .owl-item.active {
    opacity: 1;
}

.owl-items4 .owl-nav .owl-prev,
.owl-items4 .owl-nav .owl-next {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.owl-items4 .owl-nav .owl-prev.disabled,
.owl-items4 .owl-nav .owl-next.disabled {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.owl-items4 .owl-nav .owl-prev .slide-prev,
.owl-items4 .owl-nav .owl-next .slide-next {
    position: absolute;
    top: 40px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;

}

.owl-items4 .owl-nav .owl-prev .slide-prev:after,
.owl-items4 .owl-nav .owl-prev .slide-prev:before,
.owl-items4 .owl-nav .owl-next .slide-next:after,
.owl-items4 .owl-nav .owl-next .slide-next:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    display: block;
    background-color: #000;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.owl-items4 .owl-nav .owl-prev .slide-prev:after {
    left: 20px;
    top: 24px;
    transform: rotate(-45deg);
}

.owl-items4 .owl-nav .owl-prev .slide-prev:before {
    left: 20px;
    bottom: 24px;
    transform: rotate(45deg);
}

.owl-items4 .owl-nav .owl-next .slide-next:after {
    right: 20px;
    top: 24px;
    transform: rotate(45deg);
}

.owl-items4 .owl-nav .owl-next .slide-next:before {
    right: 20px;
    bottom: 24px;
    transform: rotate(-45deg);
}

.owl-items4 .owl-nav .owl-prev .slide-prev {
    left: -30px;
}

.owl-items4 .owl-nav .owl-next .slide-next {
    right: -30px;
}


.section-popular-category .owl-items4 .owl-nav .owl-prev .slide-prev,
.section-popular-category .owl-items4 .owl-nav .owl-next .slide-next {
    top: 110px;

}

.section-blog .owl-items4 .owl-nav .owl-prev .slide-prev,
.section-blog .owl-items4 .owl-nav .owl-next .slide-next {
    top: 80px;
}

@media(max-width:767px) {
    .owl-items4 .owl-nav {
        position: absolute;
        width: 130px;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 20;
        top: -50px;
        display: block;
        height: 60px;
    }

    .owl-items4 .owl-nav .owl-prev .slide-prev {
        left: 0;
        top: 0px;
    }

    .owl-items4 .owl-nav .owl-next .slide-next {
        right: 0;
        top: 0px;
    }

    .section-popular-category .owl-items4 .owl-nav .owl-prev .slide-prev,
    .section-popular-category .owl-items4 .owl-nav .owl-next .slide-next,
    .section-blog .owl-items4 .owl-nav .owl-prev .slide-prev,
    .section-blog .owl-items4 .owl-nav .owl-next .slide-next {
        top: 0px;
    }

}

/*Blog item*/
.blog-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-item .blog-item-image {
    position: relative;
    display: block;
    margin-bottom: 15px;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
}

.blog-item .blog-item-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}

.blog-item .blog-item-info {
    position: relative;


}

.blog-item .blog-item-info .blog-item-title {
    position: relative;
    margin-bottom: 5px;
}

.blog-item .blog-item-info .blog-item-title a {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
}


.blog-item:hover .blog-item-image img,
.blog-item:focus .blog-item-image img {
    transform: scale(1.1);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}


/*Newsletter Form*/
.newsletter-form {
    position: relative;
    display: block
}

.newsletter-form .newsletter-form-control {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 120px 12px 18px;
    border: 16px solid #0e3e6b;
    background-color: #fff;
    display: block;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    color: #000;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 50px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.newsletter-form .newsletter-btn {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 1;
    line-height: 18px;
    border: 0;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 18px;
    display: block;
    cursor: pointer;
    background-color: #8ac546;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.newsletter-form:hover .newsletter-btn,
.newsletter-form:focus .newsletter-btn {
    padding: 10px 24px;
    background-color: #7db938;
    color: #fff;
}




/*Coupon Deal Item*/
.coupon-deal-item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 8px 0px;
    border: 4px solid #8ac546;
    border-radius: 5px;
}

.coupon-deal-item .coupon-deal-item-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 120px;
}

.coupon-deal-item .coupon-deal-item-image:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;

    border: 1px dashed rgba(0, 0, 0, 0.1);


    display: block;
}

.coupon-deal-item .coupon-deal-item-image img {
    width: 100px;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.coupon-deal-item .coupon-deal-item-info {
    position: relative;
    margin-left: 130px;
    margin-right: 170px;
    z-index: 1;
    display: block;

}

.coupon-deal-item .coupon-deal-item-info p {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;


}

.coupon-deal-item .coupon-deal-item-actions {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
}

.coupon-deal-item .coupon-deal-item-purchased {
    text-align: right;
    margin-bottom: 5px;
}

@media(max-width:540px) {
    .coupon-deal-item .coupon-deal-item-image {

        width: 80px;
    }

    .coupon-deal-item .coupon-deal-item-image img {
        width: 70px;
    }

    .coupon-deal-item .coupon-deal-item-info {
        margin-right: 0px;
        margin-left: 90px;
    }

    .coupon-deal-item .coupon-deal-item-actions {
        position: relative;
        right: initial;
        bottom: initial;
        margin-left: 90px;

    }

    .coupon-deal-item .coupon-deal-item-purchased {
        text-align: left;

    }


}

/*Tabs*/
.tabs {
    position: relative;
    display: block;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tabs > li {
    position: relative;
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tabs > li > a {
    position: relative;
    display: block;
    padding: 18px 0px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5);

    border-bottom: 4px solid transparent;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.tabs > li > a.current {
    border-color: #8ac546;

    color: #000;
}

.tabs > li > a:hover,
.tabs > li > a:focus {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}

.tabs > li > a.current:hover,
.tabs > li > a.current:focus {
    color: #000;
}


.tab-content {
    position: relative;
}

.tab-content .tab-item {
    display: none;
    position: relative;
}

.tab-content .tab-item.current {
    display: block;
}

@media(max-width:767px) {
    .tabs > li {
        display: block;
        width: auto;

    }

    .tabs > li > a {
        padding: 12px 0px;
        display: inline-block;
    }
}


/*Section title*/
.section-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 70px;
    display: block;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    background-color: #8ac546;
    height: 4px;
    display: block;
    bottom: -10px;
}

/*Font Large*/
.font-lg {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

/*Popular item*/
.popular-item {
    position: relative;
    display: block;
    margin-bottom: 40px;

}

.popular-item .popular-item-onsale {
    position: absolute;
    left: -12px;
    top: -12px;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    z-index: 1;
}

.popular-item .popular-item-onsale:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 44px;
    height: 44px;

    z-index: -1;

    border-radius: 9px;

    transform: rotate(45deg);
}

.popular-item .popular-item-onsale.pio-color1:after {
    background-color: #ff7404;
}

.popular-item .popular-item-onsale.pio-color2:after {
    background-color: #ffc104;
}

.popular-item .popular-item-onsale.pio-color3:after {
    background-color: #2c7eca;
}

.popular-item .popular-item-onsale.pio-color4:after {
    background-color: #d649d4;
}


.popular-item .popular-item-image {
    background-color: #fff;
    display: block;
    height: 140px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;


    border-radius: 9px;
}

.popular-item .popular-item-image:after {
    content: "";
    position: absolute;
    background-color: #d3dddd;
    display: block;
    top: -12px;
    left: 0px;
    bottom: 8px;
    right: -4px;
    z-index: -1;
    transform: rotate(-8deg);

    border-radius: 5px;
}


.popular-item .popular-item-image img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.popular-item .popular-item-title {
    text-transform: lowercase;
    font-weight: 500;

}

.popular-item .popular-item-actions {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.popular-item .popular-item-purchased {
    position: absolute;
    right: 40px;
    display: block;
    top: 8px;
    padding-left: 30px;

}

.popular-item .popular-item-purchased:after {
    content: "";
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    background-image: url(../images/icons/icn-logo-total.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

@media(max-width:1300px) {
    .popular-item .popular-item-purchased {
        right: 0px;
    }
}


/*Popular item category*/
.popular-category-item {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 5px;

}

.popular-category-item .popular-category-item-icon {
    position: absolute;
    left: -12px;
    top: -12px;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    z-index: 1;
}

.popular-category-item .popular-category-item-icon:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 44px;
    height: 44px;
    z-index: -1;
    border-radius: 9px;
    transform: rotate(45deg);
}

.popular-category-item .popular-category-item-icon.pcii-color1:after {
    background-color: #ff7404;
}

.popular-category-item .popular-category-item-icon.pcii-color2:after {
    background-color: #ffc104;
}

.popular-category-item .popular-category-item-icon.pcii-color3:after {
    background-color: #2c7eca;
}

.popular-category-item .popular-category-item-icon.pcii-color4:after {
    background-color: #d649d4;
}


.popular-category-item .popular-category-item-icon:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 44px;
    height: 44px;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    border-radius: 9px;
    transform: rotate(45deg);
}

.popular-category-item .popular-category-item-icon.pcii-sport:before {
    background-image: url(../images/icons/icn-category-shop.png);
}

.popular-category-item .popular-category-item-icon.pcii-shop:before {
    background-image: url(../images/icons/icn-category-shop.png);
}

.popular-category-item .popular-category-item-icon.pcii-health:before {
    background-image: url(../images/icons/icn-category-health.png);
}

.popular-category-item .popular-category-item-icon.pcii-valentine:before {
    background-image: url(../images/icons/icn-category-valentine.png);
}



.popular-category-item .popular-category-item-image {

    display: block;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popular-category-item .popular-item-image:after {
    content: "";
    position: absolute;
    background-color: #d3dddd;
    display: block;
    top: -12px;
    left: 0px;
    bottom: 8px;
    right: -4px;
    z-index: -1;
    transform: rotate(-8deg);

    border-radius: 5px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.popular-category-item .popular-category-item-image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.popular-category-item .popular-category-item-info {
    position: relative;
    text-align: center;
    padding: 15px;
    z-index: 1;
}

.popular-category-item .popular-category-item-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;

}


.popular-category-item:hover .popular-category-item-image img,
.popular-category-item:focus .popular-category-item-image img {
    transform: scale(1.1);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}



/*Scroll To Top*/
.scroll-to-top {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: -1;
    opacity: 0;
    box-shadow: 0px 3px 6px rgba(8, 52, 83, 0.30);

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.scroll-to-top span {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.scroll-to-top span:after,
.scroll-to-top span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 3px;
    display: block;
    top: 22px;
    background-color: #222;
}

.scroll-to-top span:after {
    left: 12px;
    transform: rotate(-45deg);
}

.scroll-to-top span:before {
    right: 12px;
    transform: rotate(45deg);
}


.scroll-to-top.stt-show {
    z-index: 20;
    opacity: 1;
}

@media(max-width:767px) {
    .scroll-to-top {
        right: 15px;
        bottom: 15px;
    }
}


/*********************** Text Fields ***********************/

.form-control {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 0px;
    border: 0;
    border-bottom: 2px solid #161616;
    background-color: transparent;
    display: block;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    height: 45px;
    z-index: 1;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    color: #000;

    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.form-control:hover,
.form-control:focus {
    border-color: #ce9e1b;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

::-ms-clear {
    display: none;
}


.form-group {
    margin-bottom: 15px;
    position: relative;
}


textarea {
    resize: vertical;
    min-height: 120px;

}

/*********************** Buttons ***********************/

.btn {
    font-family: 'Montserrat', sans-serif;
    outline: 0;
    text-align: center;

    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    z-index: 2;

    text-transform: uppercase;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    position: relative;
    text-decoration: none;

    -webkit-appearance: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}




/*Button Green*/
.btn.btn-green {
    background-color: #8ac546;
    color: #fff;
    border-color: #8ac546;
    padding: 8px 18px;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    background-color: #7db938;
    color: #fff;
    border-color: #7db938;
}



/*Button Default*/
.btn.btn-default {
    background-color: #fff;
    color: #000;
    border-color: #ddd;
    padding: 12px 34px;
    font-size: 14px;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #eee;
    color: #000;
    border-color: #ddd;
}


/*Button Default transparent*/
.btn.btn-default-transparent {
    background-color: transparent;
    color: #fff;
    border-color: #ddd;
    padding: 12px 34px;
    font-size: 14px;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
}

.btn.btn-default-transparent:hover,
.btn.btn-default-transparent:focus {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}



/*Button with icon*/
.btn.btn-with-icn {
    padding-left: 56px;
}

.btn.btn-with-icn:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../images/icons/icn-logo-for-button.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
}

.btn.btn-with-icn:before {
    content: "";
    position: absolute;
    left: 44px;
    top: 0;
    bottom: 0;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    margin: auto;
    height: 20px;
    display: block;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.btn.btn-with-icn:hover:before,
.btn.btn-with-icn:focus:before {
    border: 1px dashed rgba(255, 255, 255, 1);

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/*Sizes*/
.btn.btn-green.btn-lg {
    padding: 16px 24px;
    font-size: 18px;
    line-height: 28px;
}

.btn.btn-green.btn-with-icn.btn-lg {
    padding-left: 76px;
}

.btn.btn-green.btn-with-icn.btn-lg:before {
    left: 58px;
    height: 36px;

}

.btn.btn-green.btn-with-icn.btn-lg:after {
    left: 14px;
}

/*Button Block*/
.btn-block {
    display: block;
    width: 100%;
}


/*********************** .container ***********************/
.container {
    width: 1270px;
    margin: auto;
}


@media(max-width:1300px) {
    .container {
        width: 980px;
    }
}

@media(max-width:992px) {
    .container {
        width: 750px;
    }
}

@media(max-width:767px) {
    .container {
        width: auto;
    }
}

/*********************** HEADER .header ***********************/

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 20px;
    height: 140px;
    z-index: 100;
}

/*Logo*/
.header .logo {
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 222px;
    height: 140px;
    display: block;
    background-size: 222px 106px;
}


/*Help Navigation*/
.header .help-navigation {
    position: absolute;
    right: 120px;
    top: 0;
    z-index: 1;
}

.header .help-navigation > li {
    display: inline-block;
    position: relative;
}

.header .help-navigation > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 50px 10px;
    position: relative;
    text-decoration: none;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header .help-navigation > li:first-child > a {
    padding-left: 0px;
}

.header .help-navigation > li:last-child > a {
    padding-right: 0px;
}


.header .nav-right {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
    display: block;
    z-index: 10;

}

.header .nav-right span {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 3px;
    margin: auto;
    display: block;
    background-color: #7dbbf4;
}

.header .nav-right span:nth-child(1) {
    top: 30px;
}

.header .nav-right span:nth-child(2) {
    top: 40px;
}

.header .nav-right span:nth-child(3) {
    top: 50px;
}




/*Social Networks*/
.header .social-networks {
    position: fixed;
    right: 0px;
    top: 260px;
    z-index: 100;
    display: block;
}


.header .social-networks > li {
    display: block;
    position: relative;
}

.header .social-networks > li > a {
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header .social-networks > li > a:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.header .social-networks > li > a span {
    color: #fff;
    font-weight: 500;
    display: block;
    padding-left: 46px;
    line-height: 40px;
}


.header .social-networks > li > a.facebook {
    background-color: #3b5998;
    top: 0;
}

.header .social-networks > li > a.facebook:after {
    background-image: url(../images/icons/icn-facebook.png);
    background-color: #3b5998;
}

.header .social-networks > li > a.twitter {
    background-color: #00aced;
    top: 40px;
}

.header .social-networks > li > a.twitter:after {
    background-image: url(../images/icons/icn-twitter.png);
    background-color: #00aced;
}

.header .social-networks > li > a.instagram {
    background-color: #DD2A7B;
    top: 80px;
}

.header .social-networks > li > a.instagram:after {
    background-image: url(../images/icons/icn-instagram.png);
    background-color: #DD2A7B;
}

.header .social-networks > li > a.pinterest {
    background-color: #cb2027;
    top: 120px;
}

.header .social-networks > li > a.pinterest:after {
    background-image: url(../images/icons/icn-pinterest.png);
    background-color: #cb2027;
}



.header .social-networks > li > a:hover,
.header .social-networks > li > a:focus {
    width: 130px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


/*Header Search*/
.header .header-search {
    position: absolute;
    top: 30px;
    width: 520px;
    left: 0;
    right: 0;
    z-index: 10;

    margin: auto;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header .header-search .header-search-form-control {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 50px 12px 18px;
    border: 16px solid #0e3e6b;
    background-color: #fff;
    display: block;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    color: #000;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 50px;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header .header-search .header-search-btn {
    position: absolute;
    right: 22px;
    top: 0;
    z-index: 1;
    border: 0;
    outline: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background-color: #8ac546;
    background-image: url(../images/icons/icn-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.header .header-search:hover .header-search-btn,
.header .header-search:focus .header-search-btn {
    background-color: #7db938;

    transform: rotate(90deg);

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@media(max-width:1300px) {
    .header .header-search {
        top: 90px;
    }
}

@media(max-width:992px) {
    .header .header-search {
        top: 120px;
    }
}

@media(max-width:767px) {
    .header {
        height: 80px;
        padding: 0px 10px;
    }

    .header .help-navigation {
        display: none;
    }

    .header .logo {
        width: 111px;
        height: 80px;
        background-size: 111px 53px;
    }

    .header .nav-right {
        right: 0px;
        top: 0px;
    }

    .header .header-search {
        top: 80px;
        width: auto;
        margin: 0px 10px;
    }

}



/*********************** SECTION .hero ***********************/
.hero {
    height: 760px;
}


.hero:after {
    content: "";
    left: 0;
    bottom: 0px;
    right: 0;
    display: block;
    position: absolute;
    background-image: url(../images/shape-hero-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90px;
    z-index: 1;
}


.hero .owl-hero {
    height: 760px;
    position: relative;
}

.hero .owl-hero .item {
    height: 760px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .owl-hero .hero-item {
    height: 760px;
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
}

.hero .owl-hero .hero-item .hero-item-1 {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}


.hero .owl-hero .hero-item .hero-title {
    position: relative;
    display: block;
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    font-weight: 300;
    text-transform: lowercase;
}

.hero .owl-hero .hero-item .hero-title .no {
    color: #f05821;
    font-size: 52px;
    font-weight: 600;
}

.hero .owl-hero .hero-item .hero-title img {
    width: 200px;
    height: auto;
    display: inline-block;
}

.hero .owl-hero .hero-item .hero-purchased {
    position: relative;
    display: block;
    padding-left: 34px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}


.hero .owl-hero .hero-item .hero-purchased:after {
    content: "";
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    background-image: url(../images/icons/icn-logo-total.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}


.hero .owl-hero-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;

    z-index: 10;
}

.hero .owl-hero-dots .owl-dot {
    display: inline-block;
    margin: 0px 4px;
}

.hero .owl-hero-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #7dbbf4;
    display: block;
    cursor: pointer;
    border-radius: 50%;
}

.hero .owl-hero-dots .owl-dot.active span {
    background-color: #fff;
}

@media(max-width:767px) {
    .hero {
        height: auto;
    }

    .hero .owl-hero .hero-item {
        height: auto;
        display: block;
        padding: 220px 0px 140px 0px;

    }

    .hero .owl-hero {
        height: auto;
    }

    .hero .owl-hero .item {
        height: auto;
    }
}



/*********************** SECTION .section-popular ***********************/
.section-popular {
    background-color: #f2f5f5;
    padding: 60px 0px;
    overflow: hidden;
}

.section-popular:after {
    content: "";
    bottom: 0px;
    left: 0;
    right: 0px;
    display: block;
    position: absolute;
    background-image: url(../images/shape-popular-item.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90px;
    z-index: 0;
}

.section-popular:before {
    content: "";
    bottom: 40px;
    right: 120px;
    display: block;
    position: absolute;
    background-image: url(../images/img-popular-item.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px 430px;
    width: 360px;
    height: 430px;
    z-index: 0;
    opacity: 0.2;
}




/*********************** SECTION .section-popular-category ***********************/
.section-popular-category {
    padding: 120px 0px 80px 0px;
    overflow: hidden;
}


.section-popular-category:after {
    content: "";
    left: 0;
    top: 0px;
    right: 0;
    display: block;
    position: absolute;
    background-image: url(../images/shape-popular-category-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60px;
    z-index: 1;
}


.section-popular-category:before {
    content: "";
    bottom: 0px;
    right: 0px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background-image: url(../images/img-popular-category.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.15;
}


/*********************** SECTION .section-blog ***********************/
.section-blog {
    padding: 60px 0px;
    background-color: #071e34;
    overflow: hidden;
}

.section-blog:before {
    content: "";
    bottom: 0px;
    right: 0px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background-image: url(../images/img-blog.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
}




/*********************** SECTION .section-newsletter ***********************/
.section-newsletter {
    padding: 40px 0px;
    background-color: #266dae;
}

.section-newsletter:after,
.section-newsletter:before {
    content: "";
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    background-image: url(../images/shape-newsletter-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70px;
    z-index: 1;
}

.section-newsletter:after {

    top: -70px;
}

.section-newsletter:before {

    bottom: -70px;
    transform: rotate(180deg);
}

/*********************** FOOTER .footer ***********************/

.footer {
    background-color: #03101d;
    padding-top: 40px;
}

.footer .footer-about-us {
    position: relative;
    display: block;
    padding-left: 110px;
    padding-right: 40px;
}

.footer .footer-about-us .footer-logo {
    background-image: url(../images/logo-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    display: block;
    background-size: 90px 90px;
    position: absolute;
    left: 0;
    top: 0;
}


.footer .help-mail {
    color: #8ac546;
    display: block;
    padding: 6px 0px;
}

.footer .help-tel {
    color: #ffc001;
    display: block;
    padding: 6px 0px;
}

.footer .help-messenger {
    color: #fff;
    display: block;
    position: relative;
    padding: 6px 0px 6px 28px;
}

.footer .help-messenger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/icons/icn-messenger.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    display: block;
}

.footer .footer-list > li {
    display: block;
}

.footer .footer-list > li > a {
    color: #fff;
    padding: 6px 0px;
    display: block;


}

.footer .footer-list-address > li {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0px;
}

.footer .footer-list-address > li > a {
    color: #fff;
    text-decoration: underline;

    display: block;

}


.footer .social-networks > li {
    display: inline-block;
    position: relative;
}

.footer .social-networks > li > a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;

    width: 32px;
    height: 32px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}




.footer .social-networks > li > a.facebook {
    background-image: url(../images/icons/icn-facebook.png);

}

.footer .social-networks > li > a.twitter {
    background-image: url(../images/icons/icn-twitter.png);

}

.footer .social-networks > li > a.instagram {
    background-image: url(../images/icons/icn-instagram.png);

}


.footer .social-networks > li > a.pinterest {
    background-image: url(../images/icons/icn-pinterest.png);

}

.footer .social-networks > li > a:hover,
.footer .social-networks > li > a:focus {
    transform: rotate(360deg);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}



.footer .footer-sub {
    background-color: #182e41;
    padding: 15px 0px;
    margin-top: 40px;
}

.footer .footer-sub .footer-list {}

.footer .footer-sub p {
    margin-bottom: 0px;
}

.footer .footer-sub .footer-sub-list > li {
    display: inline-block;
}

.footer .footer-sub .footer-sub-list > li > a {
    color: #fff;
    padding: 0px 16px;
    font-weight: 300;
    display: block;

}

.footer .footer-sub .footer-sub-list > li:first-child > a {
    padding-left: 0px;
}

.footer .footer-sub .footer-sub-list > li:last-child > a {
    padding-right: 0px;
}

@media(max-width:1300px) {
    .footer .footer-about-us {
        padding-right: 0px;
    }
}

@media(max-width:992px) {
    .footer .footer-about-us {
        margin-bottom: 40px;
    }

    .footer .footer-sub .footer-sub-list > li > a {
        padding: 0px 8px;

    }

}

@media(max-width:767px) {
    .footer .footer-about-us {
        padding-left: 0px;
    }

    .footer .footer-about-us .footer-logo {
        position: relative;
        left: initial;
        top: initial;
        margin-bottom: 15px;
    }

    .footer .footer-sub .footer-sub-list {
        margin-bottom: 10px;
    }
}

@media(max-width:540px) {

    .footer .footer-sub .footer-sub-list > li {
        display: block;
    }

    .footer .footer-sub .footer-sub-list > li > a {
        padding: 6px 0px;
    }
}
