/*---------------Accesorios---------------*/
.accesorios .auxi {
   margin:0 5%;
   max-width:90%;
}

.accesorios .main_tit {
    margin: 20px;
    font-family:  'smart-next-bold';
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.accesorios .col {
    border-left-width: 25px;
}

.accesorios .row {
    margin-left: -25px;
}

.accesorios .filt_container {
    margin: 30px 0;
    text-align: center;
}

.accesorios .filt_container .pref {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.accesorios .filt_container .pref img {
    width: 100%;
    display: block;
}
.accesorios .txt-busqueda{
   font-family: 'smart-sans-regular';
    text-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.accesorios .filt_container .filt {
    font-size: 11px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    padding: 14px 50px;
    background-color: #00adee;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-family: 'smart-sans-regular';
    margin: 0 5px;
}

.accesorios .filt_container .filt:hover {
    transition: .3s all ease;
    background-color: #ffffff;
    color: #00adee;
}

.accesorios .acces_box {
    margin-bottom: 20px;
}

.accesorios .cont_box {
    background-color: #f1f1f1;
    text-align: center;
    min-height: 750px;
    margin: 50px 0;
}

.accesorios .cont_box img {
    width: 100%;
    display: block;
}

.accesorios .cont_box .cont_txt {
    margin: 15px 0;
    padding: 24px;
    font-size: 24px;
}

.accesorios .cont_box .cont_txt h3 {
    font-family:  'smart-next-bold';
    color: #000;
    text-align:left;
    line-height:34px;
    margin-bottom:16px;
}

.accesorios .cont_box .cont_txt p {
    color: #414141;
    font-size: 18px;
    line-height:26px;
    font-family: 'smart-sans-regular';
    text-align:left;
}

.accesorios .cont_box .cont_txt .strong {
    font-family: 'smart-sans-bold';
}

.accesorios .cont_box .cont_txt .strong a {
    color: #555555;
}

.accesorios .cont_box .ic_soc {
    width: 22px;
    height: 22px;
    float: right;
}

.accesorios .cont_box .ic_soc img {
    width: 100%
}

.accesorios .cont_box {
    -webkit-box-shadow: 0px 3px 10px 2px rgba(69,69,69,0.23);
    -moz-box-shadow: 0px 3px 10px 2px rgba(69,69,69,0.23);
    box-shadow: 0px 3px 10px 2px rgba(69,69,69,0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.54, 0.59);
    transform: none;
}

.accesorios .cont_box .cont_btn {
    padding: 24px 24px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -ms-flexbox;
}

.accesorios .cont_box .cont_btn .btn {
    text-align: center;
    background-color: #000;
    padding: 8px 32px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'smart-next-bold';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius:50px;
}
.accesorios .cont_box .cont_btn .btn::after {
    content: '';
    width: 20px;
    height: 20px;
    transition: .5s all ease;
    background-image: url(../../imag/v1/icon/ic_right_white.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    user-select: none;
}

.accesorios .cont_box .cont_btn .btn:hover {
    background-color: #333333;
    transition: .3s all ease;
}

.accesorios select {
    box-shadow: none !important;
    font-family: 'smart-sans-regular';
    font-size: 14px;
    font-style: normal;
    height: 40px;
    padding: 0 0 0 20px;
    border: 1px solid #bebebe;
    color: #505059;
    vertical-align: middle;
    border-radius: 50px;
    outline: none;
    margin: 10px 5px;
    max-width: 200px;
    width: 100%;
}

.accesorios select option {
    box-shadow: none !important;
    color: #00adee;
    font-family: 'smart-sans-regular';
    font-size: 14px;
    font-style: normal;
    height: 40px;
    width: 100%;
    padding: 0 0 0 20px;
    border: 1px solid #bebebe;
}

.accesorios select option::selection {
    color: #00adee;
}

.accesorios select option::-moz-selection {
    color: #00adee;
}

.accesorios select option::-webkit-selection {
    color: #00adee;
}

.accesorios input {
    box-shadow: none !important;
    color: #00adee;
    font-family: 'smart-sans-regular';
    font-size: 14px;
    font-style: normal;
    height: 40px;
    width: 100%;
    padding: 0 0 0 20px;
    border: 1px solid #bebebe;
}

.accesorios select option:hover {
    color: #0268b2;
}

.accesorios .wp-pagenavi{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
    font-family: 'smart-sans-regular';
}

.accesorios .wp-pagenavi a{
 text-decoration:underline;
 color:#000;
    font-family: 'smart-sans-regular';
}