/*****font*****/

@font-face {
    font-family: "Arial";
    src: url("../fonts/Arial.woff2") format("woff2"),
        url("../fonts/Arial.woff") format("woff");
    font-style: normal;
    font-display: swap;
    font-weight: normal;
}

@font-face {
    font-family: "Arial";
    src: url("../fonts/Arial-Bold.woff2") format("woff2"),
        url("../fonts/Arial-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
	font-family: 'Heavy';
	src: url('../fonts/Heavy.woff2') format('woff2'), url('../fonts/Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

@font-face {
    font-family: Heavy;
    src: url(../fonts/Heavy.woff2);
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"),
        url("../fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/***************/

* {
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
}

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

body {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    color: #0c0c0c;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Heavy", sans-serif;
}

a {
    text-decoration: none;
    display: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #a36944;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

#container {
    min-height: calc(100vh - 600px);
}

/* #Navigation
================================================== */

header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

header .navigation-wrap {
    background-color: #2d2a27;
    border-bottom-right-radius: 100px;
}

.header-social-midia {
    padding: 0;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.header-social-midia li {
    list-style: none;
    float: left;
    color: #fff;
    margin-right: 15px;
}

.header-social-midia li a {
    font-size: 32px;
    color: #fff;
}

.check-out {
    background-color: #a36944;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: -15px;
    text-align: center;
}

.check-out a {
    color: #fff;
    color: #fff;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
}

.check-out img {
    max-width: 30px;
    width: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.check-out a:hover img {
    transform: rotateY(180deg);
}


/* Future Delivery */
.f-delivery {
    margin-top: 44px;
    margin-bottom: 10px;
    min-width: 190px;
}

.fd-switch {

    direction: rtl;
    text-align: right;
}

.fd-switch h6 {
    font-size: 12px;
    margin-top: 3px;
    min-width: 160px;
    text-align: right;
    margin-right: 22px;
}

.fd-switch span {
    font-size: 16px;
    color: #00000073;
}

.fd-switch span.active {
    color: #000000;
}

/* Switch CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-align {
    justify-content: flex-end;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 1px;
    background-color: #f5f0ee;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    content: "";
    position: absolute;
    background: url(../images/switch-btn.png);
    background-position: center;
    background-size: cover;
    height: 24px;
    width: 24px;
    left: -9px;
    bottom: -4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #f5f0ee;
}

input:focus+.slider {
    box-shadow: 0 0 1px #f5f0ee;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Switch End */

/* Calendar Start */
.ui-widget-header {
    border: none !important;
    border-bottom: 3px solid #fff !important;
    background: none !important;
    margin-top: 8px;
}

.ui-datepicker {
    width: 100% !important;
}

.ui-widget.ui-widget-content {
    border: 2px solid #96694c !important;
    border-radius: 25px !important;
    background: #f5f0ed !important;
}

.ui-widget-header {
    color: #000 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #000 !important;
    text-align: center !important;
}

.ui-datepicker table {
    margin-bottom: 40px !important;
}

.ui-datepicker th {
    color: #96694c;
}

/* Calendar End */


/* Checkout page Card */
.card-container {
    background-color: rgb(176 141 120 / 13%);
    border: 1px solid #96694c;
    border-radius: 30px;
    padding: 20px;
    font-size: 16px;
}

.card-container:focus {
    border: 2px solid #96694c;
    border-color: #96694c;
    background-color: rgb(176 141 120 / 13%);
    box-shadow: none;
}

.registration-form .card-container.form-group textarea.form-control {
    border-radius: 0 0 0 20px;
}

.lomlinaaddress {
    background-color: rgb(176 141 120 / 13%);
    border: 1px solid #96694C;
    border-radius: 40px;
    padding: 20px 20px 20px 20px;
    text-align: right;
}

.lomlinaaddress p {
    color: #a36944;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lomlinaaddress .form-check {
    border-bottom: 1px solid #96694C;
    padding-bottom: 5px;
    direction: rtl;
}

.lomlinaaddress .form-check label {
    color: #000000;
    font-weight: bold;
    margin-right: 30px;
}

.lamolinaplace {
    text-align: center;
}

header .navbar {
    padding: 15px 0;
    margin-right: 0px !important;
}

nav.navbar .nav-link {
    font-size: 16px;
}

.navbar-light .navbar-brand {
    display: inline-block;
}

#logo {
    width: 200px;
}

#logo .logo-bg {
    position: absolute;
    width: 180px;
    height: auto;
    background: #fff;
    padding: 10px 23px 40px;
    top: 0;
    border-radius: 0 0 50% 50%;
}

#logo .logo-bg img {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 auto;
}

.navbar {
    padding: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #c17650 !important;
}

.nav-item.active .nav-link {
    color: #fff !important;
    background-color: #a06c48;
    border-radius: 20px;
}

nav.navbar .nav-link {
    position: relative;
    padding: 5px 15px !important;
    display: inline-block;
    line-height: normal;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.center-navbar {
    display: flex;
    min-height: 58px;
}

.offcanvas-header {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-toggler:focus {
    outline: none;
    border: 0px;
    box-shadow: none;
}

.btn-warning {
    float: right;
}

.navbar-toggler-icon::after,
.navbar-toggler-icon::before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon::after {
    top: 8px;
}

.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.offcanvas-header .btn-close {
    background: #a06c48;
    border-radius: 100%;
    color: #fff;
    padding: 7px 15px;
    float: left;
}

header .mobile-offcanvas {
    padding-left: 5%;
}

/************banner section******************/

.banner-section {
    position: relative;
}

.hm-banner {
    /* border-bottom-right-radius: 130px;
    overflow: hidden; */
}

.hm-banner .hm-banner-slider img {
    visibility: hidden;
}

.hm-banner .hm-banner-slider .item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 850px;
}

.banner-bottom-img {
    position: absolute;
    bottom: -65px;
    right: 0;
    z-index: 9;
}

.banner-bottom-img img {
    max-width: 250px;
    width: 100%;
}

.hm-banner-slider {
    position: relative;
    border-bottom-right-radius: 150px;
    overflow: hidden;
}

.hm-banner-slider.owl-carousel .owl-nav [class*="owl-"] {
    color: #3680c5;
    padding: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background-color: #2d2a27;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
}

.hm-banner-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #a36944;
}

.hm-banner-slider.owl-carousel .owl-nav .owl-next {
    display: none;
    /* right: 5%;
    padding: 4px 0px 0px 5px; */
}

.hm-banner-slider.owl-carousel .owl-nav .owl-prev {
    display: none;
    /* left: 5%;
    padding: 0px 6px 2px 0px; */
}

.hm-banner-slider.owl-carousel .owl-nav .owl-prev i {
    transform: rotate(180deg);
}

/**********end banner section*****************/

/**********banner bottom image*****************/

.banner-icon {
    position: relative;
}

.banner-icon img {
    width: 100px;
    position: absolute;
    top: -40px;
    z-index: 34;
    right: 20px;
}

/**********end banner bottom image*****************/

/********hm category***********/

.hm-category {
    background-image: url(../images/category-bg.png);
    background-repeat: no-repeat;
    position: relative;
    padding: 0px 0px;
    background-position: left bottom;
    position: relative;
    background-size: auto 100%;
    overflow: hidden;
    margin-top: 150px;
    /* margin-bottom: 60px; */
}

.hm-category:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}

.hm-category-dis {
    position: relative;
    z-index: 1;
}

.section-tital img {
    max-width: 30px;
    width: 100%;
    height: auto;
}

.section-tital h2 {
    padding: 0 10px;
    margin-bottom: 6px;
    color: #c17650;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.section-sub-tital p {
    color: #6a7388;
    margin-bottom: 0;
    font-size: 20px;
}

.category-item {
    border-radius: 30px;
    overflow: hidden;
    background-color: #f1e4d7;
}

.category-item img {
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.category-decs {
    padding: 12px;
    text-align: center;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-tital {
    padding: 0px 0 20px;
}

.category-decs p {
    color: #96694c;
    font-size: 18px;
    margin-bottom: 0;
}

.category-decs h2 {
    font-family: "Arial", sans-serif;
    font-size: 18px;
    color: #0c0c0c;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.category-item:hover {
    background-color: #c17650;
}

.category-item:hover h2 {
    color: #fff;
}

.category-item:hover p {
    color: #fff;
}

.hm-category-item {
    padding: 40px 0 0;
}

/* .hm-category:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 155px;
	height: 300px;
	background-image: url(../images/category-bg-2.png);
	background-repeat: no-repeat;
	background-size: auto 100%
} */

.hm-bg-none:after {
    background-image: none;
}

.hm-category-item>.container {
    padding: 0 150px;
}

.tree-img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 240px;
    opacity: 0.2;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.birds-img {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 30%;
    width: 50px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.lady-img {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 2%;
    width: 60px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/******end hm category*********/

/******start category wrapper*********/
.category-wrapper {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

/******end category wrapper*********/

/********hm-pramotion***********/

.hm-pramotion {
    /* background-image: url(../images/cioccolato-in-tazza.jpg); */
    display: flex;
    align-items: center;
}

.hm-pramotion-tital {
    padding: 40px 40px 40px 60px;
    background-color: #c17650;
    border-bottom-right-radius: 100px;
    display: inline-block;
    float: left;
}

.hm-pramotion-tital h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
}

.hm-pramotion-after {
    /* position: absolute; */
    left: 13%;
    width: 100px;
    margin-top: -6px;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 70%;
    margin-bottom: 40px;
}

.hm-pramotion .banner-box {
    position: absolute;
}

.hm-pramotion img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}

/************end-hm-pramotion******************/

/****hm-products-list*********/

.hm-products-list {
    padding: 80px 0;
}

.products-list .img-block img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.products-list .product-decs {
    text-align: center;
    padding-top: 10px;
}

.products-list .product-decs h3 {
    font-family: "Arial", sans-serif;
    font-size: 20px;
    color: #96694c;
    margin-bottom: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    min-height: 27px;
    align-items: center;
}

.products-list .product-decs p {
    font-family: "Arial", sans-serif;
    color: #96694c;
    margin-bottom: 0;
}

.products-list .product-decs span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 130px;
}

.products-slider {
    padding: 0 70px;
    min-height: 140px;
}

.products-list {
    padding-top: 0px;
    padding-bottom: 70px;
}

.products-list .img-block {
    text-align: center;
}

.products-list .item {
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.products-list .pricing-active {
    text-align: center;
}

.products-list .pricing-active p {
    color: #cc734c;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.products-list .item:hover {
    background-color: #2d2a27;
    box-shadow: 0 0 5px #7d7d7d;
}

.products-list .item.item-lg:hover {
    background-color: #fff;
    box-shadow: none;
}

.products-list .list-product {
    padding: 10px 5px 0px;
}

.products-list .item:hover .product-decs h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.products-list .item.item-lg:hover .product-decs h3 {
    color: #96694c;
    font-weight: normal;
}

.products-list .item:hover .product-decs span {
    color: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 140px;
}

.products-list .img-block {
    border-radius: 15px;
    overflow: hidden;
}


.products-list .pricing-hover {
    background-color: #b9412c;
    visibility: hidden;
    opacity: 0;
}

.products-list .pricing-hover span {
    width: 45%;
    padding: 5px;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    color: #b9412c;
    border-top-right-radius: 20px;
}

.products-page .products-list .pricing-hover span {
    width: 45%;
    padding: 0;
    background: #b9412c;
    color: #fff;
    border-top-left-radius: 0;
}

.products-list .pricing-hover a {
    width: 55%;
    padding: 5px;
    border-top-left-radius: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}

.products-list .pricing-hover .d-flex {
    justify-content: space-between;
}

.products-list .item:hover .pricing-active {
    display: none;
}

.products-list .item:hover .pricing-hover {
    visibility: visible;
    opacity: 1;
}

/* .products-list .item:hover .product-decs {
	padding-bottom: 10px;
} */

.products-list .item .img-block {
    background-color: #fff;
    /* display: flex; */
    align-items: flex-end;
}

.products-list .item:hover .img-block {
    align-items: center;
}

.products-slider.owl-carousel .owl-nav [class*="owl-"] {
    color: #3680c5;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #96694c;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.products-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #2d2a27;
}

.products-slider.owl-carousel .owl-nav .owl-next {
    right: 10px;
    padding: 4px 0px 0px 5px;
}

.products-slider.owl-carousel .owl-nav .owl-prev {
    left: 10px;
    padding: 0px 6px 2px 0px;
}

.products-slider.owl-carousel .owl-nav .owl-prev i {
    transform: rotate(180deg);
}

/*********/

.product-section-after {
    position: absolute;
    right: 5%;
    width: 100px;
    margin-top: -20px;
    z-index: -1;
}

/*********new-arrivals*******/

.new-arrivals {
    padding: 40px 0 60px;
}

/*********/

.login-bg {
    text-align: left;
    padding-left: 20px;
}

.login-bg img {
    width: 200px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/***footer**/

.footer-top {
    margin-bottom: -10px;
}

.footer-top img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.footer-area {
    background-color: #262626;
}

.footer-area ul li {
    list-style: none;
}

.footer-area ul {
    padding-left: 0;
}

.footcol-1 ul {
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}

.footcol-1 ul li {
    text-align: center;
    padding: 0 20px;
}

.footcol-1 ul li:last-child {
    padding-right: 0px;
}

.footcol-1 ul li:first-child {
    padding-left: 0px;
}

.footcol-1 ul li a {
    text-transform: capitalize;
    color: #949897;
    font-size: 16px;
}

.footcol-1 ul li a:hover {
    color: #a36944;
}

.footcol-1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #303231;
}

.footcol-2 {
    padding-top: 30px;
}

.footer-heading h3 {
    color: #949897;
    text-transform: capitalize;
    font-size: 16px;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: right;
}

.footer-list li a {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: normal;
}

.footer-list li {
    padding: 5px 0;
}

.footer-list li.footer-more a {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    color: #949897;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.footer-social ul li {
    padding-left: 20px;
}

.footer-social ul li:last-child {
    padding-left: 0;
}

.footer-social ul li a {
    color: #fff;
    font-size: 25px;
}

.footer-list li a:hover {
    color: #a36944;
}

.footer-social {
    border-bottom: 1px solid #303231;
}

.footer-social a:hover {
    color: #a36944;
}

.footer-area .footcol-2 {
    border-bottom: 1px solid #303231;
}

.footcol-3 {
    padding-top: 15px;
}

.footer-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-note p {
    color: #dcdedd;
    font-weight: normal;
    margin-bottom: 0px;
}

.footer-copy-right {
    background-color: #a36944;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer-copy-right p {
    margin-bottom: 0px;
    padding: 15px 0;
    font-family: "MyriadPro-Regular", sans-serif;
    text-transform: capitalize;
    color: #fff;
    direction: ltr !important;
}

.map {
    height: 100%;
}

.footer-links {
    padding: 25px 0 25px;
}

.table.c-info {
    direction: rtl;
    margin-top: 20px;
}

.table.c-info td,
.table.c-info th {
    border-top: none;
    padding: 0;
    text-align: right;
}

.table.c-info .c-head {
    color: #949897 !important;
    width: 38%;
}

.table.c-info .c-content,
.table.c-info .c-content a {
    color: #fff !important;
}

.table.c-info .c-content span,
.table.c-info .c-content a {
    direction: ltr;
}

.table.c-info i {
    padding-left: 10px;
}

/*************products-page******************/
.bg-section {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}

.bg-section.bg-right {
    left: 0;
    /* left: auto; */
    max-width: 36%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.products-list .products-add-cart .pricing-hover a:first-child {
    background-color: transparent;
    border-radius: 0px;
    width: 55%;
}

.cart-plus-minus {
    font-family: "MyriadPro-Regular", sans-serif;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.pricing-hover .cart-plus-minus {
    border-top-right-radius: 15px;
    width: 45%;
}

.cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    outline: none;
    width: 30px;
    height: 23px;
    margin: 0 auto;
    background: #1a4683;
    line-height: 20px;
    padding: 8px 0px 5px;
}

.cart-plus-minus .dec.qtybutton {
    left: -2%;
}

.cart-plus-minus .inc.qtybutton {
    right: -2%;
}

.cart-plus-minus .qtybutton {
    color: #0e3e86;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}

.cart-plus-minus {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.products-add-cart .item {
    /* display: block; */
    margin-bottom: 20px;
}

.bg-left {
    /* left: 0; */
    right: 0;
    max-width: 36%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.davinder-div {
    position: relative;
}

.davinder-div .davinder-border img {
    max-width: 60px;
    margin-right: 10%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

}

.davinder-div .davinder-border {
    width: 100%;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    text-align: right;
}

.davinder-div .davinder-border::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 0;
    background: #2e2925;
    left: 0;
}

.davinder-div .davinder-border::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -5px;
    background: #2e2925;
    left: 0;
}

.product-section-after.right-postion {
    left: 5%;
    right: auto;
}

.davinder-right.davinder-div .davinder-border {
    text-align: left;
}

.davinder-right.davinder-div .davinder-border img {
    margin-left: 0;
    margin-left: 10%;
}

/****************end-products-page***************************/

/************single-product*******************/
.single-product {
    padding: 250px 0 15%;
}

.product-details-img .zoompro-2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #96694c;
}

.product-details-img .product-dec-slider-2 {
    padding-top: 30px;
}

.product-details-tital {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-details-tital:after {
    max-width: 250px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #96694c;
    right: 0;
}

.product-details-tital h1 {
    margin-bottom: 0px;
    color: #96694c;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-align: right;
}

.product-details-content {
    max-width: 450px;
    padding: 0 20px;
    margin: 0 auto;
}

.pro-details-quality .cart-plus-minus {
    width: 150px;
    height: 50px;
    background-color: #f6f5f0;
}

.pro-details-quality .cart-plus-minus .qtybutton {
    font-size: 25px;
}

.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.pro-details {
    position: relative;
    padding-bottom: 2px;
}

.pro-details:after {
    max-width: 250px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #96694c;
    right: 0;
}

.pro-details p {
    color: #999999;
    font-size: 18px;
    text-align: right;
}

.pro-details-cart a {
    position: relative;
    padding: 0 35px;
    line-height: 48px;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    border: none;
    box-shadow: none;
    background: #b9412c;
    display: block;
    color: #fff;
    border-bottom-right-radius: 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pro-details-cart a:hover {
    background-color: #a36944;
}

.product-details-tital p {
    font-weight: bold;
    margin-bottom: 0;
    text-align: right;
}

.product-details-tital p.unit-size {
    font-size: 26px;
    font-weight: normal;
    color: #ba412b;
}

.pro-price {
    padding-top: 30px;
}

.pric-meta h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    color: #c17650;
    text-align: right;
}

/* Product Slider */
#custCarousel .carousel-indicators {
    height: 100px;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
}

.carousel-control-next,
.carousel-control-prev {
    bottom: 32%;
    opacity: 1;
}

#custCarousel .carousel-inner {
    min-height: 280px;
}

#custCarousel .carousel-indicators.indicators-dots li {
    width: 10px;
    height: 10px;
    background-color: #96694c;
    border-radius: 50%;
}

/*************end single product******************/

/***********add-cart*************/
.add-cart {
    padding: 250px 0 15%;
}

.cart-tital h1 {
    font-size: 25px;
    font-weight: bold;
    color: #96694c;
    font-family: "Arial", sans-serif;
    text-align: right;
}

.cart-tital h1.final-msg {
    text-align: center;
}

.cart-list {
    padding-top: 50px;
}

.product-cart-list .table {
    border-bottom: 1px solid #96694c;
    margin-bottom: 0;
    /* direction: rtl; */
}

.product-cart-list .table th {
    border-top: 0px;
    border-bottom: 0;
    color: #96694c;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-cart-list .table td {
    border-top: 1px solid #96694c;
    vertical-align: middle;
    color: #c17650;
    text-align: center;
    direction: ltr;
}

.product-cart-list .table th:first-child,
.product-cart-list .table td:first-child {
    text-align: left;
    padding-left: 0;
}

.product-cart-list .table th:last-child,
.product-cart-list .table td:last-child {
    text-align: right;
    padding-right: 0;
    direction: rtl;
}

.product-cart-list .cart-plus-minus {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
    height: 35px;
    background-color: #f6f5f0;
}

.product-cart-list .product-thumbnail img {
    max-width: 90px;
    width: 100%;
}

.product-cart-list .table-product {
    display: flex;
    align-items: center;
}

.product-cart-list .product-name {
    padding-left: 10px;
    text-transform: uppercase;
}

.product-cart-list .product-name a {
    color: #96694c;
}

.product-delete a {
    padding: 5px 9px;
    background-color: #96694c;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
}

.product-delete {
    padding-right: 15px;
}

.product-cart-button {
    padding: 0px 0 20px;
    text-align: right;
}

.product-cart-button .cart-button {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    border-bottom-left-radius: 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.product-cart-button .cart-button.cart-button-border {
    border: 1px solid #96694c;
    color: #96694c;
}

.product-cart-button .cart-button.cart-button-border:hover {
    background-color: #96694c;
    color: #fff;
    border: 1px solid #96694c;
}

.product-cart-button .cart-button-background {
    background-color: #96694c;
    color: #fff;
    border: 1px solid #96694c;
}

.product-cart-button .cart-button-background:hover {
    border: 1px solid #96694c;
    color: #96694c;
    background-color: #fff;
}

.product-cart-totals .Subprice {
    color: #000;
    font-weight: bold;
}

td.total-shipping-price {
    padding-top: 5px;
    padding-bottom: 5px;
}

td.subtotal {
    padding-bottom: 5px;
    padding-top: 20px;
}

.checkout-btn.product-cart-button .cart-button-background {
    font-size: 20px;
    display: inline-block;
    background-color: #b9412c;
    color: #fff;
    border: 1px solid #b9412c;
}

.checkout-btn.product-cart-button .cart-button-background:hover {
    background-color: #96694c;
    border-color: #96694c;
}

.check-out-col .cart-count {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2d2a27;
    font-size: 10px;
    top: -12px;
    right: 15px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-out-col .cart-count p {
    color: #fff;
    margin-bottom: 0;
}

.inner-page.product-section-after {
    margin-top: -8%;
    left: 37px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

}

.lamolinatable .lamolinasubtotal .Subtotal {
    padding-right: 15px;
    font-weight: bold;
    color: #96694C;
}

.lamolinatable .table td:last-child {
    padding-right: 15px;
}

.lamolinatable .table td.total-shipping-price {
    padding-right: 0px;
}

/************end-add-cart********/
/****REGISTRATION PAGE******/
.content-page {
    padding: 250px 0 15%;
}

.registration-form .form-group input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.address-type input {
    margin-bottom: 5px;
}

.address-type input:last-child {
    margin-bottom: 0px;
}

.registration-form .col-form-label {
    padding-right: 10px;
}

.registration-form label {
    color: #96694c;
    text-align: right;
}

/*19-08-21*/
.fd-gift.delivery {
    text-align: right;
}

.fd-gift.pickup {
    text-align: right;
}

/*19-08-21*/
.registration-form {
    margin-top: 20px;
    direction: rtl;
}

.registration-form .form-group {
    margin-bottom: 1.5rem;
}

.registration-form .form-group .form-control:focus {
    border: 2px solid #96694c;
}

.registration-form .form-group .form-control {
    border: 1px solid #96694c;
    color: #96694c;
    outline: none;
    box-shadow: none;
}

.registration-form .form-group .form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #96694c;
}

.registration-form .form-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #96694c;
    opacity: 1;
}

.registration-form .form-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #96694c;
    opacity: 1;
}

.registration-form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #96694c;
}

.registration-form .form-group .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #96694c;
}

.registration-form .form-group .form-control::placeholder {
    /* Most modern browsers support this now. */
    color: #96694c;
}

.registration-form .form-group textarea.form-control {
    border-radius: 0 0 0 50px;
}

select {
    background: url(../images/select-arrow.png) no-repeat right #96694c;
    -webkit-appearance: none;
    background-position: 4% center;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #96694c !important;
    background-color: #96694c !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-label::before,
.custom-control-label::after {
    right: 0;
}

.remember-check .custom-control-label {
    padding-right: 30px;
}

.remember-check .custom-control-label::before,
.remember-check .custom-control-label::after {
    top: 3px;
}

.registration-form-logo img {
    max-width: 300px;
    float: right;
    width: 100%;
}

#container.p-relative {
    position: relative;
}

.registration-form-bg img {
    max-width: 100%;
}

.registration-left {
    position: absolute;
    bottom: 0;
}

.registration-fotter.footer-top {
    margin-bottom: -5px;
    z-index: -1;
}

.registration-fotter.footer-top .row {
    align-items: flex-end;
}

.registration-tree {
    position: absolute;
    bottom: 0;
}

footer {
    position: relative;
    z-index: 1;
}

.registration-form .button,
.registration-form .button:focus {
    background-color: #96694c;
    border-radius: 0 0 0 30px;
    color: #fff;
    padding: 10px 30px;
    box-shadow: none;
    outline: none;
    transform: all 0.2s;
}

.registration-form .button:hover {
    background-color: #262626;
}

.contect-us.content-page {
    padding-bottom: 5%;
}

.about-content p {
    color: #788687;
}

.about-content p,
.about-content h2,
.about-content h4 {
    text-align: right;
}

.form-group select {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 5px;
}

/***End REGISTRATION PAGE****/

/********/
.brand-values ul li {
    list-style: none;
    float: left;
    padding-right: 20px;
    color: #788687;
}

.brand-values p {
    text-decoration: underline;
}

.about-content p {
    margin-bottom: 1.5rem;
}

.offcanvas-active {
    overflow: hidden;
}

/********/

.price-th,
.total-th {
    min-width: 100px;
}

.product-cart-list .cart-table-content {
    margin-bottom: 10px;
}

.table-product .product-thumbnail {
    min-width: 90px;
}

.footer-copy-right p a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.footer-copy-right p a:hover {
    color: #262626;
}

.header-social-midia li a:hover {
    color: #a06c48;
}

.product-dec-slider-2 .slick-dots {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.product-dec-slider-2 .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 3px;
}

.product-dec-slider-2 .slick-dots button {
    text-indent: 999999px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    overflow: hidden;
}

.product-dec-slider-2 .slick-dots li.slick-active button {
    background-color: #a36944;
}

.forgot-password a {
    color: #a36944;
    display: inline-block;
}

.forgot-password a:hover {
    color: #2d2a27;
}

.f-pass {
    text-align: left;
}

span.divider-line {
    font-weight: bold;
}

.divider-line::before {
    content: "";
    position: absolute;
    padding-top: 10px;
    border-bottom: 2px solid #a36944;
    width: 45%;
    left: 0;
}

.divider-line::after {
    content: "";
    position: absolute;
    padding-top: 10px;
    border-bottom: 2px solid #a36944;
    width: 45%;
    right: 0;
}

.user-profile-form span {
    display: block;
    color: #96694c;
    padding-top: 7px;
    font-weight: bold;
}

.registration-form form {
    min-height: 200px;
    direction: rtl;
    text-align: right;
}

/* order list page  */
.order-list {
    margin: auto;
}

.pro-details-cart_btn button {
    position: relative;
    padding: 0 35px;
    line-height: 48px;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    border: none;
    box-shadow: none;
    background: #b9412c;
    display: block;
    color: #fff;
    border-bottom-left-radius: 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 10px;
}

.pro-details-cart_btn button:hover {
    background-color: #a36944;
}

/*******30-4-2021*******/

/* order list page  */
.order-list {
    margin: auto;
}

.place-order .form-group {
    margin-bottom: 5px;
}

.d-note {
    color: #ef1a1a;
    text-align: right;
}

.lang-warn {
    color: #ef1a1a;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.payment-options {
    padding: 20px 20px 10px;
    margin-bottom: 25px;
    background-color: rgb(176 141 120 / 13%);
}

.payment-options h5 {
    font-weight: bold;
    color: #96694c;
    margin-bottom: 15px;
    font-family: "Arial", sans-serif;
    text-align: right;
}

.payment-online {
    display: flex;
    border-top: 1px solid #96694c;
    padding-bottom: 30px;
}

.payment-online img {
    height: auto;
    max-width: 70%;
}

.payment-online h6 {
    margin: auto 0;
    font-weight: bold;
    color: #96694c;
    font-family: "Arial", sans-serif;
    padding-right: 20px;
}

.btn-place {
    background-color: #96694c;
    border-radius: 0 0 30px 0;
    color: #fff;
    padding: 10px 30px;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
}

.btn-place:hover {
    background-color: #262626;
}

.btn-place:focus {
    outline: none;
}

.tab-btn .button {
    width: 100%;
    border: 2px solid #96694c;
    background-color: #fff;
    color: #96694c;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tab-btn .button.tab-active {
    border: 2px solid #96694c;
    background-color: #96694c;
    color: #fff;
}

.tab-btn .button:hover {
    background-color: #96694c;
    border: 2px solid #96694c;
    color: #fff;
}

.tab-pickup {
    text-align: right;
}


.py-options {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #96694c;
    width: 100%;
}

/* Hide the browser's default radio button */
.py-options input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.py-checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: -14px;
}

/* On mouse-over, add a grey background color */
.py-options:hover input~.py-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.py-options input:checked~.py-checkmark {
    background-color: #ffffff;
    border: 1px solid #96694c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.py-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.py-options input:checked~.py-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.py-options .py-checkmark:after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #96694c;
    transform: translate(-50%, -50%);
}

.py-options img {
    float: left;
}

.payment-box {
    /* padding-left: 20px; */
}

.py-options input {
    display: none;
}

.payment-method-options {
    padding-top: 20px;
    border-top: 1px solid #96694c;
}

.products-page .products-add-cart .col-lg-3 {
    min-height: 370px;
}

.products-page .products-list .pricing-hover {
    display: none;
}

.products-page .products-list .item:hover .pricing-hover {
    display: block;
}

.navbar-nav .dropdown-menu {
    position: relative;
}

.navbar-nav .dropdown .dropdown-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 1.2rem;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    background: #a36944;
    -webkit-transform: rotate(45deg) translate(-7px);
    -ms-transform: rotate(45deg) translate(-7px);
    transform: rotate(45deg) translate(-7px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
    box-sizing: border-box;
}

.navbar-nav .dropdown-menu {
    top: 90%;
    padding: 0px;
    background-color: transparent;
}

.navbar-nav .dropdown .dropdown-menu::before {
    background: #a36944;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    text-align: right;
}

.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #2d2a27;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.sub-menu {
    background-color: #a06c48;
    padding: 10px 0;
    position: relative;
    margin-top: 13px;
    border-radius: 10px;
}

.nav-item .nice-select {
    height: auto;
    line-height: normal;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    outline: 0;
    padding-top: 6px;
    padding-right: 26px;
}

.nav-item .nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin-top: 0;
}

.nav-item .nice-select .list {
    min-width: 100px;
}

.nav-item .nice-select .list li:before {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 17px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
}

.nav-item .nice-select .list li {
    position: relative;
}

.nav-item .nice-select .list li[data-value="english"]:before {
    background-image: url(../images/1.jpg);
}

.nav-item .nice-select .list li[data-value="arabic"]:before {
    background-image: url(../images/2.jpg);
}

.nav-item .nice-select .option {
    color: #000;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 35px;
    min-height: 35px;
}

.nav-item .nice-select .option:hover,
.nav-item .nice-select .option.focus,
.nav-item .nice-select .option.selected.focus {
    color: #000;
}

.nav-item .nice-select .option.selected {
    font-weight: normal;
}

.navbar-nav .dropdown-item img {
    margin-top: -6px;
    margin-right: 5px;
}

.navbar-nav .nav-item.dropdown img {
    margin-top: -3px;
}

.products-list .product-decs span {
    color: #0c0c0c;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border: 0px;
    outline: none;
}

/***************/
html[dir="rtl"] {
    direction: ltr !important;
}

html[dir="rtl"] .navbar-brand {
    margin-left: 0 !important;
    direction: ltr !important;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] p,
html[dir="rtl"] span,
html[dir="rtl"] td,
html[dir="rtl"] b,
html[dir="rtl"] li,
html[dir="rtl"] th,
html[dir="rtl"] a {
    direction: rtl;
}

html[dir="rtl"] nav.navbar .nav-link {
    font-size: 18px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2d2a27;
}

.viewallbtn a {
    text-align: center;
    color: #c17650;
    font-weight: bold;
    font-size: 16px;
}

.viewallbtn .btn {
    text-align: center;
    color: #c17650 !important;
    font-weight: bold;
    font-size: 14px !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.viewallbtn.hm-sec {
    /* padding: 50px 0 0; */
    padding: 0 0 80px;
}

/* .viewallbtn.hm-sec a {

} */
/* .products-list.hm-category::before{
	opacity: 1;
	background-color: transparent;
} */


/* Pop-Up Message Design */
.pop-msg .modal-dialog {
    max-width: 630px;
}

.pop-msg .modal-content {
    background-color: #a36944;
    border: 3px solid #96694c;
    border-radius: 0 0 0 90px;
}

.pop-msg .modal-body {
    padding: 40px 20px 20px 20px;
}

.pop-msg .bootbox-body {
    font-size: 15px;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
}

.pop-msg .modal-footer {
    padding: 10px 40px 20px;
    justify-content: center;
    border-top: none;
}

.pop-msg .btn-primary {
    background-color: #fff;
    border: none;
    border-radius: 0 0 0 20px;
    color: #a36944;
    padding: 5px 20px;
    box-shadow: none;
    outline: none;
    font-size: 10px;
    font-weight: bold;
    border: 3px solid #96694c;
}

.pop-msg .bootbox-close-button {
    display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #fff;
}

.t-bullet::before {
    content: url(../images/hedding-after.png);
    position: absolute;
    top: 0;
    left: 0;
}

.pop-msg .bullet-icon {
    width: 7%;
    display: inline-block;
    vertical-align: top;
}

.pop-msg .bullet-icon img {
    width: 22px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pop-msg .bullet-message {
    min-width: 20%;
    max-width: 90%;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
}


/* Arabic Ver CSS */
.rev-row {
    display: flex;
    flex-direction: row-reverse !important;
}

/*Single Product Carousel Css*/

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}

.c-zoom {
    margin-bottom: 30px;
}

.zoomableContainer {
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
}

.zoomableContainer img {
    width: 100% !important;
    max-width: unset !important;
}

.carousel.pointer-event {
    touch-action: pan-y pinch-zoom;
}

#zoomModal img#zoomModalImg {
    // width: 300px;
    // top: 0;
    // height: 300px;
    // position: absolute;
    // bottom: 0;
    // margin: auto;
    // left: 0;
    // right: 0;
    // max-width: unset !important;
}



.lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: '\e095';
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: '\e094';
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 75px;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: '\e070';
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: '\e90a';
}

.lg-toolbar .lg-download:after {
    content: '\e0f2';
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

.lg-sub-html a {
    color: inherit;
}

.lg-sub-html a:hover {
    text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-error-msg {
    font-size: 14px;
    color: #999;
}

.lg-counter {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
    display: none;
}

.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
    content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.lg-outer .lg-video-poster {
    z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
    opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1;
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes lg-play-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lg-video-play-button {
    width: 18%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
    transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
    opacity: 1;
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: 0.6;
    will-change: opacity;
    -webkit-transition: opacity 0.12s ease-in;
    -o-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, 0.9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}

.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.6;
    will-change: opacity;
    -webkit-transition: opacity 0.12s ease-in;
    -o-transition: opacity 0.12s ease-in;
    transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
    animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
    content: '\e311';
}

.lg-toolbar .lg-icon {
    position: relative;
    margin-right: 0px;
}

.lg-toolbar .lg-icon::after {
    display: none;
}

.lg-toolbar .lg-icon::before {
    content: '\f3eb';
    color: #fff;
    font-family: 'Font Awesome 5 Brands';
}

.lg-toolbar .lg-icon.lg-close-popup::before {
    content: '\f410';
    color: #fff;
    font-family: 'Font Awesome 5 Free';
}

.lg-toolbar .lg-icon.lg-close-popup {
    position: absolute;
    right: 0;
    margin-right: 0px;
}

.lg-icon.lg-actual-size {
    font-size: 20px;
}

.lg-icon.lg-actual-size:after {
    content: '\e033';
}

.lg-icon.lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
    content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-pager-outer {
    text-align: center;
    z-index: 1080;
    height: 10px;
    margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
    display: none;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    will-change: visibility, opacity, transform;
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer .lg-share {
    position: relative;
}

.lg-outer .lg-share:after {
    content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
    content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
    content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
    content: '\e906';
}

.lg-comment-box {
    width: 420px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    will-change: transform;
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.lg-comment-box .lg-comment-header {
    background-color: #000;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.lg-comment-box .lg-comment-body {
    height: 100% !important;
    padding-top: 43px !important;
    width: 100% !important;
}

.lg-comment-box .fb-comments {
    height: 100%;
    width: 100%;
    background: url("../images/loading.gif") no-repeat scroll center center #fff;
    overflow-y: auto;
    display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
    background-image: none;
}

.lg-comment-box .fb-comments>span {
    max-width: 100%;
}

.lg-comment-box .lg-comment-close {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
    color: #fff;
}

.lg-comment-box .lg-comment-close:after {
    content: '\e070';
}

.lg-comment-box iframe {
    max-width: 100% !important;
    width: 100% !important;
}

.lg-comment-box #disqus_thread {
    padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
    content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
    color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
    opacity: 0.75;
    pointer-events: none;
}

.lg-rotate-left:after {
    content: '\e900';
}

.lg-rotate-right:after {
    content: '\e901';
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px;
}

.lg-flip-ver:after {
    content: '\e903';
}

.lg-flip-hor:after {
    content: '\e902';
}

.lg-medium-zoom-item {
    cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
    cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
    cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
    cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
    white-space: normal;
    bottom: auto;
    padding: 0;
    background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
    opacity: 0;
    padding: 16px 0;
    transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
    opacity: 1;
}

.lg-group:after {
    content: '';
    display: table;
    clear: both;
}

.lg-container {
    display: none;
    outline: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
    opacity: 1;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
}

.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
    opacity: 1;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
    opacity: 1;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
    display: none;
}

.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: '\e909';
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#lightgallery .owl-nav,
#sync2 .owl-nav {
    display: none;
}

#sync2 {
    margin: 15px 0;
}

.single-owl-pro #sync2 .owl-stage-outer .owl-item {
    padding: 0 7.5px;
}

.single-owl-pro #sync2 .owl-stage-outer {
    margin: 0 -7.5px;
}

.single-owl-pro #sync2 .owl-stage-outer .owl-item img {
    opacity: 1;
}

.single-owl-pro #sync2 .owl-stage-outer .owl-item.current img {
    opacity: 0.5;
}

#sync2 {
    text-align: center;
    overflow: hidden;
}

.single-owl-pro #sync2 .owl-stage-outer {
    display: inline-block;
}

#custCarousel .carousel-item img {
    width: 100%;
}

.lg-outer .lg-thumb-item img {
    opacity: 0.5;
}

.lg-outer .lg-thumb-item.active img {
    opacity: 1;
}

/*Single Product Carousel Css*/