@font-face {
	font-family: 'ChinaCyr';
	src: url('../fonts/chinacyr.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/chinacyr.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/chinacyr.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/chinacyr.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/chinacyr.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/chinacyr.svg#chinacyr') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'Bonzai';
    font-style: normal;
    font-weight: normal;
    src: local('Bonzai Regular'), url('bonzai.woff') format('woff'),
    url('../fonts/bonzai.ttf') format('truetype'),
}
@font-face {
    font-family: 'Cocogoose';
    src: local('../fonts/Cocogoose Narrow Light'), local('Cocogoose-Narrow-Light'),
        url('../fonts/CocogooseNarrow-Light.woff2') format('woff2'),
        url('../fonts/CocogooseNarrow-Light.woff') format('woff'),
        url('../fonts/CocogooseNarrow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

body,
html {
    overflow-x: hidden;
}
body {
    background-color: #000;
    font-family: Cocogoose;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
::selection {
    background-color: #ffffff;
    color: #fff;
}
a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
a:hover {
    color: #E31E24;
    text-decoration: none;
}
textarea {
    resize: none;
}
section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}
img {
    max-width: 100%;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin-top: 0;
    padding-top: 0;
}
*,
:active,
:focus {
    outline: 0;
}
ol,
ul {
    list-style: none;
}
button {
    border: none;
    padding: 0;
}

textarea {
    resize: none;
}
select {
    background-color: transparent;
}
.col-padding-0 > .row {
    margin: 0;
}
.col-padding-0,
.col-padding-0 > .row > [class*="col-"] {
    padding: 0;
}
.inner-padding {
    padding: 120px 70px;
}
.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.background-banner {
    min-height: 500px;
}
.width-auto {
    width: auto !important;
}
.lh-1 {
    line-height: 1 !important;
}
.vh-100 {
    height: 100vh !important;
}
.align-v {
    display: flex;
    align-items: center;
}
.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hr-dashed {
    border-top: 1px dashed #504d4d;
}
.border-top {
    border-top: 1px solid #dbdbdb !important;
}
.border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mt--100 {
    margin-top: -100px;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.pb-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pt-140 {
    padding-top: 140px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-170 {
    padding-top: 170px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-110 {
    padding-bottom: 110px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
.pb-140 {
    padding-bottom: 140px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.pb-170 {
    padding-bottom: 170px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
@media (max-width: 992px) {
    .text-center-xs-sm-md {
        text-align: center !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .inner-padding {
        padding: 120px 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    section {
        padding: 75px 0;
    }
    .inner-padding {
        padding: 100px 50px !important;
    }
    .mt-30 {
        margin-top: 30.7692307692px !important;
    }
    .mt-40 {
        margin-top: 28.5714285714px !important;
    }
    .mt-50 {
        margin-top: 35.7142857143px !important;
    }
    .mt-60 {
        margin-top: 42.8571428571px !important;
    }
    .mt-70 {
        margin-top: 50px !important;
    }
    .mt-80 {
        margin-top: 57.1428571429px !important;
    }
    .mt-90 {
        margin-top: 64.2857142857px !important;
    }
    .mt-100 {
        margin-top: 71.4285714286px !important;
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }
    .mb-50 {
        margin-bottom: 35.7142857143px !important;
    }
    .mb-60 {
        margin-bottom: 42.8571428571px !important;
    }
    .mb-70 {
        margin-bottom: 50px !important;
    }
    .mb-80 {
        margin-bottom: 57.1428571429px !important;
    }
    .mb-90 {
        margin-bottom: 64.2857142857px !important;
    }
    .mb-100 {
        margin-bottom: 71.4285714286px !important;
    }
    .mr-30 {
        margin-right: 23.0769230769px !important;
    }
    .mr-40 {
        margin-right: 28.5714285714px !important;
    }
    .mr-50 {
        margin-right: 35.7142857143px !important;
    }
    .ml-30 {
        margin-left: 27.2727272727px !important;
    }
    .ml-40 {
        margin-left: 33.3333333333px !important;
    }
    .ml-50 {
        margin-left: 35.7142857143px !important;
    }
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }
    .pt-40 {
        padding-top: 28.5714285714px !important;
    }
    .pt-50 {
        padding-top: 35.7142857143px !important;
    }
    .pt-60 {
        padding-top: 42.8571428571px !important;
    }
    .pt-70 {
        padding-top: 50px !important;
    }
    .pt-80 {
        padding-top: 57.1428571429px !important;
    }
    .pt-90 {
        padding-top: 64.2857142857px !important;
    }
    .pt-100 {
        padding-top: 71.4285714286px !important;
    }
    .pt-110 {
        padding-top: 78.5714285714px !important;
    }
    .pt-120 {
        padding-top: 85.7142857143px !important;
    }
    .pt-130 {
        padding-top: 93.3333333333px !important;
    }
    .pt-140 {
        padding-top: 87.5px !important;
    }
    .pt-150 {
        padding-top: 88.2352941176px !important;
    }
    .pt-160 {
        padding-top: 88.8888888889px !important;
    }
    .pt-170 {
        padding-top: 89.4736842105px !important;
    }
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }
    .pb-50 {
        padding-bottom: 35.7142857143px !important;
    }
    .pb-60 {
        padding-bottom: 42.8571428571px !important;
    }
    .pb-70 {
        padding-bottom: 50px !important;
    }
    .pb-80 {
        padding-bottom: 57.1428571429px !important;
    }
    .pb-90 {
        padding-bottom: 64.2857142857px !important;
    }
    .pb-100 {
        padding-bottom: 71.4285714286px !important;
    }
    .pb-110 {
        padding-bottom: 78.5714285714px !important;
    }
    .pb-120 {
        padding-bottom: 85.7142857143px !important;
    }
    .pb-130 {
        padding-bottom: 86.6666666667px !important;
    }
    .pb-140 {
        padding-bottom: 87.5px !important;
    }
    .pb-150 {
        padding-bottom: 88.2352941176px !important;
    }
    .pb-160 {
        padding-bottom: 88.8888888889px !important;
    }
    .pb-170 {
        padding-bottom: 89.4736842105px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    section {
        padding: 50px 0;
    }
    .inner-padding {
        padding: 50px 30px !important;
    }
    .text-center-xs-sm {
        text-align: center !important;
    }
    .mt-30 {
        margin-top: 23.0769230769px !important;
    }
    .mt-40 {
        margin-top: 28.5714285714px !important;
    }
    .mt-50 {
        margin-top: 33.3333333333px !important;
    }
    .mt-60 {
        margin-top: 33.3333333333px !important;
    }
    .mt-70 {
        margin-top: 35px !important;
    }
    .mt-80 {
        margin-top: 40px !important;
    }
    .mt-90 {
        margin-top: 45px !important;
    }
    .mt-100 {
        margin-top: 50px !important;
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }
    .mb-50 {
        margin-bottom: 33.3333333333px !important;
    }
    .mb-60 {
        margin-bottom: 33.3333333333px !important;
    }
    .mb-70 {
        margin-bottom: 35px !important;
    }
    .mb-80 {
        margin-bottom: 40px !important;
    }
    .mb-90 {
        margin-bottom: 45px !important;
    }
    .mb-100 {
        margin-bottom: 50px !important;
    }
    .mr-30 {
        margin-right: 25px !important;
    }
    .mr-40 {
        margin-right: 30.7692307692px !important;
    }
    .mr-50 {
        margin-right: 33.3333333333px !important;
    }
    .ml-30 {
        margin-left: 25px !important;
    }
    .ml-40 {
        margin-left: 30.7692307692px !important;
    }
    .ml-50 {
        margin-left: 33.3333333333px !important;
    }
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }
    .pt-40 {
        padding-top: 28.5714285714px !important;
    }
    .pt-50 {
        padding-top: 33.3333333333px !important;
    }
    .pt-60 {
        padding-top: 33.3333333333px !important;
    }
    .pt-70 {
        padding-top: 35px !important;
    }
    .pt-80 {
        padding-top: 40px !important;
    }
    .pt-90 {
        padding-top: 45px !important;
    }
    .pt-100 {
        padding-top: 50px !important;
    }
    .pt-110 {
        padding-top: 55px !important;
    }
    .pt-120 {
        padding-top: 60px !important;
    }
    .pt-130 {
        padding-top: 66.6666666667px !important;
    }
    .pt-140 {
        padding-top: 63.6363636364px !important;
    }
    .pt-150 {
        padding-top: 65.2173913043px !important;
    }
    .pt-160 {
        padding-top: 66.6666666667px !important;
    }
    .pt-170 {
        padding-top: 68px !important;
    }
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }
    .pb-50 {
        padding-bottom: 33.3333333333px !important;
    }
    .pb-60 {
        padding-bottom: 33.3333333333px !important;
    }
    .pb-70 {
        padding-bottom: 35px !important;
    }
    .pb-80 {
        padding-bottom: 40px !important;
    }
    .pb-90 {
        padding-bottom: 45px !important;
    }
    .pb-100 {
        padding-bottom: 50px !important;
    }
    .pb-110 {
        padding-bottom: 55px !important;
    }
    .pb-120 {
        padding-bottom: 60px !important;
    }
    .pb-130 {
        padding-bottom: 61.9047619048px !important;
    }
    .pb-140 {
        padding-bottom: 63.6363636364px !important;
    }
    .pb-150 {
        padding-bottom: 65.2173913043px !important;
    }
    .pb-160 {
        padding-bottom: 66.6666666667px !important;
    }
    .pb-170 {
        padding-bottom: 68px !important;
    }
}
.color-white {
    color: #fff !important;
}
.color-gray {
    color: #f9f9f9 !important;
}
.color-dark {
    color: #222 !important;
}
.color-theme {
    color: #ffffff !important;
}
.color-heading {
    color: #282828 !important;
}
.color-body {
    color: #9b9b9b !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-dark {
    background-color: #222 !important;
}
.bg-heading {
    background-color: #282828 !important;
}
.bg-theme {
    background-color: #ffffff !important;
}
.bg-img {
    position: relative;
    z-index: 1;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.45);
}
.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.6);
}
.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.25);
}
.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, 0.55);
}
.bg-overlay-gradient:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.03)));
    background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
    background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
    background-image: -ms-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
    background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
    background-image: linear-gradient(center bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.03));
}
.bg-parallax {
    background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: Cocogoose;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
.heading__subtitle {
    font-family: Cocogoose;
    font-size: 40px;
    color: #ffffff;
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}
.heading__title {
    font-family: Cocogoose;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 10px;
}
.heading__icon {
    margin-bottom: 20px;
}
.heading__desc {
    margin-bottom: 0;
}
.heading__desc + img {
    margin-top: 14px;
}
.heading-layout2 .heading__title {
    font-family: Cocogoose;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
}
.heading-white .heading__subtitle {
    color: #f9f9f9;
}
.heading-white .heading__title {
    color: #fff;
}
.heading-white .heading__icon svg {
    fill: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .heading__title {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .heading-layout2 .heading__title {
        font-size: 35px;
    }
}
.header-transparent + .page-title {
    margin-top: 0px;
}
.pagetitle__subheading {
    font-family: Cocogoose;
    font-size: 40px;
    color: #f9f9f9;
    display: block;
    margin-bottom: 3px;
}
.pagetitle__heading {
    font-family: Cocogoose;
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.pagetitle__desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    margin-bottom: 0;
}
.page-title {
    padding-top: 283px;
    padding-bottom: 30px;
}
.page-title .breadcrumb {
    margin-top: 143px;
    margin-bottom: 0;
}
.page-title .breadcrumb-item a {
    color: #9b9b9b;
}
.page-title .breadcrumb-item a:hover {
    color: #E31E24;
}
.page-title .breadcrumb-item + .breadcrumb-item::before {
    color: #9b9b9b;
    font-family: FontAwesome;
    content: "";
}
.page-title .breadcrumb-item.active {
    color: #E31E24;
}
.page-title-layout2 {
    padding-top: 250px;
    padding-bottom: 85px;
}
.page-title-layout2 .pagetitle__subheading {
    font-family: Cocogoose;
    font-size: 12px;
    margin-bottom: 9px;
}
.page-title-layout3 {
    padding-top: 287px;
    padding-bottom: 187px;
}
.page-title-layout4 {
    padding-top: 340px;
    padding-bottom: 85px;
}
.page-title-layout5 {
    padding-top: 385px;
    padding-bottom: 60px;
}
.page-title-layout5 .breadcrumb {
    margin-top: 10px;
}
.page-title-layout6 {
    padding-top: 180px;
    padding-bottom: 180px;
}
.page-title-layout6 .breadcrumb {
    margin-top: 15px;
    margin-bottom: 0;
}
.page-title-layout7 {
    padding-top: 290px;
    padding-bottom: 180px;
}
.page-title-layout8 {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: -1px 4px 8px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 4px 8px 0px rgba(255, 255, 255, 0.2);
    box-shadow: -1px 4px 8px 0px rgba(255, 255, 255, 0.2);
}
.page-title-layout8 .pagetitle__heading {
    font-family: Cocogoose;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.page-title-layout8 .breadcrumb-item a,
.page-title-layout8 .breadcrumb-item + .breadcrumb-item::before {
    color: #9b9b9b;
}
.page-title-layout8 .breadcrumb-item.active {
    color: #E31E24;
}
.page-title-layout8 .breadcrumb {
    margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .page-title-layout7 {
        padding-top: 190px;
        padding-bottom: 180px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pagetitle__desc {
        font-size: 13px;
        font-weight: 400;
    }
    .pagetitle__subheading {
        font-size: 30px;
        margin-bottom: 0;
    }
    .pagetitle__heading {
        font-size: 32px;
    }
    .page-title .breadcrumb {
        margin-top: 20px;
    }
    .page-title-layout7 {
        padding-bottom: 100px;
    }
    .page-title-layout8 {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .page-title-layout8 .breadcrumb {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}
.btn {
    font-family: Cocogoose;
    
    position: relative;
    font-size: 13px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 1px;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 1.3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn__block {
    width: 100%;
}
.btn__lg {
    min-width: 210px;
}
.btn__primary {
    background-color: #fff;
    color: #E31E24;
    border: 2px solid #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.product-item.active .btn__primary.btn__hover2 {
    background-color: #E31E24;
    color: #fff;
    border-color: #E31E24;
}
.btn__primary:active,
.btn__primary:hover {
    background-color: #E31E24;
    color: #fff;
    border-color: #E31E24;
}
.product-item:active .btn__primary.btn__hover2,
.product-item:hover .btn__primary.btn__hover2 {
    background-color: #E31E24;
    color: #fff;
    border-color: #E31E24;
}
.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:hover {
    background-color: transparent;
    color: #ffffff;
}
.btn__secondary {
    background-color: #222;
    color: #fff;
    border: 2px solid #222;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
    background-color: #ffffff;
    color: #fff;
    border-color: #ffffff;
}
.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:hover {
    background-color: #fff;
    color: #222;
    border-color: #fff;
}
.btn__white {
    background-color: #fff;
    color: #282828;
    border: 2px solid #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn__white:active,
.btn__white:hover {
    background-color: #ffffff;
    color: #fff;
    border-color: #ffffff;
}
.btn__white.btn__hover2:active,
.btn__white.btn__hover2:hover {
    background-color: #282828;
    color: #fff;
    border-color: #282828;
}
.btn__rounded {
    border-radius: 50px;
}
.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0 0 5px 0;
    border: none;
    box-shadow: none !important;
}
.btn__link:after,
.btn__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}
.btn__link:before {
    width: 0;
    z-index: 2;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.btn__link:hover:before {
    width: 100%;
}
.btn__link.btn__primary {
    color: #9b9b9b;
}
.btn__link.btn__primary:after {
    background-color: #9b9b9b;
}
.btn__link.btn__primary:active,
.btn__link.btn__primary:hover {
    background-color: #9b9b9b;
    background-color: transparent;
    border-color: transparent;
}
.btn__link.btn__primary:active:before,
.btn__link.btn__primary:hover:before {
    background-color: #222;
}
.btn__link.btn__primary.btn__hover2:active,
.btn__link.btn__primary.btn__hover2:hover {
    color: #E31E24;
}
.btn__link.btn__primary.btn__hover2:active:before,
.btn__link.btn__primary.btn__hover2:hover:before {
    background-color: #E31E24;
}
.btn__link.btn__secondary {
    color: #222;
}
.btn__link.btn__secondary:after {
    background-color: #222;
}
.btn__link.btn__secondary:active,
.btn__link.btn__secondary:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}
.btn__link.btn__secondary:active:before,
.btn__link.btn__secondary:hover:before {
    background-color: #ffffff;
}
.btn__bordered {
    background-color: transparent;
}
.btn__bordered.btn__primary {
    color: #ffffff;
    border-color: #ffffff;
}
.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn__bordered.btn__secondary {
    color: #222;
    border-color: #222;
}
.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn__bordered.btn__white {
    color: #fff;
    border-color: #fff;
}
.btn__bordered.btn__white:active,
.btn__bordered.btn__white:hover {
    color: #ffffff;
    background-color: #fff;
    border-color: #fff;
}
.btn__white.btn__secondary {
    color: #222;
    border-color: #fff;
    background-color: #fff;
}
.btn__white.btn__secondary:active,
.btn__white.btn__secondary:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
button:focus {
    outline: 0;
}
.btn i {
    margin-right: 9px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .btn {
        font-size: 12px;
        min-width: 100px;
        height: 40px;
        line-height: 38px;
        letter-spacing: 1px;
    }
}
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 14px;
    width: 100%;
    color: #9b9b9b;
}
.form-control:focus {
    background-color: #f6f6f6;
    border-color: #ffffff;
}
.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}
.form-control:-moz-placeholder {
    color: #9b9b9b;
}
.form-control::-moz-placeholder {
    color: #9b9b9b;
}
.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}
textarea.form-control {
    min-height: 122px;
    line-height: 1.5;
    padding-top: 10px;
}
.form-control.nice-select {
    margin-bottom: 30px;
}
.nice-select .list {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-control {
        height: 40px;
    }
}
.nav-tabs .nav__link {
    display: block;
    padding-bottom: 3px;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 700;
    color: #9b9b9b;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    bottom: -1px;
}
.related__products-title{
    color: #9b9b9b;
}
.nav-tabs .nav__link:last-of-type {
    margin-right: 0;
}
.nav-tabs .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #E31E24;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
    color: #E31E24;
}
.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
    width: 100%;
}
.tab-content {
    padding-top: 35px;
}
.product__desc{
    margin-bottom: 30px;
    color: #9b9b9b;
}
.product__meta-cat{
    color: #9b9b9b;
}
.tab-content{
    color: #9b9b9b;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .nav-tabs .nav__link {
        margin-right: 15px;
    }
}
.social__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.social__icons li {
    margin-right: 20px;
}
.social__icons li:last-of-type {
    margin-right: 0;
}
.social__icons li a {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: #282828;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.social__icons li a:hover {
    color: #ffffff;
}
.social__icons-white li a {
    color: #fff;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumb-item {
    line-height: 1;
}
.pagination li {
    margin-right: 10px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    font-family: Cocogoose;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #9b9b9b;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pagination li a i {
    font-weight: 700;
}
.pagination li a.current,
.pagination li a:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .pagination li a {
        font-size: 13px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
.list-items li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    margin-bottom: 7px;
}
.list-items li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-items.list-items-right li {
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
}
.list-items.list-items-right li:before {
    right: 0;
    left: auto;
}
.alert-panel {
    position: relative;
    background-color: rgba(24,24,24,1);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
}
.alert-panel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 2px;
    width: calc(100% - 60px);
    background-color: #E31E24;
}
.alert__title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.alert__desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.header {
    position: relative;
    z-index: 1010;
    background: #000;
    color: #9b9b9b;
}
.navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}
.navbar > .container,
.navbar > .container-fluid {
    position: relative;
    height: 100px;
}
.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px;
}
.navbar .logo-light {
    display: none;
}
.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative;
}
.navbar .navbar-toggler .menu-lines {
    display: inline-block;
}
.navbar .navbar-toggler .menu-lines:after,
.navbar .navbar-toggler .menu-lines:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 2px;
    display: inline-block;
    background-color: #222;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}
.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 2px;
    background-color: #222;
}
.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}
.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar .nav__item {
    position: relative;
    margin-right: 32px;
}
.navbar .nav__item:last-child {
    margin-right: 0;
}
.navbar .nav__item .nav__item-link {
    font-size: 14px;
    font-weight: 700;
    
    display: block;
    position: relative;
    color: #222;
    line-height: 100px;
    letter-spacing: 0.6px;
}
.navbar .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    margin: auto;
    display: block;
    background-color: #E31E24;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.navbar .nav__item .nav__item-link.active,
.navbar .nav__item .nav__item-link:hover {
    color: #E31E24;
}
.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
    width: 100%;
}
.navbar .dropdown-toggle:after {
    content: "";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #161616;
}
.navbar .dropdown-menu .nav__item {
    padding: 0 40px;
    margin-right: 0;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #9b9b9b;
    
    font-weight: 400;
    line-height: 40px;
    white-space: nowrap;
    border-bottom: 1px solid #494b4f;
}
.navbar .dropdown-menu .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    margin: 0;
    display: block !important;
    background-color: #ffffff;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: #ffffff;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
    width: 100%;
}
.navbar .dropdown-menu .nav__item:last-child > .nav__item-link {
    border-bottom: none;
}
.navbar .dropdown-menu .nav__item:last-child > .nav__item-link:before {
    display: none !important;
}
.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0;
}
.header-transparent .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
}
.header-transparent .navbar .navbar-toggler .menu-lines span,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines:before {
    background-color: #fff;
}
.header-transparent .logo-light {
    display: inline-block;
}
.header-transparent .logo-dark {
    display: none;
}
.header-transparent .nav__item .nav__item-link,
.header-transparent .navbar__action-btn {
    color: #9b9b9b;
}
.header-transparent .navbar__action-btn-reserve {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}
.header-transparent .navbar__action-btn-reserve:hover {
    background-color: #fff;
    border-color: #fff;
    color: #282828;
}
.header-transparent .social__icons li a {
    color: #fff;
}
.header-transparent .navbar.fixed-navbar > .nav__item > .nav__item-link:before {
    background-color: #222;
}
.header-layout2 .navbar__action-btn-reserve {
    border: 2px solid #222;
    color: #222;
}
.header-layout2 .navbar__action-btn-reserve:hover {
    background-color: #222;
    color: #fff;
}
.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    max-height: 100px;
    z-index: 1040;
    border-bottom: 0 !important;
    background-color: #000 !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}
.fixed-navbar .nav__item .nav__item-link {
    color: #9b9b9b;
}
.fixed-navbar .logo-light {
    display: none;
}
.fixed-navbar .logo-dark {
    display: inline-block;
}
.fixed-navbar .navbar__action-btn,
.fixed-navbar .social__icons li a,
.fixed-navbar .social__icons-white li a {
    color: #9b9b9b;
}
.fixed-navbar .navbar__action-btn-reserve {
    border: 2px solid #222;
    color: #222;
}
.fixed-navbar .navbar__action-btn-reserve:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
.navbar__action-btn {
    position: relative;
    margin-left: 30px;
    color: #222;
}
.navbar__action-btn:hover {
    color: #ffffff;
}
.navbar__action-btn-reserve {
    font-weight: 700;
    min-width: 124px;
    height: 37px;
    line-height: 35px;
    color: #fff;
}
.navbar__action-btn-reserve:hover {
    color: #fff;
}
.cart__label {
    position: absolute;
    top: -7px;
    right: -9px;
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    font-family: Cocogoose;
}
.search-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(27, 26, 26, 0.95);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.search-popup .module__search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 750px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}
.search-popup .module__search-btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #fff;
}
.search-popup .module__search-btn:hover {
    color: #ffffff;
}
.search-popup .search__input {
    z-index: 1;
    height: 80px;
    padding-left: 50px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    color: #fff;
    font-size: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-popup .search__input::-webkit-input-placeholder {
    color: #fff;
}
.search-popup .search__input:-moz-placeholder {
    color: #fff;
}
.search-popup .search__input::-moz-placeholder {
    color: #fff;
}
.search-popup .search__input:-ms-input-placeholder {
    color: #fff;
}
.search-popup .search__input::placeholder {
    color: #fff;
}
.search-popup.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.search-popup.inActive {
    opacity: 0;
    transition-delay: 0.5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.search-popup.active .module__search-form {
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}
.search-popup.inActive .module__search-form {
    transition-delay: 0s;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}
.cart-popup {
    background-color: #161616;
    width: 310px;
    padding: 40px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1055;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.cart-popup .cart-item {
    position: relative;
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-popup .cart-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.cart-popup .cart-item .cart__item-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 15px;
}
.cart-popup .cart-item .cart__item-content {
    flex: 1;
    padding-right: 22px;
}
.cart-popup .cart-item .cart__item-title {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}
.cart-popup .cart-item .cart__item-detail {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}
.cart-popup .cart-item .cart__item-detail span:first-child {
    padding-right: 4px;
}
.cart-popup .cart-item .cart__item-delete {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.cart-popup .cart-item .cart__item-delete:hover {
    background-color: #fff;
    color: #ffffff;
}
.cart-popup .cart-subtotal {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #494b4f;
    border-bottom: 2px solid #494b4f;
    padding: 18px 0;
    margin-bottom: 20px;
}
.cart-popup .cart-subtotal span {
    font-family: Cocogoose;
    line-height: 1;
    font-weight: 700;
}
.cart-popup .cart-action .btn {
    min-width: 105px;
    height: 42px;
    line-height: 40px;
}
.cart-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 370px;
    height: 100%;
    padding: 100px 40px 40px;
    transition-delay: 0.6s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}
.hamburger-menu.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.hamburger-menu__header,
.hamburger-menu__header a{
    color: #000;
}
.hamburger-menu__header a:hover{
    color: #E31E24;;
}
.hamburger-menu .close__hamburger-menu {
    position: absolute;
    top: 50px;
    right: 50px;
    line-height: 1;
    cursor: pointer;
    color: #E31E24;
    font-size: 18px;
}
.hamburger-menu .close__hamburger-menu:hover {
    color: #000;
}
.btn__red{
    background-color: #E31E24;
    color: #fff;
    border-color: #E31E24;
}
.btn__red:hover{
    color: #000;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .search-popup .module__search-form {
        max-width: 90%;
    }
    .search-popup .search__input {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px;
    }
    .navbar .collapse:not(.show) {
        display: block;
    }
    .navbar .navbar-nav {
        margin: 0 !important;
    }
    .navbar .nav__item {
        margin-right: 0;
    }
    .navbar .nav__item .nav__item-link {
        color: #fff;
        line-height: 35px;
        padding-left: 15px;
    }
    .navbar .nav__item .nav__item-link:hover {
        color: #ffffff;
    }
    .navbar .nav__item .nav__item-link:before {
        display: none;
    }
    .navbar .navbar-collapse {
        background-color: #161616;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
        z-index: 50;
        padding: 15px 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    .navbar .navbar-collapse .navbar-actions {
        padding: 0 15px;
    }
    .navbar .menu-opened.navbar-collapse {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar .dropdown-toggle:after {
        right: 15px;
        content: "L";
        font-family: ElegantIcons;
    }
    .navbar .nav__item.opened > .dropdown-toggle:after,
    .navbar .nav__item.show > .dropdown-toggle:after {
        content: "K";
    }
    .navbar .dropdown-menu {
        background-color: #161616;
    }
    .navbar .dropdown-menu .nav__item {
        padding: 0 25px;
    }
    .navbar .dropdown-menu .nav__item .nav__item-link {
        padding-left: 0;
    }
    .navbar .dropdown-menu .nav__item .nav__item-link:hover:before {
        display: none !important;
    }
    .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
        padding-left: 10px;
    }
    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0 0 0 15px;
    }
    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0;
    }
    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }
    .navbar .mega-dropdown-menu > .nav__item {
        padding: 0 10px;
    }
    .navbar .mega-dropdown-menu .nav__item {
        padding: 0;
    }
    .fixed-navbar {
        position: static;
        animation: none;
    }
    .navbar-actions-wrap {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar__action-btn-reserve {
        display: none;
    }
    .header-transparent + .page-title {
        margin-top: 0;
    }
    .header .navbar,
    .header-transparent .navbar {
        background-color: #fff;
    }
    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block;
    }
    .header .logo-light,
    .header-transparent .logo-light {
        display: none;
    }
    .header .navbar__action-btn,
    .header .social__icons li a,
    .header-transparent .navbar__action-btn,
    .header-transparent .social__icons li a {
        color: #222;
    }
    .header .navbar .navbar-toggler .menu-lines span,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines:before {
        background-color: #222;
    }
    .header .navbar-expand-lg > .container,
    .header .navbar-expand-lg > .container-fluid,
    .header-transparent .navbar-expand-lg > .container,
    .header-transparent .navbar-expand-lg > .container-fluid {
        width: 100%;
        max-width: none;
    }
    .header .navbar,
    .header .navbar > .container,
    .header .navbar > .container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar > .container,
    .header-transparent .navbar > .container-fluid {
        height: 80px;
    }
    .header .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px;
    }
    .header-layout3 .navbar > .container {
        flex-direction: row;
    }
    .header-layout3 .navbar > .container .navbar-brand img {
        max-height: 60px;
    }
    .cart-popup {
        right: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        box-shadow: 0 2px 6px 0 rgba(40, 40, 40, 0.1);
        padding: 25px 0 23px;
    }
    .navbar .dropdown-menu.mega-dropdown-menu {
        padding: 20px;
    }
    .navbar .nav__item.dropdown-submenu > .mega-menu,
    .navbar .nav__item.with-dropdown > .dropdown-menu,
    .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
    .navbar .nav__item.with-dropdown > .mega-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
    .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu,
    .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }
    .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
    .navbar .nav__item.with-dropdown:hover > .dropdown-menu,
    .navbar .nav__item.with-dropdown:hover > .mega-menu,
    .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navbar .nav__item.with-dropdown.mega-dropdown {
        position: static;
    }
    .navbar .nav__item.with-dropdown .mega-dropdown-menu {
        width: 100%;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
        overflow: hidden;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
        font-family: FontAwesome;
        content: "";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        opacity: 0;
        color: #ffffff;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
        padding-left: 15px;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
        opacity: 1;
        left: 4px;
    }
    .navbar-nav > .nav__item > .dropdown-toggle:after {
        display: none;
    }
    .header-layout3 .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(4) {
        position: absolute;
        left: 70%;
    }
    .header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(5) {
        position: absolute;
        left: calc(70% + 80px);
    }
    .header-layout3 .navbar .navbar-nav > .nav__item:nth-of-type(6) {
        position: absolute;
        left: calc(70% + 140px);
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu.mega-dropdown-menu > .nav__item {
        padding: 0 15px;
    }
    .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
        border-bottom: 1px solid #f2f2f2;
    }
    .dropdown-menu.mega-dropdown-menu [class^="col-"]:last-child .nav__item:last-child > .nav__item-link {
        border-bottom: 0;
    }
}
.accordion-item {
    border: 1px solid #ffffff;
    background-color: #fff;
    padding: 25px 30px;
    margin-bottom: 27px;
}
.accordion-item .accordion__item-title {
    color: #282828;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
}
.accordion-item .accordion__item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: Fontawesome;
    background-color: #ffffff;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-item.opened .accordion__item-title {
    color: #ffffff;
}
.accordion-item.opened .accordion__item-title:after {
    background-color: #ffffff;
    color: #fff;
    content: "";
}
.accordion-item .accordion__item-body {
    padding-top: 25px;
}
.accordion-item .accordion__item-body p {
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 15px 20px;
    }
}
.header-transparent + .hero-banner {
    margin-top: -100px;
}
.hero-banner {
    height: 100vh;
}
.hero-banner .hero__banner-inner {
    height: 100vh;
}
.hero-banner .hero__banner-img {
    margin-top: 150px;
    text-align: center;
}
.hero-banner .hero__banner-categories {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.hero-banner .hero__banner-categories .cat__item {
    text-align: center;
    margin-right: 55px;
}
.hero-banner .hero__banner-categories .cat__item:last-child {
    margin-right: 0;
}
.hero-banner .hero__banner-categories .cat__item img {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.hero-banner .hero__banner-categories .cat__item .cat__item-title {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.hero-banner .hero__banner-categories .cat__item:hover .cat__item-title,
.hero-banner .hero__banner-categories .cat__item:hover img {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hero-banner .divider-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    fill: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.text-banner {
    padding-top: 235px;
    padding-bottom: 235px;
}
.text-banner .banner__subtitle {
    display: block;
    font-family: Cocogoose;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}
.text-banner .banner__title {
    font-family: Cocogoose;
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 0;
}
.text-banner-layout2 {
    padding-top: 180px;
    padding-bottom: 180px;
}
.text-banner-layout2 .divider-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: url(../images/shapes/shape3.png) repeat-x;
}
.text-banner-layout3 .divider-shape {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 17px;
    background: url(../images/shapes/shape2.png) repeat-x;
}
.text-banner-layout3 .divider-shape-top {
    top: 0;
}
.text-banner-layout3 .divider-shape-bottom {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-banner {
        padding-top: 135px;
        padding-bottom: 135px;
    }
    .text-banner .banner__subtitle {
        font-size: 25px;
        margin-bottom: 0;
    }
    .text-banner .banner__title {
        font-size: 45px;
    }
    .text-banner-layout2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .text-banner-layout3 {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero-banner .hero__banner-img {
        margin: 150px auto 0;
        max-width: 270px;
    }
    .text-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .text-banner .banner__subtitle {
        font-size: 25px;
        margin-bottom: 0;
    }
    .text-banner .banner__title {
        font-size: 35px;
    }
    .text-banner-layout2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .text-banner-layout3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.footer .contact-box .contact__box-title {
    color: #fff;
}
.footer .footer__newsletter-form .form-group {
    max-width: 260px;
    margin: 0 auto 30px;
}
.footer .footer__newsletter-form .form-group:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 4px);
    display: block;
    border-radius: 2px;
    border: 1px solid #ffffff;
}
.footer .footer__newsletter-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 2px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
}
.footer .footer__newsletter-form .form-group .form-control::-webkit-input-placeholder {
    color: #474747;
    font-size: 12px;
}
.footer .footer__newsletter-form .form-group .form-control:-moz-placeholder {
    color: #474747;
    font-size: 12px;
}
.footer .footer__newsletter-form .form-group .form-control::-moz-placeholder {
    color: #474747;
    font-size: 12px;
}
.footer .footer__newsletter-form .form-group .form-control:-ms-input-placeholder {
    color: #474747;
    font-size: 12px;
}
.footer .footer__newsletter-form .form-group .form__submit {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #ffffff;
}
.footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.messengers > a{
    font-size: 16px;
    margin-right: 10px;
}
.footer .footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer .footer-bottom {
    position: relative;
    background-color: #000;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-top .contact-box{
    margin-top: 65px;
}
.footer .footer-bottom:after {
   /* content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background-image: url(../images/shapes/shape1.png);
    width: 28px;
    height: 38px;*/
}
.footer .footer__links li {
    margin-right: 30px;
}
.footer .footer__links li:last-child {
    margin-right: 0;
}
.footer .footer__links li a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
.footer .footer__links li a:hover {
    color: #ffffff;
}
.footer .footer__copyright a,
.footer .footer__copyright span {
    font-size: 13px;
}
.footer-top {
    background: #000;
    border-top: 1px dashed #504d4d;
    border-bottom: 1px dashed #504d4d;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .contact-box {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .footer .contact-box .contact__box-list,
    .footer .contact-box .contact__box-title {
        margin-bottom: 10px;
    }
    .footer .footer-top {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footer .footer-top .row > [class*="col-"]:nth-of-type(1) {
        order: 2;
    }
    .footer .footer-top .row > [class*="col-"]:nth-of-type(2) {
        order: 1;
    }
    .footer .footer-top .row > [class*="col-"]:nth-of-type(3) {
        order: 3;
    }
    .footer .footer__links li {
        margin-right: 10px;
    }
    .footer .footer-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
#scrollTopBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 20px;
    border-radius: 3px;
    color: #000;
    background-color: #E31E24;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#scrollTopBtn:hover {
    color: #fff;
}
#scrollTopBtn.actived {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
[data-nav="false"] .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-item img {
    width: 100%;
}
.carousel-dots .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.carousel-dots .owl-dots .owl-dot {
    margin: 3px;
}
.carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #9b9b9b;
    border: 2px solid #9b9b9b;
    margin: 0;
    display: inline-block;
}
.carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #ffffff;
}
.carousel-dots .owl-dots .owl-dot.active span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.carousel-dots-light .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
}
.carousel-arrows .owl-nav .owl-next,
.carousel-arrows .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateY(-50%);
}
.carousel-arrows .owl-nav .owl-next:hover,
.carousel-arrows .owl-nav .owl-prev:hover {
    color: #ffffff;
    background-color: transparent;
}
.carousel-arrows .owl-nav .owl-next:after,
.carousel-arrows .owl-nav .owl-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.7s ease;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
}
.carousel-arrows .owl-nav .owl-next:hover:after,
.carousel-arrows .owl-nav .owl-prev:hover:after {
    opacity: 1;
}
.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}
.carousel-arrows .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    content: "";
    font-size: 20px;
}
.carousel-arrows .owl-nav .owl-next {
    right: 0;
}
.carousel-arrows .owl-nav .owl-next:before {
    font-family: FontAwesome;
    content: "";
    font-size: 20px;
}
.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1;
}
.header-transparent + .slider {
    margin-top: -100px;
}
.header-transparent + .slider .slide__content {
    padding-top: 100px;
}
.slider {
    padding: 0;
}
.slider .slide-item {
    height: 100vh;
}
.slider .slide__subtitle {
    font-family: Cocogoose;
    font-size: 40px;
    color: #f9f9f9;
    margin-bottom: 10px;
}
.slider .slide__title {
    font-family: Cocogoose;
    font-size: 85px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.slider .slide__desc {
    font-family: Cocogoose;
    font-size: 40px;
    color: #f9f9f9;
    margin-bottom: 30px;
}
.slider .carousel-arrows .owl-nav .owl-next,
.slider .carousel-arrows .owl-nav .owl-prev {
    border: 0;
    color: #fff;
    border-radius: 50%;
    line-height: 46px;
    opacity: 0;
    transform: scale(0.8);
    transition: border 0.3s linear, opacity 0.5s ease, transform 0.4s ease;
}
.slider:hover .carousel-arrows .owl-nav .owl-next,
.slider:hover .carousel-arrows .owl-nav .owl-prev {
    transform: scale(1);
    opacity: 1;
}
.slider:hover .carousel-arrows .owl-nav .owl-next:hover,
.slider:hover .carousel-arrows .owl-nav .owl-prev:hover {
    border-color: #ffffff;
    color: #ffffff;
}
.slider .carousel-arrows .owl-nav .owl-next:before,
.slider .carousel-arrows .owl-nav .owl-prev:before {
    font-family: icomoon;
    font-size: 50px;
    transition: 0.4s ease;
}
.slider .carousel-arrows .owl-nav .owl-next:before {
    content: "";
}
.slider .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
}
.slider .carousel-arrows .owl-nav .owl-prev {
    left: 30px;
}
.slider .carousel-arrows .owl-nav .owl-next {
    right: 30px;
}
.slider .carousel-arrows .owl-nav .owl-next:after,
.slider .carousel-arrows .owl-nav .owl-prev:after {
    display: none;
}
.slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center;
}
.slider-layout2 .slide__title {
    margin-bottom: 15px;
}
.slider-layout2 .slide__desc {
    font-family: Cocogoose;
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (min-width: 992px) {
    .slider .slide__title {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .slide__title {
        font-size: 70px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0;
    }
    .slider .slide__title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-transparent + .slider {
        margin-top: 0;
    }
    .header-transparent + .slider .slide__content {
        padding-top: 0;
    }
    .slider .slide-item {
        height: calc(100vh - 80px);
    }
    .slider .slide__title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider .slide__desc {
        font-size: 27px;
    }
    .slider .carousel-arrows .owl-nav .owl-next,
    .slider .carousel-arrows .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .slider .slide__subtitle {
        margin-bottom: 10px;
    }
    .slider .slide__title {
        font-size: 27px;
    }
    .slider .btn {
        font-size: 12px;
        font-weight: 600;
        min-width: 100px;
        height: 35px;
        line-height: 33px;
    }
    .slider .carousel-arrows .owl-nav .owl-next,
    .slider .carousel-arrows .owl-nav .owl-prev {
        display: none;
    }
}
.feature-item {
    position: relative;
    margin-bottom: 30px;
}
.feature-item .feature__img {
    position: relative;
    overflow: hidden;
}
.feature-item .feature__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.feature-item .feature__img img {
    -webkit-transition: transform 1.2s ease;
    -moz-transition: transform 1.2s ease;
    -ms-transition: transform 1.2s ease;
    -o-transition: transform 1.2s ease;
    transition: transform 1.2s ease;
}
.feature-item .feature__img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.feature-item .feature__title {
    font-family: Cocogoose;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.fancybox-item {
    position: relative;
    margin-bottom: 60px;
}
.fancybox-item .fancybox__icon {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    margin-bottom: 13px;
}
.fancybox-item:hover .fancybox__icon {
    -webkit-animation: slideTopDown 0.8s infinite alternate;
    -moz-animation: slideTopDown 0.8s infinite alternate;
    -ms-animation: slideTopDown 0.8s infinite alternate;
    -o-animation: slideTopDown 0.8s infinite alternate;
    animation: slideTopDown 0.8s infinite alternate;
}
.fancybox-item:hover .fancybox__title {
    color: #ffffff;
}
.fancybox-item .fancybox__title {
    font-family: Cocogoose;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fancybox-item .fancybox__desc {
    padding: 0 10px;
    margin-bottom: 0;
}
@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .fancybox-item {
        margin-bottom: 30px;
    }
    .fancybox-item .fancybox__desc {
        padding: 0;
    }
}
.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}
.portfolio-item .portfolio__img {
    position: relative;
}
.portfolio-item .portfolio__img img {
    width: 100%;
}
.portfolio-item .portfolio__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.portfolio-item .portfolio__hover > a {
    display: block;
    width: 100%;
    height: 100%;
}
.portfolio-item:hover .portfolio__hover {
    opacity: 1;
}
.portfolio-item .portfolio__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.portfolio-item .portfolio__title a {
    color: #282828;
}
.portfolio-item .portfolio__title a:hover {
    color: #ffffff;
}
.portfolio-gallery-no-margin .portfolio-item {
    margin-bottom: 0;
}
.zoom__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 20px;
}
.zoom__icon:after,
.zoom__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.zoom__icon:after {
    width: 20px;
    height: 1px;
}
.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.portfolio-filter li {
    margin-right: 30px;
}
.portfolio-filter li:last-child {
    margin-right: 0;
}
.portfolio-filter li a {
    position: relative;
    font-family: Cocogoose;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    
    display: block;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.portfolio-filter li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #E31E24;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.portfolio-filter li a.active,
.portfolio-filter li a:hover {
    color: #E31E24;
}

.portfolio-filter li a.active:after,
.portfolio-filter li a:hover:after {
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .portfolio-filter li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.member {
    position: relative;
    margin-bottom: 40px;
}
.member .member__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.member .member__img img {
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.member:hover .member__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.member .member__info {
    padding-top: 27px;
}
.member .member__info .member__name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px;
}
.member .member__info .member__desc {
    font-size: 12px;
    margin-bottom: 0;
}
.member .member__info .membrt__bio {
    padding: 0 20px;
    margin-bottom: 0;
}
.member .divider__img {
    margin-top: 10px;
    margin-bottom: 14px;
}
.member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.member .member__content-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.member .social__icons li {
    margin-right: 10px;
}
.member .social__icons li:last-child {
    margin-right: 0;
}
.member .social__icons li a {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.member .social__icons li a i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.member .social__icons li a i:hover {
    opacity: 0.7;
}
.member .social__icons li a .fa-facebook {
    background-color: #5d82d1;
}
.member .social__icons li a .fa-twitter {
    background-color: #40bff5;
}
.member .social__icons li a .fa-google-plus {
    background-color: #eb5e4c;
}
.member .social__icons li:nth-of-type(2) a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.member .social__icons li:nth-of-type(3) a {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.member .social__icons li:nth-of-type(4) a {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.member:hover .member__hover {
    opacity: 1;
}
.member:hover .member__content-inner {
    bottom: 50px;
    opacity: 1;
}
.member:hover .social__icons li a {
    opacity: 1;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .member .member__info {
        padding-top: 15px;
    }
    .member .member__info .member__name {
        font-size: 16px;
        margin-bottom: 0;
    }
    .member .member__info .membrt__bio {
        font-size: 12px;
        padding: 0;
    }
}
.testimonial-item {
    position: relative;
    background-color: #fff;
    padding: 50px 30px 43px;
    border-radius: 3px;
    text-align: center;
}
.testimonial-item:after,
.testimonial-item:before {
    content: "";
    position: absolute;
    border-radius: 2px;
    border: 1px solid #ffffff;
    display: block;
}
.testimonial-item:before {
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: calc(100% - 40px);
}
.testimonial-item:after {
    right: 22px;
    top: 18px;
    left: 22px;
    height: calc(100% - 36px);
}
.testimonial-item .testimonial__rating {
    line-height: 1;
    margin-bottom: 21px;
}
.testimonial-item .testimonial__rating i {
    color: #ffc80a;
}
.testimonial-item .testimonial__content {
    position: relative;
}
.testimonial-item .testimonial__desc {
    margin-bottom: 17px;
}
.testimonial__meta {
    position: relative;
    z-index: 2;
}
.testimonial__meta .testimonial__meta-title {
    
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.testimonial__meta .testimonial__meta-desc {
    font-family: Cocogoose;
    font-size: 28px;
    margin-bottom: 0;
}
.testimonial__thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 2px;
    margin-bottom: 26px;
}
.testimonial__thumb:after {
    content: "";
    position: absolute;
    top: 43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border: 8px solid #ffffff;
    border-bottom-color: transparent;
}
.testimonial__thumb img {
    max-width: 100%;
    border-radius: 50%;
}
.testimonials .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}
.testimonials-layout2 .testimonial-item {
    background-color: transparent;
    padding: 0 30px;
}
.testimonials-layout2 .testimonial-item:after,
.testimonials-layout2 .testimonial-item:before {
    display: none;
}
.testimonials-layout2 .testimonial-item .testimonial__desc {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}
.testimonials-layout2 .testimonial-item .testimonial__meta-title {
    color: #fff;
}
.testimonials-layout2 .testimonial__thumb {
    width: 70px;
    height: 70px;
}
.testimonials-layout2 .testimonial__thumb:after {
    top: 68px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .testimonial-item {
        padding: 20px 20px 24px 15px;
    }
    .testimonial-item .testimonial__rating,
    .testimonial-item .testimonial__thumb {
        margin-bottom: 15px;
    }
    .testimonials-layout2 .testimonial-item {
        padding: 0;
    }
    .testimonials-layout2 .testimonial-item .testimonial__desc {
        font-size: 18px;
        line-height: 24px;
    }
}
.cta__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px;
}
.cta__desc {
    margin-bottom: 0;
}
.cta__actions {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}
.cta__actions .btn {
    margin-left: 30px;
}
.cta__actions-text p {
    font-size: 12px;
}
.cta__actions-text span {
    font-family: Cocogoose;
    font-size: 40px;
    line-height: 1;
}
.cta-layout2 .cta__subtitle {
    font-family: Cocogoose;
    font-size: 40px;
    color: #fff;
}
.cta-layout2 .cta__title {
    font-family: Cocogoose;
    font-size: 85px;
    font-weight: 400;
    color: #fff;
}
.cta-layout2 .cta__desc {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
}
.cta-layout3 {
    padding-top: 230px;
    padding-bottom: 220px;
}
.cta-layout3 .cta__title {
    font-size: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-layout2 .cta__title {
        font-size: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-layout2 .cta__title {
        font-size: 50px;
    }
    .cta-layout3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .cta-layout3 .cta__title {
        font-size: 45px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cta-layout1 {
        text-align: center;
    }
    .cta-layout1 .cta__actions {
        display: block;
        text-align: center;
    }
    .cta-layout1 .cta__actions .btn {
        margin: 10px 0 0 0;
    }
    .cta-layout1 .cta__desc {
        margin-bottom: 10px;
    }
    .cta-layout2 .cta__subtitle {
        font-size: 30px;
    }
    .cta-layout2 .cta__title {
        font-size: 35px;
        margin-bottom: 0;
    }
    .cta-layout2 .cta__desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .cta-layout3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cta-layout3 .cta__title {
        font-size: 32px;
    }
}
.client {
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.client img {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
}
.post-item {
    position: relative;
    margin-bottom: 40px;
}
.post-item .post__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-item .post__img:after,
.post-item .post__img:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.post-item .post__img:after {
    opacity: 0.5;
}
.post-item .post__img:before,
.post-item .post__img:hover:before {
    right: 0;
    top: 0;
}
.post-item .post__img:after,
.post-item .post__img:hover:after {
    left: 0;
    bottom: 0;
}
.post-item .post__img:hover:after,
.post-item .post__img:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.post-item .post__content {
    padding-left: 30px;
    padding-right: 15px;
}
.post-item .post__meta > * {
    margin-bottom: 11px;
}
.post-item .post__meta .post__meta-cat,
.post-item .post__meta .post__meta-tag {
    display: inline-flex;
}
.post-item .post__meta .post__meta-cat a,
.post-item .post__meta .post__meta-cat span,
.post-item .post__meta .post__meta-tag a,
.post-item .post__meta .post__meta-tag span {
    background-color: #ffffff;
    color: #fff;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 4px;
}
.post-item .post__meta .post__meta-cat a:last-child,
.post-item .post__meta .post__meta-cat span:last-child,
.post-item .post__meta .post__meta-tag a:last-child,
.post-item .post__meta .post__meta-tag span:last-child {
    margin-right: 0;
}
.post-item .post__meta .post__meta-cat a:hover,
.post-item .post__meta .post__meta-cat span:hover,
.post-item .post__meta .post__meta-tag a:hover,
.post-item .post__meta .post__meta-tag span:hover {
    background-color: #282828;
}
.post-item .post__meta .post__meta-cat span,
.post-item .post__meta .post__meta-tag span {
    transition: 0.3s linear;
}
.post-item .post__meta-comments-count,
.post-item .post__meta-date {
    font-size: 12px;
}
.post-item .post__title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 11px;
}
.post-item .post__title a {
    color: #282828;
}
.post-item .post__title a:hover {
    color: #ffffff;
}
.post-item .post__desc {
    margin-top: 14px;
    margin-bottom: 0;
}
.post-item .btn__link {
    margin-top: 23px;
}
.blog-standard .post-item .post__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.blog-standard .post-item .post__content {
    padding-left: 40px;
}
.blog-standard .post-item .post__meta {
    display: flex;
    align-items: center;
}
.blog-standard .post-item .post__meta > * {
    margin-right: 20px;
}
.blog-single .post-item .post__content {
    padding-left: 0;
}
.blog-single .post-item .post__desc {
    margin-bottom: 38px;
}
.blog-single .post-item .post__desc p {
    padding-left: 40px;
    line-height: 23px;
    margin-bottom: 30px;
}
.blog-widget {
    padding: 40px;
}
.blog__widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.post-share {
    display: flex;
    align-items: center;
}
.post-share .post__share-title {
    font-size: 14px;
    margin-right: 25px;
    line-height: 1;
    margin-bottom: 0;
}
.post-share .social__icons li a {
    font-size: 14px;
}
.post-author {
    display: flex;
    background-color: #f6f6f6;
}
.post-author .post__author-avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.post-author .post__author-avatar img {
    border-radius: 3px;
}
.post-author .post__author-bio {
    line-height: 23px;
    margin-bottom: 13px;
}
.post-author .social__icons li a {
    font-size: 15px;
    margin-right: 27px;
    color: #5d5d5d;
}
.post-author .social__icons li a:hover {
    color: #222;
}
.post-author .social__icons li a:last-child {
    margin-right: 0;
}
.post-comments,
.post-comments-form {
    position: relative;
    border: 1px solid #ffffff;
}
.post-comments-form:before,
.post-comments:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 8px);
    display: block;
    border-radius: 2px;
    border: 1px solid #ffffff;
}
.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 30px;
}
.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.comments-list .comment__item .comment__content {
    padding-left: 70px;
}
.comments-list .comment__item .comment__content .comment__author {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.comments-list .comment__item .comment__content .comment__date {
    color: #616161;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.comments-list .comment__item .comment__content .comment__desc {
    font-size: 14px;
    margin-bottom: 8px;
}
.comments-list .comment__item .comment__content .comment__reply {
    
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
}
.comments-list .comment__item .comment__content .comment__reply:hover {
    color: #282828;
}
.comments-list .comment__item .nested__comment {
    border-top: 1px dashed #dbdbdb;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px;
}
.post-comments-form .form-group {
    margin-bottom: 30px;
}
.font-st{
    font-family: Poppins;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .post-item .post__title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .post-item .post__content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .post-item .btn__link {
        margin-top: 10px;
    }
    .post-author,
    .post-share {
        padding: 15px;
        margin-left: 0 !important;
    }
    .widget-tags {
        margin-left: 0 !important;
    }
    .post-single .post-item .post__desc p {
        padding-left: 0;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px;
    }
    .comments-list .comment__item .comment__content {
        padding-left: 60px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .blog-standard .post-item .post__meta > * {
        margin-right: 5px;
    }
    .post-author {
        display: block;
    }
}
.contact .btn__link {
    color: #ffffff;
}
.contact .contact-box .contact__box-title {
    font-size: 16px;
}
.contact .contact-box .contact__box-list li {
    font-size: 13px;
    line-height: 23px;
}
.contact .social__icons li {
    margin-right: 10px;
}
.contact .social__icons li:last-of-type {
    margin-right: 0;
}
.contact .social__icons li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.contact .social__icons li a:hover {
    background-color: #282828;
}
.contact-box {
    margin-bottom: 30px;
}
.contact-box .contact__box-title {
    font-size: 14px;
    font-weight: 700;
}
.contact-box .contact__box-list {
    margin-bottom: 25px;
}
.contact-layout2 .contact-box {
    padding: 0 30px;
    margin-top: 50px;
}
.contact-layout2 .contact-box .contact__box-title {
    color: #ffffff;
}
.contact-layout2 .reservation__banner {
    min-height: 380px;
    max-width: 400px;
    margin: -190px auto 0;
}
@media only screen and (max-width: 992px) {
    .contact-layout2 .contact-box {
        margin: 30px 0;
    }
    .contact-layout2 .reservation__banner {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .contact-box .contact__box-title {
        margin-bottom: 10px;
    }
    .contact-layout2 .contact-box {
        padding: 0;
    }
    .form-control.nice-select,
    .form-group {
        margin-bottom: 15px;
    }
}
.product-item {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.product-item .product__img {
    position: relative;
    margin-bottom: 15px;
}
.product-item .product__img img{
    min-height: 242px;
}
.product__action{
    z-index: 999;
}
.relative{
    position: relative;
}
.product-item .product__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
}
.product__cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
    color: #c1bbbb;
    position: absolute;
    top: 0;
    left: -10px;
    text-align: left;
    flex-direction: column;
}
.product__cat span {
    padding: 5px 10px;
    border: 1px solid #9b9b9b;
    border-radius: 20px;
    margin-bottom: 5px;
    text-align: center;
    background: #000;
    z-index: 1;
    position: relative;
}
.product-item .product__cat a {
    position: relative;
    font-size: 11px;
    padding-right: 12px;
}
.product-item .product__cat a:hover {
    color: #ffffff;
}
.product-item .product__cat a:after {
    content: "-";
    position: absolute;
    top: 0;
    right: 3px;
    color: #9b9b9b;
}
.product-item .product__cat a:last-child {
    padding-right: 0;
}
.product-item .product__cat a:last-child::after {
    display: none;
}
.product-item .product__action {
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.product_filter{
    display: none;
}
.product-item:hover .product__action {
    bottom: 0;
}
.product__title a{
    font-size: 20px;
    margin-bottom: 10px;
    color: #E31E24 !important;
    font-family: Cocogoose;
}
.product__title a {
    color: #222;
}
.product__title a:hover {
    color: #fff !important;
}
.product__price {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #E31E24;
    font-family: 'Cocogoose';
}
.related__products-title {
    font-size: 15px;
}
.list-view {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.list-view .product-item {
    display: flex;
    border: 1px solid #eee;
}
.list-view .product-item .product__img {
    position: static;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
}
.list-view .product-item .product__img:after {
    display: none;
}
.list-view .product-item .product__cat {
    justify-content: flex-start;
}
.list-view .product-item .product__content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 20px;
    text-align: left;
}
.product__content.product_item {
    margin-top: 6px;
}
.list-view .product-item .product__hover {
    opacity: 1;
    background-image: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.list-view .product-item .product__action {
    left: calc(40% + 20px);
    width: auto;
    bottom: 30px;
}
.list-view .product-item .btn:hover {
    background-color: #282828;
    border-color: #282828;
    color: #fff;
}
.product-single .quantity__input-wrap .qty-input {
    width: 60px;
    height: 50px;
    margin: 0;
    color: #9b9b9b;
    font-weight: 600;
    padding-right: 10px;
}
.product-single .quantity__input-wrap i {
    width: auto;
    height: auto;
    line-height: 1;
    border: 5px solid transparent;
    position: absolute;
    right: 10px;
}
.product-single .quantity__input-wrap .increase-qty {
    top: 7px;
    border-bottom-color: #fff;
}
.product-single .quantity__input-wrap .decrease-qty {
    bottom: 7px;
    border-top-color: #fff;
}
.product__meta-title {
    font-size: 12px;
    color: #282828;
}
.product__meta-cat a,
.product__meta-tags a {
    position: relative;
    font-size: 12px;
    padding-right: 6px;
}
.product__meta-cat a:after,
.product__meta-tags a:after {
    content: "-";
    position: absolute;
    top: -2px;
    right: -2px;
    color: #9b9b9b;
}
.product__meta-cat a:last-child,
.product__meta-tags a:last-child {
    padding-right: 0;
}
.product__meta-cat a:last-child:after,
.product__meta-tags a:last-child:after {
    display: none;
}
.product__share-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}
.quantity__input-wrap {
    display: inline-flex;
    position: relative;
}
.quantity__input-wrap i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    color: #9b9b9b;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: sans-serif;
}
.qty-input {
    background-color: #000;
    width: 30px;
    height: 25px;
    border: 1px solid #000;
    text-align: center;
    color: #9b9b9b;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0 5px;
    border-radius: 1px;
    -moz-appearance: textfield;
}
.shop.product-single .qty-input {
    background-color: #000;
    border: 1px solid #000;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.product__tabs .tab-content {
    padding-top: 20px;
}
.product__tabs .tab-content p {
    line-height: 22px;
}
.product__tabs .tab-content p :last-child {
    margin-bottom: 0;
}
.product__tabs .reviews__form .form-control {
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0 10px;
}
.product__tabs .reviews__form .form-control:focus {
    border-color: #ffffff;
}
.product__tabs .reviews__form textarea.form-control {
    min-height: 120px;
}
.filtering-options {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.filtering-options .select-box {
    position: relative;
    display: inline-block;
}
.filtering-options .select-box:before {
    content: "";
    font-family: fontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
}
.filtering-options .select-box select {
    padding: 0 20px 0 10px;
    height: 30px;
    border: 1px solid #eee;
    min-width: 128px;
    color: #9b9b9b;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.filtering-options .sort-box {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.filtering-options .sort-box:last-of-type {
    margin-right: 0;
}
.filter-option-sorting {
    display: flex;
    align-items: center;
}
.filter-option-view span,
.sort-box span {
    font-family: Cocogoose;
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
}
.filter-option-view a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
    margin-right: 8px;
}
.filter-option-view a:last-child {
    margin-right: 0;
}
.filter-option-view a.active,
.filter-option-view a:hover {
    color: #ffffff;
}
.shop__cat-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    margin-bottom: 30px;
}
.shop__cat-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(27, 26, 26, 0.25);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.shop__cat-item .btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.shop__cat-item img {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.shop__cat-item:hover:before {
    background-color: rgba(27, 26, 26, 0.75);
}
.shop__cat-item:hover .btn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}
.shop__cat-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cart-table {
    margin-bottom: 0px;
}
.cart-table .table {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    margin-bottom: 0;
}
.cart-table thead {
    background-color: transparent;
}
.cart-table thead tr th {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #282828;
    line-height: 50px !important;
    border-bottom-width: 0 !important;
    border-color: #eee;
    padding: 0;
}
.cart-table tbody tr td {
    padding: 20px;
    border-color: #eee;
}
.cart-table .cart__product-item
 {
    display: flex;
    position: relative;
    align-items: center;
}
.cart__product-price,
.cart__product-quantity,
.cart__product-total{
    vertical-align: middle !important;
}
.input-group-btn{
    font-size: 20px;
}
.cart-table .cart__product-item h6{
    margin: 0;
}
td.cart__product-total.product-cost {
    width: 180px;
}
.quantity__input-wrap form.ms2_form {
    width: 65px;
}
.cart-table .cart__product-price,
.cart-table .cart__product-total {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}
.total_cost{
    font-size: 16px;
}
.wrapper-ms2_action{
    text-align: right;
}
.cart-table .cart__product-quantity {
    text-align: center;
}
.cart-table .cart__product-quantity input {
    width: 30px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 25px;
}
.cart-table .cart__product-img {
    width: 80px;
    margin-right: 20px;
}
.cart-table .cart__product-title h6 {
    font-size: 14px;
    font-weight: 700;
}
.cart-table .cart__product-remove {
    position: absolute;
    right: 20px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #222;
    color: #fff;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
}
.cart__product-remove i{
    color: #fff;
}
.cart-table .cart__product-remove:hover {
    background-color: #E31E24;
}
td.cart__product-total.product-cost.ms2_cost {
    width: 160px;
}
.cart-table .cart__product-action td {
    padding: 30px 20px 20px;
}
.cart-table .cart__product-action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    line-height: 25px;
    border: 1px solid #dbdbdb;
}
.cart-table .cart__product-action td .btn {
    line-height: 39px;
    height: 42px;
    min-width: 134px;
}
.cart-table .cart__product-action td .cart__product-action-content {
    display: flex;
    justify-content: space-between;
}
.cart__shiping,
.cart__total-amount {
    background-color: #f9f9f9;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 30px 20px;
    margin-bottom: 50px;
}
.cart__shiping h6,
.cart__total-amount h6 {
    font-size: 16px;
    margin-bottom: 25px;
}
.cart__total-amount ul li {
    font-size: 13px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.cart__total-amount ul li span:first-of-type {
    font-weight: 600;
    color: #ffffff;
}
.cart__shiping .form-control {
    border: 1px solid #dbdbdb;
    font-size: 12px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}
.cart__shiping .btn {
    line-height: 39px;
    height: 42px;
}
.delivery-address {
    display: flex;
}
.customer{
    display: flex; 
}
.cart__total-amount .value{
    color: #E31E24;
    font-weight: bold;
    font-size: 16px;
}
.isa_success {
    color: #fff;
}






@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product__form-wrap form {
        display: block;
    }
    .product__action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product__quantity-title {
        margin-bottom: 10px;
    }
    .shop__cat-item .btn {
        bottom: 20px;
        left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .filtering-options {
        display: block;
        text-align: center;
        padding: 15px;
    }
    .filtering-options .sort-box {
        margin-right: 15px;
    }
    .filtering-options .select-box {
        margin-left: 0;
    }
    .filter-option-sorting {
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .product__form-wrap form {
        display: block;
    }
    .product__action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product__quantity-title {
        margin-bottom: 14px;
    }
    .shopping-cart .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-item {
        margin-bottom: 30px;
    }
    .filter-option-sorting,
    .filtering-options .sort-box {
        margin-right: 15px;
    }
    .filter-option-view span,
    .sort-box span {
        display: block;
        margin-bottom: 5px;
    }
    .product__action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .product__quantity-title {
        margin-bottom: 14px;
    }
    .list-view .product-item .product__action {
        bottom: 10px;
        left: calc(40% + 10px);
    }
    .list-view .product-item .product__action .btn {
        min-width: 80px;
        font-size: 10px;
        height: 25px;
        line-height: 23px;
    }
    .list-view .product-item .product__content {
        padding: 10px;
    }
    .list-view .product-item .product__title {
        font-size: 15px;
        line-height: 1.1;
    }
    .shopping-cart .container {
        max-width: 100%;
    }
    .cart-table tbody tr td {
        padding: 5px;
    }
    .cart-table .cart__product-img {
        width: 40px;
        margin-right: 5px;
    }
    .cart-table .cart__product-remove {
        right: 5px;
    }
    .cart-table .cart__product-title h6 {
        font-size: 12px;
        font-weight: 400;
    }
    .cart-table .cart__product-price,
    .cart-table .cart__product-total {
        font-size: 10px;
    }
    .cart-table .quantity__input-wrap i {
        width: 15px;
        height: 20px;
        line-height: 20px;
    }
    .cart-table .cart__product-quantity input {
        width: 30px;
        height: 20px;
    }
    .cart-table .cart__product-action-content {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .product-item img {
        width: 100%;
    }
    .product-item .product__content {
        padding: 15px 10px;
    }
    .list-view .product-item {
        max-width: none;
    }
    .list-view .product-item .product__action .btn {
        min-width: 100px;
        font-size: 11px;
        height: 35px;
        line-height: 33px;
    }
    .list-view .product-item .product__content {
        padding: 10px;
    }
    .list-view .product-item .product__title {
        font-size: 15px;
        line-height: 1.1;
    }
    .shop__cat-item .btn {
        bottom: 20px;
        left: 20px;
        width: 130px;
        height: 40px;
        line-height: 38px;
    }
    .cart-table .cart__product-price,
    .cart-table .cart__product-total {
        font-size: 10px;
        font-weight: 400;
        padding: 0;
    }
    .cart-table thead tr th {
        font-size: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 440px) {
    .filtering-options {
        display: block;
        padding: 10px;
    }
    .filter-option-sorting,
    .filtering-options .sort-box {
        margin: 0 0 10px 0;
        display: block;
    }
    .filtering-options .select-box {
        display: block;
    }
    .filtering-options .select-box select {
        width: 100%;
        height: 35px;
    }
    .list-view .product-item .product__title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .list-view .product-item .product__price {
        font-size: 15px;
    }
}
.widget {
    background-color: #f6f6f6;
    padding: 40px;
    margin-bottom: 30px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .widget__title {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
}
.widget-search .widget__form-search {
    position: relative;
}
.widget-search .widget__form-search button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0;
    color: #ffffff;
}
.widget-about img {
    margin-bottom: 26px;
}
.widget-about p {
    margin-bottom: 11px;
}
.widget-about .btn__link {
    line-height: 1;
    width: auto;
    height: auto;
    border: none;
    color: #ffffff;
}
.widget-about .btn__link:hover {
    color: #222;
}
.widget-categories li a {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    padding: 11px 10px;
    border-bottom: 1px solid #dbdbdb;
}
.widget-categories li a:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget-categories li a:hover {
    color: #222;
}
.widget-categories li:last-child a {
    border-bottom: 0;
}
.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.widget-tags ul li a {
    display: block;
    font-size: 14px;
    background-color: #ffffff;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
    
    padding: 7px 9px;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.widget-tags ul li a:hover {
    background-color: #222;
    color: #fff;
}
.widget-poducts .widget-product-item {
    display: flex;
    margin-bottom: 30px;
}
.widget-poducts .widget-product-item:last-of-type {
    margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget__product-title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}
.widget-poducts .widget-product-item .widget__product-title a {
    color: #222;
}
.widget-poducts .widget-product-item:hover .widget__product-title a {
    color: #ffffff;
}
.widget-poducts .widget-product-item .widget__product-img {
    margin-right: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
}
.widget-poducts .widget-product-item .widget__product-img img {
    width: 100%;
    height: 100%;
}
.widget-poducts .widget-product-item .widget__product-price {
    font-family: Cocogoose;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}
.widget-posts .widget-post-item {
    margin-bottom: 28px;
}
.widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0;
}
.widget-posts .widget-post-item .widget__post-title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}
.widget-posts .widget-post-item .widget__post-title a {
    color: #222;
}
.widget-posts .widget-post-item:hover .widget__post-title a {
    color: #ffffff;
}
.widget-posts .widget-post-item .widget__post-img {
    margin-bottom: 17px;
}
.widget-posts .widget-post-item .widget__post-date {
    line-height: 1;
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
}
.sidebar-layou2 .widget {
    background-color: transparent;
    padding: 0;
    margin-bottom: 50px;
}
.ui-slider {
    position: relative;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
    border: none;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 2px;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.widget-filter .ui-slider {
    background-color: #dbdbdb;
    border-radius: 0;
    height: 4px;
    margin-bottom: 18px;
}
.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #ffffff;
}
.widget-filter .price-output {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 26px;
}
.widget-filter label {
    color: #9b9b9b;
    font-size: 12px;
    margin-bottom: 0;
}
.widget-filter input {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    border: none;
    max-width: 120px;
}
.widget-filter .btn {
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 12px;
}
.widget-filter .btn:after,
.widget-filter .btn:before {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .widget {
        padding: 15px;
        margin-bottom: 20px;
    }
    .widget .widget__title {
        margin-bottom: 10px;
    }
    .widget-tags ul li a {
        margin: 0 5px 5px 0;
    }
}
.events .post-item .post__content {
    padding-left: 0;
}
.events .post-item .post__title {
    font-size: 19px;
}
.events .post-item .btn__link {
    margin-top: 8px;
}
.events .post-item .post__meta-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    white-space: nowrap;
    margin: 0;
}
.events .post-item .post__meta-tag.sold-out span {
    background-color: red;
}
.menu-item {
    position: relative;
    margin-bottom: 20px;
}
.menu-item .menu__item-title {
    font-size: 16px;
    margin-bottom: 7px;
}
.menu-item .menu__item-price {
    font-family: Cocogoose;
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
}
.menu-item .menu__item-desc {
    margin-bottom: 0;
}
.menu-item .pricing__tag {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 3px;
}
.menu-item .menu__item-img {
    margin-bottom: 28px;
}
.menu__block-title {
    font-family: Cocogoose;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.menu-layout1 .menu-item {
    padding-bottom: 11px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 20px;
}
.menu-layout1 .menu-item .menu__item-title {
    display: inline-block;
    margin-right: 10px;
}
.menu-layout1 .menu-item .menu__item-price {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 50px;
    text-align: right;
}
.menu-layout2 .menu-wrapper {
    padding-bottom: 0;
}
.menu-layout2 .menu-item {
    margin-bottom: 35px;
}
.menu-layout2 .menu-item .menu__item-desc,
.menu-layout2 .menu-item .menu__item-title {
    margin-bottom: 5px;
}
.menu-layout3 .menu-item {
    margin-bottom: 40px;
}
.menu-layout3 .menu-item .menu__item-content {
    position: relative;
}
.menu-layout3 .menu-item .menu__item-title {
    display: inline-block;
}
.menu-layout3 .menu-item .menu__item-price {
    position: absolute;
    top: 0;
    right: 0;
}
.menu-layout3 .menu-item .menu__item-img {
    position: relative;
    overflow: hidden;
}
.menu-layout3 .menu-item .menu__item-img img {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.menu-layout3 .menu-item:hover .menu__item-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.menu-layout4 .menu-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
    margin-bottom: 0;
}
.menu-layout4 .menu-item .menu__item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.menu-layout4 .menu-item .menu__item-hover > a {
    display: block;
    width: 100%;
    height: 100%;
}
.menu-layout4 .menu-item:hover .menu__item-hover {
    opacity: 1;
}
.menu-layout4 .menu-item .menu__item-content,
.menu-layout4 .menu-item .menu__item-img {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
}
.menu-layout4 .menu-item .menu__item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
}
.menu-layout4 .menu-item .menu__item-content:after,
.menu-layout4 .menu-item .menu__item-content:before {
    content: "";
    position: absolute;
    border-radius: 2px;
    border: 1px solid #ffffff;
    display: block;
}
.menu-layout4 .menu-item .menu__item-content:before {
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: calc(100% - 40px);
}
.menu-layout4 .menu-item .menu__item-content:after {
    right: 22px;
    top: 18px;
    left: 22px;
    height: calc(100% - 36px);
}
.menu-layout4 .menu-item .menu__item-img img {
    width: 100%;
}
.menu-layout4 .menu-item .menu__item-title {
    font-family: Cocogoose;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 22px;
}
.menu-layout4 .menu-item .menu__item-divider {
    margin-bottom: 19px;
}
.menu-layout4 .menu-item .pricing__tag {
    margin-bottom: 25px;
}
.menu-layout4 .menu-item .menu__item-desc {
    margin-bottom: 17px;
}
.menu-layout4 .menu-item .menu__item-price {
    font-size: 35px;
}
.menu-layout4 .filtered-items-wrap > [class*="col-"]:nth-of-type(1) .menu-item,
.menu-layout4 .filtered-items-wrap > [class*="col-"]:nth-of-type(2) .menu-item,
.menu-layout4 .filtered-items-wrap > [class*="col-"]:nth-of-type(5) .menu-item,
.menu-layout4 .filtered-items-wrap > [class*="col-"]:nth-of-type(6) .menu-item {
    flex-direction: row-reverse;
}
.menu-wrapper {
    position: relative;
    background-color: #fff;
    padding: 50px 50px 20px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
}
.menu-wrapper:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 8px);
    display: block;
    border-radius: 2px;
    border: 1px solid #ffffff;
}
.menu-container {
    background-color: #fff;
    padding: 20px 20px 10px;
    border-radius: 2px;
}
@media (min-width: 1400px) {
    .menu-layout6 .heading__title {
        font-size: 55px;
    }
    .menu-layout6 .menu__card-inner {
        padding: 0 100px;
    }
}
@media (min-width: 992px) {
    .menu-item:last-of-type {
        border-bottom: 0;
    }
    .menu-layout2 .menu-item {
        display: flex;
    }
    .menu-layout2 .menu-item .menu__item-img {
        -ms-flex: 0 0 34.4%;
        flex: 0 0 34.4%;
        max-width: 34.4%;
        margin-bottom: 0;
    }
    .menu-layout2 .menu-item .menu__item-content {
        -ms-flex: 0 0 65.6%;
        flex: 0 0 65.6%;
        max-width: 65.6%;
        padding-left: 15px;
    }
    .menu-layout6 .menu__card-inner {
        padding: 0 50px;
    }
}
@media (max-width: 992px) {
    .menu-wrapper {
        padding: 15px;
    }
    .menu-layout2 .menu-item {
        margin-bottom: 20px;
    }
    .menu-layout2 .menu-item:last-child {
        margin-bottom: 0;
    }
    .menu-layout6 .menu__card-inner {
        padding: 0 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-layout4 .menu-item .menu__item-content {
        padding: 25px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .menu-item .menu__item-desc {
        font-size: 12px;
    }
    .menu-layout1 .menu-item .menu__item-price {
        position: static;
        text-align: left;
    }
    .menu-layout4 .menu-item {
        flex-direction: column !important;
    }
    .menu-layout4 .menu-item .menu__item-content,
    .menu-layout4 .menu-item .menu__item-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu-layout4 .menu-item .menu__item-img {
        padding: 0 10px;
    }
    .menu-layout4 .menu-item .menu__item-content {
        padding: 30px 20px;
    }
    .menu-layout4 .menu-item .menu__item-desc,
    .menu-layout4 .menu-item .menu__item-icon,
    .menu-layout4 .menu-item .menu__item-title {
        margin-bottom: 10px;
    }
}
.reservation__form {
    position: relative;
    background-color: #fff;
    max-width: 850px;
    margin: auto;
    padding: 50px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}
.reservation__form:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 8px);
    display: block;
    border-radius: 2px;
    border: 1px solid #ffffff;
}
.reservation__banner {
    position: relative;
    text-align: center;
    max-width: 390px;
    margin: 20px auto;
}
.reservation__banner .reservation__banner-inner {
    position: relative;
    z-index: 2;
    padding: 75px 50px 60px;
}
.reservation__banner .reservation__banner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.reservation__banner .reservation__banner-contact-label,
.reservation__banner .reservation__banner-inner-subtitle {
    font-family: Cocogoose;
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin-bottom: 0;
}
.reservation__banner .reservation__banner-contact-phone,
.reservation__banner .reservation__banner-inner-title {
    font-family: Cocogoose;
    font-size: 27px;
    color: #fff;
    margin-bottom: 6px;
}
.reservation__banner ul {
    margin-bottom: 26px;
}
.reservation__banner ul li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    border-bottom: 1px dashed #494b4f;
}
.reservation__banner ul li:last-child {
    border-bottom: 0;
}
.reservation__banner .reservation__banner-contact-phone {
    display: block;
}
.reservation__form textarea.form-control {
    min-height: 90px;
}
.reservation__form .reservation__form-heading h5 {
    font-size: 22px;
    font-weight: 700;
}
.reservation__form .reservation__form-heading a {
    color: #ffffff;
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}
.page-title + .reservation-layout2 {
    margin-top: -80px;
    z-index: 3;
}
.reservation-layout2 .reservation-container {
    padding: 70px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.reservation-layout2 .reservation-container .reservation__banner {
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0;
}
.reservation-layout2 .reservation-container .reservation__form {
    flex: 0 0 57%;
    max-width: 57%;
    padding: 50px 40px;
    margin: 0;
}
.big_menu{
    border: 2px solid #E31E24;
    border-radius: 0;
    color: #9b9b9b;
    padding: 10px 15px;
}
.btn_two_border {
    background-color: transparent;
    border: 1px solid #E31E24;
    color: #E31E24;
    border-radius: 2px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
    display: inline-grid;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.btn_two_border:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: calc(100% + 4px);
    display: block;
    border-radius: 2px;
    border: 1px solid #E31E24;
}
.footer-menu .active{
    color: #E31E24 !important;
}
.navbar-actions-wrap #msMiniCart {
    margin: 0 10px 0 20px;
    position: relative;
}
.navbar-actions-wrap #msMiniCart i{
    font-size: 22px;
}
.navbar-actions-wrap #msMiniCart .ms2_total_count{
    font-size: 13px;
    position: absolute;
    top: -10px;
    right: -15px;
    font-weight: bold;
    color: #E31E24;
}
.btn-2{
    color: #fff;
}
.btn-2:hover{
    color: #000;
}
.btn-2.added:hover{
    color: #fff;
}
.added{
    background-color: #E31E24;
    color: #fff;
    border-color: #E31E24;
}
.logo img {
    height: 65px;
}
.logo-footer img{
    height: 60px;
}
.big_menu:hover{
    background: #E31E24;
    color: #fff;
}
footer .btn_two_border:hover{
    color: #fff;
}
.list-unstyled li i{
    transition: all 0.3s linear;
}
.list-unstyled li:hover{
    color:#E31E24;
}
html { scrollbar-color: #E31E24 #000; }
.product__price .price{
    font-size: 20px;
}
.shop-grid .filtered-items-wrap{
    overflow: hidden;
}
.product-item h4{
    margin-bottom: 5px;
}
.nav-tabs {
    border-bottom: 1px solid #504d4d;
}
.product__action .btn__primary {
    background-color: inherit;
    color: #9b9b9b;
    border: 2px solid rgba(0, 0, 0, 0);
}
.product__action .btn__primary.added {
    background-color: #E31E24;
    color: #fff !important;
    border-color: #E31E24;
}
.shopping-cart
.shopping-cart h2,
.shopping-cart h3,
.shopping-cart h4,
.shopping-cart h5,
.shopping-cart h6,
.shopping-cart .cart__total-amount ul li span:first-of-type,
.shopping-cart .cart-table .cart__product-price,
.shopping-cart .cart-table .cart__product-total,
.shopping-cart .quantity__input-wrap i {
    font-weight: 600;
    color: #000;
}
.shopping-cart{
    color: #000 !important;
}
.shopping-cart .cart-table .cart__product-quantity input{
    background: inherit;
    border: 1px solid rgba(0,0,0,0);
}
.shopping-cart .btn-number{
    color:#E31E24;
    background: inherit;
}
.shopping-cart .cart__product-price,
.shopping-cart .cart__product-total,
.shopping-cart .ms2_total_cost{
    color:#E31E24 !important;
}
.copyright{
    margin-left: 94px;
}
.product_item .product__price{
    color: #9b9b9b;
}
.product_item .price{
    color: #9b9b9b;
}
.product-item:hover .product__title a{
    color: #E31E24 !important;
}
.cart__product-remove button{
    background: #000;
}
.cart__product-remove:hover button{
    background: #E31E24;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.grey{
    color: #9b9b9b;
}
.ms2-message-success,
#jGrowl{
    display: none !important;
}
nav.breadcrumb {
    display: flex;
    justify-content: center;

}

.total_cost{
    color: #E31E24;
    font-weight: bold;
}
footer,
footer a,
.btn__link.btn__primary,
.footer .contact-box .contact__box-title,
.footer .footer__links li a{
    color: #9b9b9b;
}
.footer .footer__links li a:hover{
    color: #E31E24;
}
.cart-page__input-wrapper {
    display: flex;
    align-items: center;
}
#msOrder{
    width: 100%;
}
.wrapper-payments {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 20px
}
.ms2_form .title{
    font-weight: bold;
    font-size: 13px;
}
.form-group {
    display: flex;
    gap: 20px;
}
span.desc-delivery {
    display: block;
    font-size: 10px;
}





@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .reservation-layout2 .reservation-container {
        padding: 40px;
    }
    .reservation-layout2 .reservation-container .reservation__form {
        padding: 20px 30px;
    }

    .reservation-layout2 .reservation-container {
        flex-direction: column;
        padding: 30px;
    }
    .reservation-layout2 .reservation-container .reservation__banner {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .reservation-layout2 .reservation-container .reservation__form {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .reservation__form {
        text-align: center;
        padding: 10px;
    }
    .reservation__banner .reservation__banner-inner {
        padding: 30px;
    }
    .reservation-layout2 .reservation-container {
        padding: 10px;
    }
    .reservation-layout2 .reservation-container .reservation__banner {
        width: 100%;
    }
    .reservation-layout2 .reservation-container .reservation__form {
        padding: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .about .mr-30 {
        margin-right: 0 !important;
    }
    .about .ml-30 {
        margin-left: 0 !important;
    }
}
@media (max-width: 775px) {
    .footer__copyright {
        flex-direction: column;
        gap: 10px;
    }
    .copyright{
        margin-left: 0px;
    }
}
