/*--------------------- Copyright (c) 2018 -----------------------
[Master Stylesheet]

Project: BitSikka - Cryptocurrency  Responsive HTML Template
Version: 1.0.0
Author: Kamleshyadav
Assigned to: Kamleshyadav
-------------------------------------------------------------------*/

body {
    font-family: 'Fredoka', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #848484;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}


/*----Body End----*/


/*====Typography Css Start====*/

a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    -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;
}

a:hover,
a:focus {
    /* color: #ffae11; */
    color: #eef1f2;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ffae11;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.bg_color {
    background-color: #333333;
}

.color1 {
    color: #ffae11;
}

.form-control {
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #464a4c;
    border-radius: 6px;
    border: none;
}

.nice-select {
    border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    height: 50px;
    width: 100%;
    line-height: 50px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
}

.bottom_marger30 {
    margin-bottom: 30px;
}


/*====Placeholder css start====*/

.form-control::-webkit-input-placeholder {
    color: #848484;
}

.form-control::-moz-placeholder {
    color: #848484;
}

.form-control:-ms-input-placeholder {
    color: #848484;
}

.form-control:focus {
    border-color: #ffae11 !important;
}

.loaded .bs_loader {
    display: none;
}

.bs_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/*====Preloader Css Start====*/


/* banner css start */

.multi_banner_wrapper {
    position: relative;
    background-image: url(../images/banner/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    background-color: #ffe8d7;
    background-size: cover;
}

.banner_title {
    font-size: 46px;
    color: #010101;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 6px 0 10px;
}

.bnner_disc {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #ef914c;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.banner-btns .buy-now-btn {
    position: unset;
}

.cre-info {
    max-width: 560px;
    text-align: left;
}

.multi-banner-mockup {
    position: relative;
    margin: 80px auto 0;
}

.multi_banner_wrapper {
    padding: 150px 0 80px;
}

.tor_banner_inner {
    padding: 0 0 30px;
}

.multi-banner-icons li {
    position: absolute;
}

.multi-banner-icons li:nth-child(1) {
    left: 0%;
    top: -100px;
    animation: 3.2s floating linear infinite;
    z-index: 1;
}

.multi-banner-icons li:nth-child(2) {
    /* left: 12%; */
    left: 14%;
    top: 80px;
    animation: 3.5s floating linear infinite;
}

.multi-banner-icons li:nth-child(3) {
    /* right: 10%; */
    right: 14%;
    top: -140px;
    animation: 3.2s floating linear infinite;
    z-index: 1;
}

.multi-banner-icons li:nth-child(4) {
    top: 80px;
    right: 0%;
    animation: 3.5s floating linear infinite;
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
        transform: rotate(0deg) translate(-12px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

.multi-banner-mobile {
    display: none;
}


/* nav css start */

.cat-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #ffffff;
    height: 80px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}

.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cat-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.cat-menu-wrap ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.cat-menu-wrap ul li {
    list-style: none;
    margin: 0 20px;
}

.cat-logo-wrap {
    padding: 14px 0px 20px 20px;
}

.cat-menu-wrap ul li a {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0;
    display: inline-block;
}

.cat-menu-wrap ul li a:hover {
    color: #fdae74;
}

.cat-btn {
    display: inline-block;
    padding: 10px 10px;
    min-width: 140px;
    background: #fdae74;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #fdae74;
}

.cat-btn:hover,
.cat-btn:focus,
.cat-btn:active,
.cat-btn:visited {
    background: #ffffff;
    color: #fdae74;
}

.cat-btn,
.cat-btn:hover,
.cat-btn:focus,
.cat-btn:active,
.cat-btn:visited,
.cat-menu-wrap ul li a,
.cat-menu-wrap ul li a:hover {
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}

.buy-now-btn {
    position: absolute;
    right: 20%;
}


/* features css */

.cat-features-wrapper {
    background-color: rgb(242 248 248);
}

.cat-features-section {
    padding: 60px 15px;
    box-shadow: 0px 0px 40px 0px rgb(197 210 210 / 30%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 60px;
    width: 90%;
    max-width: 100%;
}

.cat-features-section .top-right {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    max-height: 60px;
}

.cat-feature-inner h4 {
    font-size: 16px;
    margin: 20px 0 0;
    font-weight: 500;
    color: #222222;
    font-family: 'Fredoka', sans-serif;
    letter-spacing: 0;
}

.cat-features-section:hover {
    transform: translateY(-10px);
}

.cat-features-section:hover,
.cat-features-section,
.cat-features-section .cat-feature-inner h4,
.cat-features-section:hover .cat-feature-inner h4 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cat-features-section:hover .cat-feature-inner h4 {
    /* color: #ffae11; */
    color: #fdae74;
}

.feature-counting {
    box-shadow: 0px 12px 30px 0px rgb(205 49 49 / 30%);
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #ffae11; */
    background: #fdae74;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 0px 20px 0px 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cat-feature-inner img {
    height: 70px;
}

.section-spacer {
    padding: 72px 0 20px;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
}

.cat-title-wrap {
    text-align: center;
    margin: 0 0 30px;
}

.cat-title-wrap h2 {
    font-weight: 600;
    font-size: 42px;
    text-transform: capitalize;
    color: #222222;
}

.cat-title-wrap p {
    font-size: 20px;
    margin: 0;
    color: #4f4f4f;
}

.logo-title {
    display: inline-block;
    color: #fdae74;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../images/banner/logo-bg.jpg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    padding: 15px 0;
}


/*====Features Css Start====*/

.cat-boxed-wrapper {
    background-color: #ffffff;
    padding-top: 70px;
    padding-bottom: 50px;
}

.cat-boxed {
    margin: 50px 0px;
    padding: 0px 50px;
}

.demo-box.demo1.demo-color:hover ul.cat-choose-color {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.cat-demo {
    padding: 0px 20px;
}

.cat-add-img-caption {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    bottom: 9px;
    background: rgba(205, 49, 49, 0.75);
    text-align: center;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.cat-add-zoom h6 {
    font-size: 25px;
    color: #5d5461;
}

.cat-add-zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.demo-box:hover .cat-add-zoom {
    visibility: visible;
    opacity: 1;
}

.cat-add-zoom a.advantage-zoom i {
    /* color: #ffffff; */
    color: #5d5461;
    text-align: center;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
}

.cat-add-zoom a.advantage-zoom span.demo {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}

.demo {
    color: #cd3131;
    z-index: 1000000000;
    position: relative;
    top: -11px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.cat-add-img-caption {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    bottom: 9px;
    /* background: rgb(255 174 17 / 73%); */
    background: rgba(238, 241, 242, 0.93);
    text-align: center;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}

.demo-box.demo-box5:hover .cat-add-zoom a.advantage-zoom i,
.demo-box.demo-box5:hover .cat-add-zoom a.advantage-zoom span.demo,
.demo-box.demo-box5:hover .cat-add-zoom h6.ver-name,
.demo-box.demo1:hover .cat-add-zoom a.advantage-zoom i {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.demo-box {
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: 285px;
    background-image: url(../images/boxed-demo.jpg);
    background-size: cover;
    margin-right: 30px;
    border: 10px solid #fdae74;
    margin-bottom: 50px;
}

.cat-add-zoom a i:before {
    font-size: 40px;
    display: block;
}

.demo-box.cat-boxed-demo {
    background-image: url(../images/boxed-demo.jpg);
    position: relative;
}

.demo-box:hover {
    background-position: bottom center;
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.demo-box.demo-box5:hover .cat-add-img-caption {
    top: 9px;
}

.demo-box.demo1:hover .cat-add-img-caption {
    top: 9px;
}

.demo-box.demo-box1:hover .cat-add-img-caption {
    top: 9px;
}

.demo-box.demo-box2:hover .cat-add-img-caption {
    top: 9px;
}

.cat-demo h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
    padding: 0 0 10px 0;
}

.demo-box.demo-box2:hover .cat-add-zoom a.advantage-zoom i,
.demo-box.demo-box2:hover .cat-add-zoom a.advantage-zoom span.demo,
.demo-box.demo-box2:hover .cat-add-zoom h6.ver-name {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.demo-box.demo-box1 {
    background-image: url(../images/demo1.jpg);
    position: relative;
}

.demo-box.demo-box2 {
    background-image: url(../images/04-contact.png);
    position: relative;
}


/* footer css */

.cat-footer-wrapper {
    background: #222222;
    background-image: url('../images/footer-bg-21.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding: 100px 0 88px;
    display: inline-block;
    width: 100%;
}

.footer-inner img {
    max-height: 150px;
}

.footer-inner h1 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 500;
}

.cat-copyright-wrap {
    background: #0a0a0a;
    color: #ffffff;
    padding: 15px 0;
    font-weight: 500;
}

.cat-copyright-wrap p {
    margin-bottom: 0;
}

.cat-copyright-wrap a {
    color: #fdae74;
}

.cat-product-layout-wrapper .cat-product-section-inner {
    padding: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 4%);
}

.mb-30 {
    margin-bottom: 30px;
}


/** Go to Top Button CSS **/

#scroll {
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 50%;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #eef1f2;
}

#scroll.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

#scroll svg {
    height: 20px;
    width: 20px;
    fill: #ffffff;
}

#scroll:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fdad74bb;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

#scroll:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fdae74;
    border-radius: 50%;
    transition: all 200ms;
}

#scroll svg {
    position: relative;
    z-index: 9;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}


/*-- Responsive  css--*/

@media(max-width:1400px) {
    .cat-logo-wrap {
        padding: 20px 0px 20px 20px;
    }
}

@media(max-width:1199px) {
    .buy-now-btn {
        right: 10%;
    }
}

@media (max-width: 1299px) {
    .multi-banner-mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    .buy-now-btn {
        right: 5%;
    }
}

@media (max-width: 875px) {
    .buy-now-btn {
        right: 0%;
    }
}

@media(max-width:767px) {
    .cat-logo-wrap {
        padding: 20px 0px 20px 0px;
    }
    .cat-menu-wrap ul {
        width: 230px;
    }
    .cat-menu-wrap ul {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        background: #ffffff;
        width: 300px;
        display: inline-block;
        left: -320px;
        box-shadow: 0 0 20px rgb(0 0 0 / 28%);
    }
    .cat-menu-wrap ul li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
        padding: 0 20px;
    }
    .cat-menu-wrap ul li a {
        padding: 20px 0;
    }
    .buy-now-btn {
        font-size: 12px;
        padding: 5px 10px;
        right: 20%;
        top: 24px;
    }
    .nav-toggle-btn {
        display: inline-block;
        /* background: #ffae11; */
        background-color: #fdae74;
        border-radius: 3px;
        padding: 6px 0;
        height: 30px;
        width: 30px;
        position: fixed;
        right: 30px;
        top: 25px;
    }
    .nav-toggle-btn span {
        width: 16px;
        margin: 3px auto;
    }
    .nav-toggle-btn span {
        background: #ffffff;
        height: 2px;
        width: 18px;
        margin: 4px auto;
        display: flex;
        position: relative;
    }
    .cat-menu-wrap.open-nav ul,
    .cat-menu-wrap ul {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .cat-menu-wrap.open-nav ul {
        left: 0;
    }
    .cat-menu-wrap ul li a:hover {
        color: #ffae11;
    }
    .open-nav .nav-toggle-btn span:nth-child(3),
    .open-nav .nav-toggle-btn span:nth-child(1),
    .nav-toggle-btn span:nth-child(3),
    .nav-toggle-btn span:nth-child(1) {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .open-nav .nav-toggle-btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
    }
    .open-nav .nav-toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open-nav .nav-toggle-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -4px;
    }
}

@media(max-width:480px) {
    .buy-now-btn {
        min-width: 90px;
    }
    .nav-toggle-btn {
        padding-top: 2px;
    }
}

@media(max-width:375px) {
    .buy-now-btn {
        min-width: 50px;
    }
    .nav-toggle-btn {
        right: 15px;
    }
}


/* boxed-layout-css */

body.cat-boxed-layout,
.cat-wrapper {
    background-image: url(../images/pattern/pattern-8.png);
    background-attachment: fixed !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2b2b2b;
    background-color: #ccc;
    -webkit-font-smoothing: antialiased;
}

.boxed {
    margin: 0 auto;
    text-align: center;
}

.boxed img {
    width: 100%;
}
.banner-btns .buy-now-btn {
    position: unset;
    padding: 8px 20px;
    margin: 6px 10px 0px 0;
}