.mb-50 {
    margin-bottom: 10px;
}

body {
    font-family: Belleza, sans-serif;
    font-size: 16px;
    line-height: 1.62em;
    font-weight: 300;
    color: rgb(89, 89, 89);
    background: rgb(248, 249, 253);
    text-transform: uppercase !important;
}

.header-middle-area {
    background: rgb(255, 255, 255);
}

.img {
    max-width: 100%;
}

.img-full img {
    width: 100%;
}

.fgr .dfgrf img {
    width: 100%;
    height: 120px;
}

.fgr .product-menu {
    -webkit-box-flex: 0;
    flex: 0 0 90px;
    margin-right: 10px;
    padding: 30px 0px;
    width: 20%;
    height: 400px;
}

.fgr .tab-content {
    width: 100%;
}

a, button {
    text-decoration: none;
    transition: 0.3s ease-out;
}

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

a:focus, a:hover {
    color: rgb(181, 145, 117);
    text-decoration: none;
}

a, button, input {
    outline: none medium;
    color: rgb(67, 67, 67);
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Belleza, sans-serif;
    color: rgb(68, 68, 68);
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 10px;
    font-size: 14px !important;
}

hr {
    margin: 12px 0px;
    padding: 0px;
    border-bottom: 1px solid rgb(98, 98, 98);
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: rgb(98, 98, 98);
}

::selection {
    background: rgb(51, 153, 255);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

.mark, mark {
    background: none 0px 0px repeat scroll rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.fix {
    overflow: hidden;
}

.browserupgrade {
    margin: 0.2em 0px;
    background: rgb(204, 204, 204);
    color: rgb(0, 0, 0);
    padding: 0.2em 0px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

.row {
    margin-right: calc(var(--bs-gutter-x) * -.6);
    margin-left: calc(var(--bs-gutter-x) * -.6);
}

.row > * {
    position: relative;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.section-title {
    margin-bottom: 35px;
}

.section-title > span {
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 1;
    font-family: Roboto, sans-serif !important;
}

.section-title > h3 {
    font-family: Belleza, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 27px;
    line-height: 45px;
    overflow-wrap: break-word;
}

.section-title::after {
    content: "";
    background-image: url("img/icon/title-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 7px;
    width: 100%;
    height: 15px;
    display: none;
}

.section-title2 > h3 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 24px;
}

.section-title2 > p {
    text-align: center;
    font-style: italic;
    color: rgb(113, 113, 113);
    margin-bottom: 35px;
}

.section-title2.bl-color > h3 {
    color: rgb(68, 68, 68);
}

.section-title2.bl-color > p {
    color: rgb(34, 34, 34);
}

.social-icons > li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.social-icons > li > a {
    display: block;
    width: 32px;
    height: 32px;
    color: rgb(255, 255, 255);
    background: rgb(59, 89, 152);
    text-align: center;
    line-height: 32px;
}

.social-icons > li > a:hover {
    background: rgb(45, 67, 115);
}

.social-icons > li:nth-child(2) > a {
    background: rgb(0, 172, 237);
}

.social-icons > li:nth-child(2) > a:hover {
    background: rgb(0, 135, 186);
}

.social-icons > li:nth-child(3) > a {
    background: rgb(188, 42, 141);
}

.social-icons > li:nth-child(3) > a:hover {
    background: rgb(146, 33, 110);
}

.social-icons > li:nth-child(4) > a {
    background: rgb(0, 123, 182);
}

.social-icons > li:nth-child(4) > a:hover {
    background: rgb(0, 89, 131);
}

.social-icons > li:nth-child(5) > a {
    background: rgb(242, 101, 34);
}

.social-icons > li:nth-child(5) > a:hover {
    background: rgb(213, 77, 13);
}

input {
    background: transparent;
    border: 2px solid rgb(181, 145, 117);
    height: 56px;
    padding-left: 10px;
    font-size: 14px;
    color: rgb(164, 164, 164);
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}

select {
    width: 100%;
    background: rgb(236, 239, 248);
    border: 2px solid rgb(236, 239, 248);
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: rgb(98, 98, 98);
}

option {
    background: rgb(255, 255, 255);
    border: 0px solid rgb(98, 98, 98);
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
    border: 2px solid rgb(181, 145, 117);
}

textarea {
    resize: vertical;
    background: rgb(236, 239, 248);
    border: 2px solid rgb(236, 239, 248);
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid rgb(181, 145, 117);
    outline: none;
}

#scrollUp {
    background: rgb(34, 34, 34);
    border: 2px solid rgb(221, 221, 221);
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 100%;
    bottom: 25px;
    right: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 25px;
    transition: 0.3s ease-in-out;
}

#scrollUp:hover {
    background: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
    margin-left: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

.ptb-0 {
    padding: 0px;
}

.ptb-10 {
    padding: 10px 0px;
}

.ptb-20 {
    padding: 20px 0px;
}

.ptb-30 {
    padding: 30px 0px;
}

.ptb-40 {
    padding: 40px 0px;
}

.ptb-50 {
    padding: 50px 0px;
}

.ptb-60 {
    padding: 60px 0px;
}

.ptb-70 {
    padding: 70px 0px;
}

.ptb-80 {
    padding: 80px 0px;
}

.ptb-90 {
    padding: 90px 0px;
}

.ptb-100 {
    padding: 100px 0px;
}

.ptb-110 {
    padding: 110px 0px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-130 {
    padding: 130px 0px;
}

.ptb-140 {
    padding: 140px 0px;
}

.ptb-150 {
    padding: 150px 0px;
}

.mtb-0 {
    margin: 0px;
}

.mtb-10 {
    margin: 10px 0px;
}

.mtb-15 {
    margin: 15px 0px;
}

.mtb-20 {
    margin: 20px 0px;
}

.mtb-30 {
    margin: 30px 0px;
}

.mtb-40 {
    margin: 40px 0px;
}

.mtb-50 {
    margin: 50px 0px;
}

.mtb-60 {
    margin: 60px 0px;
}

.mtb-70 {
    margin: 70px 0px;
}

.mtb-80 {
    margin: 80px 0px;
}

.mtb-90 {
    margin: 90px 0px;
}

.mtb-100 {
    margin: 100px 0px;
}

.mtb-110 {
    margin: 110px 0px;
}

.mtb-120 {
    margin: 120px 0px;
}

.mtb-130 {
    margin: 130px 0px;
}

.mtb-140 {
    margin: 140px 0px;
}

.mtb-150 {
    margin: 150px 0px;
}

.white-bg {
    background: rgb(255, 255, 255) !important;
}

.gray-bg {
    background: rgb(246, 246, 246) !important;
}

.gray-bg2 {
    background: rgb(242, 242, 242) !important;
}

.gray-bg3 {
    background: rgb(248, 248, 248) !important;
}

.black-bg {
    background: rgb(53, 51, 50);
}

.default-bg {
    background: rgb(80, 193, 240) !important;
}

.transparent-bg {
    background: transparent !important;
}

.bg-opacity-black-10::before, .bg-opacity-black-20::before, .bg-opacity-black-30::before, .bg-opacity-black-40::before, .bg-opacity-black-50::before, .bg-opacity-black-60::before, .bg-opacity-black-70::before, .bg-opacity-black-80::before, .bg-opacity-black-90::before, .bg-opacity-white-10::before, .bg-opacity-white-20::before, .bg-opacity-white-30::before, .bg-opacity-white-40::before, .bg-opacity-white-50::before, .bg-opacity-white-60::before, .bg-opacity-white-70::before, .bg-opacity-white-80::before, .bg-opacity-white-90::before {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-10::before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20::before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30::before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40::before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50::before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60::before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70::before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80::before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90::before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10::before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20::before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30::before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40::before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50::before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60::before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70::before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80::before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90::before {
    background: rgba(255, 255, 255, 0.9);
}

.tooltip-inner {
    padding: 8px 12px;
    border-radius: 0px;
    background: rgb(51, 51, 51);
}

.tooltip .arrow::before {
    border-top-color: rgb(51, 51, 51);
}

@-webkit-keyframes crFlipX {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes crFlipX {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.tab-content {
    width: 100%;
}

.tab-content .tab-pane {
    display: block;
    height: 0px;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.vbox-close {
    cursor: pointer;
    display: block;
    font-weight: 600;
    height: 40px;
    position: fixed;
    right: 40px;
    text-indent: 2px;
    top: 14px;
    width: 46px;
    border-radius: 2px;
    background: url("close.html") 10px center no-repeat scroll rgb(181, 145, 117) !important;
    color: rgb(255, 255, 255) !important;
}

.page-banner-area {
    background-image: url("img/banner/shop-banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
}

.page-banner-title > h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    text-align: center;
    margin-bottom: 0px;
    line-height: 64px;
}

.page-banner2-area {
    padding: 30px 0px;
    background-color: rgb(244, 244, 244);
}

.page-banner2-title > h2 {
    color: rgb(34, 34, 34);
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.header-sticky {
    transition: background ease-in-out, margin-top ease-in-out, opacity ease-in-out;
}

.header-sticky.is-sticky {
    background: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 6px -6px;
    animation: 500ms ease-in-out 0s 1 normal none running fadeInDown;
}

.logo-sticky {
    display: none;
}

.header-sticky.is-sticky .logo-sticky {
    float: left;
    margin: 1px 0px 0px;
    display: block;
}

.header-sticky.is-sticky .header-menu-area {
    float: right;
    background: transparent;
}

.fdgvre {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.fdgvre p {
    margin: 20px 0px 8px;
    font-family: Belleza, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    line-height: 1.1em;
    overflow-wrap: break-word;
    font-size: 18px !important;
}

.fdgvre img {
    border-radius: 10px;
}

.header-top-area {
    background: rgb(13, 119, 182);
}

.header-top-area p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    font-weight: bold;
}

.header-top-language {
    float: left;
}

.header-top-language > ul > li {
    border-right: 1px solid rgb(237, 237, 237);
}

.header-top-language > ul > li:first-child {
    border-left: 1px solid rgb(237, 237, 237);
}

.header-top-language > ul > li, .menu-my-account > ul > li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.menu-my-account > ul > li {
    border-left: 1px solid rgb(237, 237, 237);
    margin-left: -3px;
}

.menu-my-account > ul > li:last-child {
    border-right: 1px solid rgb(237, 237, 237);
}

.header-top-language > ul > li > a, .menu-my-account > ul > li > a {
    font-size: 12px;
    color: rgb(67, 67, 67);
    line-height: 35px;
    height: 35px;
    padding: 0px 20px;
    display: block;
    vertical-align: middle;
    font-weight: 400;
}

.menu-my-account > ul > li:first-child > a {
    color: rgb(67, 67, 67);
}

.menu-my-account > ul > li > a > i {
    font-size: 16px;
    line-height: 1;
}

.header-top-language > ul > li:hover > a, .menu-my-account > ul > li:hover > a {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
    border-color: rgb(181, 145, 117);
}

.header-top-language > ul > li > a::after, .menu-my-account > ul > li:first-child > a::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 3px;
    font-size: 12px;
}

.header-top-language > ul > li > a > span, .ht-dropdown > li > a > span {
    margin-left: 3px;
}

.ht-dropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid rgb(237, 237, 237);
    background: rgb(255, 255, 255);
    padding: 0px 20px;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.header-top-language > ul > li:hover .ht-dropdown, .menu-my-account > ul > li:hover .ht-dropdown {
    opacity: 1;
    visibility: visible;
}

.ht-dropdown > li {
    list-style: none;
    display: block;
}

.ht-dropdown > li > a {
    display: block;
    height: 44px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 44px;
    vertical-align: bottom;
    color: rgb(137, 137, 137);
}

.ht-dropdown > li > a:hover {
    color: rgb(181, 145, 117);
}

.ht-dropdown.account-menu {
    text-align: left;
    width: 130px;
}

.ht-dropdown.account-menu > li {
    border-bottom: 1px solid rgb(237, 237, 237);
}

.ht-dropdown.account-menu > li:last-child {
    border-bottom: 0px;
}

.header-top-area.header-top-4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-4 .header-top-language > ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-4 .header-top-language > ul > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-4 .menu-my-account > ul > li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-4 .menu-my-account > ul > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-4 .header-top-language > ul > li > a, .header-top-4 .menu-my-account > ul > li > a {
    color: rgb(171, 171, 171);
}

.header-top-4 .header-top-language > ul > li:hover > a, .header-top-4 .menu-my-account > ul > li:hover > a, .header-top-4 .menu-my-account > ul > li:hover:first-child > a {
    color: rgb(255, 255, 255);
}

.header-top-4 .menu-my-account > ul > li:first-child > a {
    color: rgb(171, 171, 171);
}

.header-top-4 .menu-my-account > ul > li:first-child > a:hover {
    color: rgb(255, 255, 255);
}

.header-search {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin-top: 0px;
}

.form-input {
    position: relative;
}

.form-input > input {
    background: none;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(0, 0, 0);
    border-image: initial;
    color: rgb(0, 0, 0);
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 0px;
    margin: 0px;
    outline: none;
    padding: 0px 15px 0px 0px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    width: 155px;
    height: 38px;
}

.form-input.form-4 > input {
    border-bottom: 1px solid rgb(153, 153, 153);
    color: rgb(153, 153, 153);
}

.form-input > button {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(0, 0, 0);
    float: left;
    font-size: 0px;
    height: 20px;
    margin-left: 15px;
    cursor: pointer;
    outline: none;
    padding: 0px;
    text-align: center;
    width: 20px;
    border-radius: 0px;
    transition: 0.3s;
    margin-top: 9px;
}

.form-input > button:hover {
    background: rgb(181, 145, 117);
}

.logo img {
    max-width: 100%;
    height: auto;
}

.mini-cart > ul > li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.mini-cart > ul > li > a {
    padding-top: 8px;
    color: rgb(0, 0, 0);
    display: block;
    height: 40px;
    line-height: 24px;
    position: relative;
    font-size: 20px;
    margin-right: 20px;
}

.mini-cart > ul > li > a > span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    letter-spacing: 0.3em;
    font-weight: 400;
}

.mini-cart > ul > li > a > span.cart-icon::before {
    background: url("self/a1.png") center center no-repeat;
    height: 40px;
    width: 40px;
    content: "";
    display: inline-block;
    line-height: 40px;
}

.mini-cart > ul > li > a > span.bag-icon::before {
    background: url("self/a2.png") center center no-repeat;
    height: 40px;
    width: 40px;
    content: "";
    display: inline-block;
    line-height: 40px;
    filter: brightness(0) invert(1);
}

.mini-cart > ul > li > a > span.cart-total {
    font-size: 20px;
    font-weight: 700;
}

.cart-dropdown {
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0px;
    width: 270px;
    background: rgb(255, 255, 255);
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: rgb(181, 145, 117) rgb(237, 237, 237) rgb(237, 237, 237);
    border-image: initial;
    padding: 20px 15px;
    z-index: 99;
}

.cart-dropdown > li {
    display: block;
    list-style: none;
    overflow: hidden;
    padding: 20px 0px;
}

.cart-dropdown > li:first-child {
    padding-top: 0px;
}

.cart-dropdown > li:last-child {
    padding: 0px;
}

.cart-img {
    float: left;
    width: 60px;
}

.cart-img img {
    width: 100%;
    height: 60px;
}

.cart-img > a {
    display: block;
    border: 1px solid rgb(237, 237, 237);
}

.cart-img > a:hover {
    border-color: rgb(181, 145, 117);
}

.cart-content {
    float: left;
    width: 66%;
    margin-left: 15px;
}

.product-name {
    color: rgb(68, 68, 68);
    font-size: 1em;
    font-weight: bold;
    line-height: 20px;
    margin: 0px 22px 2px 0px;
    text-align: left;
}

.cart-content span.quantity {
    color: rgb(34, 37, 85);
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.cart-content span.cart-price {
    display: block;
    margin-top: 8px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 25px;
}

.cart-remove {
    position: relative;
}

.cart-remove > a {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.cart-subtotal {
    border-top: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 20px 0px 0px;
    text-align: left;
    text-transform: uppercase;
}

.cart-btn {
    display: block;
    text-align: right;
}

.cart-btn a {
    background: rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.cart-btn a::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px;
}

.cart-btn a:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.menu-logo-box .logo {
    display: inline-block;
    margin-right: 30px;
}

.menu-logo-box .full-screen-menu {
    display: inline-block;
}

.menu-icon > button {
    background: rgb(34, 34, 34);
    padding: 7px 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 25px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
}

.menu-icon > button > i {
    font-size: 16px;
    margin-right: 7px;
}

.search-cart-box .mini-cart {
    display: inline-block;
    margin-left: 30px;
}

.full-screen-menu-area {
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.92);
    width: 100%;
    min-height: 100vh;
    padding: 32px 46px 39px;
    position: fixed;
    top: 0px;
    right: -100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 9999;
    transition: 0.5s ease-in-out;
}

.full-screen-mrnu-icon {
    display: block;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 375px;
}

.full-screen-mrnu-icon button {
    background: none 0px 0px repeat scroll transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
    padding: 0px;
    transition: 0.3s;
}

.full-screen-mrnu-icon button:hover {
    color: rgb(181, 145, 117);
}

.full-screen-menu-area.inside {
    right: 0px;
    z-index: 9999999;
}

.full-screen-menu-area.inside .main-menu {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.header-bottom-area.header-sticky .header-menu-3 {
    display: none;
}

.header-bottom-area.header-sticky.is-sticky .header-menu-3 {
    display: block;
}

.full-screen-menu-area .main-menu > li > a {
    color: rgb(0, 0, 0);
}

.header-middle-4 .form-input > button {
    background-color: rgb(181, 145, 117);
}

.header-middle-4 .form-input > button:hover {
    background-color: rgb(192, 142, 14);
}

.header-middle-4 .mini-cart > ul > li > a > span.cart-icon::before {
    background: url("img/icon/icon-cart-white.png") center center no-repeat;
    height: 40px;
    width: 40px;
    content: "";
    display: inline-block;
    line-height: 40px;
}

.header-middle-4 .search-cart-box .mini-cart {
    display: inline-block;
    margin-left: 5px;
}

.header-middle-4 .mini-cart > ul > li > a {
    color: rgb(171, 171, 171);
}

.main-menu > li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.main-menu > li > a {
    padding: 35px 2px;
    display: block;
    margin-right: 25px;
    text-transform: uppercase;
    font-family: Belleza, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: rgb(0, 0, 0);
    letter-spacing: 0.3em;
}

.main-menu > li > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 34.2px;
    right: 0px;
    width: 80%;
    /* border-bottom: 1px solid rgb(0, 0, 0); */
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.5s;
}

.main-menu > li > a:hover::after {
    transform-origin: right center;
    transform: scale(1, 1);
}

.main-menu > li:first-child > a {
    margin-left: 0px;
    padding-left: 0px;
}

.main-menu > li:hover > a {
    color: rgb(0, 0, 0);
}

.dropdown, .mega-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 230px;
    padding: 0px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    box-shadow: rgb(128, 128, 128) 0px 4px 13px -3px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 99;
}

.main-menu > li:hover .dropdown, .main-menu > li:hover .mega-menu {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
    visibility: visible;
}

.dropdown > li {
    display: block;
    list-style: none;
}

.dropdown > li > a {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
    display: block;
    font-weight: 300;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(200, 200, 200);
}

.dropdown > li > a:hover, .mega-menu > li > ul > li > a:hover {
    color: rgb(181, 145, 117);
}

.mega-menu {
    width: 800px;
    padding: 15px;
    left: 0px;
    right: 0px;
}

.mega-menu > li {
    float: left;
    width: 25%;
    padding: 0px 5px 5px;
    list-style: none;
}

.mega-menu > li > a.item-link {
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 18px;
    margin: 0px 0px 12px;
    pointer-events: none;
}

.mega-menu > li > ul > li {
    list-style: none;
    display: block;
}

.mega-menu > li > ul > li > a {
    font-size: 13px;
    color: rgb(51, 51, 51);
    display: block;
    padding: 7px 0px;
    font-weight: 300;
    line-height: 17px;
}

.mobile-menu .mean-nav > ul {
    overflow-y: auto;
    max-height: 400px;
}

.mobile-menu {
    -webkit-box-flex: 1 !important;
    flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
    position: relative;
}

.mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -78px;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: rgb(0, 0, 0);
    height: 3px;
    margin-top: 3px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
}

.mean-container a.meanmenu-reveal {
    color: rgb(40, 40, 40);
}

.mean-container .mean-bar {
    padding: 0px;
    min-height: 0px;
}

.mean-container .mean-nav {
    background: transparent;
    margin-top: 0px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    top: 0px;
    transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    bottom: 0px;
    transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
    background-color: rgb(255, 255, 255);
}

.mobile-menu .mean-bar .mean-nav > ul {
    margin-bottom: 30px;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: transparent rgb(238, 238, 238) rgb(238, 238, 238);
    border-image: initial;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .mobile-menu .mean-bar .mean-nav > ul {
        max-height: 180px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 479px) {
    .mobile-menu .mean-bar .mean-nav > ul {
        max-height: 220px;
        overflow-y: auto;
    }
}

.mobile-menu .mean-bar .mean-nav > ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li a {
    font-size: 13px;
    display: block;
    color: rgb(68, 68, 68);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid rgb(238, 238, 238);
    padding: 0px 40px 0px 20px;
    width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li a:hover {
    color: rgb(32, 32, 32);
    padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
    border: 1px solid rgb(238, 238, 238);
    position: absolute;
    right: -1px;
    top: 0px;
    color: rgb(68, 68, 68);
    line-height: 44px;
    height: 46px;
    width: 40px;
    text-align: center;
    background-color: transparent;
    font-size: 20px !important;
    padding: 0px !important;
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
    line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
    position: static;
    background-color: rgb(255, 255, 255);
    margin: 0px;
    width: 100%;
    box-shadow: none;
    display: none;
    float: left;
    opacity: 1;
    transform: perspective(0px) rotateX(0deg);
    transition: none;
    padding: 0px !important;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
    padding: 0px;
    margin: 0px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    border-right: 0px solid transparent;
    float: left;
    width: 100%;
    display: block !important;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
    font-size: 12px;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
    display: none;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
    background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
    border-top: 1px solid rgb(221, 221, 221);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
    border: 1px solid rgb(221, 221, 221);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
    border-top: 1px solid rgb(238, 238, 238);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
    border: 1px solid rgb(238, 238, 238);
}

.single-slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 220px;
}

.slider-content > h5 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: rgb(54, 54, 54);
    line-height: 24px;
}

.slider-content > h1 {
    font-size: 48px;
    line-height: 60px;
    color: rgb(54, 54, 54);
    margin-bottom: 0px;
    font-weight: 300;
    max-width: 650px;
}

.slider-content > h1 > span {
    color: rgb(181, 145, 117);
}

a.shop-btn {
    font-size: 13px;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    padding: 0px 45px;
    font-weight: 700;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    margin-top: 45px;
    height: 58px;
    line-height: 58px;
}

a.shop-btn:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.hero-slider .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.hero-slider .owl-nav > button:hover {
    opacity: 1;
}

.hero-slider .owl-nav > .owl-next {
    right: 40px;
    left: auto;
}

.hero-slider-3 .owl-nav > button {
    display: none;
}

.hero-slider .owl-dots {
    display: none;
}

.hero-slider .owl-dots, .hero-slider-3 .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 30px;
    text-align: center;
    z-index: 99;
}

.hero-slider .owl-dot, .hero-slider-3 .owl-dot {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent !important;
    background: rgb(195, 203, 200) !important;
}

.hero-slider .owl-dot.active, .hero-slider .owl-dot:hover, .hero-slider-3 .owl-dot.active, .hero-slider-3 .owl-dot:hover {
    border-color: rgb(181, 145, 117) !important;
    background: rgb(255, 255, 255) !important;
}

.slider-content > *, .slider-content-1 > *, slider-content-2 > * {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOut;
}

.active .slider-content > h5 {
    animation: 800ms ease-in-out 0s 1 normal none running slideInUp;
}

.active .slider-content > h1, .active .slider-content-1 > h1 {
    animation: 1100ms ease-in-out 0s 1 normal none running slideInUp;
}

.active .slider-content > h2 {
    animation: 1200ms ease-in-out 0s 1 normal none running fadeInLeft;
}

.active .slider-content > h3 {
    animation: 1200ms ease-in-out 0s 1 normal none running fadeInLeft;
}

.active .slider-content > p {
    animation: 1200ms ease-in-out 0s 1 normal none running fadeInLeft;
}

.active .slider-content > a, .active .slider-content-1 > a, .active .slider-content-2 > a, .active .slider-content-4 > a {
    animation: 1500ms ease-in-out 0s 1 normal none running slideInUp;
}

.active .slider-content-1 > p, .active .slider-content-1 > h2, .active .slider-content-3 > h2 {
    animation: 1600ms ease-in-out 0s 1 normal none running zoomIn;
}

.active .slider-content-2 > h1, .active .slider-content-4 > h1 {
    animation: 1000ms ease-in-out 0s 1 normal none running zoomIn;
}

.active .slider-content-2 > h3, .active .slider-content-4 > h3 {
    animation: 1200ms ease-in-out 0s 1 normal none running zoomIn;
}

.single-slider-2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px;
}

.slider-content-1 {
    padding-left: 92px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.slider-content-1 > h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(34, 34, 34);
}

.slider-content-1 > h1 > span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.slider-content-1 > p {
    font-size: 16px;
    color: rgb(34, 34, 34);
    letter-spacing: 3px;
    max-width: 230px;
}

.slider-content-1 > h2 {
    position: absolute;
    right: 34%;
    bottom: 10%;
    background: rgb(181, 145, 117);
    font-size: 55px;
    text-align: center;
    width: 155px;
    height: 155px;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    line-height: 155px;
}

.slider-content-1 > a {
    margin-top: 5px;
}

.slider-content-2 {
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.slider-content-2 > h1, .slider-content-4 > h1 {
    font-size: 120px;
    line-height: 120px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-bottom: 15px;
}

.slider-content-2 > h3 > span, .slider-content-4 > h3 > span {
    font-size: 24px;
    line-height: 46px;
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
    height: 52px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 45px;
}

.slider-content-4 > h3 {
    margin-bottom: 0px;
}

.slider-content-2 > h3 > span::before, .slider-content-4 > h3 > span::before {
    position: absolute;
    content: "";
    border-width: 26px;
    border-style: solid;
    border-color: rgb(181, 145, 117) rgb(181, 145, 117) rgb(181, 145, 117) transparent;
    top: 0px;
    left: -50px;
    z-index: -1;
}

.slider-content-2 > h3 > span::after, .slider-content-4 > h3 > span::after {
    position: absolute;
    content: "";
    border-width: 26px;
    border-style: solid;
    border-color: rgb(181, 145, 117) transparent rgb(181, 145, 117) rgb(181, 145, 117);
    top: 0px;
    right: -50px;
    z-index: -1;
}

.shop-btn-2 {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid rgb(255, 255, 255);
    margin-top: 25px;
}

.shop-btn-2:hover {
    background: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.slider-area-3 {
    max-width: 1626px;
    display: block;
    margin: 0px auto 40px;
    width: 100%;
}

.single-slider-3, .single-slider-4 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 630px;
    display: flex;
}

.single-slider-3 .container, .single-slider-4 .container {
    margin: auto;
}

.slider-content-3, .slider-content-4 {
    position: relative;
}

.slider-content-3 > h5 {
    color: rgb(255, 255, 255);
}

.slider-content-3 > h1 {
    color: rgb(255, 255, 255);
}

.slider-content-3 a.shop-btn, .slider-content-4 a.shop-btn {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.slider-content-4 a.shop-btn {
    margin-bottom: 35px;
}

.slider-content-3 a.shop-btn:hover, .slider-content-4 a.shop-btn:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.slider-content-3 > h2 {
    position: absolute;
    right: 20%;
    top: 20%;
    background: rgb(181, 145, 117);
    font-size: 55px;
    text-align: center;
    width: 155px;
    height: 155px;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    line-height: 155px;
}

.slider-content-4 {
    text-align: center;
    display: inline-block;
}

.slider-content-4 > h1 {
    color: rgb(34, 34, 34);
}

.banner-img {
    overflow: hidden;
    position: relative;
}

.banner-img > a {
    display: block;
}

.banner-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.banner-img > a::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 0.3s ease-out;
}

.anadi-single-banner:hover .banner-img > a::before {
    opacity: 1;
}

.anadi-single-banner:hover .banner-img img {
    transform: scale(1.05);
}

.banner-img-content, .banner-img-btn {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
}

.banner-img-btn {
    top: auto;
    bottom: 20px;
}

.banner-img-content > h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-img-content > p {
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
}

.banner-img-btn > a {
    color: rgb(34, 34, 34);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.featured-product-menu > ul > li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    vertical-align: middle;
}

.featured-product-menu > ul > li > a {
    border: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 20px;
    position: relative;
}

.featured-product-menu > ul > li > a.active, .featured-product-menu > ul > li > a:hover {
    border-color: rgb(181, 145, 117);
    color: rgb(181, 145, 117);
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img > a {
    display: block;
}

.product-img img {
    width: 100%;
}

.product-img > a::before {
    background: rgb(0, 0, 0);
    inset: 0px;
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}

.single-product:hover .product-img > a::before {
    opacity: 0.3;
}

.product-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 5;
    transition: 0.3s ease-in-out;
    margin-right: -50px;
}

.single-product:hover .product-action {
    opacity: 1;
}

.product-action > ul {
    clear: none;
    margin: 0px 0px 10px;
    padding: 0px;
    position: relative;
    top: -30px;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s;
}

.single-product:hover .product-action > ul {
    top: 0px;
}

.product-action > ul > li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}

.product-action > ul > li:first-child {
    margin-left: 0px;
}

.product-action > ul > li {
    margin-right: 0px;
}

.product-action > ul > li > a {
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 20px;
    height: 46px;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: center;
    text-transform: none;
    width: 48px;
    border-radius: 0px;
    transition: 0.3s;
}

.product-action > ul > li > a:hover {
    background: rgb(255, 255, 255);
    color: rgb(181, 145, 117);
}

.quickviewbtn {
    bottom: -30px;
    position: relative;
    transition: 0.3s;
}

.single-product:hover .quickviewbtn {
    bottom: 0px;
}

.quickviewbtn > a {
    background: transparent;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    display: block;
    width: 100%;
    transition: 0.3s;
}

.quickviewbtn > a.chdnuf::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12.3px;
    right: 0px;
    width: 65%;
    border-bottom: 1px solid rgb(255, 255, 255);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.5s;
}

button {
    padding: 0px;
    margin: 0px;
    touch-action: manipulation;
    display: inline-block;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: none;
    cursor: pointer;
}

.qty input {
    background: transparent;
    border: 1px solid rgb(161, 161, 161);
    height: 46px;
    padding-left: 20px;
    font-size: 14px;
    color: rgb(91, 91, 91);
    width: 50px;
    box-shadow: none;
    border-radius: 0px;
}

.qty {
    display: flex;
    flex-wrap: wrap;
    & label {
        flex: 1 0 100%;
    }

    & .qty input {
        background: transparent;
        border: 1px solid rgb(172, 172, 172);
        height: 46px;
        padding-left: 10px;
        font-size: 14px;
        color: rgb(91, 91, 91);
        width: 83px;
        box-shadow: none;
        border-radius: 0px;
    }

    & button {
        width: 2rem;
        height: 3rem;
        color: rgb(0, 0, 0);
        font-size: 1rem;
    }

    & button.qtyminus {
        margin-right: 0px;
    }

    & button.qtyplus {
        margin-left: 0px;
    }
}

.quickviewbtn > a.chdnuf:hover::after {
    transform-origin: right center;
    transform: scale(1, 1);
}

.jjdjdjd, .jjdjdjd2 {
    bottom: -200px !important;
}

.jjdjdjd {
    left: -20px;
}

.jjdjdjd2 {
    right: -20px;
}

.single-product:hover .jjdjdjd {
    bottom: -70px !important;
    left: -20px;
}

.single-product:hover .jjdjdjd2 {
    bottom: -47px !important;
    right: -20px;
}

.quickviewbtn > a > i {
    font-size: 20px;
    font-weight: 300;
    margin-right: 5px;
}

.onsale {
    background: rgb(225, 8, 72);
    display: block;
    height: 120px;
    left: -60px;
    pointer-events: none;
    position: absolute;
    top: -60px;
    width: 120px;
    z-index: 2;
    border-radius: 0px;
    transform: rotate(-45deg);
    backface-visibility: hidden;
}

.onsale span {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    top: 83px;
    transform: rotate(45deg);
    left: 2px;
}

.product-content {
    margin-top: 15px;
}

.product-content > h4 {
    margin: 0px;
}

.product-content > h4 > a {
    font-size: 15px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}

.product-content p {
    margin: 0px;
}

.product-content > h4 > a:hover {
    color: rgb(181, 145, 117);
}

.dfgf {
    margin-bottom: 6px;
    margin-top: -3px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.62em;
    font-weight: 300;
    color: rgb(89, 89, 89);
}

.fghj {
    font-family: Belleza, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 25px;
    line-height: 1.12em;
    margin: 25px 0px !important;
}

.fdgf {
    font-family: Belleza, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.product-reviews {
    color: rgb(236, 221, 20);
    font-size: 15px;
    display: block;
    margin-bottom: 0px;
}

.product-price {
    color: rgb(34, 34, 34);
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    font-family: Roboto;
}

.regular-price {
    display: inline-block;
    font-size: 15px;
    text-decoration: line-through;
    color: red;
    font-family: sans-serif;
}

.product-slider, .product-slider1, .on-sale-product, .blog-slider {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.dfdfv .product-img > a::before {
    display: none;
}

.col-md-6.col-lg-2.grid-item1 {
    padding: 3px;
}

.col-md-6.col-lg-2.grid-item1 img {
    border-radius: 5px;
}

.w-20 {
    width: calc(20% - 20px);
}

.product-slider .col-md-12, .product-slider1 .col-md-12, .on-sale-product .col-md-12, .blog-slider .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.on-sale-product, .blog-slider {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.product-slider .owl-nav > button, .product-slider1 .owl-nav > button, .product-cat-list .owl-nav > button, .blog-slider .owl-nav > button, .brand-active .owl-nav > button, .on-sale-product .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    font-size: 40px !important;
    color: rgb(34, 34, 34) !important;
}

.product-cat-list .owl-nav > button {
    left: -25px;
}

.product-cat-list .owl-nav > .owl-next {
    left: auto;
    right: -25px;
}

.text-center {
    text-align: center;
}

.product-slider .owl-nav > .owl-next, .product-slider1 .owl-nav > .owl-next, .product-cat-list .owl-nav > .owl-next, .blog-slider .owl-nav > .owl-next, .brand-active .owl-nav > .owl-next, .on-sale-product .owl-nav > .owl-next {
    left: auto;
    right: 20px;
}

.product-slider .owl-nav > button:hover, .product-slider1 .owl-nav > button:hover, .product-cat-list .owl-nav > button:hover, .blog-slider .owl-nav > button:hover, .brand-active .owl-nav > button:hover, .on-sale-product .owl-nav > button:hover {
    color: rgb(181, 145, 117) !important;
}

.product-slider:hover .owl-nav > button, .product-slider1:hover .owl-nav > button, .product-cat-list:hover .owl-nav > button, .blog-slider:hover .owl-nav > button, .brand-active:hover .owl-nav > button, .on-sale-product:hover .owl-nav > button {
    opacity: 1;
}

.product-title > h3 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(68, 68, 68);
    margin-bottom: 30px;
}

.product-list {
    overflow: hidden;
}

.list-col-4 {
    float: left;
    width: 40%;
}

.list-col-8 {
    float: left;
    width: 60%;
    padding-bottom: 55px;
    padding-left: 30px;
}

.list-col-8 .product-content {
    margin-top: 0px;
}

.product-content.shop-list {
    margin-top: 0px;
}

.product-content.shop-list > h4 > a {
    color: rgb(34, 34, 34);
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-content.shop-list > h4 > a:hover {
    color: rgb(181, 145, 117);
}

.product-content.shop-list .product-reviews {
    margin-bottom: 10px;
}

.product-content.shop-list .product-description > p {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.product-list-action > ul {
    display: inline-block;
}

.product-list-action > ul > li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.product-list-action > ul > li > a {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    display: block;
    font-size: 20px;
    height: 46px;
    letter-spacing: 0px;
    line-height: 44px;
    text-align: center;
    text-transform: none;
    width: 48px;
    border-radius: 0px;
    transition: 0.3s;
}

.product-list-action > ul > li > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
}

.product-list-action .quickviewbtn {
    position: static;
    display: inline-block;
    vertical-align: top;
}

.product-list-action .quickviewbtn > a {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: bold;
    height: 46px;
    letter-spacing: 0.03em;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 0px 25px;
    transition: 0.3s;
}

.product-list-action .quickviewbtn > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
}

.count-down-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    background: rgb(34, 34, 34);
    padding: 12px 20px;
}

.single-count {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.count-down-box .single-count:last-child {
    margin-right: 0px;
}

.count-down-box .single-count > span {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}

.count-down-box .single-count > span::before {
    content: ":";
    display: block;
    position: absolute;
    right: -25px;
    top: -1px;
}

.count-down-box .single-count:last-child > span::before {
    display: none;
}

.sale-banner-area {
    padding-top: 120px;
    padding-bottom: 135px;
    background-image: url("self/bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-content {
    display: inline-block;
    padding-left: 26px;
    text-align: center;
    margin: 0px;
}

.banner-content > h3 {
    font-size: 120px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.banner-content > p > em {
    font-size: 24px;
    background: rgb(13, 119, 182);
    line-height: 52px;
    height: 52px;
    display: inline-block;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.2em;
    position: relative;
    font-weight: 400;
}

.banner-content > p > em::before {
    content: "";
    border-width: 26px;
    border-style: solid;
    border-color: rgb(13, 119, 182) rgb(13, 119, 182) rgb(13, 119, 182) transparent;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 52px;
    height: 52px;
    overflow: hidden;
}

.banner-content > p > em::after {
    content: "";
    border-width: 26px;
    border-style: solid;
    border-color: rgb(13, 119, 182) transparent rgb(13, 119, 182) rgb(13, 119, 182);
    position: absolute;
    top: 0px;
    right: -30px;
    width: 52px;
    height: 52px;
    overflow: hidden;
}

.banner-btn {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    line-height: 38px;
    padding: 0px 50px 0px 20px;
    height: 40px;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 1px;
}

.banner-btn::after {
    content: "";
    border-left: 1px solid rgb(255, 255, 255);
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    font-size: 24px;
    text-align: center;
}

.banner-btn:hover {
    background: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.look-book-area .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.look-book-slider {
    padding-top: 45px;
}

.look-book-content {
    background-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
    padding: 0px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.look-book-content > h4 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.look-book-content > h3 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-bottom: 35px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.look-book-content > p {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.look-book-btn {
    background: transparent;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    display: inline-block;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    letter-spacing: 0.1em;
    width: 140px;
    text-align: center;
}

.look-book-btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(181, 145, 117);
}

.look-book-slider .owl-dots, .testimonial-active .owl-dots, .single-slide-menu .owl-dots {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 99;
}

.testimonial-active {
    width: auto;
}

.testimonial-active .owl-dots, .single-slide-menu .owl-dots {
    top: auto;
    bottom: 0px;
}

.single-slide-menu .owl-dots {
    bottom: -35px;
}

.look-book-slider .owl-dot, .testimonial-active .owl-dot, .single-slide-menu .owl-dot {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
    border: 2px solid transparent !important;
    background: rgb(195, 203, 200) !important;
}

.look-book-slider .owl-dot.active, .look-book-slider .owl-dot:hover, .testimonial-active .owl-dot.active, .testimonial-active .owl-dot:hover, .single-slide-menu .owl-dot.active, .single-slide-menu .owl-dot:hover {
    border-color: rgb(181, 145, 117) !important;
    background: rgb(255, 255, 255) !important;
}

.look-book-4-area {
    background-image: url("img/look-book/look-book-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1626px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 235px 0px;
}

.look-book-4-content > h3 {
    color: rgb(34, 34, 34);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.shop-btn.look-book {
    padding: 15px 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 28px;
}

.blog-img > a {
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

.blog-img > a::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 0.3s ease-out;
}

.blog-img > a:hover::before {
    opacity: 1;
}

.blog-img > a > img {
    transition: 0.3s ease-in-out;
}

.blog-img > a:hover > img {
    transform: scale(1.05);
}

.blog-content {
    margin-top: 20px;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-title > a {
    color: rgb(34, 34, 34);
    display: block;
}

.blog-title > a:hover {
    color: rgb(181, 145, 117);
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-meta > li {
    list-style: none;
    display: inline-block;
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.blog-meta > li > a {
    margin-left: 5px;
    color: rgb(34, 34, 34);
    display: inline-block;
}

.blog-meta > li > a:hover {
    color: rgb(181, 145, 117);
}

.blog-meta > li > span {
    color: rgb(34, 34, 34);
}

.blog-content > p {
    color: rgb(85, 85, 85);
}

.blog_area article.blog_single {
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-align: center;
}

.blog_single header.entry-header {
    margin-bottom: 30px;
}

article.blog_single .post-category {
    color: rgb(181, 145, 117);
    display: block;
    line-height: 25px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

article.blog_single .post-category > a {
    color: rgb(181, 145, 117);
}

article.blog_single .post-category > a:hover {
    color: rgb(34, 34, 34);
}

.blog_single header h2 {
    margin-bottom: 14px;
}

h2.entry-title > a {
    color: rgb(68, 68, 68);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h2.entry-title > a::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 8px;
    margin-right: 5px;
    vertical-align: top;
}

h2.entry-title > a:hover {
    color: rgb(181, 145, 117);
}

.post-author {
    color: rgb(140, 140, 140);
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.post-separator {
    color: rgb(140, 140, 140);
    display: inline-block;
    margin: 0px 10px;
    vertical-align: middle;
}

.post-date {
    color: rgb(140, 140, 140);
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

.blog_single .post-thumbnail {
    margin-bottom: 26px;
}

.post-gallery img {
    padding: 3px;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.blog_area article.blog_single {
    text-align: center;
}

.post-info .entry-summary > p {
    margin-bottom: 27px;
}

.blog_single .readmore.button {
    background: none 0px 0px repeat scroll rgb(67, 67, 67);
    border-color: rgb(67, 67, 67);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
}

.social-sharing .widget-title {
    background: none;
    color: rgb(140, 140, 140);
    font-size: 12px;
    line-height: 26px;
    margin: 30px 20px 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-social-icons {
    margin: 10px 0px 20px;
}

.blog-social-icons > li {
    list-style: none;
    display: inline-block;
}

.blog-social-icons > li > a {
    background: rgb(247, 247, 247);
    border-radius: 100%;
    color: rgb(53, 53, 53);
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 26px;
}

.blog-social-icons > li > a:hover {
    background-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.comment {
    color: rgb(164, 61, 33);
    text-align: left;
    display: block;
    font-size: 14px;
}

.comment:hover {
    color: rgb(181, 145, 117);
}

.post-gallery .owl-nav > button {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 0px;
    opacity: 0;
    border-radius: 100%;
    text-align: center;
    z-index: 5;
    transition: 0.3s ease-in-out;
    background: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    font-size: 30px !important;
}

.post-gallery .owl-nav button.owl-next {
    right: 40px;
    left: auto;
}

.post-gallery .owl-nav > button.owl-prev::after {
    display: none;
}

.post-gallery:hover .owl-nav > button {
    left: 10px;
    opacity: 1;
}

.post-gallery:hover .owl-nav button.owl-next {
    right: 10px;
    left: auto;
    opacity: 1;
}

.blog-audio iframe {
    vertical-align: middle;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 100%;
    min-height: 300px;
}

.product-filter {
    display: block;
    overflow: hidden;
}

.product-filter > h5 {
    border-bottom: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.search__sidbar .input_form {
    position: relative;
}

.search__sidbar input.input_text[type="text"] {
    background: none;
    border: 1px solid rgb(237, 237, 237);
    height: 34px;
    padding: 0px 40px 0px 15px;
    width: 100%;
}

.search__sidbar .button {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(34, 34, 34);
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0px;
    outline: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    cursor: pointer;
    top: 0px;
    width: 34px;
    transition: 0.3s ease-in-out;
}

.search__sidbar .button:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(181, 145, 117);
}

.blog_Archives__sidbar li {
    color: rgb(34, 34, 34);
    font-size: 14px;
    list-style: none;
    margin-bottom: 5px;
    transition: 0.3s;
}

#instagram-feed > li {
    list-style: none;
    float: left;
    width: 33.33%;
    padding: 0px 7.5px;
    position: relative;
    margin-bottom: 15px;
}

#instagram-feed > li > a::before {
    position: absolute;
    inset: 15px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

#instagram-feed > li > a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

#instagram-feed > li > a > img {
    width: 100%;
}

.blog_area .blog_single.blog-details {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    margin-bottom: 15px;
}

.entry-summary.blog-post-description > p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    text-align: left;
}

.entry-summary.blog-post-description blockquote {
    background: rgb(246, 246, 246);
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: rgb(237, 237, 237) rgb(237, 237, 237) rgb(237, 237, 237) rgb(181, 145, 117);
    border-image: initial;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin: 40px 0px 40px 40px;
    padding: 30px 45px;
    text-align: left;
}

.single-post-tag {
    border-top: 1px solid rgb(235, 235, 235);
    border-bottom: 1px solid rgb(235, 235, 235);
    padding: 15px 0px;
    margin: 30px 0px;
    color: rgb(34, 34, 34);
    text-align: left;
}

.single-post-tag > a {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
}

.single-post-tag > a:hover {
    color: rgb(181, 145, 117);
}

.relatedposts > h3 {
    display: inline-block;
    font-size: 20px;
    margin: 0px 0px 30px;
    font-weight: 700;
    padding: 0px 0px 20px;
    position: relative;
    text-transform: uppercase;
}

.relatedthumb > h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
    margin: 0px;
}

.image {
    margin-bottom: 25px;
}

.rl-post-date {
    color: rgb(140, 140, 140);
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    font-style: italic;
}

.comments-area > h3, .comment-box > h3 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.comments-area ol {
    list-style: none;
    padding-left: 0px;
}

.comments-area > ol > li > ol {
    margin-left: 30px;
}

.comments-area .commentlist li .single-comment {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    margin: 0px 0px 20px;
    padding: 30px;
    width: 100%;
}

.comments-area .commentlist li .comment-avatar {
    float: left;
    margin-right: 20px;
}

.comments-area .commentlist li .comment-info {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    overflow: hidden;
    position: relative;
}

.comments-area .commentlist .comment-info a {
    color: rgb(34, 34, 34);
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.comments-area .commentlist li .comment-info .reply {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.comments-area .commentlist li .comment-info .reply a {
    background: none;
    border: 1px solid rgb(181, 145, 117);
    box-shadow: none;
    color: rgb(181, 145, 117);
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 28px;
    line-height: 26px;
    padding: 0px 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.3s;
    white-space: nowrap;
    border-radius: 500px;
}

.comments-area .commentlist li .comment-info .reply a:hover {
    background-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.comments-area .commentlist .comment-info span.date {
    display: block;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    color: rgb(34, 34, 34);
    line-height: 19px;
}

.comment-info > p {
    margin-bottom: 0px;
    color: rgb(34, 34, 34);
}

.comment-note {
    font-size: 12px;
    color: rgb(34, 34, 34);
    line-height: 25px;
    margin-bottom: 10px;
}

.single-input {
    margin-bottom: 10px;
}

.single-input > label {
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 25px;
}

.single-input > textarea {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(242, 242, 242);
    border-radius: 0px;
    height: 135px;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.single-input > input {
    background: rgb(242, 242, 242);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    height: 46px;
    padding-left: 15px;
    width: 100%;
}

.single-input > input:focus, .single-input > textarea:focus {
    outline: rgb(181, 145, 117) auto;
}

.single-testimonial.text-center {
    margin-bottom: 40px;
}

.feature-area {
    background-image: url("img/bg/policy-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 0px;
}

.single-feature {
    padding: 70px 15px;
    position: relative;
    text-align: center;
}

.feature-area-4 .single-feature {
    padding: 50px 14px;
}

.single-feature::before {
    background: rgb(237, 237, 237);
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
}

.feature-area .col-md-4:last-child .single-feature::before, .feature-area-4 .col-md-4:last-child .single-feature::before {
    display: none;
}

.feature-icon {
    margin-bottom: 35px;
}

.feature-content > h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.feature-content > p {
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-style: italic;
}

.testimonial-img > img {
    display: inline-block;
    height: 101px;
    border-radius: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px !important;
    width: auto !important;
}

.testimonial-content > p {
    font-size: 16px;
    line-height: 1.62em;
    font-weight: 300;
    color: rgb(89, 89, 89);
}

.testimonial-author > h6 {
    font-size: 14px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    display: inline-block;
}

.testimonial-author > h6 > span {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.testimonial-author > h6 > span::before {
    content: "-";
    display: inline-block;
    margin: 0px 5px 0px 2px;
    color: rgb(34, 34, 34);
}

.brand-area {
    padding: 15px 0px;
    background-color: rgb(244, 244, 244);
}

.brand-active.owl-carousel .single-brand img {
    width: auto;
    transform: scale3d(1, 1, 1);
    transition: 0.3s ease-in-out;
}

.brand-active.owl-carousel .single-brand img:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.header-sticky.is-sticky .logo-sticky img {
    width: 50%;
    padding-top: 4px;
}

.header-sticky.is-sticky .mega-menu {
    left: auto;
    right: 0px;
}

.footer-title > h3 {
    font-size: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-footer-widget > p {
    color: rgb(228, 228, 228);
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 35px;
}

.contact-info > ul > li {
    font-size: 14px;
    font-family: sans-serif;
    list-style: none;
    display: block;
    line-height: 25px;
    margin-bottom: 10px;
    color: rgb(228, 228, 228);
}

.contact-info > ul > li > a {
    color: rgb(228, 228, 228);
    font-family: sans-serif;
    margin-left: 0px;
}

.link-widget > li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

.link-widget > li > a {
    font-size: 14px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    padding-left: 12px;
    position: relative;
    display: block;
}

.link-widget > li > a::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
    display: block;
    font-size: 15px;
}

.link-widget > li > a:hover {
    margin-left: 10px;
    color: rgb(181, 145, 117);
}

.footer-mailchimp {
    margin-bottom: 15px;
}

.subscribe-form {
    line-height: 38px;
    max-width: 100%;
    padding-right: 40px;
    position: relative;
    width: 270px;
}

.footer-mailchimp input {
    background: none;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(255, 255, 255);
    font-size: 1em;
    font-style: italic;
    height: 40px;
    line-height: 38px;
    padding: 0px 15px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.footer-mailchimp input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.footer-mailchimp input::placeholder {
    color: rgb(255, 255, 255);
}

.footer-mailchimp .icon {
    border: 1px solid rgb(221, 221, 221);
    color: rgb(221, 221, 221);
    font-size: 18px;
    height: 40px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 41px;
    display: inline-block;
}

.footer-mailchimp button {
    background: rgb(181, 145, 117);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-top: 12px;
    padding: 7px 22px;
    text-transform: uppercase;
    transition: 0.3s;
    line-height: 25px;
    cursor: pointer;
}

.footer-mailchimp button:hover {
    background: rgb(192, 142, 14);
}

.footer-payments-image {
    padding: 45px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer-bottom-area {
    background-color: rgb(53, 51, 50);
    padding: 10px 0px;
}

.footer-copyright > p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: bold;
}

.footer-copyright > p > a {
    color: rgb(13, 119, 182);
}

.footer-copyright > p > a:hover {
    text-decoration: underline;
}

.footer-design-by > p {
    font-weight: bold;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    line-height: 30px;
}

#open-modal .modal-dialog {
    margin: 5% auto;
    min-height: 300px;
    padding: 20px;
    width: 1024px;
    max-width: 100%;
}

.modal-header {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px;
}

.modal-header .close {
    padding: 0px;
    background: transparent;
    border: 1px solid rgb(34, 34, 34);
    border-radius: 3px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    display: block;
    color: rgb(34, 34, 34);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 999;
}

.modal-body {
    padding: 20px;
    position: relative;
}

.single-product-img {
    margin-bottom: 10px;
}

.single-slide-menu {
    margin-bottom: 40px;
}

.single-tab-menu {
    padding: 0px 5px;
}

.modal-product-info > h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0px 20px;
}

.modal-product-price {
    color: rgb(181, 145, 117);
    font-size: 16px;
    font-weight: 700;
}

.modal-product-price > span.old-price {
    text-decoration: line-through;
}

.see-all {
    color: rgb(34, 34, 34);
    display: inline-block;
    margin-bottom: 40px;
    text-decoration: underline;
    width: 100%;
}

.add-to-cart.quantity {
    border-bottom: 1px solid rgb(237, 237, 237);
    float: left;
    margin: 0px 0px 20px;
    padding: 0px 0px 38px;
    width: 100%;
}

.add-to-cart.quantity form {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.modal-quantity {
    border: 1px solid rgb(237, 237, 237);
    float: left;
    height: 42px;
    margin-right: 15px;
    width: auto;
}

.modal-quantity input {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(34, 37, 85);
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    width: 50px;
}

.form-button {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding: 0px 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.3s;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    height: 42px !important;
    line-height: 40px !important;
}

.form-button:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.cart-description {
    border-bottom: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin: 0px 0px 25px;
    padding: 0px 0px 15px;
    width: 100%;
}

.social-share > h3 {
    background: none;
    color: rgb(34, 34, 34);
    float: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px 0px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.socil-icon2 > li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.socil-icon2 > li > a {
    font-size: 18px;
    color: rgb(128, 128, 128);
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid rgb(235, 235, 235);
    line-height: 40px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.socil-icon2 > li:nth-child(1) > a:hover {
    background: rgb(59, 87, 157);
    border-color: rgb(59, 87, 157);
    color: rgb(255, 255, 255);
}

.socil-icon2 > li:nth-child(2) > a:hover {
    background: rgb(58, 202, 255);
    border-color: rgb(58, 202, 255);
    color: rgb(255, 255, 255);
}

.socil-icon2 > li:nth-child(3) > a:hover {
    background: rgb(203, 32, 39);
    border-color: rgb(203, 32, 39);
    color: rgb(255, 255, 255);
}

.socil-icon2 > li:nth-child(4) > a:hover {
    background: rgb(209, 23, 23);
    border-color: rgb(209, 23, 23);
    color: rgb(255, 255, 255);
}

.socil-icon2 > li:nth-child(5) > a:hover {
    background: rgb(0, 151, 189);
    border-color: rgb(0, 151, 189);
    color: rgb(255, 255, 255);
}

.page-banner-area {
    background-image: url("img/banner/shop-banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 135px;
    padding-bottom: 150px;
}

.page-banner-title > h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    text-align: center;
    margin-bottom: 0px;
    line-height: 64px;
}

.page-banner2-area {
    padding: 30px 0px;
    background-color: rgb(244, 244, 244);
}

.page-banner2-area > h2 {
    color: rgb(34, 34, 34);
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.breadcrumb-Area {
    padding: 35px 0px;
    background: rgb(235, 235, 235);
}

.breadcrumb-content > ul > li {
    list-style: none;
    display: inline-block;
    line-height: 18px;
}

.breadcrumb-content > ul > li {
    font-size: 16px;
    display: inline-block;
    position: relative;
    line-height: 18px;
    color: rgb(105, 105, 105);
    font-weight: 300;
}

.breadcrumb-content > ul > li > a {
    font-size: 16px;
    display: inline-block;
    position: relative;
    line-height: 18px;
    color: rgb(105, 105, 105);
    font-weight: 300;
}

.breadcrumb-content > ul > li.active > a, .breadcrumb-content > ul > li > a:hover {
    color: rgb(0, 0, 0);
}

.breadcrumb-content li + li::before {
    content: " / ";
    padding: 0px 5px;
    vertical-align: middle;
    color: rgb(136, 136, 136);
}

.shop-sidebar {
    margin-bottom: 35px;
    overflow: hidden;
}

.shop-sidebar > h4 {
    border-bottom: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.categori-checkbox ul li {
    list-style: none;
    display: block;
    line-height: 25px;
    margin: 5px 0px;
}

.categori-checkbox ul li input {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.categori-checkbox ul li a {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
    display: inline-block;
    color: rgb(34, 34, 34);
}

.price-filter .ui-widget-content {
    background: rgb(232, 232, 232);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    cursor: pointer;
    height: 10px;
    margin: 0px 0px 25px;
    width: 100%;
    border-radius: 25px;
}

.price-filter .ui-slider-range {
    background: rgb(157, 42, 57);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    height: 100%;
}

.price-filter .ui-slider-handle {
    background: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    content: "";
    display: block;
    height: 21px;
    line-height: 18px;
    margin: 0px;
    text-align: center;
    top: 50%;
    width: 21px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6.65px 0.35px;
    transform: translate(0px, -50%);
}

.price-filter .ui-slider-handle:last-child {
    transform: translate(-100%, -50%);
}

.price-filter .ui-slider-handle::before {
    background: rgb(181, 145, 117);
    content: "";
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    border-radius: 100%;
}

.price-slider-amount {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.label-input label {
    color: rgb(34, 34, 34);
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;
}

.label-input input {
    background: none 0px 0px repeat scroll transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    color: rgb(34, 34, 34);
    font-size: 14px;
    height: inherit;
    padding-left: 5px;
    width: 120px;
}

.price-slider-amount > button, .compare-btn {
    background: rgb(157, 42, 57);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    height: 35px;
    letter-spacing: 0.02em;
    line-height: 35px;
    padding: 0px 15px;
    text-transform: uppercase;
    border-radius: 5px;
}

.price-slider-amount > button:hover, .compare-btn:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.compare-btn {
    float: right;
}

.clear-btn {
    float: left;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.rc-product > ul > li {
    line-height: normal;
    display: block;
    overflow: hidden;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.rc-product > ul > li:last-child {
    margin-bottom: 0px;
}

.rc-product-thumb {
    float: left;
    width: 30%;
}

.rc-product-content {
    float: left;
    padding: 5px 0px 5px 20px;
    width: 70%;
}

.rc-product-content > h6 {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.rc-product-review {
    display: inline-block;
    font-size: 10px;
}

.rc-product-price {
    display: inline-block;
    color: rgb(34, 34, 34);
}

.rc-product-price {
    display: inline-block;
    color: rgb(34, 34, 34);
    margin-left: 25px;
}

.compare-products-list > ul {
    margin-bottom: 20px;
}

.compare-products-list > ul > li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(223, 223, 223);
    overflow: hidden;
}

.remove-compare {
    float: right;
    display: inline-block;
    padding-right: 10px;
}

.remove-compare {
    float: right;
    display: inline-block;
}

.product-tag-style ul > li {
    display: inline-block;
    margin: 0px 5px 8px 0px;
    list-style: none;
}

.product-tag-style ul > li > a {
    border: 1px solid rgb(34, 34, 34);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 4px 16px;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
}

.product-tag-style ul > li > a:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
    border-color: rgb(181, 145, 117);
}

.shop-topbar-wrapper {
    border-bottom: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 100%;
}

.grid-list-option > ul > li > a {
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
}

.grid-list-option > ul > li > a {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(34, 34, 34);
    height: 36px;
    line-height: 36px;
    margin-right: 1px;
    width: 36px;
}

.grid-list-option > ul > li > a.active, .grid-list-option > ul > li > a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.toolbar-shorter {
    width: 280px;
    display: flex;
    margin-right: 35px;
}

.toolbar-shorter label {
    width: 145px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 5px 15px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

.nice-select {
    height: 36px;
    line-height: 36px;
    border-radius: 0px;
}

.nice-select .option.selected {
    color: rgb(34, 34, 34) !important;
}

.nice-select .option {
    line-height: 36px;
    min-height: 36px;
}

.nice-select .option {
    color: rgb(34, 34, 34);
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    color: rgb(255, 255, 255);
    background: rgb(181, 145, 117);
}

.show-product {
    margin: 0px;
    line-height: 36px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    vertical-align: middle;
}

.product-pagination > ul {
    text-align: right;
    padding-top: 30px;
    margin-bottom: 40px;
}

.product-pagination > ul > li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.product-pagination > ul > li:last-child {
    margin-right: 0px;
}

.product-pagination > ul > li > a {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    color: rgb(34, 34, 34);
    font-size: 15px;
    display: block;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    min-width: 0px;
    padding: 0px 8px;
    text-align: center;
    width: 42px;
}

.product-pagination > ul > li > a > i {
    font-size: 20px;
}

.product-pagination > ul > li.active > a, .product-pagination > ul > li > a:hover {
    background: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.product-details-img-tab {
    display: flex;
}

.product-menu {
    -webkit-box-flex: 0;
    flex: 0 0 90px;
    margin-right: 10px;
    padding: 30px 0px;
}

.product-details-img {
    padding: 5px 0px;
}

.slick-arrow {
    position: absolute;
    top: -40px;
    left: 35px;
    font-size: 40px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-align: center;
    z-index: 99;
}

.slick-next-btn.slick-arrow {
    inset: auto 35px -40px auto;
}

.slick-arrow:hover {
    color: rgb(181, 145, 117);
}

.product-large-thumb {
    position: relative;
    overflow: hidden;
}

a.popup-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(55, 55, 55);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    z-index: 999;
}

.product-large-thumb a.popup-img:hover {
    background-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.easyzoom-flyout img {
    width: auto !important;
    max-width: none !important;
}

.product-details-content {
    position: relative;
}

.product-nav {
    position: absolute;
    top: 0px;
    right: 0px;
}

.product-nav > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(209, 209, 209);
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    color: rgb(209, 209, 209);
    position: relative;
    margin-right: 5px;
    transition: 0.3s ease-in-out;
}

.product-nav > a:hover {
    background: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.product-details-content > h2 {
    margin-bottom: 10px;
    font-family: Belleza, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 1em;
    overflow-wrap: break-word;
    margin-top: -6px;
}

.single-product-reviews {
    color: gold;
    font-size: 15px;
    margin-bottom: 25px;
}

.review-link {
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-left: 10px;
    line-height: 30px;
    display: inline-block;
}

.review-link:hover {
    color: rgb(181, 145, 117);
}

.single-product-price {
    color: rgb(34, 34, 34);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.product-description > p {
    font-size: 13px;
    line-height: 19px;
    color: rgb(34, 34, 34);
    margin-bottom: 20px;
}

.single-product-quantity {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-product-quantity .product-quantity {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    float: left;
    margin-right: 15px;
    padding: 0px 10px;
    border-radius: 0px;
}

.single-product-quantity .product-quantity input {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(34, 34, 34);
    font-size: 20px;
    font-weight: 400;
    height: 45px;
    line-height: 53px;
    padding: 0px;
    width: 85px;
}

.product-btn:last-child {
    margin-left: 15px;
}

.add-quantity {
    display: flex;
    flex-wrap: wrap;
}

.product-btn {
    border-radius: 0px;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    margin: 0px;
    padding: 0px 34px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    letter-spacing: 0px;
    color: rgb(181, 145, 117);
    background-color: transparent;
    border: 1px solid rgb(181, 145, 117);
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.product-btn:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.wishlist-compare-btn {
    margin-bottom: 40px;
}

.wishlist-compare-btn a {
    background: none;
    border: 1px solid rgb(208, 208, 208);
    color: rgb(34, 34, 34);
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 43px;
    text-align: center;
    width: auto;
    border-radius: 0px;
    transition: 0.3s;
    padding: 0px 15px;
}

.wishlist-compare-btn a.wishlist-btn {
    margin-right: 20px;
}

.wishlist-compare-btn a.add-compare {
    border-radius: 5px;
}

.wishlist-compare-btn a.wishlist-btn::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}

.wishlist-compare-btn a:hover {
    background: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.wishlist-compare-btn a:hover::before {
    animation: 2s ease-in-out 0s infinite normal both running crFlipX;
}

.product-meta {
    padding: 10px 0px 0px;
    width: 100%;
}

.product-meta .posted-in {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 30px;
}

.product-meta .posted-in > a {
    color: rgb(85, 85, 85);
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
}

.product-meta .posted-in > a:hover {
    color: rgb(181, 145, 117);
}

.single-product-sharing {
    margin-bottom: 0px;
    padding: 4px 0px 0px;
    width: 100%;
}

.single-product-sharing > h3 {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: Roboto, sans-serif;
}

.single-product-sharing ul {
    display: inline-block;
    margin-bottom: 10px;
}

.single-product-sharing ul > li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
    margin-right: 15px;
    position: relative;
}

.dec-and-review-menu > li::before {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    inset: 50% 0px auto auto;
    color: rgb(34, 34, 34);
    content: "x";
    font-size: 20px;
    height: auto;
    position: absolute;
    width: auto;
    transform: translate(50%, -50%);
    box-shadow: none;
    display: none;
}

.dec-and-review-menu > li:last-child::before {
    display: none;
}

.single-product-sharing ul > li > a {
    color: rgb(34, 37, 85);
    display: block;
    font-size: 16px;
    text-align: center;
}

.single-product-sharing ul > li > a:hover {
    color: rgb(181, 145, 117);
}

.dec-and-review-menu {
    -webkit-box-pack: center;
    justify-content: left;
    margin-bottom: 15px;
}

.dec-and-review-menu > li {
    list-style: none;
    padding: 0px;
    position: relative;
    z-index: 9;
    display: inline-block;
}

#additional th {
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 0.3em;
    font-weight: 400;
    padding: 5px 0px;
}

#additional td {
    padding: 5px 10px 5px 25px;
    text-align: left;
}

.dec-and-review-menu > li > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 9px;
    right: 40px;
    width: 65%;
    border-bottom: 1px solid rgb(0, 0, 0);
    transform-origin: right center 0px;
    transform: scale(0, 1);
    transition: transform 0.5s;
}

.dec-and-review-menu > li > a:hover::after {
    transform-origin: right center 0px;
    transform: scale(1);
}

.dec-and-review-menu > li > a.active::after {
    transform-origin: right center 0px;
    transform: scale(1);
}

.dec-and-review-menu > li > a {
    text-transform: uppercase;
    display: block;
    color: rgb(0, 0, 0);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.3em;
    font-weight: 400;
    padding-right: 50px;
}

.product-review-content-tab {
    border-bottom: 2px solid rgb(237, 237, 237);
    border-radius: 0px;
    border-top: 2px solid rgb(237, 237, 237);
    box-shadow: none;
    float: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 0px;
    padding: 25px 0px;
    width: 100%;
}

.single-product-description > h2 {
    font-size: 18px;
    color: rgb(68, 68, 68);
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-product-description > p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(34, 34, 34);
    margin-bottom: 0px;
}

.review-page-comment h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: Belleza, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

.review-page-comment > ul {
    margin: 0px 0px 50px;
}

.review-page-comment > ul > li {
    margin: 0px 0px 20px;
    position: relative;
    list-style: none;
}

.product-comment img {
    width: 90px;
    float: left;
    margin-top: 8px;
}

.product-comment-content {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-left: 105px;
    position: relative;
    padding: 0px;
}

.product-comment-content::before {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(237, 237, 237);
    border-left: 1px solid rgb(237, 237, 237);
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
    display: none;
}

.meta > strong {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 31px;
    color: rgb(119, 119, 119);
}

.meta > span {
    font-size: 17px;
    color: rgb(119, 119, 119);
    font-weight: 400;
    line-height: 31px;
}

.comment-notes {
    margin: 0px;
}

.rating i.fa:not(:last-child) {
    color: rgb(249, 186, 72);
}

.comment-form-comment {
    margin-bottom: 10px;
}

.comment-form-comment textarea {
    border-radius: 0px;
    height: 100px;
    padding: 10px;
    width: 100%;
    background: transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-image: initial;
    border-bottom: 1px solid rgb(141, 141, 141) !important;
}

.review-comment-form-author, .review-comment-form-email {
    margin-bottom: 10px;
}

.review-comment-form-author input, .review-comment-form-email input {
    background: transparent;
    border-radius: 0px;
    height: 45px;
    line-height: 38px;
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
    border-top-width: medium;
    border-right-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-image: initial;
    border-bottom: 1px solid rgb(141, 141, 141) !important;
}

.review-comment-form-author input:focus, .review-comment-form-email input:focus, .comment-form-comment textarea:focus {
    outline-color: rgb(181, 145, 117);
    opacity: 2;
}

.table-content table {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border-color: rgb(235, 235, 235);
    border-radius: 0px;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.table-content table th, .table-content table td {
    border-bottom: 1px solid rgb(235, 235, 235);
    border-right: 1px solid rgb(235, 235, 235);
}

.table-content table th {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 10px;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table td {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}

.table-content table td.anadi-product-remove {
    font-size: 20px;
}

.table-content table td.anadi-product-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.table-content table td.anadi-product-price {
    font-size: 16px;
    font-weight: 700;
}

.table-content table td.anadi-product-stock-status span.in-stock, .table-content table td.anadi-product-stock-status span.out-stock {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(48, 184, 120);
}

.table-content table td.anadi-product-stock-status span.out-stock {
    color: rgb(235, 62, 50);
}

.table-content table td.anadi-product-add-cart a {
    font-size: 14px;
    text-transform: uppercase;
    background: rgb(67, 67, 67);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
}

.table-content table td.anadi-product-add-cart a:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.anadi-product-quantity input {
    color: rgb(34, 37, 85);
    font-size: 14px;
    font-weight: normal;
    border: 1px solid rgb(237, 237, 237);
    height: 40px;
    width: 55px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color: rgb(65, 65, 65);
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0px auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

.coupon input {
    background-color: transparent;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(51, 51, 51);
    font-size: 13px;
    border-radius: 0px;
    height: 42px;
    width: 120px;
}

.coupon-all input.button {
    background-color: rgb(51, 51, 51);
    border: 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0px 25px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    width: inherit;
}

.coupon-all input.button:hover {
    background: rgb(181, 145, 117);
}

.coupon2 {
    float: right;
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cart-page-total > ul {
    border: 1px solid rgb(221, 221, 221);
}

.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: rgb(37, 37, 37);
    padding: 10px 30px;
    border-bottom: 1px solid rgb(235, 235, 235);
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.cart-page-total ul > li > span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0px;
}

.cart-page-total > a {
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: 0.3s;
}

.cart-page-total > a:hover {
    background: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
}

.coupon-accordion h3 {
    background-color: rgb(247, 246, 247);
    border-top: 3px solid rgb(30, 133, 190);
    color: rgb(81, 81, 81);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: auto;
    list-style: outside none none !important;
    margin: 0px 0px 2em !important;
    padding: 1em 2em 1em 3.5em !important;
}

.coupon-accordion h3::before {
    color: rgb(30, 133, 190);
    content: "";
    font-family: fontawesome;
    display: inline-block;
    left: 1.5em;
    position: absolute;
    top: 1em;
}

.coupon-accordion span {
    cursor: pointer;
    color: rgb(111, 111, 111);
    transition: 0.3s ease-in-out;
}

.coupon-accordion span:hover {
    color: rgb(181, 145, 117);
}

.coupon-content {
    border: 1px solid rgb(229, 229, 229);
    margin-bottom: 20px;
    display: none;
    padding: 20px;
}

.coupon-info p {
    margin-bottom: 0px;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
    display: block;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
    font-size: 14px;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
    border: 1px solid rgb(229, 229, 229);
    height: 36px;
    margin: 0px 0px 14px;
    border-radius: 0px;
    max-width: 100%;
    padding: 0px 0px 0px 10px;
    width: 370px;
    background-color: transparent;
}

.coupon-info p.form-row input[type="submit"] {
    background: none 0px 0px repeat scroll rgb(37, 37, 37);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    box-shadow: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0px 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: 0.3s;
    white-space: nowrap;
    width: inherit;
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
    background: rgb(181, 145, 117);
}

.form-row > label {
    margin-top: 7px;
}

.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: rgb(111, 111, 111);
}

p.lost-password a:hover {
    color: rgb(181, 145, 117);
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0px;
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: none 0px 0px repeat scroll rgb(51, 51, 51);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    height: 36px;
    cursor: pointer;
    margin-left: 6px;
    padding: 5px 10px;
    transition: 0.3s;
    width: inherit;
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
    background: rgb(181, 145, 117);
}

.checkbox-form h3 {
    border-bottom: 1px solid rgb(229, 229, 229);
    font-size: 25px;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.country-select, .checkout-form-list {
    margin-bottom: 30px;
}

.country-select label, .checkout-form-list label {
    color: rgb(51, 51, 51);
    margin: 0px 0px 5px;
    display: block;
}

.country-select label span.required, .checkout-form-list label span.required {
    color: red;
    font-size: 24px;
    display: inline-block;
    line-height: 16px;
    position: relative;
    top: 5px;
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0px;
    height: 42px;
    width: 100%;
    padding: 0px 0px 0px 10px;
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}

.create-acc label {
    color: rgb(51, 51, 51);
    display: inline-block;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    color: rgb(54, 54, 54);
}

.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0px 0px;
    position: relative;
    top: 1px;
    width: auto;
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid rgb(221, 221, 221);
    height: 90px;
    padding: 15px;
    width: 100%;
}

.create-account, #ship-box-info {
    display: none;
}

.your-order {
    background: none 0px 0px repeat scroll rgb(242, 242, 242);
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid rgb(216, 216, 216);
    font-size: 25px;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.your-order-table table {
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 100%;
}

thead {
    background-color: rgb(246, 246, 246);
}

.your-order-table table th {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table th, .your-order-table table td {
    border-bottom: 1px solid rgb(216, 216, 216);
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    padding: 15px 0px;
    text-align: center;
}

.your-order-table table tr.cart_item:hover {
    background: rgb(249, 249, 249);
}

.your-order-table table .order-total td {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.your-order-table table tr.order-total td span {
    color: rgb(70, 70, 70);
    font-size: 20px;
}

.your-order-table table .order-total th {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    font-size: 18px;
}

.payment-method {
    margin-top: 40px;
}

.payment-accordion .card {
    border: 0px;
    border-radius: 0px;
    background: rgb(242, 242, 242);
}

.payment-accordion .card-header {
    padding: 0px;
    margin-bottom: 0px;
    background-color: rgb(242, 242, 242);
    border-bottom: 0px;
}

.payment-accordion .card-body {
    padding: 0px;
}

.payment-accordion .panel.panel-default {
    margin-bottom: 20px;
}

.payment-accordion h5.panel-title {
    color: rgb(68, 68, 68);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.payment-accordion h5.panel-title > a:hover {
    color: rgb(181, 145, 117) !important;
}

.payment-accordion .card-body > p {
    color: rgb(81, 81, 81);
}

.order-button-payment input {
    background: none 0px 0px repeat scroll rgb(67, 67, 67);
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    transition: 0.3s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.order-button-payment input:hover {
    background: rgb(181, 145, 117);
}

.form-login-title > h2, .form-register-title > h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    color: rgb(68, 68, 68);
}

.login-form, .register-form {
    padding: 20px;
    border: 1px solid rgb(211, 206, 210);
    margin: 30px 0px;
    text-align: left;
    border-radius: 5px;
}

.form-fild, .login-submit, .lost-password, .register-submit {
    margin-bottom: 10px;
}

.form-fild > p {
    margin: 0px;
}

.form-fild > p span.required, .lost-password > a {
    color: rgb(164, 61, 33);
}

.form-fild > p span.required, .lost-password > a:hover {
    color: rgb(181, 145, 117);
}

.form-fild > input {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(245, 245, 245);
    border-radius: 0px;
    height: 38px;
    line-height: 38px;
    padding: 0px 0px 0px 10px;
}

input.checkbox {
    width: 0px;
    height: 0px;
    margin: 0px;
    display: inline-block;
}

.customer-login-register.register-pt-0 {
    padding-top: 0px;
}

.login-submit > label {
    margin-left: 10px;
}

.dashboard-upper-info {
    border-bottom: 1px solid rgb(235, 235, 235);
    border-top: 1px solid rgb(235, 235, 235);
    margin-bottom: 60px;
}

.dashboard-content .tab-pane:not(.active) {
    display: none;
}

.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
    border-right: 1px solid rgb(235, 235, 235);
    padding: 30px 20px;
}

.user-name {
    position: relative;
}

.user-name::before {
    color: rgb(34, 34, 34);
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    left: -20px;
    position: absolute;
    top: 0px;
}

.account-dashboard p {
    font-size: 14px;
    margin: 0px;
}

.dashboard-upper-info a.view-cart, .view {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 5px 12px;
    background: rgb(181, 145, 117);
    text-transform: uppercase;
}

.dashboard-upper-info a.view-cart:hover, .view:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.view-cart {
    display: inline-block;
    font-size: 14px;
    padding-left: 5px;
    text-transform: uppercase;
}

.view-cart > i {
    margin-right: 5px;
}

.user-name span {
    color: rgb(48, 48, 48);
    font-size: 15px;
    font-weight: 600;
}

.dashboard-list li a {
    border-bottom: 1px solid rgb(235, 235, 235);
    color: rgb(34, 34, 34);
    display: block;
    font-size: 14px;
    padding: 12px 0px;
    text-transform: uppercase;
}

.dashboard-list li a.active, .dashboard-list li a:hover, .view-cart:hover, .dashboard-upper-info a:hover {
    color: rgb(181, 145, 117);
}

.dashboard-list li a.active::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 5px;
    transition: 0.1s;
}

.dashboard-content {
    border: 1px solid rgb(235, 235, 235);
    padding: 30px;
}

.dashboard-content h3 {
    text-transform: uppercase;
}

.dashboard-content h3 {
    border-bottom: 1px solid rgb(235, 235, 235);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.dashboard-content .table-responsive .table > tbody > tr > td, .dashboard-content .table-responsive .table > tbody > tr > th, .dashboard-content .table-responsive .table > tfoot > tr > td, .dashboard-content .table-responsive .table > tfoot > tr > th, .dashboard-content .table-responsive .table > thead > tr > td, .dashboard-content .table-responsive .table > thead > tr > th {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.dashboard-content .table-responsive > .table > thead {
    border-bottom: 1px solid rgb(235, 235, 235);
}

.dashboard-content .table-responsive .table > thead > tr > th {
    font-size: 14px;
    font-weight: 600;
}

.dashboard-content .table-responsive .table > tbody > tr > td {
    color: rgb(123, 123, 123);
    font-size: 13px;
}

#dashboard a {
    color: rgb(34, 34, 34);
    text-transform: uppercase;
}

#dashboard a:hover {
    color: rgb(181, 145, 117);
}

.billing-address {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}

#address .view {
    display: inline-block;
    margin: 5px 0px;
    font-size: 14px;
}

.register-form {
    padding: 40px;
}

.account-login-form {
    background: none 0px 0px repeat scroll white;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 11px 0px;
    padding: 30px 30px 20px;
}

.login-form-container {
    padding: 40px 60px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 11px 0px;
    background: rgb(255, 255, 255);
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.input-radio .custom-radio input {
    width: auto;
    height: 11px;
}

.account-login-form input {
    background: rgb(235, 235, 235);
    border: 0px;
    height: 35px;
    margin-bottom: 20px;
    color: rgb(125, 125, 125);
    padding: 8px 15px;
}

.example {
    display: block;
    color: rgb(135, 135, 135);
    font-size: 14px;
    margin-bottom: 20px;
}

.custom-checkbox {
    display: flex;
}

.login-form-container input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
    position: relative;
    top: 3px;
    width: auto;
    height: 15px;
}

.default-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgb(67, 67, 67);
    color: rgb(255, 255, 255);
    border: 0px;
    padding: 8px 20px;
    cursor: pointer;
    margin: 20px 0px;
    text-align: center;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.default-btn:hover {
    background: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.about-us-content {
    padding: 100px 50px;
    text-align: center;
}

.about-us-content > h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    color: rgb(68, 68, 68);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-us-content > p {
    font-size: 15px;
    color: rgb(34, 34, 34);
    line-height: 25px;
    text-align: justify;
}

a.about-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid rgb(34, 34, 34);
    height: 40px;
    padding: 0px 30px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 26px;
    vertical-align: middle;
}

a.about-btn:hover {
    background-color: rgb(181, 145, 117);
    border-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.fun-factor-area .col-lg-3:nth-child(2n) .fun-factor-wrap {
    background-color: rgb(232, 232, 232);
}

.fun-factor-wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 90px 15px;
    background-color: rgb(243, 243, 243);
}

.fun-factor-icon {
    margin-right: 20px;
}

.fun-facttor-number > h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    color: rgb(34, 34, 34);
    margin: 0px;
}

.fun-facttor-title > h5 {
    font-size: 12px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 25px;
    text-transform: uppercase;
}

.skill-area .progress {
    background: none 0px 0px repeat scroll rgb(247, 247, 247);
    border-radius: 3px;
    height: 16px;
    margin-bottom: 8px;
    margin-top: 25px;
    overflow: visible;
}

.skill-area {
    margin-top: 0px;
    overflow: hidden;
}

.skill-area .progress span {
    color: rgb(208, 208, 208);
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    top: -35px;
    transform: translate(50%, 0px);
    transition: 0.4s 1s;
}

.skill-area .progress-bar {
    background: none 0px 0px repeat scroll rgb(123, 123, 123);
    border-radius: 3px;
    margin-left: 2px;
    position: relative;
    overflow: visible;
}

.skrill-here {
    padding: 80px 160px;
}

.skrill-here > h2 {
    font-size: 30px;
    font-weight: 900;
    color: rgb(68, 68, 68);
    line-height: 40px;
    font-family: Raleway, sans-serif;
}

.progress .p-g-title > p {
    color: rgb(255, 255, 255);
    padding-left: 60px;
    text-align: left;
    text-transform: uppercase;
}

.skrill-here .p-g-title {
    height: 100%;
    left: 0px;
    position: absolute;
    text-align: left;
    top: -4px;
    width: 100%;
}

.skill-area .progress span {
    background: none 0px 0px repeat scroll rgb(62, 62, 62);
    border: 3px solid rgb(160, 160, 160);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    left: -22px;
    line-height: 33px;
    padding-top: 0px;
    position: absolute;
    text-align: center;
    top: -13px;
    width: 40px;
}

.bar-span.wow.slideInLeft {
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 999999;
}

.progress {
    background: none 0px 0px repeat scroll rgb(235, 235, 235);
    border-radius: 30px;
    box-shadow: none;
    height: 24px;
    overflow: visible;
}

.progress-bar {
    background: none 0px 0px repeat scroll rgb(141, 152, 170);
    border-radius: 30px;
    box-shadow: none;
    position: relative;
}

.progress-bar .text-top {
    background: none 0px 0px repeat scroll rgb(54, 63, 77);
    border-radius: 50%;
    font-size: 12px;
    height: 42px;
    left: 0px;
    line-height: 42px;
    position: absolute;
    text-transform: uppercase;
    top: -9px;
    width: 42px;
}

.skill-bar-item {
    padding-bottom: 6px;
    position: relative;
}

.skill-bar-item > span {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-left: 50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.skill-bar {
    overflow: hidden;
    padding-top: 9px;
}

.about-us-content-2 {
    padding: 0px 50px;
    margin-bottom: 35px;
}

.about-us-content-2 > h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
}

.about-us2-img img {
    max-width: 100%;
}

.about-us-content-2 > p {
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 25px;
    margin: 0px;
    text-align: justify;
}

.service-title > h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-family: Raleway, sans-serif;
    color: rgb(68, 68, 68);
}

.service-content > p {
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 25px;
    margin: 0px;
}

.service-title > h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-family: Raleway, sans-serif;
    color: rgb(68, 68, 68);
    margin-bottom: 20px;
}

.service-bg {
    background-image: url("img/bg/service-bg1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.single-service {
    display: flex;
}

.service-info {
    padding-left: 20px;
}

.service-icon {
    color: rgb(79, 193, 240);
    font-size: 34px;
    padding-top: 10px;
}

.service-info > h3 {
    font-size: 13px;
    color: rgb(198, 198, 198);
    text-align: left;
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
}

.service-info > p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 25px;
    color: rgb(122, 122, 122);
}

.single-service-2 .service-info > h3 {
    color: rgb(68, 68, 68);
}

.single-service-2 .service-info > p {
    color: rgb(34, 34, 34);
}

.ideas-content {
    padding: 180px 80px;
    text-align: center;
}

.ideas-content > h2 {
    font-size: 30px;
    color: rgb(68, 68, 68);
    text-align: center;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.ideas-content > p {
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    margin: 60px 0px;
}

a.ideas-btn {
    display: inline-block;
    border: 2px solid rgb(42, 42, 42);
    padding: 13px 48px 13px 19px;
    position: relative;
    color: rgb(42, 42, 42);
    background: transparent;
    transition: 0.3s ease-in-out;
}

a.ideas-btn::after {
    content: "";
    font-family: FontAwesome;
    right: 20px;
    position: absolute;
}

a.ideas-btn:hover {
    background-color: rgb(42, 42, 42);
    color: rgb(255, 255, 255);
}

.design-and-code-area {
    background-color: rgb(246, 246, 246);
}

.pricing-table-area {
    background-color: rgb(246, 246, 246);
}

.service-bg-1 {
    background-image: url("img/bg/service-bg2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-pricing {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgb(255, 255, 255) 0px 1px inset, rgba(34, 25, 25, 0.4) 0px 1px 3px;
    text-align: center;
}

.single-pricing:hover .pricing-head > h4 {
    background-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.pricing-head > h4 {
    padding: 20px;
    text-align: center;
    background: rgb(62, 62, 62);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    transition: 0.3s ease-in-out;
}

.pricing-body {
    padding: 0px 20px 40px;
    text-align: center;
}

.table-price {
    font-size: 48px;
    font-weight: 700;
    margin: 0px;
    padding: 50px 0px;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
}

.desc-price {
    font-size: 12px;
}

.pricing-body > ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.pricing-body > ul > li {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(235, 235, 235);
    margin-bottom: 10px;
    list-style: none;
    color: rgb(34, 34, 34);
}

.pricing-body > ul > li:first-child {
    border-top: 1px solid rgb(235, 235, 235);
}

.pricing-button {
    background-color: rgb(181, 145, 117);
    padding: 0px 30px;
    line-height: 36px;
    margin: 40px 0px 0px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(255, 255, 255);
    height: 38px;
    transition: 0.3s ease-in-out;
}

.pricing-button:hover {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.service-bg-2 {
    background-image: url("img/bg/service-bg3.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.what-we-do-title > h2 {
    font-size: 30px;
    color: rgb(68, 68, 68);
    font-weight: 900;
    font-family: Raleway, sans-serif;
    text-align: center;
}

.single-service-3 {
    display: flex;
}

.service-icon3 {
    width: 60px;
    height: 60px;
    border: 2px solid rgb(79, 193, 240);
    line-height: 52px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    font-size: 28px;
    color: rgb(79, 193, 240);
}

.service-content {
    padding-left: 10px;
}

.service-content > h3 {
    font-size: 14px;
    color: rgb(68, 68, 68);
    text-align: left;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.service-content > p {
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
}

.section-title-img {
    background-image: url("img/bg/service-bg4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.section-title-img .section-title2 > p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.single-service-4 {
    position: relative;
    overflow: hidden;
}

.service-box {
    position: absolute;
    inset: 0px;
    text-align: center;
    padding: 80px 40px 40px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.single-service-4:hover .service-box {
    opacity: 1;
    visibility: visible;
}

.service-icon4 i {
    background: rgb(34, 34, 34);
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 40px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    width: 115px;
}

.service-content-4 > h2 {
    font-size: 24px;
    color: rgb(68, 68, 68);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 5px;
}

.service-content-4 > p {
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-bottom: 0px;
}

.faq-desc {
    margin-bottom: 90px;
}

.faq-desc h3 {
    color: rgb(68, 68, 68);
    font-size: 18px;
    font-weight: 700;
}

.faq-desc p {
    color: rgb(81, 81, 81);
    margin: 0px;
    font-size: 13px;
}

.faq-accordion .card.actives {
    border: 1px solid rgb(181, 145, 117);
}

.faq-accordion .card {
    border-radius: 0px;
    margin-bottom: 10px;
}

.faq-accordion .card-header {
    padding: 0px;
    margin-bottom: 0px;
    background-color: rgb(245, 245, 245);
    border: 0px;
}

.faq-accordion .card-header a.collapsed::before, .faq-accordion .card-header a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 15px;
}

.faq-accordion .card-header a::after {
    content: "";
}

.faq-accordion .card-header a {
    display: block;
    padding: 15px 10px 15px 25px;
    cursor: pointer;
}

.faq-accordion .card-header a:hover {
    color: rgb(181, 145, 117) !important;
}

#googleMap {
    width: 100%;
    height: 400px;
}

.contact-form-wrap {
    padding: 100px 60px;
}

.contact-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    color: rgb(68, 68, 68);
    margin-bottom: 40px;
}

.contact-form-style > input {
    background: rgb(242, 242, 242);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    height: 46px;
    padding-left: 15px;
    width: 100%;
}

.contact-form-style > textarea {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(242, 242, 242);
    border-radius: 0px;
    height: 135px;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.contact-form-style > input:focus, .contact-form-style > textarea:focus {
    outline: rgb(181, 145, 117) auto;
}

.form-messege.success {
    color: rgb(29, 188, 81);
    font-weight: 700;
}

.form-messege.error {
    color: rgb(255, 19, 19);
}

.anadi-address {
    padding: 100px 60px;
    background-color: rgb(242, 242, 242);
}

.anadi-address > p {
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 25px;
    margin-bottom: 35px;
}

.anadi-address > ul {
    max-width: 380px;
    padding: 0px;
    margin-bottom: 35px;
}

.anadi-address > ul > li {
    border-top: 1px solid rgb(228, 228, 228);
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    color: rgb(34, 34, 34);
    padding: 10px 0px;
}

.anadi-address > ul > li i {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.contact-icon {
    width: 95px;
    height: 95px;
    border: 2px;
    box-shadow: rgb(34, 34, 34) 0px 0px 0px 3px;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    text-align: center;
    color: rgb(68, 68, 68);
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out;
    margin: 0px auto 35px;
}

.contact-icon > i {
    font-size: 30px;
    line-height: 95px;
}

.contact-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: rgb(181, 145, 117);
    z-index: -1;
    transform: scale(0);
    transition: 0.4s ease-in-out;
}

.single-contact-address:hover .contact-icon {
    box-shadow: rgb(181, 145, 117) 0px 0px 0px 3px;
    color: rgb(255, 255, 255);
}

.single-contact-address:hover .contact-icon::before {
    transform: scale(1);
}

.contact-info > h2 {
    font-size: 30px;
    line-height: 40px;
    color: rgb(68, 68, 68);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-form-title > h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 30px;
}

.contact-form-style.form-style-2 {
    text-align: center;
}

.form-button.btn-style-2 {
    text-align: center;
    padding: 0px 30px;
    line-height: 55px !important;
    height: 55px !important;
}

.social-link-area {
    background-image: url("img/bg/contact2-social.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.social-link {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-link > li {
    display: inline-block;
    list-style: none;
}

.social-link > li > a {
    background-color: rgba(120, 120, 120, 0.61);
    color: rgb(255, 255, 255);
    display: block;
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.social-link > li > a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: rgb(59, 89, 152);
    z-index: -1;
    transform: scale(0);
    transition: 0.4s ease-in-out;
}

.social-link > li:nth-child(2) > a::before {
    background-color: rgb(29, 161, 242);
}

.social-link > li:nth-child(3) > a::before {
    background-color: rgb(221, 75, 57);
}

.social-link > li:nth-child(4) > a::before {
    background-color: rgb(189, 8, 28);
}

.social-link > li:nth-child(5) > a::before {
    background-color: rgb(131, 58, 180);
}

.social-link > li:nth-child(6) > a::before {
    background-color: rgb(0, 175, 240);
}

.social-link > li > a::after {
    content: "";
    position: absolute;
    border: 2px solid rgb(255, 255, 255);
    inset: 4px;
    border-radius: 100%;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.social-link > li > a:hover::before, .social-link > li > a:hover::after {
    transform: scale(1);
}

.protfolio-menu {
    padding: 0px 0px 30px;
    text-align: center;
}

.protfolio-menu > ul > li {
    color: rgb(102, 102, 102);
    margin-right: 2px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 0px 30px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    line-height: 45px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    background: rgb(255, 255, 255);
    margin-bottom: 30px;
    transition: 0.4s ease-out;
    text-transform: uppercase;
}

.protfolio-menu > ul > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
    border-width: 5px;
    border-style: solid;
}

.protfolio-menu > ul > li:hover, .protfolio-menu > ul > li.active {
    color: rgb(255, 255, 255);
    background: rgb(181, 145, 117);
}

.footer-copyrightdf {
    color: rgb(13, 119, 182);
}

.protfolio-item {
    padding: 0px 15px 30px;
}

.single-protfolio {
    position: relative;
    padding-top: 0px;
}

.protfolio-img {
    position: relative;
}

.protfolio-img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 9;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.single-protfolio:hover .protfolio-img > a {
    opacity: 0.3;
    visibility: visible;
}

.protfolio-img > a {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    background: rgb(181, 145, 117);
    line-height: 50px;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
    font-size: 16px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.protfolio-img > a:hover {
    background: rgb(79, 193, 240);
    color: rgb(255, 255, 255);
}

.single-protfolio:hover .protfolio-img > a {
    opacity: 1;
    visibility: visible;
}

.link > a {
    position: absolute;
    bottom: 80px;
    right: 8px;
    width: 60px;
    height: 60px;
    background: rgb(181, 145, 117);
    line-height: 55px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    border-radius: 100%;
    border: 4px solid rgb(255, 255, 255);
    font-size: 16px;
    z-index: 99;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.link > a:hover {
    background: rgb(79, 193, 240);
    color: rgb(255, 255, 255);
    border-color: rgb(79, 193, 240);
}

.single-protfolio:hover .link > a {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.protfolio-info {
    padding: 20px;
    background: rgb(245, 245, 245);
    position: absolute;
    bottom: -86px;
    left: 0px;
    width: 100%;
    z-index: 99;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-protfolio:hover .protfolio-info {
    opacity: 1;
    visibility: visible;
}

.protfolio-info > h3 {
    font-size: 17px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 0px;
    border-radius: 0px;
    z-index: 2;
    display: block;
    font-family: Raleway;
    text-transform: uppercase;
}

.protfolio-info > span {
    font-size: 12px;
    line-height: 20px;
    color: rgb(181, 145, 117);
    font-weight: 400;
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    clear: both !important;
}

.load-more-btn {
    display: inline-block;
    background-color: rgb(128, 125, 125);
    padding: 2px 30px;
    line-height: 45px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.load-more-btn:hover {
    background-color: rgb(181, 145, 117);
    color: rgb(255, 255, 255);
}

.error-404-area {
    border-top: 1px solid rgb(240, 240, 240);
    padding-top: 46px;
    padding-bottom: 90px;
}

.error-text > h1 {
    font-size: 200px;
    color: rgb(181, 145, 117);
    font-weight: 900;
    letter-spacing: 10px;
    line-height: 220px;
    margin-bottom: 30px;
}

.error-text > h2 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgb(34, 34, 34);
}

.error-text > p {
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px auto 30px;
    color: rgb(34, 34, 34);
    max-width: 640px;
}

.search-error form {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 500px;
}

.search-error input {
    background: none;
    border: 1px solid rgb(233, 233, 233);
    color: rgb(102, 102, 102);
    float: left;
    font-size: 14px;
    height: 50px;
    padding: 0px 40px 0px 15px;
    width: 100%;
    line-height: 50px;
}

.search-error button {
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(79, 79, 79);
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    transition: 0.3s;
    width: 50px;
}

.search-error button:hover {
    color: rgb(181, 145, 117);
}

.error-button a {
    background: none 0px 0px repeat scroll rgb(181, 145, 117);
    border-radius: 35px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 53px;
    padding: 0px 30px;
    text-transform: uppercase;
}

.error-button a:hover {
    background: rgb(51, 51, 51);
}

.header-sticky .usjbajbxx {
    display: none;
}

.header-sticky.is-sticky .usjbajbxx {
    display: block !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.fixbutton {
    position: fixed;
    right: 0px;
    top: 40%;
    margin-top: -60px;
    z-index: 99;
}

.fixbutton li {
    display: block;
    text-align: right;
    margin-bottom: 1px;
}

.fixbutton li a {
    display: inline-block;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.fixbutton li a span {
    background: rgb(181, 145, 117);
    padding: 5px 8px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 100%;
    white-space: nowrap;
    width: auto;
    transition: 500ms;
    font-weight: 600;
}

.fixbutton li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgb(181, 145, 117);
}

.fixbutton li a:hover {
    color: rgb(0, 0, 0);
    transition: 500ms;
}

.fixbutton li a:hover span {
    opacity: 1;
    visibility: visible;
    transition: 500ms;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.fixbutton li a i:hover, .fixbutton li a span:hover ~ i {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.form-subscribe {
    max-width: 600px;
    margin: 0px auto;
}

.form-subscribe .form-control {
    background-color: rgb(255, 255, 255);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: 1px solid rgb(0, 0, 0);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 50px;
}

.form-subscribe .form-control.focus, .form-subscribe .form-control:focus {
    z-index: 2;
    background-color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.bg-img {
    background: rgb(13, 119, 182);
    padding: 25px 0px 40px;
}

.bg-img h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bg-img p {
    font-size: 17px;
    margin-bottom: 20px;
}

.form-subscribe .btn {
    background: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
    padding: 10px 25px;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

@media (max-width: 990px) {
    .dgdfgxd {
        display: none !important;
    }

    .section-title > h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .xcshxdfsh .form-input > input {
        width: 80% !important;
    }

    .form-input > button {
        height: 30px;
        width: 30px;
        margin-top: 13px;
        margin-right: 1px;
    }

    .fgre {
        display: block;
    }

    .xcshxdfsh .header-search {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100% !important;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 8%;
    }

    .wishlist-compare-btn a {
        padding: 0px 7px;
    }

    .product-btn {
        padding: 0px 20px;
    }

    .w-20 {
        width: 100%;
    }
}

.off_ss {
    font-size: 10px;
    color: rgb(255, 255, 255);
    background-color: rgb(157, 42, 57);
    padding: 4px 8px 3px;
    font-weight: 700;
}

.per_fff {
    position: absolute;
    top: 0px;
}

.smbtn-fx {
    width: auto;
    height: auto;
    float: right;
    position: relative;
    z-index: 999;
}

.social {
    position: fixed;
    top: 45%;
    right: 0px;
    display: none;
}

.social ul {
    padding: 0px;
    margin-right: -283px;
}

.social ul li {
    display: block;
    margin: 5px;
    background: rgb(242, 0, 0);
    width: 328px;
    text-align: left;
    padding: 4px;
    border-radius: 30px 0px 0px 30px;
    transition: 1s;
}

.social ul li:hover {
    transform: translate(-110px, 0px);
    background: rgb(246, 0, 0);
}

.social ul li a {
    display: block;
    color: rgb(236, 0, 0);
}

.social ul li a:hover, .social ul li a:active, .social ul li a:focus {
    text-decoration: none;
}

.social ul li a b {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.social ul li i {
    margin-left: 9px;
    margin-right: 10px;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: rgb(255, 255, 255);
    transform: rotate(0deg);
    text-align: center;
}

.d-none {
    display: block !important;
}

.quantity-color-area {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 35px;
}

.quantity-color-area .quantity-color .widget-title {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.48px;
    margin-bottom: 7px;
}

.quantity-color-area .quantity-color .product-size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

size_sd.selected {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.size_sd {
    width: 45px;
    height: 45px;
    border: 1px solid rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
    border-radius: 50%;
}

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

.about_img {
    width: 100%;
}

.icon_d {
    width: 300px !important;
}

.icon_d {
    width: 90px !important;
}

.top_cas {
    text-align: center;
    margin-bottom: 30px !important;
}

.top_cas_title {
    font-size: 12px;
    margin-top: 7px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.popup {
    position: relative;
    background: rgb(255, 255, 255);
    width: 1000px;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    animation: 0.3s ease 0s 1 normal none running popIn;
}

@keyframes popIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.btn {
    padding: 10px 15px;
    background: rgb(153, 45, 57);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    background: rgb(153, 45, 57) !important;
    color: rgb(255, 255, 255) !important;
}

.size_chartimg {
    width: 100%;
}

.pointsbanner {
    width: 70%;
    margin: 20px 0px;
}

@media screen and (max-width: 580px) {
    .smbtn-fx {
        display: block;
    }

    .fdgvre img {
        border-radius: 10px;
    }

    .fdgvre p {
        margin: 10px 0px 1px;
        font-family: Belleza, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: rgb(0, 0, 0);
        font-size: 15px;
        line-height: 1.1em;
        overflow-wrap: break-word;
    }

    .d-none {
        display: none !important;
    }

    .icon_d {
        width: 60px !important;
        text-align: center;
    }

    .top_cas {
        text-align: center;
        margin-bottom: 30px;
    }

    .top_cas_title {
        font-size: 6px;
        margin-top: 10px;
    }

    .mini-cart > ul > li > a {
        padding-top: 8px;
        color: rgb(0, 0, 0);
        display: block;
        height: 40px;
        line-height: 24px;
        position: relative;
        font-size: 20px;
        margin-right: 5px;
    }

    .mb-50 {
        margin-bottom: 10px;
    }

    .mb-50 {
        margin-bottom: 10px;
    }

    .mt-90 {
        margin-top: 40px;
    }

    .mb-85 {
        margin-bottom: 25px;
    }

    .pointsbanner {
        width: 100%;
        margin: 20px 0px;
    }
}
