@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');


img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    font-size: 14px;  
    letter-spacing:1px;
    overflow-x: hidden;
    overflow-y: scroll  
}
 
button:focus {
    outline:none !important;
    box-shadow:none !important;
}

.button:focus {
    outline:none !important;
    box-shadow:none !important;
}

.hide{
    display:none !important;
}

.show{
    display:block !important;
}

.uppercase {
    text-transform:uppercase;
}

.new-font {
    font-family: 'Yellowtail', cursive;
    font-style: italic;
}

.dark-text{
    color: #3d3d3d;
}

.gold-text{
    color:#c49a6c
}

a:Hover {
    text-decoration: none;
}



.fw-300{
    font-weight:300
}
.fw-400{
    font-weight:400
}
.fw-500{
    font-weight:500
}
.fw-600{
    font-weight:600
}
.fw-700{
    font-weight:700
}



/** header **/


.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
}

.header-center {
    width: 100%;
}

span.phone a {
    color: #fff;
    font-size: 12px;
    padding: 0 13px;
    transition:300ms;
}

header span.phone a:hover{
    letter-spacing:4px;
}


.header-menu.no-mobile {
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    list-style:none;
    margin-top: -15px;
    
    }

.header-menu.no-mobile a{
    color:#fff;
    font-size:12px;
}

.header-link a {
    color: #c49a6c;
    font-size: 12px;
    font-weight: 600;
}

.header-link {
    border: 1px solid #c49a6c;
    border-radius: 15px;
    padding: 2px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:400ms;
}

.header-link:hover {
    background:#c49a6c;
    display:flex;
    transition:400ms;
}

.header-link:hover a{
    color:#000;
    transition:400ms;
}

.header-container.desktop.no-mobile {
    height: 125px;
    position: relative;
    background: #000000bd;
    z-index: 999999;
    border-bottom: 1px solid #c49a6c;
    transition:300ms;
}

.main-header.fixed-bar .header-container.desktop.no-mobile{
    height: 125px;
    position: fixed;
    z-index: 9999999999999999999999999999999999999; 
    width: 100%;
    top:0;
    background: #000000;
}


.header-logo .logo img {
    width: 300px;
    margin-bottom:-10px;
    padding-top: 20px;
}

.header-left {
    padding: 5px;
    margin-right: 20px;
    position: relative;
    top: -15px;
}

li.lang-li .language {
    color: #fff;
    z-index:999;
    padding-top:-40px;
    padding-left:3px;
    padding-right:3px;
    margin-top:20px;
    display:block;
    margin-bottom: -7px;
}

ul.dropdown-content.lang-ul {
    position: absolute;
    padding-left: 0px;
    margin-left: -5px;
    list-style: none;
}

.main-header .header-container ul li.lang-li a:hover {
    color: #c49a6c;
    padding-left:3px;
    padding-right:3px;
    transition:300ms;
}

.main-header.fixed-bar a.dropbtn.language {
    margin-top: 37px;
    display: block;
    position: relative;
}

.lang-ul{
    display: none !important;
    transition:300ms;
}

.lang-li:hover  .lang-ul{
    display: flex !important;
}

.lang-li {
    position: relative;
    display: flex;
    align-items: flex-end;
    text-align: center;
    z-index: 99999;
    justify-content: flex-end;
}

.lang-li a {
    transition:300ms;
}

.lang-li a:hover {
   color:#c49a6c
}

.lang-li .lang-ul {
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: -90px;    
    top: 23px;
}

a.dropbtn.language {
    border: 1px solid #c49a6c;
    padding: 7px;
    border-radius: 100%;
}


.fixed-bar .header-right.header-lang{
    display:none !important
}

.lang-li .lang-ul li{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
}

.lang-li .lang-ul li a{
    color:#fff;
    transition:300ms;
}

.lang-li .lang-ul li a:hover{
    color:#c49a6c
}

.header-lang .fa-angle-down{
    font-size: 14px;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    top: 22px;
    left: 33px;
    transition:600ms;
}

.lang-li:hover .fa-angle-down{
    top:25px;
}

.fixed-bar .lang-li .lang-ul {
    top: 40px;
}

.section-button.no-mobile {
    display: flex;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content:not(.mobile-lang-ul):not(.lang-ul) {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.521);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 120px;    
    transition: 300ms;

}
  
.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    transition: 300ms;
}
  
.dropdown-content:not(.lang-ul) a:hover {background-color: #00000080;}  
.dropdown li:hover .dropdown-content {display: block;}
  

.drop-angle{
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    color: rgba(0, 0, 0, 0.521);
    background-color: rgba(0, 0, 0, 0.521);
    width:40px;
    height:40px;
    position: absolute;
    top: -40px;
    left: 67px;
}

.header-menu.no-mobile .dropdown-content a {
    color: #fff;
    font-size: 12px;
     padding: 5px;
}


.header-container.desktop.no-mobile .dropdown-content .row {
    position: absolute;
    z-index: 99;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 390px;
    left: -12px;
}


.header-social.row a {
    color: #c49a6c;
    padding-left: 15px;
    transition:400ms;
}

.header-social.row .youtube:hover {
    color: #ff0000;
}

.header-social.row .twitter:hover {
    color: #1da1f2;
}

.header-social.row .facebook:hover {
    color: #3b5998;
}

.header-social.row .instagram:hover {
    color: #c32aa3;
}






/** header-end **/



/*** slider ***/


section.main-slider {
    margin-top: -250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-slider .slider-item {
    min-height: 768px;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;;
}

.main-slider .slider-item .box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    padding-top: 100px;
}


.main-slider .box span {
    font-size: 24px;
    padding: 10px 100px;
    font-weight: 700;
    margin-top: 16px;
    display: block;
}


.main-slider .slider-item .box .title {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: 3000ms;
    transform: translateY(200px);
    opacity:0
}

.main-slider .owl-item.active .slider-item .box .title {
    transform: translateX(0);        
    opacity: 1;
}

.section-button.no-mobile {
    display: flex;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    z-index: 9999;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.section-button.no-mobile button {
    border: none;
    background: none;
    color: #000;
    transition: 300ms;
}

button#main-slider-prev {
    display: block;
    position: absolute;
    left:0;
}

button#main-slider-next {
    display: block;
    position: absolute;
    right:0;
}

.section-button.no-mobile {
    width: 90px;
    height:28px
}

#main-slider-next:hover{
    color: #c49a6c;
}
#main-slider-prev:hover{
    color: #c49a6c;
}



svg {
    position: absolute;
    z-index: 99;
    margin-top: -70px;
    left: 42.9%;
    display: flex;
    justify-content: center;
    text-align: center;
}



/*** slider-end ***/


/*** main-about-end ***/

section.main-about {
    padding-top: 100px;
}

.main-about .about.row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
}

.main-about .about-title {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-left: -25px;
    background: #dbdfe7b3;
    background: -webkit-linear-gradient(to right, #dbdfe7b3, #ffffff00, #cac53100);
    background: linear-gradient(to right, #dbdfe7b3, #ffffff00, #cac53100);
    border-radius: 50px;
}


.main-about .about-title span {
    font-size: 24px;
    font-weight: 900;
    color: #3d3d3d;
}

.main-about .title-bottom span {
    font-size: 45px;
    font-weight: 300;
    margin-top: -25px;
    display: block;
}

.main-about .about-text {
    padding: 35px 0px;
}

.main-about .about-text p {
    font-weight: 500;
    color: #3d3d3d;
}

.main-about .about-items .row {
    justify-content: space-around;
    align-items: center;
}

.main-about .icon-title {
    font-weight: 900;
    font-size: 15px;
}



/*** main-about-end ***/



/*** main-blog ***/

.blog-titles .title {
    height: 60px;
    background: #fff;
    width: 250px;
    text-align: end;
    font-size: 25px;
    font-weight: 900;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 30px;
    background: #fff;
    background: -webkit-linear-gradient(to right, #dbdfe700, #ffffff26, #ffffff);
    background: linear-gradient(to right, #dbdfe700, #ffffff26, #ffffff);
}

.blog-titles .bottom-title {
    color: #fff;
    text-align: end;
    padding-right: 40px;
    font-size: 45px;
    margin-top: -25px;
}

.blog-top .row {
    display: flex;
    justify-content: space-between;
}


section.main-blog .blog-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog.box span {
    color: #fff;
}

.blog.box img {
    border: 4px solid #FFF;
    transition:300ms;
}

.blog.box:hover img {
    border: 4px solid #c49a6c;
    transition:300ms;
}


.blog.box .blog-date span {
    font-size: 11px;
    margin: 10px 0;
}

.blog.box span.title {
    /* margin-right: 35px; */
    display: flex;
    font-size: 18px;
	height: 50px;
}

.blog.box .blog-line {
    height: 3px;
    width: 75px;
    background: #c49a6c;
    margin: 5px 0;
}

.blog.box .blog-desc{    
    margin: 10px 0;
}

.blog.box a{
    color:#fff;
    font-weight: 500;
    font-size: 13px;
    transition:400ms;
}

.blog.box a:hover{
    color:#c49a6c;
}

section.main-blog .owl-dots {
    display: none !important;
}

.main-blog .blog.box img {
    border: 4px solid #FFF;
    transition: 300ms;
    height: 215px;
}


/*** main-blog-end ***/


/*** main-products ***/

.product-titles {
    z-index: 9999999;
}

.product-titles .title {
    height: 60px;
    width: 500px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    background: #ea3232;
    background: -webkit-linear-gradient(to right, #ea3232, #ea323275, #ffffff);
    background: linear-gradient(to right, #ea3232, #ea323275, #ffffff);
    border-radius: 50px;
}


.product-titles .title span{
    font-size: 25px;
    font-weight: 900;
}


.product-titles .bottom-title {
    padding-left: 25px;
    font-size: 45px;
    margin-top: -25px;
}


.main-products .box{
    transition: 400ms;
}

.main-products .box:hover .line{
    width: 125px;
}

.product-line .line{
    height: 6px;
    width: 65px;
    background: red;
    border-radius: 30px;
    margin-top: 75px;
    margin-bottom: 10px;
    position: relative;
    transition: 400ms;
}

section.main-products .box img {
    height: 300px;
    object-fit: contain;
}

section.main-products .box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.product-type {
    font-size: 11px;
    font-weight: 500;
    color: #949494;
}

.owl-dots span {
    display: block;
    height: 6px;
    width: 6px;
    background: #3d3d3d;
    margin-left: 2px;
    border-radius: 100%;
    transition: 400ms;
}


.owl-dots .active span {
    display: block;
    height: 6px;
    width: 25px;
    background: #01886c;
    margin-left: 2px;
    border-radius: 15px;
    transition: 400ms;
}

.owl-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:50px;
}


/*** main-products-end ***/






/**** home-shoppings ****/



.col-lg-6 {
    justify-content: end;
}


.home-image-titles {
    margin-top:20px;
}

.home-image-titles span {
    color: #fff;
}

.home-image-titles .title,
.home-image-titles .bottom-title {
    display: flex;
    justify-content: flex-end;
}

.home-image-titles .title span{    
    width:500px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    height:60px;
    border-radius:30px;
    background-blend-mode: overlay;
    background:#fabc0191;
    background: -webkit-linear-gradient(to right, #fabc0100, #fabc0100, #fabc0191);
    background: linear-gradient(to right, #fabc0100, #fabc0100, #fabc0169);
    padding-right:25px;
    font-size:28px;
    font-weight:700;
}

.home-image-titles .bottom-title span{
    padding-right:25px;
    font-size:45px;
    margin-top:-25px;
    color:#fc7b00
}

.row.shopping-areas {
    margin-top: 45px;
}

.row.shopping-areas .col-lg-4 {
    display:flex;
    align-items:center;
    justify-content:center;
}



@-webkit-keyframes shops {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes shops {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.shops:hover
{
    -webkit-animation: shops 1s ease;
    animation: shops 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/**** home-shoppings-end ****/




/**** home-contact ****/

section.home-contact {
    margin-top: -100px;
}

.home-contact-titles {
    margin-top:20px;
}

.home-contact-titles span {
    color: #fff;
}

.home-contact-titles .title,
.home-contact-titles .bottom-title {
    display: flex;
    justify-content: flex-end;
}

.home-contact-titles .title span{    
    width:400px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    height:60px;
    border-radius:30px;
    background-blend-mode: overlay;
    background:#c49a6c;
    background: -webkit-linear-gradient(to right, #fabc0100, #fabc0100, #c49a6c);
    background: linear-gradient(to right, #fabc0100, #fabc0100, #c49a6c);
    padding-right:25px;
    font-size:28px;
    font-weight:700;
}

.home-contact-titles .bottom-title span{
    padding-right:25px;
    font-size:45px;
    margin-top:-25px;
    color:#de322e
}

.home-contact p{
    font-size:14px;
    font-weight:500;
    color:#3b3b3b;
    width:300px;
    justify-content:flex-end;
    display:flex;
    text-align:end;
    letter-spacing:0;
   
}

.home-contact .contact-text{
    justify-content:flex-end;
    text-align:right;
    display: flex;
    padding-right: 25px;
    align-items: center;
    padding-top: 25px;
}

.home-contact .contact-p{
    justify-content:flex-end;
    text-align:right;   
}

.home-contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #4e5052;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 7px;
    transition:400ms;
}

.home-contact .form-control::placeholder{    
    color: #ced4da;
    transition:400ms;
}

.home-contact .form-control:focus{
    box-shadow: none !important;
}

.home-contact .form-control:focus::placeholder{
    letter-spacing: 2px;
}

.home-contact button.button.contact {
    border: none;
    width: 150px;
    height: 35px;
    margin-left: -15px;
    border-radius: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-weight: 600;
    color: #fff;
    background: #616161;
    border:1px solid #ffffff00;
    transition:400ms
}

.home-contact button.button.contact:hover {
    color: #616161;
    background: #61616100;
    border:1px solid #616161
}


/**** home-contact-end ****/

.return,
.footer-logo .logo,
.contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    margin: 75px;
}

.contact-icons {
    margin-bottom: 25px;
}

.footer-contacts {
    margin-bottom: 75px;
}

.footer-menu {
    margin-bottom: -75px;
}

section.footer .col-lg-4 {
    text-align: center;
}


.contact-address p {
    font-weight: 700;
}

.contact-phone a,
.contact-mail a {
    color:#000;
    font-weight:600;
    font-size:13px;
    transition:400ms;
}

.contact-phone a:hover,
.contact-mail a:hover {
    color:#767575;
    font-size:14px;
    letter-spacing:2px;
    transition:400ms;
}

.social a i {
    font-size: 25px;
    padding: 7px;
    color: #494956c4;
    transition:400ms;
}

.social a .youtube:hover {
    color: #ff0000;
}

.social a .twitter:hover {
    color: #1da1f2;
}

.social a .facebook:hover {
    color: #3b5998;
}

.social a .instagram:hover {
    color: #c32aa3;
}


.footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding-top:3px;
    background: #494956c4;
    border-radius: 25px;
    height: 50px;
}

.footer-menu li a{
    color:#fff;
    font-size:13px;
    font-weight:600
}

.footer-bottom{
    background: #c49a6c;
    height: 40px;
    display: flex;
    align-items: center;
}

.footer-bottom .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom span{
    font-size:12px;
    font-weight: 500;
    color:#fff
}

/**** footer-end ****/




/*** page-header ***/

.row.page-breadcrumbs {
    margin-top: 75px;
}

.page-banner {
    height: 450px;
    display: flex;
    margin-top: -125px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

strong.page-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.col-lg-12.bread-list {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    list-style: none;
}

.col-lg-12.bread-list li,
.col-lg-12.bread-list a{
    color:#fff;
    padding:2px
}

.menu-header{
    padding-left:20px;
    padding-bottom:10px;
    color:#c49a6c;
}

div#v-pills-tab {
    border-left: 2px solid #c49a6c;
}

.aside.nav#v-pills-tab {
    min-height: 350px;
    margin-bottom: 100px;
}

.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link,
.nav-pills .nav-link {
    color: #4d4d4d;
    background: none;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: 0;
    transition: 400ms;
}

.nav-link svg {
    z-index: 99;
    margin-top: -10px;
    left: 0% !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width:0;
    transition:400ms;
}

.nav-link:hover svg {
    width:100%;
    transition:400ms;
}

.aside.nav-pills .nav-link:hover {
    letter-spacing:1px;
}

section.corporate-page,
section.media-page {
    margin: 30px 0;
}

.page-content img {
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 1px 1px 6px #c3c3c3;
    margin:20px
}

section.corporate-page .menu-header strong {
    font-size: 20px;
}

.corporate-page .page-title strong {
    font-size: 18px;
    color: #4d4d5e;
}

.corporate-page .page-title strong:after {
    content:"";
    display:block;
    width:75px;
    height:1px;
    background:darkgrey;
    margin:10px 0 30px 0;
}

/**** page-header ***/


/**** contact-page ***/

.contact-us .form-control {
    background-color: #efefef;
    border: 0px solid #ced4da;
    border-radius: 25px;
    margin: 5px 0;
}

.contact-us .form-control::placeholder{
    color:#aaaaaa;
    font-size:14px;
    font-weight:500;
    padding-left:10px
}

a.btn.button.contact-page-button {
    height: 35px;
    background: #f22d38;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;    
    margin-top: 30px;
}

a.btn.button.contact-page-button button{
    background:none;
    border:none;
    color:#fff;
    font-weight: 700;
    transition:400ms;
}

a.btn.button.contact-page-button:hover{
    box-shadow: 1px 1px 5px #a13f3f;
}

.contact-left,.contact-right {
    min-height: 150px;
    margin-top:40px;
}

.contact-right{
    display:flex;
    text-align:end;
    justify-content:flex-end;
}

.contact-right span:after{
    content:"";
    width:100px;
    height:2px;
    background:#d9d9d9;
    display:flex;
    justify-content:flex-end;
    text-align:end;
    position:absolute;
    right:18px;
    margin-top:10px;
}

.contact-left .contact-form-title span:after{
    content:"";
    width:100px;
    height:2px;
    background:#d9d9d9;
    display:flex;
    justify-content:flex-end;
    text-align:end;
    position:absolute;
    left:15px;
    margin-top:10px;
}

.contact-left .contact-form-text{
    padding-top:30px
}

.contact-left .contact-form-text span{
    font-weight:500;    
}

.contact-form-title span,
.map-title span{
    font-weight:900;
    font-size:25px
}

.map-iframe{
    border-radius: 25px;
    box-shadow: 
        0 2.8px 2.2px rgb(0 0 0 / 3%), 
        0 6.7px 5.3px rgb(0 0 0 / 5%), 
        0 12.5px 10px rgb(0 0 0 / 6%), 
        0 22.3px 17.9px rgb(0 0 0 / 7%), 
        0 41.8px 33.4px rgb(0 0 0 / 9%), 
        0 100px 80px rgb(0 0 0 / 12%);
}

.contacts-row.row {
    display: flex;
    align-items: start;
    justify-content: space-around;
    margin:100px 0;
}

.contact-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-item-title .span-line{
    width:50px;
    height:2px;
    background:Red;
    display:block;
    position:absolute;
    top:35px
}

.contact-item-title span{
    font-size:25px;
    font-weight:800;
}

.contacts-row.row .col-lg-4 {
    text-align: center;
}

.contact-item-title {
    margin-bottom: 20px;
}

/**** contact-page-end ***/


/**** media-page ***/


.photo-content .col-lg-4 img {
    width: 245px;
    height: 245px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 30px;
    transition:300ms;
}

.photo-content .col-lg-4 img:hover {
    transition:300ms;
    box-shadow: 3px 3px 9px #9d9d9d;
}

section.media-page .page-title strong {
    font-size: 18px;
    font-weight: 900;
}

section.media-page .page-title strong:after {
    content:"";
    width:75px;
    height:2px;
    background:#bdbdbd;
    display:block;
    margin-bottom:20px
}


.file-content .title, 
.video-content .title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.file-content .title span, 
.video-content .title span {
    color:#c49a6c;
    font-weight:500;
    font-size:17px;
    transition:400ms;
}

.file-content .col-lg-3 .file{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:5px;

}

.file-content .col-lg-3:hover .title span, 
.video-content .col-lg-8:hover .title span:hover {
    text-shadow:1px 1px 2px #846748
}



/**** media-page-end ***/


/**** product-page ***/

section.product-page {
    margin-bottom: 100px;
}

.product-page .prod-box{
    transition: 400ms;
}

.product-page .prod-box:hover .line{
    width: 125px;
}

.product-line .line{
    height: 6px;
    width: 65px;
    background: red;
    border-radius: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
    position: relative;
    transition: 400ms;
}

.product-page .prod-box img {
    height: 225px;
    object-fit: contain;
}

.product-page .prod-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.product-page .product-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page span.product-type {
    font-size: 11px;
    font-weight: 500;
    color: #949494;
    top:-22px;
    position:relative;
    transition:400ms;
    opacity:0;
}

.product-page .prod-box:hover  span.product-type{
    top:0px;
    opacity:1;
}

/**** product-page-end ***/



/**** quality-page ***/

.quality-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 1px 1px 8px #9c9c9c;
}

.quality-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
}

.quality-title span{
    font-size:17px;
    font-weight:700;
}

.quality-title span:after{
    content:"";
    display:flex;
    align-items:center;
    text-align:center;
    justify-content:center;
    position:relative;
    width:100%;
    height:1px;
    background:#c49a6c;
}

.quality-item p {
    font-size: 12px;
    font-weight: 500;
    min-height: 175px;
}

/**** quality-page-end ***/


/**** blog-page ***/


section.blog-page,
section.blog_detail-page {
    margin: 50px 0;
}

section.blog-page img {
    width: 90%;
    object-fit: cover;
    border-radius: 24px;
    right: 0;
    position: relative;
}

section.blog-page .blog-image {
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.blog-title {
    height: 75px;
    display: block;
    align-items: center;
    padding-top: 3%;
    width: 90%;
    border-radius: 25px;
    margin-top:-25px;
    z-index:99999;
    position:relative;
    background: #d8ae80;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d8ae80, #341c01);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d8ae80, #341c01); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.blog-title span {
    color:#fff;
    padding-left:20px;
    font-size:13px;
    font-weight:600;
}

.col-lg-6.blog-item {
    margin-bottom: 40px;
}

p.blog-text.dark-text {
    margin-top: 20px;
    font-size:13px;
    font-weight:500;
}

.blog-more{
    color:#493d43;
    font-size:13px;
    font-weight:500;
    transition:400ms;
}

.blog-more:hover{
    letter-spacing:2px
}

.blog_detail-image {
    width: 500px;
    margin: 0 20px 20px 0;
}

.blog_detail-image img {
    object-fit:cover;
    border-radius:25px;
    box-shadow: 1px 1px 6px 0px #cacaca;
}

span.blog-detail-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top:5px;
    margin-bottom: 20px;
    display: block;
}

span.blog_detail-date {
    font-weight: 600;
    font-size: 13px;
}

section.blog_detail-page p {
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
}

/**** blog-page-end ***/


/**** product-detail-page ***/

section.product-page {
    margin-top: 50px;
}

strong.dark-text.detail-page-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #3d3d3d;
    margin-bottom: 20px;
}

strong.dark-text.detail-page-title {
    font-size:18px;
    font-weight:800
}

.detail-image-box {
    padding: 50px 75px 100px 75px;
    border: 1px solid #d6d6d6;
    border-radius: 25px;    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

img#main-product-image {
    height: 300px;
    object-fit: contain;
}

.col-lg-6.detail-desc-box p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.col-lg-6.detail-desc-box hr {
    margin:40px 0;
}

.col-lg-6.detail-desc-box .technical span{
     font-size: 13px;
    font-weight: 500;
}

.col-lg-6.detail-desc-box .technical strong{
     font-size: 13px;
    font-weight: 600;
}

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

.product-content ul#pills-tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product-content .nav-pills .nav-link.active, 
.product-content .nav-pills .show>.nav-link, 
.product-content .nav-pills .nav-link {
    color: #b5b5b5;
    background: none;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: 0;
    transition: 400ms;
}

.product-content .nav-pills .nav-link.active,
.product-content .nav-pills .nav-link:hover {
    color: #f53232;
    transition: 400ms;
}

.detail-image-box .row {
    position: absolute;
    bottom: -38px;
}

.detail-image-box .row .kg{
    background:#dbdbdb;
    border-radius:100%;
    height:76px;
    width:76px;
    margin:0 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:400ms;
}

.detail-image-box .row .kg:hover{
    background:#c49a6c;
}

.detail-image-box .row:not(:hover) .kg:first-child{
    background:#c49a6c;
}

.detail-image-box .row .kg span{
    font-size:13px;
    font-weight:600;
    color:#fff;
    letter-spacing:0;
}

.product-content .tab-pane span,
.product-content .tab-pane p {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight:600;
    color:#464646;
}

.product-content .tab-pane p {
    color:#5f5f5f;
}

.product-content .tab-pane strong {
    font-size: 12px;
    letter-spacing: 0px;
    font-weight:800;
    padding-left:10px
}

div#v-pills-tab.buy,
div#v-pills-tab.contact-nav {
    border-left: 2px solid #c7c7c7;
}

div#v-pills-tab.buy .menu-header strong,
div#v-pills-tab.contact-nav .menu-header strong {
    font-size:20px;
    font-weight:700;
    color:#c7c7c7;
}

.product-page div#v-pills-tab{
    font-size:20px;
}

/**** product-detail-page-end ***/


.footer-logo .logo img {
    height: 100px;
}

section.main-products .box .title span {
    color: #060606;
    transition:400ms;
}

section.main-products a:hover .box .title span {
    color: #c49a6c;
    transition:400ms;
}



section.main-products .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top:-250px;
    position:relative;    

}

section.main-products .owl-nav .owl-prev{
    margin-left:-30px;
}

section.main-products .owl-nav .owl-next{
    margin-right:-30px
}


section.main-products .owl-nav span{
    font-size:30px;
    font-weight:800;
    color:#c49a6c;
    border-radius:100%;
    transition:400ms;
    padding:0 11px;
}

section.main-products .owl-nav span:hover{
    font-size:30px;
    font-weight:800;
    background:#c49a6c;
    color:#fff;
    border-radius:100%;
    transition:400ms;
}

.product-content table,
.product-content table td{
	border:none;
}


.product-content table{
    border: 1px solid #e3e3e3;	
	font-size: 13px;
    font-weight: 500;
}
	

.kg.kg-img {
    cursor: pointer !important;
}

	
	
	
.fancybox-container {
    z-index: 999999999999999 !important;
}
	