@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot') format('embedded-opentype'), url('../fonts/Muli.woff') format('woff'), url('../fonts/Muli.ttf') format('truetype'), url('../fonts/Muli.svg#Muli') format('svg');
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot') format('embedded-opentype'), url('../fonts/Muli-SemiBold.woff') format('woff'), url('../fonts/Muli-SemiBold.ttf') format('truetype'), url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.eot') format('embedded-opentype'), url('../fonts/Muli-Light.woff') format('woff'), url('../fonts/Muli-Light.ttf') format('truetype'), url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
}

@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('../fonts/Muli-ExtraLight.eot');
    src: url('../fonts/Muli-ExtraLight.eot') format('embedded-opentype'), url('../fonts/Muli-ExtraLight.woff') format('woff'), url('../fonts/Muli-ExtraLight.ttf') format('truetype'), url('../fonts/Muli-ExtraLight.svg#Muli-ExtraLight') format('svg');
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot') format('embedded-opentype'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../fonts/Muli-Black.eot');
    src: url('../fonts/Muli-Black.eot') format('embedded-opentype'), url('../fonts/Muli-Black.woff') format('woff'), url('../fonts/Muli-Black.ttf') format('truetype'), url('../fonts/Muli-Black.svg#Muli-Black') format('svg');
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../fonts/Muli-ExtraBold.eot');
    src: url('../fonts/Muli-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Muli-ExtraBold.woff') format('woff'), url('../fonts/Muli-ExtraBold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
}

html, body {
    height: 100%;
}

.btn-primary {
    border-color: #eb5c22;
}

.btn-primary:hover, .btn-primary:focus {
    border-color: #eb5c22;
}

body {
    font-family: 'Muli', sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    background-color: #fffdfd;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

p {
    color: #000;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

main {
    flex: 1 0 auto;
}

.light-grey {
    background: #f7f5f6;
}

.small-btn {
    padding: 10px 24px;
    line-height: 1;
    background: #eb5c22;
    position: relative;
    color: #f7f5f6;
    display: inline-block;
    font-size: 17px;
    font-family: 'Muli-Black', sans-serif;
    border-radius: 0;
    border: 1px solid #eb5c22;
    box-shadow: inset 0 0 0 0 #f7f5f6;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.small-btn:hover {
    color: #000;
    box-shadow: inset 0 100px 0 0 #f7f5f6;
}

.jumbotron {
    text-align: center;
    font-size: 16px;
    background: #000;
    padding: 12px;
}

.jumbotron p {
    text-align: center;
    font-size: 16px;
    color: #f7f5f6;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.slick-slide {
    margin: 0 15px;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before {
    display: none;
}

.slick-next:before {
    display: none;
}

.slick-prev, .slick-next {
    height: 32px;
}

.slick-list {
    margin: 0px -15px 0px -15px;
}

.slick-prev {
    background: url("../img/arrow-left.png") !important;
}

.slick-next {
    background: url("../img/arrow-right.png") !important;
}

.btn {
    padding: 20px 45px;
    line-height: 1;
    background: #eb5c22;
    position: relative;
    color: #f7f5f6;
    font-size: 18px;
    font-family: 'Muli-Black', sans-serif;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #f7f5f6;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn:hover {
    color: #000;
    box-shadow: inset 0 100px 0 0 #f7f5f6;
}

.viewBtn {
    padding: 15px 25px;
    line-height: 1;
    background: #eb5c22;
    position: relative;
    color: #f7f5f6;
    display: inline-block;
    font-size: 18px;
    font-family: 'Muli-Black', sans-serif;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #f7f5f6;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.viewBtn:hover {
    color: #000;
    box-shadow: inset 0 100px 0 0 #f7f5f6;
}

.nav-item {
    padding: 0 20px;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ec521b;
}

.navbar-nav .nav-link.active:after, .navbar-nav .nav-link.show {
    color: #ec521b;
    background: #ec521b;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-link:focus, .nav-link:hover {
    color: #ec521b;
}

.nav-link::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover:after {
    background: #ec521b;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-link:hover {
    color: #ec521b;
}

.nav-link {
    padding: 0 2px;
    font-size: 18px;
    color: #000;
    font-family: 'Muli', sans-serif;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cart {
    position: relative;
    margin-left: 10px;
}

.cart span {
    background: #eb5c22;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    font-size: 12px;
}

.slick-initialized .slick-slide {
    position: relative;
}

.banner-main {
    position: relative;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner ul {
    position: relative;
}

.banner-inner {
    position: absolute;
    left: 100px;
    top: 150px;
    max-width: 410px;
}

.banner-inner ul {
    position: relative;
}

.banner-inner ul li {
    max-width: 100%;
}

.banner-meta h2 {
    font-size: 48px;
    color: #f7f5f6;
    font-family: 'Muli-Black', sans-serif;
    font-weight: bolder;
    margin: 0 0 40px;
    -webkit-box-shadow: -2px 0px 13px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 0px 13px -3px rgba(0,0,0,0.4);
    box-shadow: -2px 0px 13px -3px rgba(0,0,0,0.4);
}

.banner-meta .btn {
    padding: 20px 45px;
    line-height: 1;
    background: #eb5c22;
    position: relative;
    color: #f7f5f6;
    font-size: 18px;
    font-family: 'Muli-Black', sans-serif;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #f7f5f6;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-meta .btn:hover {
    color: #000;
    box-shadow: inset 0 100px 0 0 #f7f5f6;
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li.slick-active button {
    background: #ec521b ;
}

.slick-dots li button:before {
    content: "";
}

.slick-dots {
    bottom: 60px;
}

.slick-dots li button {
    background: #f7f5f6;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.slick-dots li button:before {
    width: 15px;
    height: 15px;
}

.title {
    text-align: center;
    margin: 30px 0 60px;
}

.title h2 {
    font-size: 30px;
    font-family: 'Muli-Black', sans-serif;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
}

.title h2:after {
    content: "";
    width: 42px;
    height: 4px;
    background: #eb5c22;
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.categories-thumb {
    margin: 20px 0;
}

.categories-thumb img {
    width: 100%;
}

.categories-meta {
    margin: 25px 0 0;
    display: flex;
    justify-content: space-between;
}

.categories-meta p {
    font-family: 'Muli-ExtraBold';
    font-size: 24px;
    margin-bottom: 0
}

.dotted-spaced {
    background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

.process {
    padding: 60px 0 90px;
}

.process-thumb {
    position: relative;
    width: 145px;
    height: 145px;
    background: #f7f5f6;
    border-radius: 100%;
    margin: 20px 0;
    display: block;
}

.process-thumb:after {
    content: "";
    width: 178px;
    height: 168px;
    background: url("../img/icon-bg.png");
    position: absolute;
    left: -60px;
    top: -24px;
    z-index: -1;
}

.process-inner {
    padding-top: 40px;
}

.process-meta h2 {
    font-size: 18px;
    font-family: 'Muli-SemiBold';
    margin: 0 0 20px;
    line-height: 1;
    color: #000;
    text-align: center;
    display: block;
}

.process-meta h2 span {
    font-size: 18px;
    font-family: 'Muli-SemiBold';
    margin: 0;
    line-height: 1;
    color: #000;
    background: #f7f5f5;
    padding: 5px 10px 15px;
    display: inline-block;
}

.process-meta {
    margin: 40px 0 20px;
    display: block;
}

.process-meta p {
    font-size: 20px;
    font-family: 'Muli-Bold';
    margin: 0;
    line-height: 1;
    color: #000;
    text-align: center;
}

.about {
    background: #f7f5f6;
    padding: 70px 0;
}

.about img {
    width: 100%;
}

.about h2 {
    position: relative;
    font-size: 30px;
    font-family: 'Muli-Black';
    margin: 0 0 50px;
}

.about h2:after {
    content: "";
    width: 42px;
    height: 4px;
    background: #eb5c22;
    position: absolute;
    left: 0%;
    bottom: -20px;
}

.about p {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Muli';
    margin: 0 0 20px;
    max-width: 90%;
}

.creations {
    padding: 40px 0 70px;
}

.recent-creations img {
    width: 100%;
}

.recent-creations {
    margin: 30px 0;
}

.testimony {
    padding: 55px 0 65px;
    text-align: center;
}

.testimony-card {
    border: 1px solid #bab9b9;
    padding: 40px 45px;
    text-align: center;
    margin: 0 15px;
    position: relative;
}

.testimony-card:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #f7f5f6;
    position: absolute;
    left: -1px;
    top: -1px;
}

.testimony-card:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #f7f5f6;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.testimony-meta h2 {
    font-size: 16px;
    margin: 0px;
    font-family: 'Muli-Black';
}

.testimony-meta h2 span {
    font-size: 16px;
    margin: 5px 0 0;
    font-family: 'Muli';
    display: block;
}

.testimony-meta p {
    margin-bottom: 60px;
    position: relative;
    font-family: 'Muli';
    font-size: 16px;
}

.testimony-meta p:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #eb5c22;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.qoute {
    display: inline-block;
    width: 33px;
    height: 27px;
    background: url("../img/qoute.png")no-repeat;
}

.rating p {
    text-align: center;
    margin: 20px 0;
}

.rating p img {
    text-align: center;
    margin: 0 auto;
}

.testimony-inner {
    margin: 70px 0 0;
}

.whyus {
    padding: 30px 0;
}

.whyus .process-meta {
    max-width: 300px;
    margin: 0 auto;
}

.whyus .process-meta h3 {
    font-size: 21px;
    font-family: 'Muli-Bold';
    color: #000;
    margin: 0 auto;
    text-align: center;
}

.whyus .process-meta p {
    font-family: 'Muli';
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}

footer {
    background: #000;
    padding: 40px 0;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid #626262;
    margin-top: 35px;
    padding-top: 45px;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: 'IBM Plex Sans', sans-serif;
}

footer h2 {
    font-family: 'Muli-Light';
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px;
}

footer p {
    font-family: 'Muli-Light';
    font-size: 18px;
    color: #fff;
    margin: 0;
}

footer ul {
    display: flex;
}

footer ul li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

footer ul li:last-child {
    padding: 0;
}

footer ul.footer-links {
    margin-top: 25px;
    justify-content: end;
}

footer ul.footer-links li {
    padding: 0 18px;
}

footer ul.footer-links li:first-child {
    padding: 0 18px 0 0;
}

footer ul.footer-links li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-45%);
}

footer ul.footer-links li:last-child:after {
    display: none;
}

footer ul.footer-links li a:hover {
    color: #eb5c22;
}

footer ul li a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}

footer ul li:last-child {
    padding-right: 0;
}

/** shop page */
.inner {
    padding: 50px 0;
    border-top: 1px solid #000;
}

.inner-title {
    margin: 25px 0 0px;
}

.inner-title h2 {
    position: relative;
    font-size: 30px;
    font-family: 'Muli-Black';
    margin: 0 0 50px;
    text-transform: uppercase;
}

.inner-title h2:after {
    content: "";
    width: 42px;
    height: 4px;
    background: #eb5c22;
    position: absolute;
    left: 0%;
    bottom: -20px;
}

.customize .inner-title {
    margin: 0px 0 50px;
}

.custom-slide ul li {
    margin: 0;
}

.custom-thumb .slick-list {
    margin: 0;
}

.custom-thumb .slick-slide {
    margin: 10px 5px
}

.custom-slide .slick-list {
    margin: 0;
}

.custom-slide .slick-slide {
    margin: 0;
}

.custom-thumb ul li {
    margin: 0;
    outline: none !important;
    cursor: pointer;
}

/*image upload*/
.image-input {
    text-align: left;
    display: inline-block;
}

.image-input input {
    display: none;
}

.image-input label {
    color: #FFF;
    background: #eb5c22;
    padding: 3px 15px;
    font-size: 115%;
    cursor: pointer;
    border-radius: 5px;
    line-height: 34px;
}

.image-input label i {
    font-size: 115%;
    margin-right: 5px;
    line-height: 18px;
    margin-top: 5px;
}

.image-input label:hover i {
    animation: shake 0.35s;
}

.image-input img {
    max-width: 175px;
    display: none;
}

.image-input span {
    display: none;
    text-align: left;
    cursor: pointer;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*------------*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px) / 11px no-repeat;
}

.form-area {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area .form-inner {
    width: 100%;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.form-control:focus {
    color: #000;
    background-color: #FFF;
    border-color: #eb5c22;
    outline: 0;
    box-shadow: none;
}

.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.floating-diff .floating-label {
    opacity: 0;
}

.floating-diff.focused .floating-label {
    opacity: 1;
}

.form-group.focused .floating-label {
    opacity: 1;
    color: #eb5c22;
    top: 4px;
    left: 19px;
    font-size: 12px;
}

.form-group.focused select.form-control {
    padding-top: 21px;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
    color: #eb5c22;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label {
    color: #eb5c22;
}

.form-control {
    color: #000;
}

.workflow {
    margin: 0;
}

.sub-title {
    margin: 25px 0;
}

.sub-title h2 {
    position: relative;
    font-size: 20px;
    font-family: 'Muli-Black';
    margin: 0 0 25px;
}

.sub-title h2:after {
    content: "";
    width: 21px;
    height: 2px;
    background: #eb5c22;
    position: absolute;
    left: 0%;
    bottom: -10px;
}

.list-title {
    margin: 25px 0 0;
}

.list-title h2 {
    position: relative;
    font-size: 22px;
    font-family: 'Muli';
    margin: 0 0 25px;
    text-transform: uppercase;
}

.list-title h2:after {
    content: "";
    width: 42px;
    height: 2px;
    background: #eb5c22;
    position: absolute;
    left: 0%;
    bottom: -10px;
}

.notes {
    margin: 5px 0 0;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    font-family: 'Muli-Light';
    border-bottom: 1px solid #ccc;
}

.delivery-note p {
    font-size: 12px;
    margin: 0;
    padding: 0 5px;
    font-weight: bold;
}

p.est-delivery {
    position: relative;
    background: url(../img/delivery.png)no-repeat;
    padding-left: 50px;
    background-size: 44px 24px;
    background-position: left;
    line-height: 24px;
    display: flex;
    align-items: center;
}

p.pay-delivery {
    position: relative;
    background: url(../img/Group.png)no-repeat;
    padding-left: 85px;
    background-size: 77px 24px;
    line-height: 16px;
    display: flex;
    align-items: center;
    background-position: left;
}

.star-rating {
    text-align: center;
    margin: 15px 0;
}

.star-rating .rating-group {
    display: inline-flex;
}

.star-rating .rating__icon {
    pointer-events: none;
}

.star-rating .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.star-rating .rating__input--none {
    display: none;
}

.star-rating .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 13px;
}

.star-rating .rating__icon--star {
    color: orange;
}

.star-rating .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.star-rating .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.star-rating .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.testimony {
}

.accordion-item:first-of-type .accordion-button {
    /* background:#eb5c22; */
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type {
    box-shadow: none;
    border-radius: 0;
}

.accordion strong {
    padding-right: 10px;
}

.accordion-button:not(.collapsed) {
    background: #eb5c22;
    color: #fff;
}

.forgot-pass {
    color: #eb5c22;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding-top: 10px;
    display: inline-block;
}

.login-area {
    position: relative;
}

.login-area:before {
    content: "";
    width: 1px;
    height: 65%;
    background: #bbbaba;
    position: absolute;
    left: -50px;
    top: 35%;
    transform: translateY(-50%);
}

.login-side {
    text-align: center;
}

.login-side ul {
    display: flex;
}

.login-side ul li {
    padding: 0 5px;
}

.contact-area {
    position: relative;
}

.contact-area:before {
    content: "";
    width: 1px;
    height: 50%;
    background: #bbbaba;
    position: absolute;
    left: -50px;
    top: 44%;
    transform: translateY(-50%);
}

.contact-side h2 {
    position: relative;
    font-size: 22px;
    font-family: 'Muli-Black';
    margin: 0px;
    text-transform: uppercase;
    text-align: left;
}

.contact-side {
    text-align: center;
}

.contact-side a {
    color: #eb5c22;
}

.contact-side ul li {
    padding: 0 5px;
}

.page-link {
    background: transparent;
    color: #000;
}

.page-link:focus {
    color: #fff;
    box-shadow: none;
    background: #eb5c22;
}

.active>.page-link, .page-link.active {
    color: #fff;
    box-shadow: none;
    background: #eb5c22;
    border-color: #eb5c22;
}

.page-link:hover {
    color: #eb5c22;
}

header {
    background: #fff;
}

/*responsive **/
@media only screen and (min-width: 768px) and (max-width:1024px) {
    .banner-meta h2 {
        margin: 5px 0;
        font-size: 20px;
        box-shadow: none;
    }

    .banner-inner {
        left: 15px;
        top: inherit;
        bottom: 50%;
        max-width: 90%;
        transform: translateY( 50%);
    }

    .banner-meta .btn {
        padding: 10px 15px;
        font-size: 12px;
    }

    .title {
        text-align: center;
        margin: 15px 0 30px;
    }

    .title h2 {
        font-size: 20px;
    }

    .jumbotron {
        font-size: 12px;
        padding: 5px;
    }

    .jumbotron p {
        font-size: 12px;
        padding: 3px 0;
    }

    .navbar-brand img {
        max-width: 65%;
    }

    .categories-meta p {
        font-size: 20px;
    }

    .small-btn {
        font-size: 14px;
    }

    .process {
        padding: 40px 0px;
    }

    .process .col-md-3 {
        margin: 20px 0;
    }

    .about h2 {
        font-size: 24px;
        margin: 30px 0 40px;
    }

    .about p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 20px;
        max-width: 100%;
    }

    .about {
        padding: 40px 0;
    }

    .recent-creations {
        margin: 70px 0 40px;
    }

    .viewBtn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .testimony {
        padding: 40px 0 50px;
    }

    .whyus .process-meta p {
        margin: 15px 0 40px;
    }

    a.footer-logo img {
        max-width: 100%;
    }

    footer ul {
        display: block;
    }

    .slick-dots {
        bottom: 30px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .slick-dots li {
        margin: 0 3px;
    }

    footer h2 {
        font-size: 16px;
        margin: 10px 0 10px;
    }

    footer p {
        font-size: 14px;
    }

    footer ul li {
        padding-right: 5px;
    }

    .creations .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .creations .slick-dots {
        bottom: -20px;
    }

    .creations .slick-dots li button {
        background: #fff;
        border: 1px solid #ec521b;
    }

    .creations .slick-dots li.slick-active button {
        background: #ec521b;
        border: 1px solid transparent;
    }

    .creations .slick-dots {
        bottom: -25px;
        text-align: right;
    }

    .testimony .slick-dots li button {
        background: #fff;
        border: 1px solid #ec521b;
    }

    .testimony .slick-dots li.slick-active button {
        background: #ec521b;
        border: 1px solid transparent;
    }

    .testimony .slick-dots {
        bottom: -25px;
    }

    .cart {
        max-width: 45px;
        margin: 12px 25px;
    }

    .nav-link {
        padding: 0px;
        font-size: 14px;
    }

    .nav-item {
        padding: 0 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }

    .slick-next {
        right: -30px;
    }

    .slick-prev {
        left: -30px;
    }

    footer ul.footer-links li:after {
        height: 10px;
        right: -3px;
        top: 60%;
        transform: translateY(-45%);
    }

    footer ul.footer-links li:first-child {
        padding: 0px 8px;
    }

    footer ul li a {
        font-size: 11px;
    }

    footer ul.footer-links li {
        padding: 0 5px;
    }

    footer .p-0 {
        padding: 0 15px 0 0 !important;
    }

    .footer-bottom {
        margin-top: 20px;
        padding-top: 25px;
    }

    .process-meta p {
        font-size: 18px;
        line-height: 1.35;
    }

    .process-thumb {
        width: 120px;
        height: 120px;
    }

    .process-thumb img {
        max-width: 45px;
    }

    .process-thumb:after {
        width: 118px;
        height: 138px;
        left: -30px;
        top: -14px;
        z-index: -1;
        background-size: cover;
    }

    .inner-title h2 {
        font-size: 24px;
    }

    p.est-delivery {
        background-size: auto;
    }
}

@media only screen and (min-width: 300px) and (max-width:767px) {
    .cart {
        max-width: 45px;
        margin: 12px 25px;
    }

    .banner-meta h2 {
        margin: 5px 0;
        font-size: 20px;
        box-shadow: none;
    }

    .banner-inner {
        left: 15px;
        top: inherit;
        bottom: 50%;
        max-width: 90%;
        transform: translateY( 50%);
    }

    .banner-meta .btn {
        padding: 10px 15px;
        font-size: 12px;
    }

    .title {
        text-align: center;
        margin: 15px 0 30px;
    }

    .title h2 {
        font-size: 20px;
    }

    .jumbotron {
        font-size: 12px;
        padding: 5px;
    }

    .jumbotron p {
        font-size: 12px;
        padding: 3px 0;
    }

    .navbar-brand img {
        max-width: 65%;
    }

    .categories-meta p {
        font-size: 20px;
    }

    .small-btn {
        font-size: 14px;
    }

    .process {
        padding: 40px 0px;
    }

    .process .col-md-3 {
        margin: 20px 0;
    }

    .about h2 {
        font-size: 24px;
        margin: 30px 0 40px;
    }

    .about p {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 20px;
        max-width: 100%;
    }

    .about {
        padding: 40px 0;
    }

    .recent-creations {
        margin: 70px 0 40px;
    }

    .viewBtn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .testimony {
        padding: 40px 0 50px;
    }

    .whyus .process-meta p {
        margin: 15px 0 40px;
    }

    footer {
        text-align: center;
    }

    a.footer-logo img {
        max-width: 50%;
    }

    footer ul {
        display: block;
    }

    .slick-list {
        margin: 0;
    }

    .slick-slide {
        margin: 0;
    }

    .slick-dots {
        bottom: 30px;
    }

    .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .slick-dots li {
        margin: 0 3px;
    }

    footer h2 {
        font-size: 18px;
        margin: 10px 0 10px;
    }

    .creations .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .creations .slick-dots {
        bottom: 10px;
    }

    .testimony .slick-dots li button {
        background: #fff;
        border: 1px solid #ec521b;
    }

    .testimony .slick-dots li.slick-active button {
        background: #ec521b;
        border: 1px solid transparent;
    }

    .testimony .slick-dots {
        bottom: -25px;
    }

    footer ul.footer-links li:after {
        width: 1px;
        height: 6px;
        right: 0;
        top: 54%;
    }

    .inner {
        padding: 25px 0;
    }

    .inner-title h2 {
        font-size: 20px;
        margin: 0px 0px 35px;
    }

    .inner-title h2:after {
        width: 30px;
        height: 2px;
        bottom: -10px;
    }

    .contact-side h2 {
        font-size: 18px;
    }

    section.custom-photo {
        margin-bottom: 50px;
    }

    span.note {
        font-size: 10px;
    }

    p.est-delivery {
        margin: 0 0 15px;
    }
}
