 
/***********************************************************
 ********************* CSS for TOP BAR *********************/
@media screen and (min-width: 540px){
    #cs-right-sec{
        width: 50%!important;
        float: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;

    }
    #cs-search-sec.sp-header-span-3{
        width: 25%!important;
    }
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff0 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    font-size: 10px !important;
}
#cs-header-top{
    background-color: #fff;
    padding: 0;
    line-height: 0;
}

.cs-trustpilot-text{
    color: #1b1a1a;
    padding-right: 10px;
    float: revert;
}
#cs-review-sec {
    text-align: right;
}
.cs-ship-text{
    color: #1b1a1a;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 35px;
}
.cs-ship-text-2{
    color: #1b1a1a;
    font-size: 13px;
    font-weight: 500;
}
.cs-ship-icon{
    display: inline;
    float: left;
}

.cs-currency .woocs-style-1-dropdown {
    background-color: transparent;
    box-shadow: none !important;
    color: #1b1a1a;
    width: 80px !important;
    z-index: 9999;
    border: none !important;
}
.cs-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    color: rgb(0, 0, 0);
    width: 105px;
}
.cs-currency .woocs-style-1-dropdown.woocs-style-1-active:hover, .cs-currency .woocs-style-1-dropdown.woocs-style-1-active{
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
}
.cs-currency .woocs-style-1-dropdown-menu li{
    background-size: 25px 16px !important;
}
.cs-currency{
    float: left;
    display: inline;
}
.cs-language{
    width: auto;
    display: inline;
    /*overflow: hidden;*/
}
.cs-language .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 4px !important;
    background-color: transparent;
    color: #1b1a1a;
    display: inline-block;
    border: none !important;
}
.cs-language .wpml-ls-sub-menu {
    z-index: 9999;
    background-color: #fff;
    max-width: 150px;
    box-shadow: 0 2px 5px 1px #0000002e;
    border-radius: 2px;
    margin-left: 0;
}
.cs-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    right: -10px;
}
.cs-trustpilot{
    margin: auto;
    vertical-align: middle;
    display: inline;
    height: 20px;
    padding-bottom: 5px;
}
.cs-language li.wpml-ls-current-language:hover, .cs-language .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{
    background-color: transparent !important;
    color: #1b1a1a;
    border: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    color: #1b1a1a;
    background: transparent !important;
    border: none !important;
}
.wpml-ls-sub-menu li.wpml-ls-item .wpml-ls-link:hover, .wpml-ls-sub-menu .wpml-ls-native:hover{
    color: #000;
}



 /********************* CSS for TOP BAR END *********************
  ***********************************************************
  ********************* CSS for HEADER *********************/
#cs-icons-sec{
    text-align: center;
}
#cs-icons-sec .icon-link {
    display: inline-block;
    padding-right: 20px;
}

#cs-menu-sec .main-navigation .primary-navigation .menu .menu-item a{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#cs-search-sec{
    text-align: left;
    padding: 10px 0;
}
#cs-icons-sec{
    padding: 20px 0;
    float: right;
}
#cs-logo-sec .custom-logo-link img.custom-logo{
    height: 70px;
    width: 140px;
}
#cs-logo-sec{
  width: 160px;
}
#cs-logo-se .cs-logo {
  width: 160px;
  height: 90px;
}
@media screen and (min-width: 768px){
  #cs-menu-sec{
    width: 48% !important;
    margin-right: 5px !important;
    text-align: center;
  }
}
#page header.site-header{
    padding: 0;
    background: #1b1a1a;
}

.main-navigation, .main-navigation ul ul {
    background-color: #1b1a1a;
}

ul#menu-menu-principal li a {
    color: #fff;
    font-weight: 600;
}

.main-navigation ul {
    text-align: -webkit-center;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    /*border: 1px solid #949494;*/
    border: none;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(59,59,59,1);
    -moz-box-shadow: 0 4px 18px 0 rgba(59,59,59,1);
    box-shadow: 0 4px 18px 0 rgba(59,59,59,1);
    padding: 0!important;
}


.wp-block-search__button {
    margin-left: 0;
    border-radius: 0 25px 25px 0;
}

button.wp-block-search__button.has-icon.wp-element-button {
    background: #f4e17e;
}