/*
 Theme Name:   Rolex
 Theme URI:    http://amcuae.com
 Description:  Twenty Ninteen Child Theme
 Author:       Kashif Iqbal
 Author URI:   http://example.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteen
*/


.single-product.woocommerce-page .hide_on_single_product{
    display: none !important;
}
.home .hide_on_home_page{
    display: none !important;
}
.page-template-rolex-collection .hide_on_rolex_collection{
    display: none !important;
}
.page-template-rolex-new-collection-2022 .hide_on_new_rolex_collection{
    display: none !important;
}
.home .home_page_li a, .page-template-rolex-collection .rolex_collection_li a, .page-template-rolex-new-collection-2022 .new_watches_li a, 
.page-template-servicing-your-rolex .servicing_rolex_li a, .page-template-contact-us .contact_us_li a{
    color: #127749;
}
.custom_collection_list_name{
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-left: 0;
    transition: color .3s;
    font-family: "Helvetica W01",Helvetica,sans-serif;
    display: block;
    font-weight: 400;
}
.custom_collection_list_name.actif, .term-watches-for-men .for_men, .term-watches-for-women .for_men{
    color: #127749;
}
.pagination li.active{
    font-weight: bold;
}
img.mobile_version{
    display: none !important;
}
.how_to_set_video_container{
    max-width: 1000px !important;
}
.max_width_800{
    max-width: 800px !important;
}
.header-transparent__form-submit{
	position: absolute !important;
	right: 0;
}
.single-product .tooltip{
    top: 3px;
    margin-left: 5px;
}









@media only screen and (max-width: 800px){
    .form-rolex input#ville{width: 100% !important;}
}
@media only screen and (max-width:767px){
    img.desktop_version{display: none !important;}
    img.mobile_version{display: block !important;}
}