/* add custom styles */
:root {
    --blue: #2d506d;
    --primary: #2d506d;
}

.hidden {
    display: none;
}

.category-page .column-left {
    z-index: 3;
}

#slideshow0{
	min-height:440px;
}










#productTabsContent
{
    color: #2D506D;
}



#productTabs .nav-item
{
margin-right: 10px;
}

#productTabs .nav-link
{

    
border-radius: 8px 8px 0px 0px !important;

}

#productTabs .nav-link .active
{
    background: #2D506D;
}
.product-tabs_heading .nav-item .nav-link
{
    text-transform: none !important
}
.product-tabs_heading .nav-item .nav-link
{
    background-color: #ECECEC;
    color: #2D506D;
}


.product .product-title
{
    font-weight: 500;
    font-size: 32px;
    color: #2D506D;
    text-align: left;
    padding-top: 0px;
}
.product_top_info
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.product_top_info button
{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #9AACBB;
    display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}


.product_top_info button svg
{
    margin-right: 7px;
}

.product_top_avialiable
{
    border-radius: 0px;
    height: 30px;
    background: #fff;
    width: 100%;
    max-width: 268px;
    display: flex;
    border: 2px solid #34B2D6;
align-items: center;
justify-content: center;
color: #34B2D6;
font-weight: 500;
text-transform: lowercase;
margin: 10px 0 40px 0;

}

.product_top_btns
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product_top_btns button
{
color: #AEAEAE;
font-size: 14px;
padding: 0px;
width: 100%;
margin-bottom: 10px;
}
.product_top_btns button + button
{
    margin-bottom: 40px;
}
.product_top_btns button svg
{
    margin-right: 5px;
    
}
.product_top_btns button svg path
{
    color: #AEAEAE;
    fill: #AEAEAE;
}

.product_top_btns button + button svg path
{
    color: #AEAEAE;
    stroke: #AEAEAE;
}



.product_middle
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pm_left
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 40%;
    flex-wrap: wrap;
}

.pm_right
{
    width: 100%;
    max-width: 60%;
    padding-right: 40px;
}

.product-price .price, .product-price .price_new
{
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.68px;
    color: #2D506D;
    line-height: 40px;
}

.product-price .price_old
{
    font-size: 30px;
font-style: normal;
font-weight: 400;
color: #AEAEAE;
}

.btn-cheaper
{
    display: none !important;
}

.product .attributes__item .title
{
    font-weight: 400;
    font-size: 14px;
    color: #AEAEAE;
    font-weight: 400;
    /* color: #2D506D; */
    font-size: 14px;
    padding-left: 0px;
    text-align: left;
    line-height: 18px;
}

.product .attributes__item .value
{
    font-weight: 400;
    color: #2D506D;
    font-size: 14px;
    padding-left: 0px;
    text-align: right;
    line-height: 18px;
    max-width: 118px;
}

.info-icon
{
    background: #2D506D;
}
`

.btn-cheaper
{
    display: none !important;
}

.product .attributes .attributes__item:last-child
{
border-bottom: none;
}

.attributes__item a
{
    font-weight: 700;
}

.product_info_bottom
{
    display: flex;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
max-width: 100%;
}

.pib_left
{
    max-width: 50%;
    width: 100%;
    max-width: 268px;
    margin-top: 22px;
}

.pib_right
{
    max-width: 50%;
    width: 100%;
    max-width: 268px;
    display: flex;
align-items: top;
justify-content: flex-start;
}

.product .buy-block
{
    margin-top: 0px;
    margin-bottom: 20px;
}


.product .buy-block .btn-buy
{
    border-radius: 0px;
    height: 50px;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: none;
    background-color: #34B2D6;
}

.product .buy-block .btn-buy:hover
{
    background-color: #2D506D !important;
    transition: all ease .3s;  
}

.extra2_products_active_btn
{
    border-radius: 0px;
    height: 50px;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: none;
    background-color: #34B2D6;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.extra2_products_active_btn:hover
{
    background-color: #2D506D !important;
    transition: all ease .3s;  
}

.product .buy-block .btn-one-click
{
    border-radius: 8px;
    height: 50px;
    font-size: 24px !important;
    font-weight: 400;
    letter-spacing: -0.84px;
    text-transform: none;
    background-color: #D6ECFF; 
    border: none; 
}

.product .buy-block .btn-one-click:hover
{
    transition: all ease .3s;
    background-color: #2D506D;
}




.product .buy-block .btn-buy:hover
{
    background-color: #33B1D7;
}



.breadcrumb .breadcrumb-item a
{
    color: #33B1D7;
}
.breadcrumb
{
    margin: 15px 0 0 0;
}
.breadcrumb li:last-child
{
    color: #2D506D;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before
{
    color: #33B1D7;
}


@media (max-width: 700px){
#slideshow0{
	min-height:166px;
	overflow:hidden;
}

#banner0{
	min-height:121px;
}
}


.main-title
{
    font-size: 20px;
}

.home-description .slide-description
{
margin: 20px 0 !important;
}

.mob_header,
.mob_footer
{
    display: none;
}






@media (min-width: 320px) and (max-width: 991px)
{


    header,
#top,
.mob_header,
.mob_footer
{
    display: none !important;
}


    .mob_header
    {
        display: block !important;
       
        background-color: #FFF;
    }


.mob_header_top
{
    
    height: 43px;
    background-color: #F5F5F5; 
    display: flex !important;
align-items: center;
justify-content: center;
padding: 0 25px;
}

.mob_logo
{
    margin: 0 auto;
}
.mob_menu_opener
{

}

.mob_menu_callback
{

}



.mob_search
{
    position: relative;
}

.mob_search .input-group-btn
{
display: none;
}

.search_input
{


    max-width: 90%;
    margin: 10px auto;
    height: 50px;
    border-radius: 8px;
border: 1px solid #8BAECA;

}
.search_input::placeholder
{
color: #8BAECA !important;
font-size: 14px !important;
font-style: normal;
font-weight: 400;
}


/* .mob_search::after
{
    content: url(/image/mobile/mob_search.png);
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 18px;
    margin-right: 10%;
} */

.mob_search_btn
{
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 35px;
    margin-top: 14px;
}






.mob_menu
{
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 10px solid #fff;


    display: none;
    position: absolute;
    width: 100%;
    
    z-index: 999999;
    top: 0px;
    right: 0px;
    height: 100%;
    left: 0px;
    padding-bottom: 50px;
    overflow-y: scroll;

}

.mob_menu_top
{
    background-color: #2D506D;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px;
}

.hide
{
    display: none;
}

.mmt_item
{
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px; 
    text-transform: uppercase;
}

.mmt_item svg
{
    margin-top: 6px;
    margin-left: 5px;
}

.mmt_item:last-child
{
    /* margin-bottom: 0px; */
}

.mmt_item.mmt_item_extra
{
    color: #33B1D7;
}

.mob_close
{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 18px;
    margin-right: 15px;
    z-index: 99999999;
}


.menu_new_item ul

{

    list-style: none;
    background: #d6ecff;
    padding: 10px 20px;
    border-radius: 8px;
}


.menu_new_item ul > li

{

padding: 5px 0;
}


.menu_new_item ul .see-all
{
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    border-top: 1px solid #fff;
    padding-top: 10px;
    width: 100%;
}



.mob_menu_botom
{
    background-color: #D6ECFF;
}

.mob_menu_botom
{
    border-top: 2px solid #fff ;
 padding: 20px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;

    
}

.mmb_item
{
    display: flex;
    width: 100%;
    font-size: 14px;
    color: #2D506D;
    font-weight: 400;
    margin-bottom: 15px;
}

.mmb_item:last-child
{
    margin-bottom: 0px;
}

.mob_open
{
    font-size: 14px;
    color: #2D506D;
    font-weight: 400;
    display: flex;
align-items: top;
justify-content: flex-start;
gap: 8px;
}
.mob_open_text svg
{
    margin-right: 5px;
}


.mob_menu.mob_open
{
    display: block;
}
















.mob_footer
{
    height: 55px;
    max-width: 100%;
    background-color: transparent;
    display: flex !important;
    position: fixed;
    width: 100%;
    z-index: 999999;
    bottom: 0;
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
}

.mob_footer_menu
{

    background-color: #fff;
    margin: 0 auto;
    max-width: 95%;
    box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.15);
    height: 55px;
    border-radius: 8px;
    width: 100%;

    display: flex;
align-items: center;
justify-content: center;
}


.mob_footer_item
{
    display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 18%;
}


.footer_cart
{
   background-color: #2D506D; 
   height: 44px;
   width: 44px !important;
   border-radius: 8px;
   margin: 0 10px;
}




.product_top_info
{
  width: 100%;
}

.product_top_avialiable
{
  width: 100%;
  max-width: 100%;
}

.breadcrumb
{
  margin-bottom: 15px !important; 
}

.product_top_btns
{
width: 100%;
margin-top: 0px;
display: flex;
align-items: center;
justify-content: center;
}




.product_middle
{
    flex-wrap: wrap;
}



.pm_left
{
    max-width: 100%;
}

.pm_right
{
    max-width: 100%;
}


.pib_left
{
    max-width: 100%; 
}


.product_info_bottom
{
    flex-wrap: wrap;
}


.product .buy-block .btn-buy
{
    text-transform: uppercase;
}

.pib_right
{
    max-width: 100%;
}

.buttons_additional
{
    width: 100%;
}

#otpbank-link
{
    width: 100%;
}

.callback
{
    margin: 0 !important;
}

#productTabs .nav-link
{
    padding: 10px 0px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px !important;
}
.product-tabs_heading .nav-item
{
    width: 33%;
   
}

#productTabs .nav-item
{
    margin-right: 0px;
    
}



.mob_search.scrolled
{
    right: 0;
    bottom: 3em;
    left: 0;
    height: 55px;
    max-width: 100%;
    background-color: transparent;
    display: flex !important;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    transition: all ease .3s;
}
.mob_search.scrolled .mob_search_btn
{
    margin-top: 25px;
}


.product_top_btns
{
    display: none;
}
.product .attributes
{
    margin-top: 0px;
    padding: 0 10px;
}
}



#slideshow0-ow
{
    display: flex;
    margin: 0 auto 60px;
    text-align: center;
}

/* NEW PRODUCT CARD */


.new_rel_products_block
{
margin: 40px 0;
max-width: 100%;
width: 100%;
}

.new_rel_heading_title
{
    color: #2D506D;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
}

.new_rel_products
{

}




.buttons_additional
{
    display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}

.buttons_additional a
{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 50%;  
    background-color: #D6EFF5;
    height: 50px;
    text-align: center;
    color: #2D506D;
    line-height: 16px;
    justify-content: center;
    font-weight: 500;
    transition: all ease .3s;
}


.buttons_additional a:hover
{
    background-color: #34B2D6;
    color: #fff;  
    transition: all ease .3s;
}







.oi_block
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.options_item a
{
    width: 50px;
    height: 40px;
    background-color: #F0F0F0;
    display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
border: 2px solid #F0F0F0;
}
.options_item a.view0_product
{
    border: 2px solid #45657E;
}

.options_item a:hover
{
    border: 2px solid #45657E;
}



.options_item a img
{
max-width: 22px;
}

.options_title
{
    color: #AEAEAE;
    font-weight: 500;
}

.option_name
{
    color: #45657E !important;
    font-weight: 500;
}


@media (min-width: 320px) and (max-width: 991px)
{

    #slideshow0-ow
    {
        margin-bottom: 0px;
    }

    .imcallask-btn-mini
    {
        display: none;
    }

    .scroll-top
    {
        display: none;
    }

}


