.d-table-cell {
    display: table-cell!important;
}
.align-middle {
    vertical-align: middle!important;
}
.bg-secondary {
    background: #f96768 !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: #fff !important;
}
.center-flex{
	justify-content: center;
    align-self: center;
}
.grey_block{
	background: #f8f8f8;
    padding-bottom: 30px;
    padding-top: 30px;
}
.overflow-hidden {
    overflow: hidden !important;
}
.can-flex {
    display: flex;
    flex-wrap: wrap;
}
.panel-default{border: none}
.butn{
	background-color: #fb9a27;
    padding: 10px 28px 10px 28px !important;
    border: none;
    color: #ffffff !important;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 4px;
    text-transform: uppercase;
	position: relative;
	font-size: 18px;
	display: inline-block;
}
	
.butn .icn-arrow {
    color: #ffffff;
    top: 16px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 16px;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}
.butn .icn-arrow.before {
    left: 15px;
    position: absolute;
    transform-origin: left center
}
.butn .icn-arrow.after {
    opacity: 0;
    position: absolute;
    right: 15px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center
}
	
.butn:hover {
    background-color: #fb9a27;
    color: #ffffff !important;
    padding: 15px 55px 15px 30px
}
.butn:hover .icn-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1)
}
.butn:hover .icn-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1)
}
#contactList a { 
    font-weight: 600;
    font-size: 14px;
}
.lst_title{
	font-size: 23px !important;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: justify;
    text-shadow: 3px 0 3px rgb(0 0 0 / 30%);
    font-family: 'Livvic', sans-serif;
}
.icat {
    position: relative;
    margin-bottom: 20px;
}
.icat .stitle{
	color: #4b4b4b;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
}
.icat h3.title{
    display: block; 
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #464646;
}
#topcontrol {
    bottom: 35px;
    cursor: pointer;
    padding: 4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    z-index: 9998;
}
#topcontrol:hover span {}
#topcontrol:hover i {
    color: #c83200;
}
#topcontrol span {
    display: block;
    text-align: center;
    position: relative;
}
#topcontrol i {
    font-size: 40px;
    color: #1165d0;
    width: 45px;
    height: 74px;
    line-height: 45px;
    text-align: center;
    animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
    background: url(../images/to-top.png) no-repeat center 0;
}
.filter-box-product{
	margin: 2rem 0 2rem 0;
    padding: 0 1.5rem 2rem;
    border: solid #bdb8b8;
    border-width: 2px;
    transition: all .3s ease-in-out;
}
.filter-box-product > h2{
	color: #0083cb;
    margin-top: 1rem;
    margin-bottom: -0.5rem;
}
.filter-box-product .sub-groups label{
	position: relative;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-block{
	border: 1px solid #ccc;
	background-color: #fff; 
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-block .contactList li{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #6f6e6e;	
}
.panel-block .contactList li.icall span{color: #cd0117;}
.relates_product{
	padding: 0;
    margin: 0;
    position: relative;
	padding-top: 10px;
}
.product-list-wrap {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 6px;
    min-height: 2rem;
}
 .product-list__subcategories {
    border-bottom: 1px solid #eff1f3;
    margin: 0;
    padding: 0 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
}
.product-list__subcategories a {
    text-transform: uppercase;
    position: relative;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #706c6c;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 7px 10px;
    text-align: center;
}
.product-list__subcategories a:hover{color: #fff;
    background: #0c90c5;}
.product-list__subcategories a:before {
    content: "";
    display: block;
    width: 1rem;
    
    position: absolute;
    top: 7px;
    left: 0;
} 
#topcontrol i:before {
    content: "";
}
#footer #contactList em.fa {
    color: #f96768;
    font-size: 15px;
}
.footer-bar{
	position: relative;
	overflow: hidden;
}
#footer .border-top {
    border-top: 1px solid rgba(167, 180, 201, 0.2) !important;
}
.mb-footer li a::before{
	content: '\f101';
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 16px;
	color: #f96768 !important;
} 
.mb-footer li a{
	position: relative;
    line-height: 28px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}
.footer-links a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.15);
    left: -4px;
    z-index: 17;
    display: block;
    top: 6px;
}
.footer-links a:first-child:before {
    background: transparent !important;
}

/*shop*/
.stc-list-products .item_product_main{
	margin: 0 8px 10px 0;
    background: #fff;
    box-shadow: 0 4px 6px #00000029;
	border: 1px solid #cccccc85; 
    position: relative;
    padding: 5px;
	-moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc38;
	    border-radius: 8px;
}
.stc-list-products .item_product_main:hover{
	border: 1px solid #e5e1e185;
}
.stc-list-products .product-thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.stc-list-products .product-thumbnail a.image_thumb {
    display: flex;
    align-items: center;
    justify-content: center; 
}
.stc-list-products .product-thumbnail a.image_thumb img{
	max-width: 100%;
	height: auto;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.stc-list-products .item_product_main:hover a.image_thumb img{
	transform: scale(1.1);
}

.stc-list-products .product-info .product-name{
	padding: 0 6px;
    font-family: 'Arial';
    text-overflow: ellipsis;
    overflow: hidden;
    color: #323c42;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 18px;
    height: 36px;
}
.stc-list-products .product-info .product-name a{
	color: #323c42;
}
.stc-list-products .product-info .price-box {
    color: #eb3e32;
    line-height: 23px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 0;
    padding-right: 30px;
    height: 47px;
}
.stc-list-products .product-info .price-box .discounts_money{
	text-decoration: line-through;
    font-size: 13px;
    color: #9e9e9e;
    line-height: 17px;
    font-weight: 300;
    display: block;
    padding: 0 5px;
}
.action-cart{
	position: absolute;
    bottom: 0;
    right: 0;
}
.action-cart .btn-views{
	height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 6px;
    padding: 0;
    width: 30px;
    box-shadow: none;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: transparent;
    margin: 0 3px;
    position: relative;
}
.action-cart svg{
	width: 20px;
    height: 20px;
    filter: opacity(0.4);
}
.panel-heading-product{
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}
.panel-heading-product span{
	text-align: left;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    color: #5b5b5e;
    background: #fff;
    z-index: 9;
    padding: 0 10px;
}
.panel-heading-product:after{
	display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #00000069;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.block__promo.pro-gift {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 8px 15px 5px 28px;
    background: #fffcf370;
    border: 1px solid #e0e0e0;
}
.block__promo .pr-content:before{
	content: '';
    margin-left: -20px;
    background: url(../images/check@2x.png);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 0;
    float: left;
    margin-top: 2px;
}
.product_short_info .info-hometext li{
	padding-left: 28px;
    border-bottom: none;
	position: relative;
	font-size: 15px;
}
div#content_detail-1 {
    font-size: 16px;
	line-height: 27px;
   clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.product_short_info .info-hometext li:before{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    color: #0c90c5;
}
.product-detail  h1.title_prop {
    font-size: 2.6rem;
}
.panel-shop-details .product_info .money{
	font-size: 22px;
    color: #ec1d25;
    display: inline-block;
    vertical-align: middle;
    font-family: Montserrat,sans-serif;
}
.info-style-01 {
    position: relative;
    margin-top: -80px;
    padding: 15px 0; 
    background: transparent;
	overflow: hidden;
}
.info-style-01 .flip-box {
    height: 220px;
    perspective: 1000px;
	margin: 5px;	
}
.info-style-01 .flip-box-inner {
    position: absolute;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%
}
.info-style-01 .flip-box-inner h4{
	font-weight: 500;
    font-family: 'Livvic', sans-serif; 
    font-size: 20px;
}
.info-style-01 .flip-box-front {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    display: table;
    height: 100%;
    width: 100%
}
.info-style-01 .flip-box .flip-box-inner .flip-box-front .icon-wrapper {
    position: relative;
    display: inline-block;
    background-color: #fb9a27;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 25px
}
.info-style-01 .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
}
.info-style-01 .flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden
}
.info-style-01 .flip-box-back {
    background-color: #fb5252;
    color: #fff;
    transform: rotateY(180deg);
    height: 220px;
    display: table
}
.cover-image-sub{
	background: url(../images/banner10.jpg) center center;
	background-size: cover !important;
    position: relative;
    width: 100%;
	color: #fff;
}
.cover-image-sub:before {
    background-color: rgb(240 103 106 / 94%) !important;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
}

.link-btn {
    position: relative;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #03228f;
    transition: all .3s ease-in-out;
    display: inline-block
}
.link-btn.white {
    color: #ffffff
}
.link-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    font-weight: 600;
    transition: .5s;
    opacity: 1
}
.link-btn:after {
    content: "";
    position: absolute;
    left: -40px;
    right: unset;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f061";
    font-weight: 600;
    transition: .5s
}
.link-btn:hover:before {
    right: -60px;
    opacity: 0
}
.link-btn:hover:after {
    left: 0;
    opacity: 1
}
.link-btn .link-text {
    transition: .5s;
    padding-right: 25px
}
.link-btn:hover .link-text {
    padding-left: 25px;
    padding-right: 0
}
.text-secondary{
	color: #fb9a27 !important;
	font-size: 18px;
    font-weight: 600;
}
.title_web{
	font-size: 32px;
}
.show_quick_about .s_des {
    text-align: left;
    color: #54595f;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.show_quick_about .s_image img{
	max-width: 100%;
    height: auto;
}
blockquote {
    padding: 20px 9px 20px 25px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #ff7d2a;
    box-shadow: 0px 10px 30px 0px rgb(17 12 79 / 10%);
    font-family: "Merriweather", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
	margin-top: 14px;
}
.menu-style-01 .col-inner, .cover-image-sub .col-inner{
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    padding: 10px; 
    line-height: 20px; 
	margin-bottom: 20px;
}
.menu-style-01 .ict-box-img, .cover-image-sub .ict-box-img {
    width: 60px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
	position: relative;
}
.cover-image-sub .ict-box-img{
	line-height: 70px;
    background: rgb(255 255 255 / 16%);
    text-align: center;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.menu-style-01 .ict-box-img img {
	position: relative;
    display: block;
    margin: 0px auto 6px;
    overflow: hidden;
    margin-right: 6px;
    max-width: 60px;
    height: auto;
}
.menu-style-01 .ict-box-text, .cover-image-sub .ict-box-text {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 1em;
}
.menu-style-01 .ict-box-text h4{
	font-family: "Open Sans",sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
    color: #505050;	
}
.menu-style-01 .ict-box-img:before{
	content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 30px;
    border-radius: 50%;
    border: 1px solid #fb9a27;
    height: 75px;
    width: 75px;
    animation: pulse-border 1500ms ease-out infinite;
}
.menu-style-01 .ict-box-img:after{
	content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 30px;
    border-radius: 50%;
    border: 1px solid #fb9a27;
    height: 60px;
    width: 60px;
    animation: pulse-border 1500ms ease-out infinite;
}
.fn-zirkon {
    font-size: 24px;
    text-transform: uppercase;
    position: relative; 
    color: #1a3f5e;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 36px;
    background: url(../images/bg_name.png) no-repeat center 26px;
}
.location-banner {
    height: 350px;
    margin-bottom: 30px;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	margin: 12px 6px;
}
.lct-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.info-city {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    padding: 25px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #272726 100%);
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-webkit-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}
.info-city h3 {
    margin-top: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
.location-banner:hover .lct-item {
    -webkit-transform: scale(1.1) rotate(-0.7deg);
    -moz-transform: scale(1.1) rotate(-0.7deg);
    -ms-transform: scale(1.1) rotate(-0.7deg);
    -o-transform: scale(1.1) rotate(-0.7deg);
    transform: scale(1.1) rotate(-0.7deg);
}
.block_location{
	position: relative;
	overflow: hidden;
    margin: 20px 0;
}
.fn-zirkon span {
    background: #fff;
    padding: 8px 17px;
}
.mxt_star {
    background: url(../images/three-star.png) no-repeat top center;
    width: 100%;
    height: 12px;
    margin-bottom: 10px;
}
.clamp_one{
	text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 29px;
}
.page-title-section:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
	background: #03228f;
	opacity: 0.7;
} 
.page-title-section {
    padding: 150px;
    text-align: center;
}
.page-title-section h1 {
    font-size: 64px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
	font-weight: 600;
}
.cover-background {
    position: relative !important;
	background-image: url(../images/bg-19.jpg);
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.faded-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: -50px;
    text-align: center;
}
.faded-text .f-text {
    position: relative;
    display: block;
    text-transform: uppercase;
}
.faded-text .f-text span {
    font-size: 165px;
    color: rgba(255,255,255,0.05);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.15);
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    color: #f0f9ff;
	font-family: 'Ubuntu', sans-serif;
}
.box-shadows {
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.loadContactForm .form-control{
	min-height: 46px;
    border-radius: 4px;
}
.loadContactForm label{font-weight: 500;}

 
.d-none {
    display: none !important
}
.d-inline {
    display: inline !important
}
.d-inline-block {
    display: inline-block !important
}
.d-block {
    display: block !important
}
.d-table {
    display: table !important
}
.d-table-row {
    display: table-row !important
}
.d-table-cell {
    display: table-cell !important
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-shrink-0 {
    flex-shrink: 0!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}
.fs-2{
	font-size: calc(2.325rem + .9vw)!important;
    font-weight: normal;
}

.section-heading5{
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.section-heading5 h2.title{
	position: relative;
    line-height: 45px;
    font-size: 34px;
    width: 50%;
    font-weight: 600;
    margin: 0 auto;
    text-transform: capitalize;
}
.section-heading5 .divider{
	height: 5px;
    width: 90px;
    background: rgba(15,49,134,0.14);
    margin: 20px auto 0;
    position: relative;
    border-radius: 30px;
}
.section-heading5 .divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #03228f;
    border-radius: 50%;
    background: #fb9a27;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: circle1;
}
.section-heading5 .divider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #03228f;
    border-radius: 50%;
    background: #fb9a27;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: circle2;
}

.date-blog {
    position: absolute;
    padding: 6px;
    border-radius: 3px;
    bottom: 15px;
    right: 15px;
    color: #fff;
    text-align: center;
}
.blog_box img{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover !important;
	object-fit: cover;
}
#get-quote{
	padding: 19px 0;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase; 
	position: relative;
    z-index: 99;
	text-align: center;
	    color: #000;
    background-color: #feb600;
	    -webkit-box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 6px 7px rgba(0, 0, 0, 0.25);
}
.get-a-quote a {
    font-weight: 500;
    text-decoration: underline;
	transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}
.get-a-quote:hover a {
    padding-left: 10px;
}
.move-top {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    transform: rotate(45deg);
    margin: 0px auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: -1;
	background-color: #feb600;
}
.move-top i {
    transform: rotate(-45deg);
    font-size: 18px;
}
#icat_category .icat_sub{
	background: #0b53ff;
    background: -webkit-gradient(linear,left top,right top,from(#0b53ff),to(#4ae5e9));
    background: -webkit-linear-gradient(left,#0b53ff 0,#4ae5e9 100%);
    background: -o-linear-gradient(left,#0b53ff 0,#4ae5e9 100%);
    background: linear-gradient(90deg,#0f93c8 0,#0d7daa 100%);
    position: relative;
    z-index: 1;
    padding: 80px 0;
    color: #fff;
    font-size: 18px;
    padding-top: 48px;
    overflow: hidden;
}
#icat_category h3.title{
	color: #fff!important;
    font-family: Poppins,Sans-serif;
    font-size: 27px!important;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
#icat_category .others_products{
	background-color: #fff;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: -65px;
    margin-bottom: 50px;
    z-index: 999;
    -webkit-box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
    padding: 13px 10px;
	padding-bottom: 30px;
}
.thumbnail-gr p.price {
    font-size: 15px;
    border-radius: 7px;
    border: 1px solid #959595;
    height: 29px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    line-height: 16px;
    width: 100%;
    padding: 6px 15px;
    text-align: center;
}
#icat_category .thumbnail-gr{
	margin: 24px 5px 9px;
    border: 1px solid #dad9d9;
    box-shadow: 8px 10px 0 0 rgb(5 17 22 / 4%); 
}
#icat_category .others_products ul{padding: 0; margin: 0;}
.slick-slide .img-box img{
	transition: ease 300ms;
    transform: scale(1);
}
.background-wave-shape {
    position: absolute;
    top: -83px;
    right: -77px;
    opacity: .03;
    z-index: -1;
}
.background-wave-shape img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* BLOCK PRODUCT CENTER */
.product_center_wrap {
    position: relative;
}
.product_center_wrap .product_center_slide{
	background: #fff;
}
.product_center_wrap .product_center_slide .grpr{
	-webkit-box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	    margin: 10px 6px;
}
.product_center_wrap .controls {
    list-style: none;
    padding: 0;
    margin: 0;
    outline: 0;
    opacity: 0.1;
}

.product_center_wrap:hover .controls {
    opacity: 0.8;
}

.product_center_wrap .controls li {
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -15px;
    top: 50%;
}

.product_center_wrap .controls li.prev-button {
    left: 10px;
}

.product_center_wrap .controls li.next-button {
    right: 10px;
}

.product_center_wrap .controls li span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    outline: 0;
}

.product_center_wrap .items {
    text-align: center;
	border: 1px solid #ebebeb;
    border-radius: 5px; 
    overflow: hidden;
    background: rgb(255, 255, 255);
    -moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 8px 12px 0 #cccccc38; 
}
.dblock .product-thumbnail img{
	border-radius: 5px; 
}
.product_center_wrap .dblock {
    padding-bottom: 10px;
}
.product_center_wrap .dblock .money{font-size: 16px;}

.product_center_wrap .img {
    display: block;
    margin-bottom: 10px;
}
.product_center_wrap .items:hover{
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    z-index: 2;
	border: 1px solid #dad9d9;
}
.product_center_wrap .items:hover .product-thumbnail{
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.product_center_wrap .items:hover .product-name a{
	    color: #f1592a;
}
.product_center_wrap .items .thumbnail {
    display: inline-block;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.dblock {
	padding: 10px;
}
 
.dblock .product-thumbnail{
	-webkit-transition: .3s;
    transition: .3s;
}
.dblock:hover .product-thumbnail{
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.dblock .product-name{ 
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dblock .price .money{
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
	padding-top: 0;
} 
/*facebook img*/
.fcb_kimg {
    position: relative;
    background-color: #446084;
    min-height: 130px; 
    display: block;
    overflow: hidden;
	max-width: 380px;
}
.fcb-bg .fill{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.fcb-bg .bg-fill{
	background-image: url(../images/fbsan.jpg);
	transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
	background-size: cover;
    background-repeat: round;
}
.fcb-bg .bg-effect{
	background-image: url(../images/confetti1.png),url(../images/confetti2.png);
    animation: confetti 10s linear infinite;
}
.fcb-button{
	background-color: #446084;
    position: absolute;
    left: 36%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    font-size: 10px;
}
.hname a{
	background-color: #00aae7;
    color: #fff !important;
    padding: 1px 10px;
	margin-top: 10px;
	display: inline-block;	
}
.hlike{
	background-color: #00aae7;
    color: #fff;
    padding: 1px 10px;
    font-size: 10px;
}
.fcb_layer .avatar img{
	max-width: 100%;
    padding: 10px;
    background: #ffffffa6;
    margin: 4px;
}
.title-editorpick .block-heading{
	font-size: 18px;
    font-weight: 700;
    color: #212529;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
}
.title-editorpick .block-heading:after{
	content: '';
    width: 50%;
    height: 4px;
    background: -webkit-linear-gradient(80deg, #be1e2d 0%, #be1e2d 100%);
    position: absolute;
    left: 0;
    bottom: -2px;
    border-radius: 3px;
}
.title-editorpick .block_tophits li{border-bottom: 1px solid rgba(0,0,0,.1);}
.title-editorpick .block_tophits li:last-child{border-bottom:none;}
.title-editorpick .block_tophits a.show{
	font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    margin-bottom: 8px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.title-editorpick .block_tophits li a:hover{color: #bd1d2c;}
.br-0 {
    border-radius: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.border-0 {
    border: 0 !important;
}
.top-search {
    background: #428bca !important;
	padding: 4px 30px;
	display: none;
}
.top-search input.form-control{
	background: #428bca !important;
    border: none;
    color: #fff;
    box-shadow: none;
	height: 40px;
    padding: 0 15px;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.top-search input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ececec;
  opacity: 1; /* Firefox */
}
.top-search .input-group  {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.top-search .input-group-btn{
	display: inline-flex;
    margin: 0;
    z-index: 2;
	width: 32px;
}
.owl-carousel{
	position: relative;
	overflow: hidden;
}


@media (min-width: 1200px){
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 140px 0
    }
    .page-title-section h1 {
        font-size: 58px
    }
    .faded-text .f-text span {
        line-height: 170px
    } 
	.fs-2{
		font-size: 4rem!important;
		font-weight: normal;
	}
}
	
@media screen and (max-width: 992px) {
    .faded-text .f-text span {
        font-size: 148px
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 130px 0
    }
    .page-title-section h1 {
        font-size: 48px
    }
    .faded-text .f-text span {
        font-size: 80px;
        line-height: 160px
    }
	.attr-nav-right{
		float: left;
		margin-right: 22px;
	}
	.navbar-header .navbar-toggle{ 
		padding: 0;
		border-radius: 0;
		position: absolute;
		right: 0;
		top: 13px;
		cursor: pointer;
		z-index: 12399994;
		border: none;
	}
}
@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 95px 0
    }
    .page-title-section h1 {
        font-size: 42px
    } 
    .faded-text .f-text span {
        display: none
    }
	.panel-forms{
		padding: 1.2rem;
		margin: 15px 0px;
	}
}


 
@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}
@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@keyframes confetti {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
@-webkit-keyframes floating {
     0% {
         -webkit-transform: translateY(-8px)
     }
     50% {
         -webkit-transform: translateY(0)
     }
     100% {
         -webkit-transform: translateY(-8px)
     }
 }
 
 @-moz-keyframes floating {
     0% {
         -moz-transform: translateY(-8px)
     }
     50% {
         -moz-transform: translateY(8px)
     }
     100% {
         -moz-transform: translateY(-8px)
     }
 }
@keyframes circle1 {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}
@keyframes circle2 {
    from {
        right: 0
    }
    to {
        right: 100%
    }
}
@media (min-width: 768px){
	 .col-768-1{
        width: calc(100%/1 - 20px );
        margin: 10px;
     }
    
    .col-768-2{
        width: calc(100%/2 - 20px );
        margin: 10px;
     }
     
     .col-768-3{
        width: calc(100%/3 - 20px );
        margin: 10px;
     }
     
      .col-768-4{
        width: calc(100%/4 - 20px );
        margin: 10px;
     }
     
      .col-768-5{
        width: calc(100%/5 - 20px );
        margin: 10px;
     }
     
      .col-768-6{
        width: calc(100%/6 - 20px );
        margin: 10px;
     }
}

@media (min-width: 992px){
	.col-1200-1{
        width: calc(100%/1 - 20px );
        margin: 10px;
     }
    
    .col-1200-2{
        width: calc(100%/2 - 20px );
        margin: 10px;
     }
     
     .col-1200-3{
        width: calc(100%/3 - 20px );
        margin: 10px;
     }
     
      .col-1200-4{
        width: calc(100%/4 - 20px );
        margin: 10px;
     }
     
      .col-1200-5{
        width: calc(100%/5 - 20px );
        margin: 10px;
     }
     
      .col-1200-6{
        width: calc(100%/6 - 20px );
        margin: 10px;
     }
}