html {
scroll-behavior:smooth;
}

.opero-row-overflow-hidden{overflow:hidden;}

.nav-placeholder {
    display: none;
}

span strong {
    color: #c9ab69;
  	font-size: 14px;
}

html {
  overflow-x: hidden;
}

body {
    letter-spacing: 0px!important;
}

:focus {
    outline: none !important;
}
@media(max-width:991px){
#sp-main-body {
    padding: 50px 0px;
}}
@media(max-width:991px){
h1 {font-size: 30px !important;}
h2 { font-size: 30px !important; }
h3 { font-size: 24px !important; }
h4 {font-size: 25px !important;}
h5 { font-size: 20px !important; }
h6 {font-size: 14px !important;}
body { font-size: 14px !important; }
h3.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 18px!important;}
}

@media(max-width:991px){
h2.sppb-addon-title {
    font-size: 27px !important;
}}
.com-sppagebuilder.view-page label {
    color: #000;
}
/*top-bar*/
#sp-top-bar {
    background: #000;
    color: #ffffff;
    font-weight: 500;
}
#sp-top-bar .sp-module {
   display: inline-block;
   margin: 0 0 0 20px;
}
.cls-login a {
    color: #fff;
  transition: 0.3s;
}
.cls-login a:hover {
    opacity: 0.7;
}
div#sp-top1 {
    text-align: right;
    padding: 0px !important;
    padding-right: 15px !important;
}

.cls-login {
    line-height: 1;
}
@media(max-width:768px){
#sp-top-bar {
    padding: 5px !important;
  }}

/*-------------------------
   row-padding
--------------------------*/
.x-padding-top {
    padding-top: 80px!important;
}
@media screen and (max-width: 991px){
.x-padding-top {
    padding-top: 50px!important;
}}

.x-padding-bottom {
    padding-bottom: 80px!important;
}
@media screen and (max-width: 991px){
.x-padding-bottom {
    padding-bottom: 50px!important;
}}
.x-padding-both {
    padding: 80px 0 80px 0!important;
}
@media screen and (max-width: 991px){
.x-padding-both {
    padding: 50px 0 50px 0!important;
}}



/*zindex*/
.zindex0{z-index:0!important;}
.zindex1{z-index:1!important;}
.zindex2{z-index:2!important;}
.zindex3{z-index:3!important;}
.zindex10{z-index:10!important;}
.zindex20{z-index:20!important;}




/**************menu********************/
@media(max-width:991px){
header#sp-header {
    height: 60px !important;
}
#sp-logo {
    height: 60px !important;
}
div#sp-menu {
    float: right;
}
#sp-header .logo a {
    display: block;
}
header#sp-header.menu-fixed-out a#offcanvas-toggler {
    line-height: 65px;
}
}

/*start of 991px menu*/
@media screen and (min-width:991px) and (max-width:992px){
ul.sp-megamenu-parent.menu-fade.hidden-sm.hidden-xs {float: left;}

div#sp-logo {width: 20%;}

div#sp-menu {width: 48%!important;}

div#sp-top3 {width: 15%;}

.hikashop_filter_button_inside {/* line-height: 65px; *//* right: -23px; */}

div#sp-search-bar {line-height: 64px;}

a.dropdown-toggle {line-height: 70px!important;}

div#hikashop_cart_module {line-height: 75px;}

header#sp-header {height: 75px;padding: 0 0px 0 20px;}

#sp-header.menu-fixed {height: 75px;}

}

header#sp-header {
    background: rgb(0 0 0 / 50%);
  	margin-top:-1px;
}
/*end of 991px menu*/

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: -2px;
    left: 100%;
}

@media(min-width:992px){
.sp-megamenu-parent {float: initial;text-align: right;margin-left: 40px!important;right: 40px;position: relative;}}

#sp-menu {text-align: center;}
#sp-header .sp-megamenu-parent >li >a, #sp-header .sp-megamenu-parent >li >span {
    line-height: 75px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: inherit;
    font-family: 'gothamlight';
    text-transform: uppercase;
}
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
#sp-header {box-shadow: 0 3px 3px rgba(0,0,0,0.05);background: #fff;}


/*-----------------------------------------------------------------------
                               tablet
-------------------------------------------------------------------------*/
@media screen and (min-width:991px) and (max-width:1038px){
#sp-header .sp-megamenu-parent >li >a, #sp-header .sp-megamenu-parent >li >span {
    line-height: 75px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: inherit;
  }}

@media(max-width:1250px){
#sp-header .sp-megamenu-parent >li >a, #sp-header .sp-megamenu-parent >li >span {
    font-size: 12px;
}}
@media(max-width:1100px){
#sp-header .sp-megamenu-parent >li >a, #sp-header .sp-megamenu-parent >li >span {
    font-size: 11px;
    padding: 0px 8px;
}}
@media(max-width:1000px){
#sp-header .sp-megamenu-parent >li >a, #sp-header .sp-megamenu-parent >li >span {
    font-size: 10px;
    padding: 0px 6px;
}}

/*end of menu*/

/*hover menu*/
.sp-megamenu-parent >li {
    position: relative;
}

.sp-megamenu-parent >li:before {
    content: '';
    background: #fff;
    height: 0px;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;transition:0.5s ease;
    margin: auto;
}

.sp-megamenu-parent >li:hover:before {
    content: '';
    background: #BD9861;
    height: 22px;
    width: 2px;
    transition:0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.sp-megamenu-parent li.active:before {
    content: '';
    background: #BD9861;
    height: 22px;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    transition:0.5s ease;
    margin: auto;
}

.sp-megamenu-parent li.active .sp-dropdown-inner li.sp-menu-item.current-item.active:before {
display:none;
}



/* menu hover line*/





/*menu icon*/
i.fa.fa-bars{position:relative;transform: scale(0.37);transform-origin: top left;}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: url(/images/0-opero/others/menu-icon.png)!important;
    transform: scale(0.2);
    transform-origin: top left;
    position: absolute;
    margin-top: -66px;
    left: -75px!important;
    filter: invert(1);
}



/*my-account dropdown style*/
.dropdown-menu {
    right: 0;
    top: 72px;
    left: unset !important;
    background: #000;
    z-index:  !Important: ;
}
.open>.dropdown-menu li >a {
    padding: 5px 10px;
    line-height: 1.8;
}
ul.cls-dropdown-menu.dropdown-menu a {
    color: #fff!Important;
}
ul.cls-dropdown-menu.dropdown-menu a:hover {
    color: rgb(255 255 255 / 50%)!Important;
}
ul.cls-dropdown-menu.dropdown-menu {
    z-index: 9999999;
}
@media(max-width:991px){
div#id-user {
    font-size: 12px;
}
.dropdown-menu {
    top: 54px;
}}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:not(.sp-group-title) {
    background: #ececec;
}

/*end of my-account dropdown style*/


/*logo*/
.logo img {
    max-width: 175px;
    margin-top: 20px;
  transition: 0.2s;
    /* box-shadow: 3px 1px 7px #0000009e; */
}

#sp-header.menu-fixed-out .logo img {
    max-width: 140px; margin: 0;
}

@media(max-width:991px){
#sp-header.menu-fixed-out .logo img {
    /* max-height: 30px !Important; */
    margin-top: -13px;
    /* margin-left: 10px; */
    max-width: 120px;
}}
@media(min-width:991px){
img.sp-retina-logo.hidden-xs {
    display: none;
}}
#sp-header .logo {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sp-header.menu-fixed .logo {
    height: 75px !important;
}


@media (max-width: 991px) {
  #sp-header .logo { justify-content: left; }
}
/*end of logo*/





/*header padding*/
/*
@media screen and (min-width:992px) and (max-width:1537px){
#sp-header {height: 75px;padding: 0 20px;}}

@media screen and (min-width:1536px){
#sp-header {height: 75px;padding: 0 40px 0 20px!important;}}
*/
/*end of header padding*/



/*irregular media screen setting*/
@media(min-width:991px) and (max-width:1194px){
div#sp-top3 {width: 16%;}
div#sp-menu {/* width: 53%; */}
div#sp-search-bar {width: 14%!important;}
}


@media (min-width:992px) and (max-width:992px){
#hikashop_cart_module {line-height: 74px!important;}}

/*end of irregular media screen setting*/






#sp-header .sp-megamenu-parent >li.active>a, #sp-header .sp-megamenu-parent >li:hover>a {color: #ffffffb3 !Important;}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 5px;
    text-align: left;
    font-weight: 600;
    background: #ececec;
    color: #ffffffb3;
}

#sp-header .sp-megamenu-parent >li.active>a{
    color: #fff!Important;
    font-family: 'gothambold';
}

#sp-header.menu-fixed-out .sp-megamenu-parent >li.active>a,
#sp-header.menu-fixed-out .sp-megamenu-parent >li:hover>a {
    color: #BD9861 !Important;
}

#sp-header{padding: 0 50px;}
#sp-header.menu-fixed {
    background: transparent;
    position: absolute;
    box-shadow: none;
}
header#sp-header.menu-fixed-out {
    position: fixed;
    background: #002346;
}
@media(max-width:992px){
#sp-header{padding: 0 15px;}
#sp-header.menu-fixed {
      /* background: #000000c4; */
      height: 60px;
}}
#sp-header.menu-fixed .sp-megamenu-parent >li >a, #sp-header.menu-fixed .sp-megamenu-parent >li >span {
    color: #fff;
}
@media(min-width:992px){
header#sp-header.hidden-md {
    display: none;
}}
  @media(max-width:991px){
#sp-header.menu-fixed .logo {
    justify-content: left;
}
#sp-header.menu-fixed .logo img {
    width: 130px;
    margin-top: 0px;
}
#sp-header.menu-fixed #sp-logo {
    height: 60px;
}
#sp-header.menu-fixed #offcanvas-toggler {
    line-height: 65px;
    /* margin-left: 19px; */
}
}
i.fa.fa-shopping-cart {
    font-size: 24px;
}





/*header*/

#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #bd9862;
    font-family: 'gothamlight';
    text-transform: uppercase;
}

#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child a{border:0px;}

#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
    background: #ffffff1f!important;
}
li.sp-menu-item.current-item.active a {
    background: transparent!important;
}


/*-------------------------
     OFFCANVAS
--------------------------*/ 
a#offcanvas-toggler {
    color: #fff!important;
    float: right;
    line-height: 80px;
    margin-left: 5px;
}

.offcanvas-menu {
        BACKGROUND: #002346 !important;
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}

.offcanvas-menu {
    border-left: 4px solid #BD9861 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 80px 0px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul li a {
  font-size: 12px;
  color: #f9f2f2ad!important;
  letter-spacing: 1.4px;
  border-bottom: 1px solid #ffffff47;
  font-family: 'gothamlight';
}

.offcanvas-menu li.current.active a {
  color: #fff!important;
  font-weight: 900!important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    background: #002346 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li a {
    font-size: 11px;
    color: #BD9861 !important;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background: #bd9861 !important;
  border-bottom: 1px solid #002346;
  color: #fff!important;
  opacity: 0.7;
}
  

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #BD9861 !important;
  color:white!important;
}
a.close-offcanvas {
    color: #BD9861;
    border: 1px solid #BD9861;
}



/*pagetitle*/
.backgroundheader .sppb-addon-title {
    text-shadow: 0 0 5px #00000080;
}

@supports (-webkit-touch-callout: none) {
  .backgroundheader {
    background-attachment: scroll;
}}
@supports (-webkit-touch-callout: none) {
  .backgroundios {
    background-attachment: scroll;
}}

.sp-page-title .breadcrumb >.active {
    color: rgb(214 214 214 / 80%);
}
.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
      color: #d3af8aa6;
}
.sp-page-title {
    padding: 10px;
}
@media(max-width:991px){
.sp-page-title {
    padding: 20px 0 20px;
}
}
.sp-page-title h2 {
    margin-bottom: 20px;
    font-size: 47px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}
@media(max-width:991px){
.sp-page-title h2 {
    font-size: 28px !important;
}}
.sp-page-title {
    position: relative;
    margin-top: -80px;
    padding: 210px 30px 120px;
       background: #333;
    text-align: left;
}
.sp-page-title:before {
    display:none;
    position: absolute;
    content: '';
    height: 50%;
    width: 6px;
    z-index: 0;
    background: #e0bd73;
    top: 80px;
    left: 71px !important;
}

@media(max-width:991px){
.sp-page-title:before {
    position: absolute;
    content: '';
    height: 53%;
    width: 4px;
    z-index: 0;
    background: #e0bd73cf;
    top: 80px;
    left: 19px !important;
}}


@media(max-width:991px){
.sp-page-title {
    background-position: right;
    background-size: cover;
    padding: 180px 26px 40px 44px;
}}


.sp-page-title .container {
    padding-left: 0px;
    margin-left: 90px !important;
}
@media(max-width:991px){
.sp-page-title .container {
    padding-left: 0px;
    margin-left: 0px !important;
    position: relative;
    z-index: 20;
}}


.sp-page-title h2:before {
    display:none;
    content: "";
    position: absolute;
    /* background: #000; */
    height: 0px;
    width: 50px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.sp-page-title .breadcrumb {
    margin-top: 0;
    font-size: 14px;
    font-family: 'gothamlight';
}
.sp-page-title .breadcrumb >li>a:hover {
    color: #97979796;
}



/*sp-bottom*/
#sp-bottom {
    background-color: #232323;
    color: #ffffff;
    padding: 30px 0px;
}

@media(max-width: 991px){
#sp-bottom {
    background-color: #232323;
    color: #ffffff;
    padding: 50px 0px;
    border-top: 1px solid #574929;
  }}

#sp-bottom #sp-bottom2 ul.nav.menu li {
    margin-bottom: 0px;
}
.bottom-payment-img img {
    width: 335px;
}
@media(max-width: 991px){
#sp-bottom1 .sp-module {
    margin-top: 0px;
}
.bottom-payment-img img {
    width: 100%;
}}
#sp-bottom .sp-module .sp-module-title {
    font-size: 16px !important;
    color: #fff!important;
  	margin-top: 0px !important;
}
#sp-bottom ul li a {
    color: #ffffffbf!important;
    font-family: 'gothamlight';
    color: rgb(255 255 255 / 50%)!important;
}
#sp-bottom ul >li a:hover {
    color: rgb(255 255 255 / 100%)!important;
}

@media(max-width:991px){
    #sp-bottom{
        border: 1px solid #4a401a;
        padding: 50px 0px;
}}


@media(max-width:991px){
#sp-bottom1, #sp-bottom2, #sp-bottom3 {
    margin-bottom: 30px !important;
  }}

@media(max-width:991px){
div#sp-bottom1 img {
    box-shadow: 3px 4px 4px #0000004d;
    height: 80px;
}}


/*footer*/
span.sp-copyright {
    color: white;
}
div#sp-footer1 a {
    color: #fff !important;
}
span.sp-copyright {
    font-size: 12px;
    font-family: 'gothamlight';
    line-height: 2.5;
}
@media(Max-width:991px){
#sp-footer {padding: 10px 0px 90px 0px !Important;}
}

footer#sp-footer {
    border-top: 1px solid #cccccc;
}
.fa-question:before {
  content: url('https://api.iconify.design/simple-icons/tiktok.svg?color=#252525&width=24&height=24')!important;
  background: url('https://api.iconify.design/simple-icons/tiktok.svg') no-repeat center center / contain;
  position: absolute;
  top: 6px;
  }
div#sp-footer2 .sppb-icons-group-list {
    margin: -8px!important;
}
.fa-question:hover:before {
  opacity: 0.5;
}

div#sp-footer2 {
    text-align: left;
}
div#sp-footer2 .sp-module ul >li >a:before {
  content: "";display:none;
}

div#sp-footer2 .sp-module ul >li {
  border-bottom: 0px solid #e8e8e8;
  display: inline-block;
  margin: 0 10px;
}
#sp-footer2 a, #sp-footer2 a:focus {
    font-size: 12px!important;
    color: #fff!important;
    font-family: 'gothamthin'!important;
    padding: 0; background:transparent!important;
    line-height: 2.5;
}
#sp-footer2 a:hover {
  opacity:0.5;
}
div#sp-footer1 {
    text-align: right;
}


@media(max-width: 991px){
div#sp-footer1 {
    text-align: left;

}
div#sp-footer2 {
    display: inline-block;
}

div#sp-footer1 {
    text-align: center;
}}

div#sp-footer1 a{
font-weight:500;color:#252525;
}




/*scroll-up*/
a.scrollup {
    right: 125px;
    bottom: 28px;
    background: #002346!important;
    border-radius: 5px;
    border: 0px solid #bd9862;
}
.scrollup:before {
    color: #fff;
}

@media screen and (min-width:767px) and (max-width:991px){
a.scrollup {
    right: 125px;
    bottom: 84px;
}}


@media screen and (max-width:480px){
  a.scrollup {
    right: 100px;
    bottom: 25px;
}

.fab-wrapper {
    right: -10px!important;
}}


/*live-chat*/
#phone {
    right: 80px !important;
}
#whatsapp {
    right: 10px !important;
}




/*tracking delyva*/

.tracking-container__button, .tracking-container__input {
    width: 75% !important;
}
.btn-primary.btn-lg-tracking {
    background: #fff !important;
    width: 100%;
    padding:8px 0px 8px 0px !important;
  	color: #000;
  	border-radius: 0px !Important;
}
@media(max-width: 991px){
#sp-bottom .row>div .tracking-container__input  {
    width: 100% !important;
    margin-bottom: 10px;
}
.tracking-container__button, .tracking-container__input {
    width: 100% !important;
}}

/*search*/
.top-search-input-wrap input.mod-search-searchword.inputboxtop-search {
    margin: auto !important;
    margin-top: 20% !important;
    width: 300px !important;
}
i.fa.fa-times.search-close-icon {
    color: #fff !important;
}
.top-search-input-wrap .top-search-overlay {
    z-index: -1;
}

/*scroll dropdown*/
/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #002346;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #BD9861;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    width: 200px !important;
    max-height: 320px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    width: 100%;
    border-radius: 0 0 3px 3px;
    background: #002346;
    padding: 0px 0;
    border: 1px solid #002346!important;
}

span#hover_icon {
    color: white;
}

/*zindex*/
.z-index-001 {
    z-index: 9 !important;
}


/*--------------------------------
    GET IN TOUCH
--------------------------------*/
.contact-row-icons h3.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin-bottom: 5px!important;
}

@media only screen and (max-width:991px){
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container >i {
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 20px !important;
}}


/*login page*/
.com-users.view-login i.fa.fa-angle-right {display: none;}


/*********************
	order page contact
*********************/
  
.com-hikashop.view-product.layout-contact.task-contact h1 {
    font-size: 25px!important;
    border-bottom: 1px solid #fff;
    margin-top: 0!important;
    padding: 10px 0px!important;
}


input#hikashop_contact_name{width: 100%!important;}
input#hikashop_contact_email {width: 100%!important;}
.com-hikashop.view-product.layout-contact.task-contact label {margin-top: 15px!important;}

.com-hikashop.view-product.layout-contact.task-contact textarea#hikashop_contact_altbody {min-height: 100px!important;}

.com-hikashop.view-product.layout-contact.task-contact .hikashop-contact-button {margin-top: 20px!important;}
  
.com-hikashop.view-product.layout-contact.task-contact #sp-left{display:none;}

.com-hikashop.view-product.layout-contact.task-contact div#sp-component {width: 100%;}

/*alert*/
.alert {
    background: #ffe9e9;
}

/*table*/

@media(max-width:991px){
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}


/*cta*/
.cta-contact {
    display: inline-flex;
    align-items: flex-start;
}

.cta-contact .sppb-addon-title {
    font-size: 20px;
    line-height: 31px;
    position: relative;
    padding-right: 22px;
    margin: 0!important;
    min-width: 40px;
}

.cta-contact .sppb-addon-title:before {
    content: '';
    background: #fff;
    height: 18px;
    width: 1px;
    top: 6px;
    right: 7px;
    position: absolute;
}

.cta-contact .sppb-addon-content {
    padding-left: 10px;
}
/*end of cta*/

/*error*/
.error-page .error-message-title {
  font-size: 48px;
  color: #d5d5d5;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: 'gothamlight'!important;
  text-transform: uppercase!important;
}

.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block; width:400px!important;
}

.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 10px!important;
}

/*end of error*/

/*end*/