/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.1
*/
.gbtr_widgets_footer_wrapper .post_comments {
  display: none;
}
.welcome-msg~#global_wrapper>header {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
}
.rtl .flex-viewport {
    direction: rtl;
}
.rtl .shortcode_socials .tr_social_icons_list.left {
  text-align: right !important;;
}
.rtl .flex-control-nav.flex-control-thumbs.swiper-wrapper {
    direction: rtl;
}
.rtl .shopswatchinput {
    text-align: right;
    display: flex !important;
}
#global_wrapper .product_top .product_nav_buttons {
    display: flex;
    flex-direction: row-reverse;
}

