@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

@font-face {
	font-display: swap;
	font-family: OpenSans-Light;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/open-sans-v40-latin-300.woff2) format("woff2")


}
@font-face {
	font-display: swap;
	font-family: OpenSans-Regular;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/open-sans-v40-latin-regular.woff2) format("woff2")


}
@font-face {
	font-display: swap;
	font-family: OpenSans-SemiBold;
	font-style: normal;
	font-weight: 600;
	src: url(fonts/open-sans-v40-latin-600.woff2) format("woff2")


}
@font-face {
	font-display: swap;
	font-family: Poppins-Light;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/poppins-v21-latin-300.woff2) format("woff2")


}
@font-face {
	font-display: swap;
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	src: url(fonts/poppins-v21-latin-500.woff2) format("woff2")


}
@font-face {
	font-display: swap;
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	src: url(fonts/poppins-v21-latin-600.woff2) format("woff2")


}
@font-face {
	font-display: swap;
	font-family: Poppins-Bold;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/poppins-v21-latin-700.woff2) format("woff2")


}
body {
	font-family: OpenSans-Regular;
	overflow-x: hidden; 
	color: #444
}
h1, h2, h3, h4, h5, h6 {
	font-family: Poppins-SemiBold;
	margin: 0;
	color: #444
}
p {
	font-family: OpenSans-Regular;
	margin-bottom: 0
}

        /* Shared styles */
/*
*
* ==========================================
* CUSTOM UTILS CLASSES
* ==========================================
*
*/


/* EFFECT 1 ========================================== */

.effect-1 {
    position: relative;
}
.effect-1::before, .effect-1::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(-3deg);
}
.effect-1::after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/* EFFECT 2 ========================================== */
.effect-2::before{
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 5px;
    left: 30px;
    right: 30px;
    top: 80%;
    background: #aaa;
    box-shadow: 0 0 25px 17px #aaa;
    border-radius: 100px/10px;
}


/* EFFECT 3 ========================================== */
.effect-3 {
    position: relative;
}

.effect-3::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #444;
    box-shadow: 0 15px 10px #444;
    transform: rotate(-3deg);
}


/* EFFECT 4 ========================================== */
.effect-4 {
    position: relative;
}

.effect-4::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #aaa;
    box-shadow: 0 15px 10px #aaa;
    transform: rotate(3deg);
}


/* EFFECT 5 ========================================== */
.effect-5::before{
	position: absolute;
	content: "";
	z-index: -1;
	bottom: 20px;
	left: 8px;
	right: 8px;
	top: 20px;
	background: #aaa;
	box-shadow: 0 0 25px 10px #aaa;
	border-radius: 10px/40px;
}
.effect-5::after{
	position: absolute;
	content: "";
	z-index: -1;
	bottom: 14px;
	left: 30px;
	right: 30px;
	top: 14px;
	background: #aaa;
	box-shadow: 0 0 25px 17px #aaa;
	border-radius: 100px/10px;
}

/* EFFECT 6 ========================================== */
.effect-6 {
    position: relative;
}

.effect-6::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: 26px;
	left: 12px;
	bottom: 50px;
	width: 20%;
	transform: rotate(-10deg);
	box-shadow: 0 10px 25px 10px #aaa;
}

.effect-6::after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 26px;
	right: 10px;
	bottom: 50px;
	width: 20%;
	transform: rotate(8deg);
	box-shadow: 0 10px 25px 10px #aaa;
}


/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

        .drop-shadow {
            position:relative;
            float:left;
            width:100%;
            padding:1em;
            margin:0 10px 2em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }

        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px;
            border-radius:4px;
        }

        .lifted:before,
        .lifted:after {
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            max-height:100px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);
            -moz-transform:rotate(-3deg);
            -ms-transform:rotate(-3deg);
            -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
        }

        .lifted:after {
            right:10px;
            left:auto;
            -webkit-transform:rotate(3deg);
            -moz-transform:rotate(3deg);
            -ms-transform:rotate(3deg);
            -o-transform:rotate(3deg);
            transform:rotate(3deg);
        }

        /* Curled corners */

        .curled {
            border:1px solid #efefef;
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
            border-radius:0 0 120px 120px / 0 0 6px 6px;
        }

        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            max-height:100px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
            -webkit-transform:skew(-8deg) rotate(-3deg);
            -moz-transform:skew(-8deg) rotate(-3deg);
            -ms-transform:skew(-8deg) rotate(-3deg);
            -o-transform:skew(-8deg) rotate(-3deg);
            transform:skew(-8deg) rotate(-3deg);
        }

        .curled:after {
            right:10px;
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg);
            -moz-transform:skew(8deg) rotate(3deg);
            -ms-transform:skew(8deg) rotate(3deg);
            -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
        }

        /* Perspective */

        .perspective:before {
            left:80px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
            max-height:50px;
            -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
            -moz-transform:skew(50deg);
            -ms-transform:skew(50deg);
            -o-transform:skew(50deg);
            transform:skew(50deg);
            -webkit-transform-origin:0 100%;
            -moz-transform-origin:0 100%;
            -ms-transform-origin:0 100%;
            -o-transform-origin:0 100%;
            transform-origin:0 100%;
        }

        .perspective:after {
            display:none;
        }

        /* Raised shadow - no pseudo-elements needed */

        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }

        .curved-vt-2:before {
            right:0;
        }

        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        /* Rotated box */

        .rotated {
            -webkit-box-shadow:none;
            -moz-box-shadow:none;
            box-shadow:none;
            -webkit-transform:rotate(-3deg);
            -moz-transform:rotate(-3deg);
            -ms-transform:rotate(-3deg);
            -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
        }

        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
.box-sizings {
	height: 325px;;
}		

.accordion-button {
	color: #444
}
ol, ul {
	padding: 0
}
ul li {
	text-decoration: none;
	list-style: none
}
a {
	text-decoration: none
}
label {
	font-family: OpenSans-Regular
}
.form-group .sub-in {
	border-radius: 25px;
	min-height: 48px;
	margin-top: 10px;
	box-shadow: none;
	border: 2px solid rgba(67, 101, 115, .22);
	background-color: #ff62420f;
	position: relative
}
.form-group .sub-in:before {
	content: "";
	background-image: url(images/icons/pen.png);
	height: 12px;
	width: 12px;
	position: absolute;
	background-size: contain;
	display: block;
	left: 20px;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	opacity: 50%
}
.form-group .sub-in .form-control {
	padding: 11px 11px 11px 42px;
	border: 0;
	border-radius: 25px;
	background: transparent
}
.form-control:focus {
	box-shadow: none
}
.form-group label {
	padding-left: 10px
}
.form-group.email-search {
	margin-top: 15px;
	display: flex;
	border: 2px solid #ff6242;
	border-radius: 28px
}
textarea.form-control {
	border-radius: 15px;
	margin-top: 10px;
	border-color: #ff6242;
	background-color: #a9a9a926
}
textarea.form-control.sub-in, .sub-in.sub-in-textarea:before {
	content: "";
	background-image: url(images/icons/pen.png);
	height: 12px;
	width: 12px;
	position: absolute;
	background-size: contain;
	display: block;
	left: 20px;
	top: 25px;
	z-index: 6;
	transform: translateY(-50%);
	opacity: 50%
}
.card-btn {
	display: flex;
	justify-content: space-between
}
.your-message {
	margin-top: 20px
}
.privacy-text ul li::marker {
	color: #e1d199
}
.privacy-text ul {
	padding-left: 16px!important
}
header {
    background: linear-gradient(90deg, rgba(255, 255, 140, 0.6530987394957983) 0%, rgba(255, 141, 0, 1) 49%, rgba(255, 0, 0, 1) 100%);
/*	padding-top: 20px;
	padding-bottom: 20px; */
	top: 0;
	width: 100%;
	z-index: 3
}
header.home {
	position:sticky
}
.navbar > .container {
	justify-content: initial
}
.right-section .nav-link p {
	margin-bottom: 0
}
.btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 30px;
	background: #c0c0c0;
	border-radius: 36px;
	color: #fff;
	border-color: #c0c0c0;
	font-family: OpenSans-SemiBold;
	font-size: 14px
}
.btn-primary:hover {
	background-color: #c0c0c0;
	border: 1px solid #808080;
	color: #fff
}
.btn-primary:active {
	background-color: #e1d199;
	border: 1px solid #E1D199;
	color: #fff
}
.btn-secondary {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 30px;
	background: #ff6242;
	color: #fff;
	border-radius: 50px
}
.btn-secondary:active {
	border: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	color: #fff
}
.btn-secondary:hover {
	border: 1px solid #DD8D4B;
	background-color: #dd8d4b;
	color: #fff
}
.btn-check:active + .btn:focus, .btn-check:checked + .btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus {
	box-shadow: none
}
.send-btn {
	display: flex;
	justify-content: end;
	margin-top: 20px
}
span i {
	margin-left: 10px
}
.carousel-indicators button:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	background: #da1272;
	display: block;
	border-radius: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto
}
.carousel-indicators button {
	position: relative;
	display: flex;
	align-items: center
}
.top-bar ul {
	padding: 0;
	list-style: none;
	text-align: right;
	margin-bottom: 0
}
.top-bar ul li {
	display: inline-block;
	margin-left: 18px
}
.top-bar ul li a {
	font-size: 13px
}
.main-menu .navbar-nav {
	margin-left: auto
}
nav.navbar {
	padding-left: 15px;
	padding-right: 15px
}
.navbar-nav .nav-item .nav-link {
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center
}
.heart-img {
	border-radius: 10px;
	margin-left: 15px;
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
    background: linear-gradient(to top, #404040 0%, #c0c0c0 100%);
	margin-right: 5px;
	align-items: center
}
.heart-img img {
	width: 22px
}
.nav-icons {
	display: flex
}
.has-search {
	border: 1.66732px solid rgba(2, 119, 189, .1);
	box-shadow: 0 0 6.66927px #0277bd1a;
	border-radius: 10px;
	display: flex;
	width: 465px;
	border-color: #fff;
	background: #f8f8f81f
}
.navbar-brand, .nav-right {
	width: 30%
}
.has-search .form-control::placeholder {
	color: #fff
}
.has-search .form-control {
	border: 0;
	background: transparent;
	color: #fff;
	box-shadow: none;
	padding-left: 25px
}
.nav-right {
	display: flex
}
.product-silder .head {
	margin-bottom: 40px;
	font-family: Poppins-SemiBold
}
.img-search img {
	width: 14px
}
.btn.img-search {
	border: 0
}
.btn.img-search {
	display: flex;
	align-items: center;
    background: linear-gradient(to top, #404040 0%, #c0c0c0 100%);
	border-radius: 10px;
	height: 40px;
	padding: 10px 13px;
	margin: 5px
}
.right-section .nav-link {
	text-align: center
}
.navbar-expand-lg .navbar-toggler {
	border: 0
}
.navbar-toggler-icon {
	background-image: url(images/icons/menu.svg)
}
.navbar-toggler:focus {
	box-shadow: unset
}
section {
	padding: 30px 0
}
.banner-text .title {
	font-size: 32px;
	margin-bottom: 10px
}
.title {
	text-align: center
}
.overlay nav::-webkit-scrollbar {
	display: none
}
.overlay nav {
	-ms-overflow-style: none;
	scrollbar-width: none
}
.banner {
	color: #fff;
	background-color: #ff6242;
	padding-bottom: 50px;
	padding-top: 30px
}
.banner-text {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}
.banner-text .line {
	margin-top: 10px;
	background-color: #e1d199;
	width: 50px;
	border-radius: 50px;
	height: 3px
}
.category-img.cat-ioc-w-100334923 {
	background-image: url(images/icons/children-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-172601 {
	background-image: url(images/icons/motogp-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-110001 {
	background-image: url(images/icons/pc-icon-w.svg);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-120501 {
	background-image: url(images/icons/gadget-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-117801 {
	background-image: url(images/icons/theater-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-107301 {
	background-image: url(images/icons/trade-show-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-128701 {
	background-image: url(images/icons/hotel-booking-w.svg);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-132801 {
	background-image: url(images/icons/health-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-117901 {
	background-image: url(images/icons/bow-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-134301 {
	background-image: url(images/icons/farm-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-134401 {
	background-image: url(images/icons/sofa-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-144601 {
	background-image: url(images/icons/ele-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-125301 {
	background-image: url(images/icons/free-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-163601 {
	background-image: url(images/icons/int-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-100565313 {
	background-image: url(images/icons/work-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-169901 {
	background-image: url(images/icons/bea-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-w-100353523 {
	background-image: url(images/icons/hug-w.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-100334923 {
	background-image: url(images/icons/children.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-172601 {
	background-image: url(images/icons/motogp.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-110001 {
	background-image: url(images/icons/pc-icon.svg);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-120501 {
	background-image: url(images/icons/gadget.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-117801 {
	background-image: url(images/icons/theater.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-107301 {
	background-image: url(images/icons/trade-show.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-128701 {
	background-image: url(images/icons/hotel-booking.svg);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-132801 {
	background-image: url(images/icons/health.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-117901 {
	background-image: url(images/icons/bow.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-134301 {
	background-image: url(images/icons/farm.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-134401 {
	background-image: url(images/icons/sofa.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-144601 {
	background-image: url(images/icons/ele.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-125301 {
	background-image: url(images/icons/free.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-163601 {
	background-image: url(images/icons/int.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-100565313 {
	background-image: url(images/icons/work.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-169901 {
	background-image: url(images/icons/bea.png);
	background-repeat: no-repeat;
	background-position: center
}
.category-img.cat-ioc-100353523 {
	background-image: url(images/icons/hug.png);
	background-repeat: no-repeat;
	background-position: center
}
.libero-part {
	background-color: #fefefe
}
.libero-text p {
	padding: 10px 0;
	font-family: OpenSans-Light
}
.libero-main {
	border-radius: 15px
}
.libero-text a {
	margin-top: 50px
}
.category-part h3 {
	color: #444
}
.category-img {
	border-radius: 50%;
	margin-right: 15px;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	background: #0277bd33
}
.category-img img {
	width: 20px
}
.category-list {
	padding: 50px 0
}
.category-list span {
	display: flex;
	align-items: center
}
.pro-data {
	margin-top: 25px;
	padding: 0
}
li.product-list {
	margin-top: 10px;
	padding: 0
}
li.product-list a {
	display: flex;
	padding-left: 35px;
	align-items: center;
	justify-content: space-between;
	color: #444
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
	box-shadow: none;
	background: transparent
}
.accordion-button:not(.collapsed):after {
	background-image: var(--bs-accordion-btn-icon)
}
.search-data ul {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap
}
.search-data li a {
    /* border: 2px solid #ff6242; */
    border-radius: 10px;
    padding: 4px 10px;
    background: #ff6242;
    color: #ffffff;
}
.accordion-collapse::-webkit-scrollbar {
	width: 5px
}
.accordion-collapse::-webkit-scrollbar-track {
	border-radius: 10px;
	width: 5px
}
.accordion-collapse::-webkit-scrollbar-thumb {
	background: #cce4f2f7;
	border-radius: 50px;
	width: 5px
}
ul.pagination.pre-pagination {
	align-items: center
}
.accordioncollapse1::-webkit-scrollbar-thumb {
	background: #597783;
	border-radius: 50px;
	width: 5px
}
.accordion-collapse {
	scrollbar-width: thin;
	scrollbar-color: #c0c0c0f7 transparent
}
.accordioncollapse1 {
	scrollbar-width: thin;
	scrollbar-color: #fff transparent
}
.leptop-img-1 {
	scrollbar-width: thin;
	scrollbar-color: #cce4f2f7 transparent
}
.accordioncollapse1:hover thumb {
	background-color: #597783!important;
	opacity: .5!important;
	transition: opacity .1s ease-in-out!important;
	-webkit-transform-style: preserve-3d!important;
	-webkit-backface-visibility: hidden!important
}
.accordion-collapse:hover thumb {
	background-color: #cce4f2f7!important;
	opacity: .5!important;
	transition: opacity .1s ease-in-out!important;
	-webkit-transform-style: preserve-3d!important;
	-webkit-backface-visibility: hidden!important
}
.leptop-img-1:hover thumb {
	opacity: .5!important;
	transition: opacity .1s ease-in-out!important;
	-webkit-transform-style: preserve-3d!important;
	-webkit-backface-visibility: hidden!important;
	background-color: #cce4f2f7 transparent
}
li.page-item {
	margin-right: 10px
}
.slider-down small {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.click-shopping a {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left
}
.contact-title h3 {
	display: flex
}
.contact-title p {
	padding-left: 15px;
	margin-top: 10px
}
.contact-in-part {
	display: flex;
	margin-bottom: 30px
}
.img-search1 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c0c0c0;
	border-radius: 50px;
	height: 36px;
	width: 36px;
	padding: 10px 13px
}
.con-icon-part {
	margin-right: 10px
}
.macbook:before, .computer:before, .macbook-air:before {
	content: "";
	padding: 0 20px;
	font-weight: 900;
	opacity: 60%;
	font-family: FontAwesome;
	font-size: 11px
}
.mac-book h3 {
	padding: 46px 0;
	text-align: left;
	display: flex;
	align-items: center
}
.leptop-img ul li {
	border: 2px solid #ff624238;
	border-radius: 43px;
	padding: 6px;
	margin-right: 17px;
	background: #ff62420f
}
.leptop-img-1 {
	display: flex;
	white-space: nowrap;
	overflow: auto!important;
	padding-bottom: 10px
}
.leptop-img-1::-webkit-scrollbar {
	height: 5px!important
}
.leptop-img-1::-webkit-scrollbar-track {
	border-radius: 10px!important
}
.leptop-img-1::-webkit-scrollbar-thumb {
	background: #cce4f2f7!important;
	border-radius: 50px
}
.leptop-img li a {
	color: #ff6242;
	font-size: 16px
}
.leptop-img li a span {
	color: #ff6242;
	font-size: 16px;
	padding: 0 8px;
	text-align: center;
	font-family: OpenSans-SemiBold
}
.leptop-img ul li img {
	width: 38px;
	border-radius: 50%
}
.filter-sort .btn-secondary {
	padding: 10px 30px;
	color: #ff6242;
	background: #ff62420f;
	border-color: #ff62420f;
	font-family: OpenSans-SemiBold;
	box-shadow: none
}
.filter-sort ul {
	text-align: right;
	margin-bottom: 20px
}
.filter-cat-part .filter-title {
	margin-bottom: 30px;
	padding-top: 20px
}
.filter-cat-part .accordion-button:after {
	background-color: #ff624233;
	padding: 7px;
	color: #ff6242;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-position: center;
	background-size: 14px
}
.filter-cat-part .accordion-button:not(.collapsed) {
	color: #444
}
.filter-cat-part .accordion-button {
	border-radius: 12px
}
.filter-cat-part .accordion-item {
	border: 0;
	margin-bottom: 15px;
	border-radius: 12px
}
.filter-count.active {
	background-color: #617343;
	color: #fff
}
.filter-sort .dropdown .dropdown-menu {
	text-align: left
}
.filter-count {
	font-size: 12px;
	background-color: #ff624233;
	color: #ff6242;
	padding: 3px 8px;
	border-radius: 50px;
	margin-left: 5px;
	font-family: OpenSans-SemiBold
}
.filter-cat-part .accordion-item .form-check label {
	font-family: OpenSans-SemiBold;
	font-size: 14px
}
.filter-cat-part .accordion-body {
	padding-top: 0
}
.filter-title label {
	color: #ff6242;
	opacity: 60%
}
.filter-sort .dropdown {
	margin-left: auto;
	display: inline-flex;
	align-items: center
}
.filter-sort .dropdown label {
	margin-right: 10px;
	color: #ff6242;
	opacity: 60%
}
.filter-sort ul li span {
	border-radius: 43px;
	padding: 10px;
	margin-left: 17px;
	background: #ff624238;
	color: #ff6242;
	font-size: 16px;
	font-weight: 600
}
.filter-sort ul li {
	color: #ff6242
}
.filter-sort {
	padding-top: 9px
}
.pri-title {
	font-family: Poppins-Bold
}
.pri-title h1 {
	display: flex;
	padding-bottom: 10px;
	align-items: center
}
.pri-title p {
	padding-left: 15px
}
.privacy-text h3 {
	display: flex;
	align-items: center;
	margin: 40px 0
}
.privacy-text h5, .categrory-text h5 {
	margin-bottom: 15px;
	margin-top: 30px
}
.privacy-text p {
	margin-bottom: 20px
}
.privacy-text ul, .categrory-text ul {
	margin: 20px 0;
	padding-left: 2rem
}
.privacy-text ul li, .categrory-text ul li {
	list-style: initial;
	margin-bottom: 5px
}
.product-text h3, .product-text h5 {
	margin: 10px 0
}
.prou-slider-text {
	margin-top: 50px
}
.owl-product-text, .pro-name {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.flex.justify-between.flex-1.sm\:hidden {
	display: flex;
	justify-content: space-between
}
.flex.justify-between.flex-1.sm\:hidden span, .flex.justify-between.flex-1.sm\:hidden a {
	padding: 0!important;
	color: #444;
	border: 0!important;
	background: transparent!important
}
span.relative.z-0.inline-flex.shadow-sm.rounded-md {
	box-shadow: none!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}
span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5, a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150, a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150, span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.cursor-default.leading-5 {
	background: transparent!important;
	border-radius: 50%!important;
	color: #000!important;
	border: none!important;
	box-shadow: none!important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px
}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
	background-color: #c0c0c0!important;
	border-radius: 50%!important;
	color: #fff!important;
	margin-right: 5px!important;
	box-shadow: none!important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px
}
a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150 {
	background-color: #ff624238!important;
	border-radius: 50%!important;
	color: #ff6242!important;
	margin-right: 5px!important;
	border: none!important;
	box-shadow: none!important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px
}
footer {
	padding-top: 40px;
	background: #c0c0c04d
}
footer ul {
	list-style: none;
	padding: 0
}
.footer-logo {
	margin-bottom: 20px
}
.navigations-left a {
	display: flex;
	flex-direction: column;
	color: #ff6242;
	margin-bottom: 10px;
	margin-left: 40px
}
.navigations a {
	display: flex;
	flex-direction: column;
	color: #ff6242;
	margin-bottom: 10px
}
.sub-part h5 {
	color: #ff6242
}
.form-group .email-search {
	display: flex;
	border: 2px solid #ff6242;
	border-radius: 50px;
	margin-top: 20px
}
input.form-control {
	background-color: transparent
}
.email-data::placeholder {
	color: #ff6242
}
.foo-end {
	border-top: 2px solid #ff62422e;
	margin-top: 25px;
	display: flex;
	justify-content: end;
/*	padding: 10px 0*/
}
.libero-text {
	display: flex;
	flex-direction: column;
	padding: 47px 20px
}
.line {
	margin-top: 10px;
	background-color: #e1d199;
	width: 50px;
	border-radius: 50px;
	height: 3px
}
.libero-img {
	height: 100%
}
.libero-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 15px 15px 0
}
input.form-control.email-data {
	background: transparent;
	border: transparent;
	box-shadow: none
}
.category-text h3 {
	display: flex
}
.up-line {
	margin-right: 10px;
	background-color: #e1d199;
	width: 3px;
	border-radius: 50px;
	height: 30px
}
.sear-text h3 {
	display: flex
}
.search-data {
	margin-top: 40px
}
.search-data li {
	margin-right: 10px;
	margin-bottom: 20px
}
.whatsapp-icon {
	position: fixed;
	bottom: 0;
	display: block;
	right: 0;
	margin: 15px;
	cursor: pointer;
	z-index: 5
}
.whatsapp-icon i {
	color: #ff6242;
	display: flex;
	background: #ff624233;
	padding: 10px;
	border-radius: 30px;
	align-items: center;
	font-size: 20px
}
.cat-text h5, .cat-text p, .cat-text i {
	color: #fff
}
.row.pro-item-row {
	align-items: center
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ""
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	min-height: 1px
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center
}
.img-fill img {
	height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none
}
.Container {
	padding: 0 15px
}
.Container:after, .Container .Head:after {
	content: "";
	display: block;
	clear: both
}
.Container .Head {
	font: 20px/50px NeoSansR;
	color: #222;
	height: 52px;
	over-flow: hidden
}
.product-silder .item {
	text-align: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 6px 6px 12px #51717e1f;
	margin-bottom: 15px
}
.product-silder .item span {
	font-size: 16px;
	font-family: Poppins-Medium;
	padding: 10px 15px 0;
	display: block;
	line-height: 1.6em;
	height: 4.2em;
	color: #444;
	overflow: hidden
}
input:-internal-autofill-selected {
	background: transparent!important
}
.product-silder .item img {
	height: 289px;
	border-radius: 12px 12px 0 0;
	object-fit: cover
}
.Container .Head .Arrows {
	float: right
}
.Container .Head .Slick-Next, .Container .Head .Slick-Prev {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-top: 6px;
	background: #2b2b2b;
	color: #fff;
	margin-left: 5px;
	cursor: pointer;
	font: 18px/36px FontAwesome;
	text-align: center;
	transition: all .5s
}
.Container .Head .Slick-Next:hover, .Container .Head .Slick-Prev:hover {
	background: #33687a
}
.Container .Head .Slick-Next:before {
	content: ""
}
.Container .Head .Slick-Prev:before {
	content: ""
}
.SlickCarousel {
	margin: 10px -7.5px 0
}
.ProductBlock {
	padding: 0 7.5px
}
.ProductBlock .img-fill {
	height: 200px
}
.ProductBlock h3 {
	font: 15px/36px RalewayR;
	color: #393939;
	margin-top: 5px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .25)
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .04)
}
.Container .Head .Arrows1 {
	float: right
}
.acco-part {
	--bs-accordion-bg: #ff6242
}
.accordion-collapse {
	/*padding-left: 3rem;*/
	max-height: 200px;
	overflow-y: auto;
	padding-right: 10px
}
.pro-list-2 a {
	padding: 0 25px 0 20px
}
.filter-acco-btn {
	display: flex;
	justify-content: space-around
}
.btn-gry {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	border-radius: 36px;
	color: #a06b65;
	border-color: #a06b6538;
	background: #a06b6538
}
.card {
	border-radius: 12px;
	box-shadow: 0 0 20px #bfbfbf
}
span.prod-text {
	color: #c0c0c0
}
.card-body h5 {
	margin-top: 20px
}
.card-body h3 {
	color: #c0c0c0;
	margin: 10PX 0
}
.shop-btn {
	padding: 8px 22px;
	font-size: 14px
}
.slider-down .card-btn span {
	color: #ff6242
}
.slider-down .card-btn span i {
	font-size: 14px
}
.card-btn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px
}
p.text-sm.text-gray-700.leading-5 {
	padding: 10px 0
}
.card-deck {
	margin-bottom: 20px;
	position: sticky;
}
.card-btn a, .prod-more-btn a {
	color: #ff6242
}
.card-img {
	position: relative
}
i.fa-regular.fa-heart {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	background-color: #f8f8f8;
	color: #ff6242;
	padding: 10px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center
}
.shop-text-com {
	font-size: 12px;
	font-family: Poppins-SemiBold;
	color: #444
}
section.category-part {
	padding-bottom: 50px
}
.click-shopping-part {
	padding-top: 15px
}
.click-shopping-part a {
	color: #444;
	opacity: 60%
}
.click-shopping-part a.active {
	color: #ff6242;
	opacity: 100%
}
.category-text-part {
	padding: 30px 0
}
.category-text-part h3 {
	display: flex;
	font-size: 24px
}
.cat-product {
	margin-bottom: 10px;
	margin-right: 10px
}
.categrory-text h3 {
	display: flex;
	margin: 20px 0
}
.pro-item {
	/* border: 1px solid #00000035;
	border-radius: 10px;
	padding: 10px;
	margin-top: 25px; */
	position: sticky;
}
.prod-info {
	display: flex
}
.prod-info-text {
	display: flex;
	margin: 10px 0
}
.pre-pagi-next {
	padding-top: 40px
}
.pre-pagi-next .pagination .page-item .page-link .fa-angle-left {
	padding-right: 11px
}
.pre-pagi-next .pagination .page-item .page-link .fa-angle-right {
	padding-left: 11px
}
a.page-link.page-link-bg.active {
	background: #c0c0c0;
	border-radius: 25px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	border: none;
	justify-content: center;
	align-items: center
}
.pre-pagination .page-item .page-link-bg {
	background: #ff624238;
	border-radius: 25px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	border: none;
	justify-content: center;
	align-items: center
}
.page-previous {
	padding: 1px 9px;
	color: #444;
	border: 0;
	background: unset
}
.page-link-two, .page-link-three {
	background: #ff624238;
	border-radius: 25px;
	color: #ff6242;
	width: 28px;
	height: 28px;
	padding: 1px 9px
}
.page-link-next {
	padding: 1px 9px;
	color: #444;
	border: 0;
	background: unset
}
.page-item-pagin {
	padding: 0 14px
}
.page-text-item {
	padding-right: 18px
}
.page-text-item-next {
	padding-left: 18px
}
.page-previous:hover, .page-link-next:hover {
	background: none;
	border: 0;
	color: #ff6242
}
.bg-darkblue {
    background: rgb(255, 0, 0);
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.6530987394957983) 0%, rgba(255, 141, 0, 1) 49%, rgba(255, 0, 0, 1) 100%);
}
.white {
	color: #fff
}
.border-w {
	border: 2px solid #ffffff
}
.slider-down .green {
	color: #617343!important;
	font-size: 12px;
	margin-top: 5px
}
.yellow {
	color: #c0c0c0!important
}
.gry {
	color: #333!important
}
.bg-light {
	background-color: #f8f8f8!important
}
.slider-down {
	padding: 15px!important;
	text-align: left;
	line-height: 12px
}
.pro-name {
	font-size: 16px;
	margin-top: 11px;
	margin-bottom: 8px
}
.sub-search {
	margin: -1px;
	padding: 9px 20px
}
.slider-down h3 .slider-down .card-btn {
	padding: 5px 0!important
}
.slider-down span {
	padding: 0!important
}
.sl-bo-img {
	padding: 0 10px!important
}
.slider-down spam {
	color: #333!important
}
.slider-down small {
	font-size: 11px;
	color: #333;
	padding: 2px 0
}
.slider-down h3.yellow {
	font-size: 22px
}
.container-m {
	display: inline-block;
	cursor: pointer
}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 6px 0 6px 5px;
	transition: .4s
}
.product-silder .owl-nav {
	position: absolute;
	top: -70px;
	right: 8%
}
.sl-bo-img img {
	height: 15px!important;
	width: 15px!important
}
.product-silder .owl-nav i {
	background: #ff624233;
	padding: 7px;
	color: #ff6242;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 6px
}
.product-silder .owl-dot {
	width: 10%;
	padding: 2px;
	font-size: 0;
	background: #ff62424d;
	display: inline-block
}
/*section.libero-part {
	padding-top: 0
}*/
.category-part .category-list {
	padding-bottom: 0
}
.product-silder .owl-dot.active {
	background: #ff6242;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 4px
}
span.favrite i {
	position: unset!important;
	color: #ff6242
}
span.favrite {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0!important
}
.hamburger-menu {
	position: relative;
	width: 28px;
	margin-left: 12px
}
#menu__toggle {
	opacity: 0
}
.menu__btn {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 3
}
.menu__btn > span, .menu__btn > span:before, .menu__btn > span:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #0277bd;
	transition-duration: .25s
}
.menu__btn > span:before {
	content: "";
	top: -8px
}
.menu__btn > span:after {
	content: "";
	top: 8px
}
#menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg)
}
#menu__toggle:checked ~ .menu__btn > span:before {
	top: 0;
	transform: rotate(0)
}
#menu__toggle:checked ~ .menu__btn > span:after {
	top: 0;
	transform: rotate(90deg)
}
.menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	left: 0;
	right: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 1px 0 6px #0003;
	transition-duration: .25s;
	z-index: 2
}
#menu__toggle:checked ~ .menu__box {
	visibility: visible;
	top: 0
}
.menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-size: 20px;
	text-decoration: none;
	transition-duration: .25s
}
.button_container {
	position: relative;
	height: 12px;
	width: 16px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease
}
.button_container span:nth-of-type(2) {
	top: 5px
}
.button_container span:nth-of-type(3) {
	top: 10px
}
.button_container.active .bottom {
	transform: translateY(-5px) translate(0) rotate(-45deg);
	background: #fff
}
.button_container.active .top {
	transform: translateY(5px) translate(0) rotate(45deg);
	background: #fff
}
.button_container.active .middle {
	opacity: 0;
	background: #fff
}
.button_container span {
	background: #fff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer
}
.overlay {
	position: fixed;
	top: -1px;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 2; 
	padding-top: 120px
}
.overlay nav {
	background: #ff6242;
	position: relative;
	border-top: 2px solid #6a8590;
	padding-top: 50px;
	overflow: auto;
	height: 100%
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%
}
.banner-text p.text-white {
	font-size: 14px;
	font-family: OpenSans-Light
}
.overlay-menu .category-img {
	background-color: #f8f8f81f
}
.cat-product img {
	width: 90px;
	height: 90px;
	border-radius: 50%
}
li.product-list a p {
	font-family: OpenSans-SemiBold;
	font-size: 15px
}
.category-btn h5 {
	font-size: 16px
}
.cat-product-part li.product-list a {
	padding-left: 20px
}
.contact-title {
	margin-bottom: 80px
}
textarea.form-control.sub-in, .sub-in.sub-in-textarea {
	height: auto;
	min-height: 75px
}
.sub-in.sub-in-textarea textarea.form-control {
	margin: 0;
	height: 100%
}
section.filter-section {
	padding-top: 20px
}
.filter-section .card {
	border-radius: 12px;
	box-shadow: 6px 6px 12px #51717e1f;
	border: 0
}
.filter-right i.fa-regular.fa-heart {
	background: #f8f8f870
}
.big-img {
	border-radius: 12px;
	overflow: hidden
}
section.product-result {
	padding-top: 80px
}
.product-result .product-part {
	padding: 0 20px
}
.product-part .categrory-text p {
	font-size: 14px
}
.product-result .product-part .categrory-text h3 {
	margin-top: 9px
}
.product-img {
	width: 150px;
	height: 150px
}
.product-img img {
	border-radius: 8px;
	object-fit: contain;
	height: 100%;
	width: 100%
}
.product-img-top {
	display: flex;
	align-items: center
}
.prod-text-part {
	padding-left: 40px
}
.prod-text-part h2 {
	font-size: 25px
}
.prou-slider-text .slider-galeria-thumbs {
	float: left;
	width: 11%
}
.desk-prod-text.prod-text-part h2 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.prou-slider-text .slick-vertical .slick-slide {
	width: 100%!important
}
.prou-slider-text .slick-vertical .slick-slide img {
	width: 100%;
	border-radius: 6px
}
.prou-slider-text .slider-galeria {
	float: left;
	width: calc(100% - 102px)
}
.prou-slider-text .slick-slide {
	display: none;
	float: left
}
.prou-slider-text .slider-galeria div, .prou-slider-text .slider-galeria-thumbs div {
	outline: 0
}
.prou-slider-text .slider-galeria img {
	display: block;
	color: #3498db;
	font-size: 36px;
	line-height: 250px;
	margin: auto;
	width: 100%;
	text-align: center;
	border-radius: 12px
}
.prou-slider-text .slider-galeria-thumbs span {
	display: block;
	margin-bottom: 5px;
	height: 55px;
	background: #3498db;
	color: #000;
	font-size: 14px;
	line-height: 55px;
	text-align: center
}
.prou-slider-text .slider-galeria-thumbs .slick-current span {
	background: #000;
	color: #3498db
}
.prou-slider-text .slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	text-indent: -9999px;
	background: transparent;
	border: 0;
	z-index: 1000;
	outline: 0
}
.prou-slider-text .slick-prev:before {
	content: "<";
	color: #fff;
	font-size: 60px;
	line-height: 0;
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.prou-slider-text .slick-slide.slick-current {
	position: relative
}
.prou-slider-text .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	text-indent: -9999px;
	background: transparent;
	border: 0;
	z-index: 1000;
	outline: 0
}
.prou-slider-text .slick-next:before {
	content: ">";
	color: #fff;
	font-size: 60px;
	line-height: 0;
	text-indent: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
svg.w-5.h-5 {
	height: 21px
}
@media only screen and (min-width: 768px) {
	a.btn.btn-secondary.sub-search.shop-btn-showmore {
		display: none
	}
	.category-btn:after {
		display: none
	}
	.category-btn {
		pointer-events: none
	}
	button.btn.btn-primary.action {
		margin-top: 40px;
		width: 158px
	}
}
@media only screen and (min-width: 992px) {
	.nav-icons, .privacy-text h3 span {
		display: none
	}
}
@media only screen and (min-width: 1400px) {
	.prou-slider-text .slider-galeria-thumbs {
		margin-right: 15px
	}
	.prou-slider-text .slick-vertical .slick-slide {
		margin-bottom: 15px
	}
}
@media only screen and (max-width: 1399px) {
	.prou-slider-text .slider-galeria-thumbs {
		margin-right: 15px
	}
	.prou-slider-text .slick-vertical .slick-slide {
		width: 100%!important;
		margin-bottom: 15px
	}
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.filter-right {
		width: 70%
	}
	.filter-left {
		width: 30%
	}
	.filter-acco-btn {
		flex-wrap: wrap
	}
	.filter-acco-btn .apply-text, .filter-acco-btn .btn, .reset-all-text {
		width: 100%
	}
	.apply-text {
		margin-bottom: 15px
	}
}
@media only screen and (max-width: 991px) {
	.desk-prod-text.prod-text-part h2, .prod-price h3 {
		font-size: 20px
	}
	h2.product-desk-title {
		font-size: 26px
	}
	.product-text h3, .product-text h5 {
		font-size: 20px
	}
	.has-search-form {
		width: 100%
	}
	section.product-result {
		padding-top: 50px
	}
	.prou-slider-text .product-text {
		margin-top: 30px
	}
	.slider-galeria-thumbs {
		width: 100px
	}
	.prod-text-part {
		width: auto
	}
	.apply-text {
		margin-right: 15px
	}
	.filter-acco-btn {
		justify-content: center
	}
	.filter-right {
		margin-top: 30px
	}
	li.product-list a {
		padding-left: 0
	}
	.overlay nav {
		padding-top: 80px
	}
	.banner-text .title {
		font-size: 26px
	}
	.nav-right .navbar-nav {
		margin: 0!important;
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: flex-end
	}
	.has-search-form {
		order: 3
	}
	.has-search {
		width: 100%;
		margin-top: 15px
	}
	.navbar-brand, .nav-right {
		width: 50%
	}
	.nav-right .collapse:not(.show) {
		display: flex
	}
	section {
		padding: 50px 0
	}
	.navbar-brand {
		padding-bottom: 10px;
		margin-right: 0
	}
	.nav-icons {
		padding-bottom: 10px
	}
	.text-part {
		margin-bottom: 15px
	}
	.navigations-left a {
		margin-left: 0
	}
	.search-data li {
		margin-bottom: 20px
	}
	.search-data ul {
		margin: 0
	}
	.privacy-part {
		padding-top: 150px
	}
	.cat-product img {
		width: 75px;
		height: 75px
	}
}
@media only screen and (max-width: 767px) {
	.show-text-more .shop-btn-showmore {
		color: #ff6242;
		height: 48px;
		width: 100%;
		background: #ff62420f;
		border-color: #ff62420f;
		font-family: Poppins-SemiBold
	}
	.pre-pagi-next {
		display: none
	}
	.filter-sort ul {
		text-align: left;
		margin-bottom: 10px;
		margin-top: 20px
	}
	.product-img img {
		width: 100px;
		height: 100px
	}
	.shop-btn-top .shop-btn {
		margin: auto
	}
	.shop-btn-top, .prod-rate-top {
		width: 50%;
		margin-top: 20px
	}
	.prod-price-top {
		width: 30%
	}
	.prod-name-img {
		width: 70%
	}
	.prod-text-part {
		padding-left: 15px
	}
	.contact-left {
		padding-bottom: 20px
	}
	.cat-product-part li.product-list a {
		padding-left: 0
	}
	.cat-product-part .accordion-button {
		padding: 10px 0
	}
	.cat-product-part .accordion-button:after {
		display: flex;
		background-color: #ff624233;
		border-radius: 50%;
		align-items: center;
		height: 36px;
		width: 36px;
		background-position: center;
		background-size: 16px
	}
	.cat-product {
		margin-bottom: 0
	}
	.cat-product img {
		width: 60px;
		height: auto
	}
	.overlay-menu .category-text {
		margin-bottom: 20px
	}
	li.product-list {
		margin-top: 0;
		margin-bottom: 20px
	}
	.overlay-menu .accordion-item {
		margin-bottom: 15px
	}
	.overlay-menu .category-list {
		padding: 20px 0
	}
	.accordion-collapse {
		padding-left: 20px;
		padding-right: 20px
	}
	.category-list .accordion-button:after {
		display: flex;
		background-color: #ff624233;
		border-radius: 50%;
		align-items: center;
		height: 36px;
		width: 36px;
		background-position: center;
		background-size: 16px
	}
	.libero-img img {
		border-radius: 0 0 15px 15px
	}
	.nav-right .fav-text, .nav-right .menu-text {
		display: none
	}
	.navbar-brand, .nav-icons {
		padding-bottom: 20px
	}
	.text-part {
		margin-bottom: 15px
	}
	.navigations, .navigations-left {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.navigations-left a {
		margin-left: 0
	}
	footer {
		padding-top: 40px
	}
	.sub-part {
		padding-top: 25px;
		border-top: 2px solid #ff62422e
	}
	.sub-part small {
		font-size: 12px
	}
	.form-group.email-search {
		display: flex;
		flex-direction: column;
		border: none
	}
	input.form-control.email-data {
		margin-bottom: 15px;
		border: 2px solid #ff6242;
		border-radius: 50px;
		text-align: center
	}
	.has-search .form-control {
		font-size: 14px
	}
	.foo-end {
		display: flex;
		justify-content: center
	}
	.search-data li {
		margin-bottom: 20px
	}
	.search-data ul {
		margin: 0
	}
	.privacy-part {
		padding-top: 150px
	}
	span.category-img-part {
		display: flex;
		align-items: center
	}
	.pro-list-2 a {
		padding: 0
	}
	.click-shopping-part {
		text-align: center
	}
}
@media only screen and (max-width: 575px) {
	.click-shopping a {
		font-size: 12px
	}
	h2.product-mob-title {
		font-size: 18px
	}
	.product-text p {
		font-size: 14px
	}
	.categrory-text h3 {
		align-items: center;
		font-size: 18px
	}
	.desk-prod-text.prod-text-part h2, .prod-price h3 {
		font-size: 18px
	}
	.prou-slider-text {
		margin-top: 25px
	}
	.prou-slider-text .slider-galeria-thumbs, .product-desk-title {
		display: none
	}
	.product-mob-title {
		display: block!important;
		padding-bottom: 20px
	}
	.prou-slider-text .slider-galeria {
		width: 100%
	}
	.mac-book h3 {
		padding: 30px 0;
		font-size: 20px
	}
	.macbook:before, .computer:before, .macbook-air:before {
		padding: 0 10px
	}
	.apply-text {
		margin-right: 10px
	}
	.contact-title {
		margin-bottom: 40px
	}
	.cat-product-part .accordion-item ul {
		margin-top: 15px
	}
	.category-list .accordion-collapse {
		padding-left: 15px;
		padding-right: 15px
	}
	li.product-list a {
		padding-left: 0
	}
	.category-list .accordion-button:after {
		display: flex;
		background-color: #ff624233;
		border-radius: 50%;
		align-items: center;
		height: 36px;
		width: 36px;
		background-position: center;
		background-size: 16px
	}
	.category-list span h5 {
		font-size: 16px
	}
	.category-img {
		margin-right: 10px;
		width: 36px;
		height: 36px
	}
	.category-list .accordion-button {
		padding: 0 0 20px
	}
	.libero-text a {
		margin-top: 30px
	}
	.libero-text .btn-primary {
		width: 100%
	}
	section.libero-part {
		padding-top: 40px;
		padding-left: 15px;
		padding-right: 15px
	}
	.product-silder .head {
		margin-bottom: 30px
	}
	.product-silder .owl-dots {
		width: 60%;
		margin: auto
	}
	.product-silder .owl-nav {
		top: unset;
		right: 15px;
		left: 15px;
		display: flex;
		justify-content: space-between
	}
	nav.navbar {
		padding-left: 0;
		padding-right: 0
	}
	.navbar-brand, .nav-icons {
		padding-bottom: 20px
	}
	.text-part {
		margin-bottom: 15px
	}
	.navigations, .navigations-left {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.navigations-left a {
		margin-left: 0
	}
	.banner-text .title {
		font-size: 22px
	}
	.sub-part small {
		font-size: 12px
	}
	.form-group.email-search {
		display: flex;
		flex-direction: column;
		border: none
	}
	input.form-control.email-data {
		margin-bottom: 15px;
		border: 2px solid #ff6242;
		border-radius: 50px;
		text-align: center
	}
	.has-search .form-control {
		font-size: 14px
	}
	.foo-end {
		display: flex;
		justify-content: center;
		font-size: 12px
	}
	.search-data li {
		margin-bottom: 20px
	}
	.search-data ul {
		margin: 0
	}
	.privacy-part {
		padding-top: 150px
	}
	span.category-img-part {
		display: flex;
		align-items: center
	}
	.show-text-more {
		padding-top: 30px;
		display: flex;
		justify-content: center
	}
	.show-text-more .shop-btn-showmore .fa-chevron-down {
		padding-left: 10px
	}
	.filter-sort {
		flex-direction: row-reverse
	}
	.slider-down h3.yellow {
		font-size: 18px
	}
	.product-silder .item span {
		font-size: 14px
	}
	.filter-right {
		margin-top: 40px
	}
}
@media only screen and (max-width: 480px) {
	.slider-galeria img {
		width: 100%
	}
	.shop-btn-top, .prod-rate-top {
		width: 100%;
		margin-top: 20px
	}
	.shop-btn-top .shop-btn {
		width: 100%
	}
	.prod-more-btn {
		margin-top: 15px
	}
	.prod-name-img {
		width: 120px
	}
	.prod-price-top {
		width: calc(100% - 120px)
	}
	.pro-item {
		padding: 20px 10px
	}
	.desk-prod-text {
		display: none
	}
	.mob-prod-text {
		display: block!important;
		padding-bottom: 15px;
		width: 100%
	}

	.filter-cat-part .filter-title {
		margin-bottom: 20px;
		padding-top: 10px
	}
	.apply-text {
		margin-right: 0
	}
	.filter-acco-btn {
		flex-wrap: wrap
	}
	.filter-acco-btn .apply-text, .filter-acco-btn .btn, .reset-all-text {
		width: 100%
	}
	.apply-text, .filter-sort .dropdown label {
		margin-bottom: 15px
	}
	.filter-sort .dropdown {
		flex-wrap: wrap;
		width: 100%
	}
	.filter-sort .btn-secondary, .send-btn .btn-primary {
		width: 100%
	}
	.category-list .accordion-collapse {
		padding-left: 5px;
		padding-right: 5px
	}
	.navbar-brand, .nav-icons {
		padding-bottom: 20px
	}
	.text-part {
		margin-bottom: 15px
	}
	.navigations, .navigations-left {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.navigations-left a {
		margin-left: 0
	}
	.sub-part small {
		font-size: 12px
	}
	.form-group.email-search {
		display: flex;
		flex-direction: column;
		border: none
	}
	input.form-control.email-data {
		margin-bottom: 15px;
		border: 2px solid #ff6242;
		border-radius: 50px;
		text-align: center
	}
	.has-search .form-control {
		font-size: 14px
	}
	.foo-end {
		display: flex;
		justify-content: center;
		font-size: 12px
	}
	.search-data li {
		margin-bottom: 20px
	}
	.search-data ul {
		margin: 0
	}
	.privacy-part {
		padding-top: 150px
	}
	span.category-img-part {
		display: flex;
		align-items: center
	}
}
@media only screen and (max-width: 425px) {
	.prod-text-part h2 {
		font-size: 14px
	}
	button.btn.btn-secondary.sub-search.shop-btn {
		padding: 7px 9px
	}
	.desk-prod-text.prod-text-part h2, .prod-price h3 {
		font-size: 15px
	}
	.prod-info p, button.btn.btn-secondary.sub-search.shop-btn {
		font-size: 13px
	}
}
@media only screen and (max-width: 360px) {
	section {
		padding: 50px 0
	}
	.navbar-brand, .nav-icons {
		padding-bottom: 20px
	}
	.text-part {
		margin-bottom: 15px
	}
	.navigations, .navigations-left {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.navigations-left a {
		margin-left: 0
	}
	footer {
		padding-top: 40px
	}
	.sub-part {
		padding-top: 25px;
		border-top: 2px solid #ff6242
	}
	.sub-part small {
		font-size: 12px
	}
	.form-group.email-search {
		display: flex;
		flex-direction: column;
		border: none
	}
	input.form-control.email-data {
		margin-bottom: 15px;
		border: 2px solid #ff6242;
		border-radius: 50px;
		text-align: center
	}
	.has-search .form-control {
		font-size: 14px
	}
	.foo-end {
		display: flex;
		justify-content: center;
		font-size: 12px
	}
	.search-data li {
		margin-bottom: 20px
	}
	.search-data ul {
		margin: 0
	}
	.privacy-part {
		padding-top: 150px
	}
	.pri-title p {
		font-size: 14px
	}
	.privacy-text h5, .privacy-text h3 {
		font-size: 18px
	}
	.privacy-text p {
		margin-bottom: 10px;
		font-size: 14px
	}
	.pri-title h1 {
		font-size: 22px;
		margin-bottom: 10px
	}
	span.category-img-part {
		display: flex;
		align-items: center
	}
}
@media only screen and (max-width: 320px) {
	section {
		padding: 50px 0
	}
	.navbar-brand, .nav-icons {
		padding-bottom: 20px
	}
	.text-part {
		margin-bottom: 15px
	}
	.navigations {
		display: flex;
		margin-bottom: 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.navigations-left {
		display: flex;
		margin: 15px;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}
	.navigations-left a {
		margin-left: 0
	}
	.sub-part {
		padding-top: 25px;
		border-top: 2px solid #ff6242
	}
	.banner-text {
		padding-top: 90px
	}
	.title {
		font-size: 19px
	}
	.form-group.email-search {
		display: flex;
		flex-direction: column;
		border: none
	}
	input.form-control.email-data {
		margin-bottom: 15px;
		border: 2px solid #ff6242;
		border-radius: 50px;
		text-align: center
	}
	.has-search .form-control, .banner-text p {
		font-size: 14px
	}
	footer {
		padding-top: 40px
	}
	.sub-part small {
		font-size: 11px
	}
	.foo-end {
		display: flex;
		justify-content: center;
		font-size: 12px
	}
	.search-data li {
		margin-bottom: 20px
	}
	.search-data ul {
		margin: 0
	}
	.privacy-part {
		padding-top: 150px
	}
	.pri-title p {
		font-size: 14px
	}
	.privacy-text h5, .privacy-text h3 {
		font-size: 18px
	}
	.privacy-text p {
		margin-bottom: 10px;
		font-size: 14px
	}
	.pri-title h1 {
		font-size: 22px;
		margin-bottom: 10px
	}
	span.category-img-part {
		display: flex;
		align-items: center
	}
}
#cookies-policy.cookies_custom {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%);
	z-index: 1000;
	overflow: hidden
}
@media screen and (max-width: 768px) {
	#cookies-policy.cookies_custom {
		min-width: 90%
	}
}
.cookies__actions--row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px
}
#overlay-cookie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	z-index: 900
}
.cookies__alert-lm {
	background: #fff;
	border: 1px solid #e7e8e9;
	border-radius: 8px;
	box-shadow: 0 12px 12px -8px #00000014, 0 0 4px #0000000a;
	margin: 4%;
	max-height: 90%;
	max-width: 90%
}
img.mobile, img.mobile-w {
	width: 15px!important
}
img.hotel-booking, img.car-icon, img.hotel-booking-w, img.car-icon-w {
	width: 25px
}
.id-group-pulvinar {
	display: block;
	padding: 0
}
.id-group-pulvinar input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer
}
.id-group-pulvinar label {
	position: relative;
	cursor: pointer
}
.id-group-pulvinar label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #ff624233;
	padding: 10px;
	left: 3px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 12px
}
.id-group-pulvinar input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 11px;
	width: 7px;
	height: 15px;
	border: 2px solid #c0c0c0;
	border-width: 0px 3px 3px 0px;
	transform: rotate(40deg)
}
.id-group-pulvinar {
	padding-top: 7px
}
.mac-book h2 {
	display: flex;
	align-items: center
}
@media only screen and (max-width: 320px) {
	.filter-acco-btn {
		display: block
	}
	.filter-acco-btn .btn {
		width: 100%
	}
	.filter-acco-btn .reset-all-text {
		padding-top: 20px;
		padding-bottom: 20px
	}
	button.shop-btn {
		padding: 12px 32px
	}
	.card-btn .fa-chevron-right {
		padding-left: 6px
	}
	.card {
		box-shadow: unset;
		border-radius: 14px
	}
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
#social-buttons a {
	display: inline-block;
	margin: .125em;
	font-size: 1.5em;
	list-style: none
}
#social-buttons a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.section-groups {
	background: #c0c0c0;
	position: relative;

}
.fa-facebook, .fa-facebook-square {
	color: #3c599f
}
.fa-twitter, .fa-square-twitter {
	color: #00aced
}
.fa-x-twitter, .fa-square-x-twitter {
	color: #000
}
.fa-linkedin {
	color: #0085ae
}
.fa-telegram {
	color: #08c
}
.fa-whatsapp, .fa-square-whatsapp {
	color: #4fce5d
}
.fa-reddit {
	color: #ff4500
}
.fa-hacker-news {
	color: #f37022
}
.fa-vk {
	color: #375474
}
.fa-pinterest {
	color: #cb2027
}
.fa-get-pocket {
	color: #ee4056
}
.fa-evernote {
	color: #1fb655
}
.fa-skype {
	color: #01aef2
}
.fa-xing, .fa-square-xing {
	color: #00555c
}
.fa-share {
	color: #1977d4
}
.fa-envelope {
	color: #ea4445
}
